Changeset 15658
- Timestamp:
- 2007/09/10 12:37:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/Smarty/templates/admin/contents/index.tpl
r15079 r15658 57 57 } 58 58 } 59 59 60 60 if ( j > 1) { 61 61 alert( '移動順位は1つだけ入力してください。' ); … … 78 78 } else if( val > max_rank ){ 79 79 alert( '入力された順位は、登録数の最大値を超えています。' ); 80 return false; 80 return false; 81 81 } else { 82 82 ml.moveposition.value = val; … … 110 110 <td align="center"> 111 111 <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" "> 112 112 113 113 <tr><td height="14"></td></tr> 114 114 <tr> … … 136 136 137 137 <!--▼登録テーブルここから--> 138 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 138 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 139 139 <thead> 140 140 <tr class="fs12n"> … … 180 180 </table> 181 181 <!--▲登録テーブルここまで--> 182 182 183 183 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 184 184 <tr> … … 203 203 </form> 204 204 </table> 205 205 206 206 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 207 207 <tr><td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td></tr> 208 208 </table> 209 209 210 210 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 211 211 <tr> … … 249 249 <!--{assign var=rank value="`$line_max-$db_rank+1`"}--> 250 250 <td width="" align="center"><!--{$rank}--></td> 251 <td width="" align="center"><!--{ "-"|str_replace:"/":$list_data[data].cast_news_date}--></td>251 <td width="" align="center"><!--{$list_data[data].cast_news_date|date_format:"%Y/%m/%d"}--></td> 252 252 <td width=""> 253 253 <!--{if $list_data[data].link_method eq 1 && $list_data[data].news_url != ""}--><a href="<!--{$list_data[data].news_url}-->" ><!--{$list_data[data].news_title|escape|nl2br}--></a> … … 270 270 <td colspan="6">現在データはありません。</td> 271 271 </tr> 272 <!--{/section}--> 272 <!--{/section}--> 273 273 </form> 274 274 </table> 275 275 <!--▲一覧表示エリアここまで--> 276 276 277 277 </td> 278 278 <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
Note: See TracChangeset
for help on using the changeset viewer.