1 | ({ext_include file="inc_header.tpl"}) |
---|
2 | ({ext_include file="inc_layoutcolumn_top_720px.tpl"}) |
---|
3 | |
---|
4 | ({***************************}) |
---|
5 | ({**ここから:メインコンテンツ**}) |
---|
6 | ({***************************}) |
---|
7 | |
---|
8 | <img src="./skin/dummy.gif" class="v_spacer_l"> |
---|
9 | |
---|
10 | <!-- ******************************************** --> |
---|
11 | <!-- ******ここから:スケジュール追加内容確認****** --> |
---|
12 | <table border="0" cellspacing="0" cellpadding="0" style="width:580px;margin:0px auto;" class="border_07"> |
---|
13 | <tr> |
---|
14 | <td style="width:7px;" class="bg_00"><img src="./skin/dummy.gif" style="width:7px;height:7px;" class="dummy"></td> |
---|
15 | <td style="width:566px;" class="bg_00"><img src="./skin/dummy.gif" style="width:566px;height:7px;" class="dummy"></td> |
---|
16 | <td style="width:7px;" class="bg_00"><img src="./skin/dummy.gif" style="width:7px;height:7px;" class="dummy"></td> |
---|
17 | </tr> |
---|
18 | <tr> |
---|
19 | <td class="bg_00"><img src="./skin/dummy.gif" style="width:7px;height:7px;" class="dummy"></td> |
---|
20 | <td align="center"> |
---|
21 | <!-- *ここから:スケジュール追加内容確認内容* --> |
---|
22 | ({*ここから:header*}) |
---|
23 | <!-- ここから:小タイトル --> |
---|
24 | <table border="0" cellspacing="0" align="center" cellpadding="0" style="width:566px;" class="border_01"> |
---|
25 | <tr> |
---|
26 | <td class="bg_06"><img src="({t_img_url_skin filename=content_header_1})" style="width: 30px;height: 20px;" class="dummy" align="left"><div class="b_b c_00" style="padding:3px 0px;">以下の内容でよろしいですか?</div> |
---|
27 | </td> |
---|
28 | </tr> |
---|
29 | </table> |
---|
30 | <!-- ここまで:小タイトル --> |
---|
31 | ({*ここまで:header*}) |
---|
32 | ({*ここから:body*}) |
---|
33 | <!-- *ここから:スケジュール詳細* --> |
---|
34 | <table border="0" cellspacing="0" cellpadding="0" style="width:566px;" class="border_01"> |
---|
35 | ({*********}) |
---|
36 | <!-- *ここから:スケジュール詳細>タイトル* --> |
---|
37 | <tr> |
---|
38 | <td align="center" class="border_01 bg_05" style="width:110px;border-width:0px 1px 1px 0px;"> |
---|
39 | |
---|
40 | <div class="padding_s"> |
---|
41 | |
---|
42 | タイトル |
---|
43 | |
---|
44 | </div> |
---|
45 | |
---|
46 | </td> |
---|
47 | <td class="border_01 bg_02" style="width:454px;border-width:0px 0px 1px 0px;"> |
---|
48 | |
---|
49 | <div class="padding_s"> |
---|
50 | |
---|
51 | ({$input.title}) |
---|
52 | |
---|
53 | </div> |
---|
54 | |
---|
55 | </td> |
---|
56 | </tr> |
---|
57 | <!-- *ここまで:スケジュール詳細>タイトル* --> |
---|
58 | ({*********}) |
---|
59 | <!-- *ここから:スケジュール詳細>開始日時* --> |
---|
60 | <tr> |
---|
61 | <td align="center" class="border_01 bg_05" style="border-width:0px 1px 1px 0px"> |
---|
62 | |
---|
63 | <div class="padding_s"> |
---|
64 | |
---|
65 | 開 始 |
---|
66 | |
---|
67 | </div> |
---|
68 | |
---|
69 | </td> |
---|
70 | <td class="border_01 bg_02" style="border-width:0px 0px 1px 0px;"> |
---|
71 | |
---|
72 | <div class="padding_s"> |
---|
73 | |
---|
74 | ({$input.start_year|string_format:"%04d"}) 年 |
---|
75 | ({$input.start_month|string_format:"%02d"}) 月 |
---|
76 | ({$input.start_day|string_format:"%02d"}) 日 |
---|
77 | ({if is_null($input.start_hour)}) |
---|
78 | -- |
---|
79 | ({else}) |
---|
80 | ({$input.start_hour|string_format:"%02d"}) |
---|
81 | ({/if}) 時 |
---|
82 | ({if is_null($input.start_minute)}) |
---|
83 | -- |
---|
84 | ({else}) |
---|
85 | ({$input.start_minute|string_format:"%02d"}) |
---|
86 | ({/if}) 分 |
---|
87 | |
---|
88 | </div> |
---|
89 | |
---|
90 | </td> |
---|
91 | </tr> |
---|
92 | <!-- *ここまで:スケジュール詳細>開始日時* --> |
---|
93 | ({*********}) |
---|
94 | <!-- *ここから:スケジュール詳細>終了日時* --> |
---|
95 | <tr> |
---|
96 | <td align="center" class="border_01 bg_05" style="border-width:0px 1px 1px 0px;"> |
---|
97 | |
---|
98 | <div class="padding_s"> |
---|
99 | |
---|
100 | 終 了 |
---|
101 | |
---|
102 | </div> |
---|
103 | |
---|
104 | </td> |
---|
105 | <td class="border_01 bg_02" style="border-width:0px 0px 1px 0px;"> |
---|
106 | |
---|
107 | <div class="padding_s"> |
---|
108 | |
---|
109 | ({$input.end_year|string_format:"%04d"}) 年 |
---|
110 | ({$input.end_month|string_format:"%02d"}) 月 |
---|
111 | ({$input.end_day|string_format:"%02d"}) 日 |
---|
112 | ({if is_null($input.end_hour)}) |
---|
113 | -- |
---|
114 | ({else}) |
---|
115 | ({$input.end_hour|string_format:"%02d"}) |
---|
116 | ({/if}) 時 |
---|
117 | ({if is_null($input.end_minute)}) |
---|
118 | -- |
---|
119 | ({else}) |
---|
120 | ({$input.end_minute|string_format:"%02d"}) |
---|
121 | ({/if}) 分 |
---|
122 | |
---|
123 | </div> |
---|
124 | |
---|
125 | </td> |
---|
126 | </tr> |
---|
127 | <!-- *ここまで:スケジュール詳細>終了日時* --> |
---|
128 | ({*********}) |
---|
129 | <!-- *ここから:スケジュール詳細>詳細テキスト* --> |
---|
130 | <tr> |
---|
131 | <td align="center" class="border_01 bg_05" style="border-width:0px 1px 1px 0px;"> |
---|
132 | |
---|
133 | <div class="padding_s"> |
---|
134 | |
---|
135 | 詳 細 |
---|
136 | |
---|
137 | </div> |
---|
138 | |
---|
139 | </td> |
---|
140 | <td class="border_01 bg_02" style="border-width:0px 0px 1px 0px;"> |
---|
141 | |
---|
142 | <div class="padding_s"> |
---|
143 | |
---|
144 | ({$input.body|nl2br}) |
---|
145 | |
---|
146 | </div> |
---|
147 | |
---|
148 | </td> |
---|
149 | </tr> |
---|
150 | <!-- *ここまで:スケジュール詳細>詳細テキスト* --> |
---|
151 | ({*********}) |
---|
152 | ({if !$is_unused_schedule}) |
---|
153 | <!-- *ここから:スケジュール詳細>お知らせメール有無* --> |
---|
154 | <tr> |
---|
155 | <td align="center" class="border_01 bg_05" style="border-width:0px 1px 1px 0px;"> |
---|
156 | |
---|
157 | <div class="padding_s"> |
---|
158 | |
---|
159 | お知らせメール |
---|
160 | |
---|
161 | </div> |
---|
162 | |
---|
163 | </td> |
---|
164 | <td class="border_01 bg_02" style="border-width:0px 0px 1px 0px;"> |
---|
165 | |
---|
166 | <div class="padding_s"> |
---|
167 | |
---|
168 | ({if $input.is_receive_mail}) |
---|
169 | 受け取る |
---|
170 | ({else}) |
---|
171 | 受け取らない |
---|
172 | ({/if}) |
---|
173 | |
---|
174 | </div> |
---|
175 | |
---|
176 | </td> |
---|
177 | </tr> |
---|
178 | <!-- *ここまで:スケジュール詳細>お知らせメール有無* --> |
---|
179 | ({/if}) |
---|
180 | ({*********}) |
---|
181 | <!-- *ここまで:スケジュール詳細* --> |
---|
182 | <!-- *ここから:追加修正ボタン* --> |
---|
183 | <tr> |
---|
184 | <td class="bg_03" colspan="2" class="border_01" style="border-width:0px 0px 1px 0px;"> |
---|
185 | |
---|
186 | <div class="padding_w_s" align="center"> |
---|
187 | |
---|
188 | <table border="0" cellspacing="0" cellpadding="6" style="width:240px;"> |
---|
189 | <tr> |
---|
190 | <td> |
---|
191 | |
---|
192 | ({t_form m=pc a=do_h_schedule_add_insert_c_schedule}) |
---|
193 | <input type="hidden" name="sessid" value="({$PHPSESSID})"> |
---|
194 | <input type="hidden" name="title" value="({$input.title})"> |
---|
195 | <input type="hidden" name="body" value="({$input.body})"> |
---|
196 | <input type="hidden" name="start_year" value="({$input.start_year})"> |
---|
197 | <input type="hidden" name="start_month" value="({$input.start_month})"> |
---|
198 | <input type="hidden" name="start_day" value="({$input.start_day})"> |
---|
199 | <input type="hidden" name="start_hour" value="({$input.start_hour})"> |
---|
200 | <input type="hidden" name="start_minute" value="({$input.start_minute})"> |
---|
201 | <input type="hidden" name="end_year" value="({$input.end_year})"> |
---|
202 | <input type="hidden" name="end_month" value="({$input.end_month})"> |
---|
203 | <input type="hidden" name="end_day" value="({$input.end_day})"> |
---|
204 | <input type="hidden" name="end_hour" value="({$input.end_hour})"> |
---|
205 | <input type="hidden" name="end_minute" value="({$input.end_minute})"> |
---|
206 | <input type="hidden" name="is_receive_mail" value="({$input.is_receive_mail})"> |
---|
207 | <input type="submit" class="submit" value=" 追 加 "> |
---|
208 | </form> |
---|
209 | |
---|
210 | </td> |
---|
211 | <td> |
---|
212 | |
---|
213 | ({t_form m=pc a=page_h_schedule_add}) |
---|
214 | <input type="hidden" name="title" value="({$input.title})"> |
---|
215 | <input type="hidden" name="body" value="({$input.body})"> |
---|
216 | <input type="hidden" name="start_year" value="({$input.start_year})"> |
---|
217 | <input type="hidden" name="start_month" value="({$input.start_month})"> |
---|
218 | <input type="hidden" name="start_day" value="({$input.start_day})"> |
---|
219 | <input type="hidden" name="start_hour" value="({$input.start_hour})"> |
---|
220 | <input type="hidden" name="start_minute" value="({$input.start_minute})"> |
---|
221 | <input type="hidden" name="end_year" value="({$input.end_year})"> |
---|
222 | <input type="hidden" name="end_month" value="({$input.end_month})"> |
---|
223 | <input type="hidden" name="end_day" value="({$input.end_day})"> |
---|
224 | <input type="hidden" name="end_hour" value="({$input.end_hour})"> |
---|
225 | <input type="hidden" name="end_minute" value="({$input.end_minute})"> |
---|
226 | <input type="hidden" name="is_receive_mail" value="({$input.is_receive_mail})"> |
---|
227 | <input type="submit" class="submit" value=" 修 正 "><br> |
---|
228 | </form> |
---|
229 | |
---|
230 | </td> |
---|
231 | </tr> |
---|
232 | </table> |
---|
233 | |
---|
234 | </td> |
---|
235 | </tr> |
---|
236 | <!-- *ここまで:ボタン* --> |
---|
237 | ({*********}) |
---|
238 | </table> |
---|
239 | ({*ここまで:body*}) |
---|
240 | ({*ここから:footer*}) |
---|
241 | <!-- *無し* --> |
---|
242 | ({*ここまで:footer*}) |
---|
243 | <!-- *ここから:スケジュール追加内容確認内容* --> |
---|
244 | </td> |
---|
245 | <td class="bg_00"><img src="./skin/dummy.gif" style="width:7px;height:7px;" class="dummy"></td> |
---|
246 | </tr> |
---|
247 | <tr> |
---|
248 | <td class="bg_00"><img src="./skin/dummy.gif" style="width:7px;height:7px;" class="dummy"></td> |
---|
249 | <td class="bg_00"><img src="./skin/dummy.gif" style="width:7px;height:7px;" class="dummy"></td> |
---|
250 | <td class="bg_00"><img src="./skin/dummy.gif" style="width:7px;height:7px;" class="dummy"></td> |
---|
251 | </tr> |
---|
252 | </table> |
---|
253 | <!-- ******ここまで:スケジュール追加内容確認****** --> |
---|
254 | <!-- ************************************ --> |
---|
255 | |
---|
256 | <img src="./skin/dummy.gif" class="v_spacer_l"> |
---|
257 | |
---|
258 | ({***************************}) |
---|
259 | ({**ここまで:メインコンテンツ**}) |
---|
260 | ({***************************}) |
---|
261 | ({ext_include file="inc_layoutcolumn_bottom_270px_165px_175px_720px.tpl"}) |
---|
262 | ({ext_include file="inc_footer.tpl"}) |
---|