Mercurial > epgrec.yaz
view templates/reservationform.html @ 149:5b192e94f49d
fix: 予約済み定数を使ってしまったミスを修正。エラーレベルに警告を追加
author | epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp> |
---|---|
date | Sat, 27 Mar 2010 16:04:54 +0900 |
parents | f3bf1be1a51b |
children |
line wrap: on
line source
<form method="post" action="customReservation.php"> <div> <span class="labelLeft">紮ユ</span> <input type="text" size="4" name="syear" id="id_syear" value="{$syear}" />綛 <input type="text" size="2" name="smonth" id="id_smonth" value="{$smonth}" /> <input type="text" size="2" name="sday" id="id_sday" value="{$sday}" /> <input type="text" size="2" name="shour" id="id_shour" value="{$shour}" /> <input type="text" size="2" name="smin" id="id_smin" value="{$smin}" />鐔 </div> <div> <span class="labelLeft">腟篋ユ</span> <input type="text" size="4" name="eyear" id="id_eyear" value="{$eyear}" />綛 <input type="text" size="2" name="emonth" id="id_emonth" value="{$emonth}" /> <input type="text" size="2" name="eday" id="id_eday" value="{$eday}" /> <input type="text" size="2" name="ehour" id="id_ehour" value="{$ehour}" /> <input type="text" size="2" name="emin" id="id_emin" value="{$emin}" /> </div> <div> <span class="labelLeft">腮/ch</span> {$type}:{$channel}ch <input type="hidden" name="channel_id" id="id_channel_id" value="{$channel_id}" /> </div> <div> <span class="labelLeft">牙祉≪若</span> <select name="record_mode" id="id_record_mode"> {section name=mode loop=$record_mode } <option value="{$smarty.section.mode.index}">{$record_mode[mode].name}</option> {/section} </select> </div> <div> <span class="labelLeft">帥ゃ</span> <input type="text" size="40" name="title" id="id_title" value="{$title}" /></div> <div> <span class="labelLeft">网荀</span> <textarea name="description" id="id_description" rows="4" cols="40" >{$description}</textarea></div> <div> <span class="labelLeft">眼</span> <select name="category_id" id="id_category_id"> {foreach from=$cats item=cat} <option value="{$cat.id}" {$cat.selected}>{$cat.name}</option> {/foreach} </select> </div> <div> <span class="labelLeft">腟ID篆</span> <input type="checkbox" name="program_id" id="id_program_id" value="{$program_id}" checked /></div> </form>