Changeset 1062 for OpenPNE/branches/ogawa/prj_new_tpl_structure/webapp_biz/modules/biz/templates/fh_biz_schedule_edit.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/fh_biz_schedule_edit.tpl
r1033 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 <tr> 11 <td class="container inc_navi"> 12 ({$inc_navi|smarty:nodefaults}) 13 </td> 14 </tr> 15 <tr> 16 <td class="container main_content" align="center"> 17 18 ({assign var=is_no_alert value=true}) 19 ({ext_include file="inc_alert_box.tpl"})({* エラーメッセージコンテナ *}) 20 21 <table class="container" border="0" cellspacing="0" cellpadding="0">({*BEGIN:container*}) 22 <tr> 23 <td class="full_content" align="center"> 1 ({ext_include file="inc_header.tpl" INC_HEADER_is_no_alert=true}) 2 ({ext_include file="inc_layoutcolumn_top_720px.tpl"}) 24 3 ({***************************}) 25 4 ({**ここから:メインコンテンツ**}) … … 365 344 ({**ここまで:メインコンテンツ**}) 366 345 ({***************************}) 367 </td> 368 </tr> 369 </table>({*END:container*}) 370 </td> 371 </tr> 372 <tr> 373 <td class="container inc_page_footer"> 374 ({$inc_page_footer|smarty:nodefaults}) 375 </td> 376 </tr> 377 </table> 378 ({ext_include file="inc_extension_pagelayout_bottom.tpl"}) 379 </body> 380 </html> 346 ({ext_include file="inc_layoutcolumn_bottom_270px_165px_175px_720px.tpl"}) 347 ({ext_include file="inc_footer.tpl"})
Note: See TracChangeset
for help on using the changeset viewer.