Changeset 1062 for OpenPNE/branches/ogawa/prj_new_tpl_structure/webapp_biz/modules/biz/templates/s_list.tpl
- Timestamp:
- Dec 7, 2006, 2:29:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/ogawa/prj_new_tpl_structure/webapp_biz/modules/biz/templates/s_list.tpl
r415 r1062 1 ({$inc_html_header|smarty:nodefaults}) 2 <body> 3 ({ext_include file="inc_extension_pagelayout_top.tpl"}) 4 <table class="mainframe" border="0" cellspacing="0" cellpadding="0"> 5 <tr> 6 <td class="container inc_page_header"> 7 ({$inc_page_header|smarty:nodefaults}) 8 </td> 9 </tr> 10 ({if $inc_entry_point[1]}) 11 <tr> 12 <td class="container"> 13 ({$inc_entry_point[1]|smarty:nodefaults}) 14 </td> 15 </tr> 16 ({/if}) 17 <tr> 18 <td class="container inc_navi"> 19 ({$inc_navi|smarty:nodefaults}) 20 </td> 21 </tr> 22 ({if $inc_entry_point[2]}) 23 <tr> 24 <td class="container"> 25 ({$inc_entry_point[2]|smarty:nodefaults}) 26 </td> 27 </tr> 28 ({/if}) 29 <tr> 30 <td class="container main_content" align="center"> 31 32 ({assign var=is_no_alert value=true}) 33 ({ext_include file="inc_alert_box.tpl"})({* エラーメッセージコンテナ *}) 34 35 </td> 36 </tr> 37 <tr> 38 <td class="container main_content"> 39 40 <table class="container" border="0" cellspacing="0" cellpadding="0">({*BEGIN:container*}) 41 <tr> 42 <td class="full_content" align="center" style="width:720px;"> 1 ({ext_include file="inc_header.tpl" INC_HEADER_is_no_alert=true}) 2 ({ext_include file="inc_layoutcolumn_top_720px.tpl"}) 43 3 ({***************************}) 44 4 ({**ここから:メインコンテンツ**}) … … 82 42 ({**ここまで:メインコンテンツ**}) 83 43 ({***************************}) 84 </td> 85 </tr> 86 </table>({*END:container*}) 87 </td> 88 </tr> 89 <tr> 90 <td class="container inc_page_footer"> 91 ({$inc_page_footer|smarty:nodefaults}) 92 </td> 93 </tr> 94 </table> 95 ({ext_include file="inc_extension_pagelayout_bottom.tpl"}) 96 </body> 97 </html> 44 ({ext_include file="inc_layoutcolumn_bottom_270px_165px_175px_720px.tpl"}) 45 ({ext_include file="inc_footer.tpl"})
Note: See TracChangeset
for help on using the changeset viewer.