Changeset 5950
- Timestamp:
- Mar 21, 2008, 8:39:10 PM (15 years ago)
- Location:
- OpenPNE/trunk/webapp_ext/modules/portal/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp_ext/modules/portal/templates/preview.tpl
r5929 r5950 3 3 <head> 4 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 5 ({$INC_HEADER_inc_html_head|smarty:nodefaults}) 5 6 <title>【プレビュー】({$title})</title> 6 7 <meta content="text/css" http-equiv="content-style-type" /> … … 26 27 </head> 27 28 <body> 29 ({$INC_HEADER_inc_page_top2|smarty:nodefaults}) 28 30 ({if ! $smarty.const.IS_CLOSED_SNS}) 29 31 <div class="container" id="free"> … … 31 33 <div class="container" id="invite"> 32 34 ({/if}) 35 ({$INC_HEADER_inc_page_top|smarty:nodefaults}) 33 36 <div class="site"> 34 37 <div id="siteTtl"><h1>({$head_text})</h1></div> … … 76 79 77 80 <div class="publication" id="publication">({$INC_FOOTER_inc_page_footer|smarty:nodefaults})</div> 81 ({$INC_FOOTER_inc_page_bottom2|smarty:nodefaults}) 78 82 </div> 79 83 … … 99 103 100 104 </div> 105 ({$INC_FOOTER_inc_page_bottom2|smarty:nodefaults}) 101 106 </body> 102 107 </html> -
OpenPNE/trunk/webapp_ext/modules/portal/templates/user_top.tpl
r5929 r5950 3 3 <head> 4 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 5 ({$INC_HEADER_inc_html_head|smarty:nodefaults}) 5 6 <title>({$title})</title> 6 7 <meta content="text/css" http-equiv="content-style-type" /> … … 26 27 </head> 27 28 <body> 29 ({$INC_HEADER_inc_page_top2|smarty:nodefaults}) 28 30 ({if ! $smarty.const.IS_CLOSED_SNS}) 29 31 <div class="container" id="free"> … … 31 33 <div class="container" id="invite"> 32 34 ({/if}) 35 ({$INC_HEADER_inc_page_top|smarty:nodefaults}) 33 36 ({ext_include file="inc_portal_Login_Form.tpl"}) 34 37 … … 60 63 61 64 <div class="publication" id="publication">({$INC_FOOTER_inc_page_footer|smarty:nodefaults})</div> 65 ({$INC_FOOTER_inc_page_bottom2|smarty:nodefaults}) 62 66 </div> 63 64 67 ({if $INC_FOOTER_side_banner_html_before || $INC_FOOTER_inc_side_banner}) 65 68 <div class="sideBanner"> … … 83 86 84 87 </div> 88 ({$INC_FOOTER_inc_page_bottom|smarty:nodefaults}) 85 89 </body> 86 90 </html>
Note: See TracChangeset
for help on using the changeset viewer.