Changeset 1062 for OpenPNE/branches/ogawa/prj_new_tpl_structure/webapp_biz/modules/biz/templates/g_biz_schedule_add.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/g_biz_schedule_add.tpl
r217 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 ({ext_include file="inc_alert_box.tpl"})({* エラーメッセージコンテナ *}) 19 20 <table class="container" border="0" cellspacing="0" cellpadding="0">({*BEGIN:container*}) 21 <tr> 22 <td class="full_content" align="center"> 1 ({ext_include file="inc_header.tpl"}) 2 ({ext_include file="inc_layoutcolumn_top_720px.tpl"}) 23 3 ({***************************}) 24 4 ({**ここから:メインコンテンツ**}) … … 355 335 ({**ここまで:メインコンテンツ**}) 356 336 ({***************************}) 357 </td> 358 </tr> 359 </table>({*END:container*}) 360 </td> 361 </tr> 362 <tr> 363 <td class="container inc_page_footer"> 364 ({$inc_page_footer|smarty:nodefaults}) 365 </td> 366 </tr> 367 </table> 368 ({ext_include file="inc_extension_pagelayout_bottom.tpl"}) 369 </body> 370 </html> 337 ({ext_include file="inc_layoutcolumn_bottom_270px_165px_175px_720px.tpl"}) 338 ({ext_include file="inc_footer.tpl"})
Note: See TracChangeset
for help on using the changeset viewer.