Changeset 16868 for branches/feature-module-update/data/Smarty
- Timestamp:
- 2007/12/02 23:54:14 (19 years ago)
- Location:
- branches/feature-module-update/data/Smarty/templates/default/admin/ownersstore
- Files:
-
- 1 added
- 1 edited
-
log.tpl (modified) (2 diffs)
-
log_detail.tpl (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/Smarty/templates/default/admin/ownersstore/log.tpl
r16663 r16868 47 47 <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 48 48 <td bgcolor="#cccccc"> 49 49 50 50 <!--コンテンツタイトルここから--> 51 51 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> … … 66 66 </table> 67 67 <!--コンテンツタイトルここまで--> 68 69 <!--入力項目ここから--> 70 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 71 <tr> 72 <td bgcolor="#f2f1ec" width="160" class="fs12n"> 73 <p>インストールログ</p> 68 <table width="678" border="0" cellspacing="1" cellpadding="4" summary=" "> 69 <tr bgcolor="#f2f1ec" align="center" class="fs12n"> 70 <td width="">モジュール名</td> 71 <td width="100">ステータス</td> 72 <td width="100">日時</td> 73 <td width="">詳細</td> 74 <!--{*<td width="">復元</td>*}--> 75 </tr> 76 <!--{foreach from=$arrInstallLogs item=log name=log_loop}--> 77 <tr bgcolor="#ffffff" class="fs12"> 78 <td align="center"><!--{$log.module_name|escape}--></td> 79 <td align="center"><!--{if $log.error_flg}-->失敗<!--{else}-->成功<!--{/if}--></td> 80 <td><!--{$log.update_date|sfDispDBDate|escape}--></td> 81 <td align="center"> 82 <a href="<!--{$smarty.const.URL_DIR}-->admin/ownersstore/log.php?mode=detail&log_id=<!--{$log.log_id}-->"> 83 詳細</a> 74 84 </td> 75 <td bgcolor="#ffffff" width="518" class="fs10n"> 76 <textarea name="" 77 cols="60" 78 rows="8" 79 class="area70" 80 maxlength="" 81 style=""><!--{$log|escape}--></textarea> 82 </td> 85 <!--{*<td align="center"><!--{$log.log_id}--></td>*}--> 83 86 </tr> 87 <!--{/foreach}--> 84 88 </table> 85 <!--入力項目ここまで-->86 87 89 </td> 88 90 <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
Note: See TracChangeset
for help on using the changeset viewer.
