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 | ({t_form m=pc a=page_h_schedule_add_confirm}) |
---|
13 | |
---|
14 | <table border="0" cellspacing="0" cellpadding="0" style="width:580px;margin:0px auto;" class="border_07"> |
---|
15 | <tr> |
---|
16 | <td style="width:7px;" class="bg_00"><img src="./skin/dummy.gif" style="width:7px;height:7px;" class="dummy"></td> |
---|
17 | <td style="width:566px;" class="bg_00"><img src="./skin/dummy.gif" style="width:7px;height:7px;" class="dummy"></td> |
---|
18 | <td style="width:7px;" class="bg_00"><img src="./skin/dummy.gif" style="width:7px;height:7px;" class="dummy"></td> |
---|
19 | </tr> |
---|
20 | <tr> |
---|
21 | <td class="bg_00"><img src="./skin/dummy.gif" style="width:7px;height:7px;" class="dummy"></td> |
---|
22 | <td align="center"> |
---|
23 | <!-- *ここから:スケジュール入力フォーム内容* --> |
---|
24 | ({*ここから:header*}) |
---|
25 | <!-- ここから:小タイトル --> |
---|
26 | <table border="0" cellspacing="0" cellpadding="0" style="width:566px;" class="border_01"> |
---|
27 | <tr> |
---|
28 | <td class="bg_06"><img src="({t_img_url_skin filename=content_header_1})" style="width: 30px;height: 20px;" class="dummy" align="left"> |
---|
29 | |
---|
30 | <div class="b_b c_00" style="padding:3px;"> |
---|
31 | |
---|
32 | 予定を追加する |
---|
33 | |
---|
34 | </div> |
---|
35 | |
---|
36 | </td> |
---|
37 | </tr> |
---|
38 | </table> |
---|
39 | <!-- ここまで:小タイトル --> |
---|
40 | ({*ここまで:header*}) |
---|
41 | ({*ここから:body*}) |
---|
42 | <table border="0" cellspacing="0" cellpadding="0" style="width:566px;" class="border_01"> |
---|
43 | ({*********}) |
---|
44 | <tr> |
---|
45 | <td> |
---|
46 | <table border="0" style="width:564px;" cellspacing="0" cellpadding="0"> |
---|
47 | ({********}) |
---|
48 | <!-- ここから:スケジュールフォーム>タイトル --> |
---|
49 | <tr> |
---|
50 | <td align="center" class="border_01 bg_05" style="width:110px;border-width:0px 1px 1px 0px;"> |
---|
51 | |
---|
52 | <div class="padding_s"> |
---|
53 | |
---|
54 | タイトル |
---|
55 | |
---|
56 | </div> |
---|
57 | |
---|
58 | </td> |
---|
59 | <td class="border_01 bg_02" style="border-width:0px 0px 1px 0px;"> |
---|
60 | |
---|
61 | <div class="padding_s"> |
---|
62 | |
---|
63 | <input type="text" class="text" name="title" value="({$input.title})" style="width:400px"> |
---|
64 | |
---|
65 | </div> |
---|
66 | |
---|
67 | </td> |
---|
68 | </tr> |
---|
69 | <!-- ここまで:スケジュールフォーム>タイトル --> |
---|
70 | ({********}) |
---|
71 | <!-- ここから:スケジュールフォーム>開始日時 --> |
---|
72 | <tr> |
---|
73 | <td align="center" class="border_01 bg_05" style="border-width:0px 1px 1px 0px"> |
---|
74 | |
---|
75 | <div class="padding_s"> |
---|
76 | |
---|
77 | 開 始 |
---|
78 | |
---|
79 | </div> |
---|
80 | |
---|
81 | </td> |
---|
82 | <td class="border_01 bg_02" style="border-width:0px 0px 1px 0px;"> |
---|
83 | |
---|
84 | <div class="padding_s"> |
---|
85 | |
---|
86 | <select name="start_year"> |
---|
87 | ({foreach from=$year_list item=item}) |
---|
88 | <option value="({$item})"({if $item==$input.start_year}) selected({/if})>({$item}) |
---|
89 | ({/foreach}) |
---|
90 | </select>年 |
---|
91 | <select name="start_month"> |
---|
92 | ({foreach from=$month_list item=item}) |
---|
93 | <option value="({$item})"({if $item==$input.start_month}) selected({/if})>({$item}) |
---|
94 | ({/foreach}) |
---|
95 | </select>月 |
---|
96 | <select name="start_day"> |
---|
97 | ({foreach from=$day_list item=item}) |
---|
98 | <option value="({$item})"({if $item==$input.start_day}) selected({/if})>({$item}) |
---|
99 | ({/foreach}) |
---|
100 | </select>日 |
---|
101 | <select name="start_hour"><option value="" selected>-- |
---|
102 | ({foreach from=$hour_list item=item}) |
---|
103 | <option value="({$item})"({if $item==$input.start_hour}) selected({/if})>({$item}) |
---|
104 | ({/foreach}) |
---|
105 | </select>時 |
---|
106 | <select name="start_minute"><option value="" selected>-- |
---|
107 | ({foreach from=$minute_list item=item}) |
---|
108 | <option value="({$item})"({if $item==$input.start_minute}) selected({/if})>({$item}) |
---|
109 | ({/foreach}) |
---|
110 | </select>分 |
---|
111 | |
---|
112 | </div> |
---|
113 | |
---|
114 | </td> |
---|
115 | </tr> |
---|
116 | <!-- ここまで:スケジュールフォーム>開始日時 --> |
---|
117 | ({********}) |
---|
118 | <!-- ここから:スケジュールフォーム>終了日時 --> |
---|
119 | <tr> |
---|
120 | <td align="center" class="border_01 bg_05" style="border-width:0px 1px 1px 0px;"> |
---|
121 | |
---|
122 | <div class="padding_s"> |
---|
123 | |
---|
124 | 終 了 |
---|
125 | |
---|
126 | </div> |
---|
127 | |
---|
128 | </td> |
---|
129 | <td class="border_01 bg_02" style="border-width:0px 0px 1px 0px;"> |
---|
130 | |
---|
131 | <div class="padding_s"> |
---|
132 | |
---|
133 | <select name="end_year"><option value="">---- |
---|
134 | ({foreach from=$year_list item=item}) |
---|
135 | <option value="({$item})"({if $item==$input.end_year}) selected({/if})>({$item}) |
---|
136 | ({/foreach}) |
---|
137 | </select>年 |
---|
138 | <select name="end_month"><option value="">-- |
---|
139 | ({foreach from=$month_list item=item}) |
---|
140 | <option value="({$item})"({if $item==$input.end_month}) selected({/if})>({$item}) |
---|
141 | ({/foreach}) |
---|
142 | </select>月 |
---|
143 | <select name="end_day"><option value="">-- |
---|
144 | ({foreach from=$day_list item=item}) |
---|
145 | <option value="({$item})"({if $item==$input.end_day}) selected({/if})>({$item}) |
---|
146 | ({/foreach}) |
---|
147 | </select>日 |
---|
148 | <select name="end_hour"><option value="" selected>-- |
---|
149 | ({foreach from=$hour_list item=item}) |
---|
150 | <option value="({$item})"({if $item==$input.end_hour}) selected({/if})>({$item}) |
---|
151 | ({/foreach}) |
---|
152 | </select>時 |
---|
153 | <select name="end_minute"><option value="" selected>-- |
---|
154 | ({foreach from=$minute_list item=item}) |
---|
155 | <option value="({$item})"({if $item==$input.end_minute}) selected({/if})>({$item}) |
---|
156 | ({/foreach}) |
---|
157 | </select>分 |
---|
158 | |
---|
159 | </div> |
---|
160 | |
---|
161 | </td> |
---|
162 | </tr> |
---|
163 | <!-- ここまで:スケジュールフォーム>終了日時 --> |
---|
164 | ({********}) |
---|
165 | <!-- ここから:スケジュールフォーム>詳細テキスト --> |
---|
166 | <tr> |
---|
167 | <td align="center" class="border_01 bg_05" style="border-width:0px 1px 1px 0px;"> |
---|
168 | |
---|
169 | <div class="padding_s"> |
---|
170 | |
---|
171 | 詳 細 |
---|
172 | |
---|
173 | </div> |
---|
174 | |
---|
175 | </td> |
---|
176 | <td class="border_01 bg_02" style="border-width:0px 0px 1px 0px;"> |
---|
177 | |
---|
178 | <div class="padding_s"> |
---|
179 | |
---|
180 | <textarea class="text" name="body" style="width:400px;height:150px">({$input.body})</textarea> |
---|
181 | |
---|
182 | </div> |
---|
183 | |
---|
184 | </td> |
---|
185 | </tr> |
---|
186 | <!-- ここまで:スケジュールフォーム>詳細テキスト --> |
---|
187 | ({********}) |
---|
188 | ({if !$is_unused_schedule}) |
---|
189 | <!-- ここから;スケジュールフォーム>お知らせメール通知 --> |
---|
190 | <tr> |
---|
191 | <td align="center" class="border_01 bg_05" style="border-width:0px 1px 1px 0px;"> |
---|
192 | |
---|
193 | <div class="padding_s">お知らせメール</div> |
---|
194 | |
---|
195 | </td> |
---|
196 | <td class="border_01 bg_05" style="border-width:0px 0px 1px 0px;"> |
---|
197 | |
---|
198 | <div class="padding_s"> |
---|
199 | |
---|
200 | <table border="0" cellspacing="0" cellpadding="0"> |
---|
201 | <tr> |
---|
202 | <td valign="middle" class="bg_02"> |
---|
203 | |
---|
204 | <input type="checkbox" name="is_receive_mail" value="1" align="middle"({if $input.is_receive_mail}) checked="checked"({/if}) class="no_bg"> |
---|
205 | |
---|
206 | </td> |
---|
207 | <td valign="middle"> |
---|
208 | 予定当日の朝に通知メールが届きます<br> |
---|
209 | <span>※送信先は登録メールアドレスです</span> |
---|
210 | </td> |
---|
211 | </tr> |
---|
212 | </table> |
---|
213 | |
---|
214 | </div> |
---|
215 | |
---|
216 | </td> |
---|
217 | </tr> |
---|
218 | <!-- ここまで;スケジュールフォーム>お知らせメール通知 --> |
---|
219 | ({/if}) |
---|
220 | ({********}) |
---|
221 | <!-- スケジュールフォーム>サブミットボタン --> |
---|
222 | <tr> |
---|
223 | <td class="bg_03" align="center" colspan="2"> |
---|
224 | |
---|
225 | <div class="padding_w_m"> |
---|
226 | |
---|
227 | <input type="submit" class="submit" value=" 確認画面 "> |
---|
228 | |
---|
229 | </div> |
---|
230 | |
---|
231 | </td> |
---|
232 | </tr> |
---|
233 | ({********}) |
---|
234 | </table> |
---|
235 | </td> |
---|
236 | </tr> |
---|
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 | </form> |
---|
255 | <!-- ******ここまで:スケジュール入力フォーム****** --> |
---|
256 | <!-- ******************************************** --> |
---|
257 | |
---|
258 | <img src="./skin/dummy.gif" class="v_spacer_l"> |
---|
259 | |
---|
260 | ({***************************}) |
---|
261 | ({**ここまで:メインコンテンツ**}) |
---|
262 | ({***************************}) |
---|
263 | ({ext_include file="inc_layoutcolumn_bottom_270px_165px_175px_720px.tpl"}) |
---|
264 | ({ext_include file="inc_footer.tpl"}) |
---|