Changeset 1164
- Timestamp:
- Dec 14, 2006, 7:09:12 PM (16 years ago)
- Location:
- OpenPNE/branches/takanashi/prj_takanashi3
- Files:
-
- 6 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/takanashi/prj_takanashi3/webapp/init.inc
r787 r1164 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ 6 7 // 認証タイプ 8 if (!defined('LOGIN_NAME_TYPE')) { 9 define('LOGIN_NAME_TYPE', 0); 10 } 6 11 7 12 // 画像サーバの場合は強制リダイレクト -
OpenPNE/branches/takanashi/prj_takanashi3/webapp/modules/pc/templates/h_regist_address.tpl
r1071 r1164 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"> 1 ({ext_include file="inc_header.tpl"}) 2 ({ext_include file="inc_layoutcolumn_top_720px.tpl"}) 17 3 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">23 4 ({***************************}) 24 5 ({**ここから:メインコンテンツ**}) 25 6 ({***************************}) 26 27 7 <img src="./skin/dummy.gif" class="v_spacer_l"> 28 8 … … 186 166 ({**ここまで:メインコンテンツ**}) 187 167 ({***************************}) 188 </td> 189 </tr> 190 </table>({*END:container*}) 191 </td> 192 </tr> 193 <tr> 194 <td class="container inc_page_footer"> 195 ({$inc_page_footer|smarty:nodefaults}) 196 </td> 197 </tr> 198 </table> 199 ({ext_include file="inc_extension_pagelayout_bottom.tpl"}) 200 </body> 201 </html> 168 ({ext_include file="inc_layoutcolumn_bottom_270px_165px_175px_720px.tpl"}) 169 ({ext_include file="inc_footer.tpl"}) -
OpenPNE/branches/takanashi/prj_takanashi3/webapp/modules/pc/templates/h_regist_prof.tpl
r1071 r1164 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"}) 3 23 4 ({***************************}) 24 5 ({**ここから:メインコンテンツ**}) … … 463 444 ({**ここまで:メインコンテンツ**}) 464 445 ({***************************}) 465 </td> 466 </tr> 467 </table>({*END:container*}) 468 </td> 469 </tr> 470 <tr> 471 <td class="container inc_page_footer"> 472 ({$inc_page_footer|smarty:nodefaults}) 473 </td> 474 </tr> 475 </table> 476 ({ext_include file="inc_extension_pagelayout_bottom.tpl"}) 477 </body> 478 </html> 446 ({ext_include file="inc_layoutcolumn_bottom_270px_165px_175px_720px.tpl"}) 447 ({ext_include file="inc_footer.tpl"}) -
OpenPNE/branches/takanashi/prj_takanashi3/webapp/modules/pc/templates/h_regist_prof_confirm.tpl
r1071 r1164 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"}) 3 23 4 ({***************************}) 24 5 ({**ここから:メインコンテンツ**}) … … 364 345 ({**ここまで:メインコンテンツ**}) 365 346 ({***************************}) 366 </td> 367 </tr> 368 </table>({*END:container*}) 369 </td> 370 </tr> 371 <tr> 372 <td class="container inc_page_footer"> 373 ({$inc_page_footer|smarty:nodefaults}) 374 </td> 375 </tr> 376 </table> 377 ({ext_include file="inc_extension_pagelayout_bottom.tpl"}) 378 </body> 379 </html> 347 ({ext_include file="inc_layoutcolumn_bottom_270px_165px_175px_720px.tpl"}) 348 ({ext_include file="inc_footer.tpl"}) -
OpenPNE/branches/takanashi/prj_takanashi3/webapp/modules/pc/templates/o_h_regist_mail.tpl
r1071 r1164 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 main_content"> 12 <table class="container" border="0" cellspacing="0" cellpadding="0">({*BEGIN:container*}) 13 <tr> 14 <td class="full_content" align="center"> 1 ({ext_include file="inc_header.tpl"}) 2 ({ext_include file="inc_layoutcolumn_top_720px.tpl"}) 15 3 ({***************************}) 16 4 ({**ここから:メインコンテンツ**}) … … 101 89 ({**ここまで:メインコンテンツ**}) 102 90 ({***************************}) 103 </td> 104 </tr> 105 </table>({*END:container*}) 106 </td> 107 </tr> 108 <tr> 109 <td class="container inc_page_footer"> 110 ({$inc_page_footer|smarty:nodefaults}) 111 </td> 112 </tr> 113 </table> 114 ({ext_include file="inc_extension_pagelayout_bottom.tpl"}) 115 </body> 116 </html> 91 ({ext_include file="inc_layoutcolumn_bottom_270px_165px_175px_720px.tpl"}) 92 ({ext_include file="inc_footer.tpl"}) -
OpenPNE/branches/takanashi/prj_takanashi3/webapp/modules/pc/templates/o_regist_mail_confirm.tpl
r1071 r1164 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 main_content" align="center"> 12 13 ({ext_include file="inc_alert_box.tpl"})({* エラーメッセージコンテナ *}) 14 15 <table class="container" border="0" cellspacing="0" cellpadding="0">({*BEGIN:container*}) 16 <tr> 17 <td class="full_content" align="center"> 1 ({ext_include file="inc_header.tpl"}) 2 ({ext_include file="inc_layoutcolumn_top_720px.tpl"}) 18 3 ({***************************}) 19 4 ({**ここから:メインコンテンツ**}) 20 5 ({***************************}) 6 21 7 22 8 <img src="./skin/dummy.gif" class="v_spacer_l"> … … 189 175 ({**ここまで:メインコンテンツ**}) 190 176 ({***************************}) 191 </td> 192 </tr> 193 </table>({*END:container*}) 194 </td> 195 </tr> 196 <tr> 197 <td class="container inc_page_footer"> 198 ({$inc_page_footer|smarty:nodefaults}) 199 </td> 200 </tr> 201 </table> 202 ({ext_include file="inc_extension_pagelayout_bottom.tpl"}) 203 </body> 204 </html> 177 ({ext_include file="inc_layoutcolumn_bottom_270px_165px_175px_720px.tpl"}) 178 ({ext_include file="inc_footer.tpl"})
Note: See TracChangeset
for help on using the changeset viewer.