1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja" dir="ltr"> |
---|
4 | <head> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
---|
6 | ({if $INC_HEADER_inc_html_head})({$INC_HEADER_inc_html_head|smarty:nodefaults})({/if}) |
---|
7 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
---|
8 | <meta http-equiv="Content-Script-Type" content="text/javascript" /> |
---|
9 | <title>({$INC_HEADER_title})</title> |
---|
10 | <link rel="stylesheet" href="./css/default.css" type="text/css" /> |
---|
11 | <link rel="stylesheet" href="./xhtml_style.php" type="text/css" /> |
---|
12 | <script type="text/javascript" src="./js/prototype.js"></script> |
---|
13 | <script type="text/javascript" src="./js/Selection.js"></script> |
---|
14 | <script type="text/javascript" src="./js/pne.js"></script> |
---|
15 | <script type="text/javascript" src="./js/tiny_mce/tiny_mce.js"></script> |
---|
16 | <style type="text/css"> |
---|
17 | .border_01 { border: #({$INC_HEADER_color_config.border_01}) 1px solid; } |
---|
18 | .border_07 { border: #({$INC_HEADER_color_config.border_07}) 1px solid; } |
---|
19 | .border_10 { border: #({$INC_HEADER_color_config.border_10}) 1px solid; } |
---|
20 | .bg_00 { background-color: #({$INC_HEADER_color_config.bg_00}); } |
---|
21 | .bg_01 { background-color: #({$INC_HEADER_color_config.bg_01}); } |
---|
22 | .bg_02 { background-color: #({$INC_HEADER_color_config.bg_02}); } |
---|
23 | .bg_03 { background-color: #({$INC_HEADER_color_config.bg_03}); } |
---|
24 | .bg_04 { background-color: #({$INC_HEADER_color_config.bg_04}); } |
---|
25 | .bg_05 { background-color: #({$INC_HEADER_color_config.bg_05}); } |
---|
26 | .bg_06 { background-color: #({$INC_HEADER_color_config.bg_06}); } |
---|
27 | .bg_07 { background-color: #({$INC_HEADER_color_config.bg_07}); } |
---|
28 | .bg_08 { background-color: #({$INC_HEADER_color_config.bg_08}); } |
---|
29 | .bg_09 { background-color: #({$INC_HEADER_color_config.bg_09}); } |
---|
30 | .bg_10 { background-color: #({$INC_HEADER_color_config.bg_10}); } |
---|
31 | .bg_11 { background-color: #({$INC_HEADER_color_config.bg_11}); } |
---|
32 | .bg_12 { background-color: #({$INC_HEADER_color_config.bg_12}); } |
---|
33 | .bg_13 { background-color: #({$INC_HEADER_color_config.bg_13}); } |
---|
34 | .bg_14 { background-color: #({$INC_HEADER_color_config.bg_14}); } |
---|
35 | .color_19 { background-color: #({$INC_HEADER_color_config.color_19}); } |
---|
36 | body { background-color: #({$INC_HEADER_color_config.bg_12}); } |
---|
37 | .container { background-color: #({$INC_HEADER_color_config.bg_13}); } |
---|
38 | |
---|
39 | /* 文字装飾 */ |
---|
40 | ({if $INC_HEADER_decoration_config.op_b}) |
---|
41 | span.op_b { |
---|
42 | text-decoration : underline; |
---|
43 | font-style : inherit; |
---|
44 | font-weight : bold; |
---|
45 | color : inherit; |
---|
46 | font-size: inherit; |
---|
47 | } |
---|
48 | ({/if}) |
---|
49 | |
---|
50 | ({if $INC_HEADER_decoration_config.op_u}) |
---|
51 | span.op_u { |
---|
52 | text-decoration : underline; |
---|
53 | font-style : inherit; |
---|
54 | font-weight : inherit; |
---|
55 | color : inherit; |
---|
56 | font-size: inherit; |
---|
57 | } |
---|
58 | ({/if}) |
---|
59 | |
---|
60 | ({if $INC_HEADER_decoration_config.op_s}) |
---|
61 | span.op_s { |
---|
62 | text-decoration : line-through; |
---|
63 | font-style : inherit; |
---|
64 | font-weight : inherit; |
---|
65 | color : inherit; |
---|
66 | font-size: inherit; |
---|
67 | } |
---|
68 | ({/if}) |
---|
69 | |
---|
70 | ({if $INC_HEADER_decoration_config.op_i}) |
---|
71 | span.op_i { |
---|
72 | text-decoration : inherit; |
---|
73 | font-style : italic; |
---|
74 | font-weight : inherit; |
---|
75 | color : inherit; |
---|
76 | font-size: inherit; |
---|
77 | } |
---|
78 | ({/if}) |
---|
79 | |
---|
80 | ({if $INC_HEADER_decoration_config.op_large}) |
---|
81 | span.op_large { |
---|
82 | text-decoration : inherit; |
---|
83 | font-style : inherit; |
---|
84 | font-weight : inherit; |
---|
85 | color : inherit; |
---|
86 | font-size : 20px; |
---|
87 | } |
---|
88 | ({/if}) |
---|
89 | |
---|
90 | ({if $INC_HEADER_decoration_config.op_small}) |
---|
91 | span.op_small { |
---|
92 | text-decoration : inherit; |
---|
93 | font-style : inherit; |
---|
94 | font-weight : inherit; |
---|
95 | color : inherit; |
---|
96 | font-size : 8px; |
---|
97 | } |
---|
98 | ({/if}) |
---|
99 | |
---|
100 | ({if !$INC_HEADER_decoration_config.op_color}) |
---|
101 | span.op_color { |
---|
102 | text-decoration : inherit; |
---|
103 | font-style : inherit; |
---|
104 | font-weight : inherit; |
---|
105 | color : #000 !important; |
---|
106 | font-size: inherit; |
---|
107 | } |
---|
108 | ({else}) |
---|
109 | span.op_color { |
---|
110 | text-decoration : inherit; |
---|
111 | font-style : inherit; |
---|
112 | font-weight : inherit; |
---|
113 | color : inherit; |
---|
114 | font-size: inherit; |
---|
115 | } |
---|
116 | ({/if}) |
---|
117 | |
---|
118 | </style> |
---|
119 | |
---|
120 | <script type="text/javascript"> |
---|
121 | function pne_mce_editor_get_config() |
---|
122 | { |
---|
123 | return { |
---|
124 | op_b : { |
---|
125 | isEnabled : ({$INC_HEADER_decoration_config.op_b}), |
---|
126 | imageURL : "({t_img_url_skin filename=deco_op_b})" |
---|
127 | }, |
---|
128 | op_u : { |
---|
129 | isEnabled : ({$INC_HEADER_decoration_config.op_u}), |
---|
130 | imageURL : "({t_img_url_skin filename=deco_op_u})" |
---|
131 | }, |
---|
132 | op_s : { |
---|
133 | isEnabled : ({$INC_HEADER_decoration_config.op_s}), |
---|
134 | imageURL : "({t_img_url_skin filename=deco_op_s})" |
---|
135 | }, |
---|
136 | op_i : { |
---|
137 | isEnabled : ({$INC_HEADER_decoration_config.op_i}), |
---|
138 | imageURL : "({t_img_url_skin filename=deco_op_i})" |
---|
139 | }, |
---|
140 | op_large : { |
---|
141 | isEnabled : ({$INC_HEADER_decoration_config.op_large}), |
---|
142 | imageURL : "({t_img_url_skin filename=deco_op_large})" |
---|
143 | }, |
---|
144 | op_small : { |
---|
145 | isEnabled : ({$INC_HEADER_decoration_config.op_small}), |
---|
146 | imageURL : "({t_img_url_skin filename=deco_op_small})" |
---|
147 | }, |
---|
148 | op_color : { |
---|
149 | isEnabled : ({$INC_HEADER_decoration_config.op_color}), |
---|
150 | imageURL : "({t_img_url_skin filename=deco_op_color})" |
---|
151 | } |
---|
152 | } |
---|
153 | } |
---|
154 | </script> |
---|
155 | </head> |
---|
156 | <body id="pc_page_({$INC_HEADER_page_name})"><div id="Body"> |
---|
157 | ({if $INC_HEADER_inc_page_top2})({$INC_HEADER_inc_page_top2|smarty:nodefaults})({/if}) |
---|
158 | <div id="Container"> |
---|
159 | ({if $INC_HEADER_inc_page_top})({$INC_HEADER_inc_page_top|smarty:nodefaults})({/if}) |
---|
160 | |
---|
161 | ({if !$INC_HEADER_is_login}) |
---|
162 | <div id="Header"> |
---|
163 | |
---|
164 | <div id="({if $before_after == "after"})globalNav({else})globalNavBefore({/if})"> |
---|
165 | <h1><a href="({t_url})">({$smarty.const.SNS_NAME})</a></h1> |
---|
166 | ({if $before_after == "after"}) |
---|
167 | <ul> |
---|
168 | ({foreach from=$INC_HEADER_global_navi key=key item=item}) |
---|
169 | ({if $item.url}) |
---|
170 | <li id="globalNav_({$key+1})"><a href="({$item.url})">({$item.caption})</a></li> |
---|
171 | ({/if}) |
---|
172 | ({/foreach}) |
---|
173 | <li id="globalNav_9"><a href="({t_url m=pc a=do_inc_page_header_logout})&sessid=({$PHPSESSID})">ログアウト </a></li> |
---|
174 | </ul> |
---|
175 | ({/if}) |
---|
176 | </div><!-- globalNav --> |
---|
177 | |
---|
178 | ({if $INC_HEADER_top_banner_html_before || $INC_HEADER_top_banner_html_after}) |
---|
179 | ({* {{{ topBanner *}) |
---|
180 | <div id="topBanner"> |
---|
181 | ({if $before_after == 'after'}) |
---|
182 | ({$INC_HEADER_top_banner_html_after|smarty:nodefaults}) |
---|
183 | ({else}) |
---|
184 | ({$INC_HEADER_top_banner_html_before|smarty:nodefaults}) |
---|
185 | ({/if}) |
---|
186 | </div> |
---|
187 | ({elseif $INC_HEADER_top_banner.c_banner_id}) |
---|
188 | <div id="topBanner"> |
---|
189 | ({if $INC_HEADER_top_banner.a_href}) |
---|
190 | <a href="({t_url m=pc a=do_h_click_banner})&target_c_banner_id=({$INC_HEADER_top_banner.c_banner_id})({if $before_after == "after"})&sessid=({$PHPSESSID})({/if})" target="_blank"><img src="({t_img_url filename=$INC_HEADER_top_banner.image_filename})" alt="({$INC_HEADER_top_banner.nickname})" /></a> |
---|
191 | ({else}) |
---|
192 | <img src="({t_img_url filename=$INC_HEADER_top_banner.image_filename})" alt="({$INC_HEADER_top_banner.nickname})" /> |
---|
193 | ({/if}) |
---|
194 | </div> |
---|
195 | ({* }}} *}) |
---|
196 | ({/if}) |
---|
197 | |
---|
198 | </div><!-- Header --> |
---|
199 | |
---|
200 | ({if $inc_entry_point[1]})({$inc_entry_point[1]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'})({/if}) |
---|
201 | ({if $inc_navi})({$inc_navi|smarty:nodefaults})({/if}) |
---|
202 | ({if $inc_entry_point[2]})({$inc_entry_point[2]|smarty:nodefaults|t_url2cmd:'entry_point'|t_cmd:'entry_point'})({/if}) |
---|
203 | |
---|
204 | ({if !$no_use_alert && ($msg || $msg1 || $msg2 || $msg3 || $err_msg)}) |
---|
205 | ({* {{{ alertBox *}) |
---|
206 | <div class="dparts alertBox"><div class="parts"> |
---|
207 | <table><tr> |
---|
208 | <th><img src="({t_img_url_skin filename=icon_alert_l})" alt="警告" /></th> |
---|
209 | <td> |
---|
210 | ({if $msg})({$msg})<br />({/if}) |
---|
211 | ({if $msg1})({$msg1})<br />({/if}) |
---|
212 | ({if $msg2})({$msg2})<br />({/if}) |
---|
213 | ({if $msg3})({$msg3})<br />({/if}) |
---|
214 | ({foreach from=$err_msg item=item}) |
---|
215 | ({$item})<br /> |
---|
216 | ({/foreach}) |
---|
217 | </td> |
---|
218 | </tr></table> |
---|
219 | </div></div> |
---|
220 | ({* }}} *}) |
---|
221 | ({/if}) |
---|
222 | ({/if})({* !$INC_HEADER_is_login *}) |
---|
223 | |
---|
224 | <!-- start of op_content --> |
---|
225 | ({$op_content|smarty:nodefaults}) |
---|
226 | <!-- end of op_content --> |
---|
227 | |
---|
228 | ({if !$INC_FOOTER_is_login}) |
---|
229 | <div id="Footer"> |
---|
230 | <p>({$INC_FOOTER_inc_page_footer|smarty:nodefaults})</p> |
---|
231 | </div> |
---|
232 | ({/if}) |
---|
233 | |
---|
234 | ({if $INC_FOOTER_side_banner_html_before || $INC_FOOTER_side_banner_html_after || $INC_FOOTER_inc_side_banner || $newschedule || $todolist}) |
---|
235 | <div id="sideBanner"> |
---|
236 | ({strip}) |
---|
237 | ({if $INC_FOOTER_side_banner_html_before || $INC_FOOTER_side_banner_html_after}) |
---|
238 | ({if $before_after == 'before'}) |
---|
239 | ({$INC_FOOTER_side_banner_html_before|smarty:nodefaults|t_url2cmd:'side_banner'|t_cmd:'side_banner'}) |
---|
240 | ({else}) |
---|
241 | ({$INC_FOOTER_side_banner_html_after|smarty:nodefaults|t_url2cmd:'side_banner'|t_cmd:'side_banner'}) |
---|
242 | ({/if}) |
---|
243 | ({else}) |
---|
244 | ({if $INC_FOOTER_inc_side_banner.a_href}) |
---|
245 | <a href="({t_url m=pc a=do_h_click_banner})&target_c_banner_id=({$INC_FOOTER_inc_side_banner.c_banner_id})({if $PHPSESSID})&sessid=({$PHPSESSID})({/if})" target="_blank"><img src="({t_img_url filename=$INC_FOOTER_inc_side_banner.image_filename})" alt="({$INC_FOOTER_inc_side_banner.nickname})" /></a> |
---|
246 | ({else}) |
---|
247 | <img src="({t_img_url filename=$INC_FOOTER_inc_side_banner.image_filename})" alt="({$INC_FOOTER_inc_side_banner.nickname})" /> |
---|
248 | ({/if}) |
---|
249 | ({/if}) |
---|
250 | ({/strip}) |
---|
251 | |
---|
252 | ({if $newschedule})({$newschedule|smarty:nodefaults})({/if}) |
---|
253 | |
---|
254 | ({if $todolist})({$todolist|smarty:nodefaults})({/if}) |
---|
255 | |
---|
256 | </div> |
---|
257 | ({/if}) |
---|
258 | |
---|
259 | ({if $INC_FOOTER_inc_page_bottom2})({$INC_FOOTER_inc_page_bottom2|smarty:nodefaults})({/if}) |
---|
260 | </div><!-- Container --> |
---|
261 | ({if $INC_FOOTER_inc_page_bottom})({$INC_FOOTER_inc_page_bottom|smarty:nodefaults})({/if}) |
---|
262 | </div><!-- Body --> |
---|
263 | </body> |
---|
264 | </html> |
---|