<?php
<div id='schedule_detail'>
<h2>販売スケジュール</h2>
<table style="table-layout: fiexed;">
<tr>
<th style="width : 240px">期間番号</th>
<th style="width : auto">期間</th>
</tr>
<tr>
<th style="width : 240px"></th>
<td style="width : auto">
<input type="text" class="schedule_from_to_<!--{$smarty.section.i.index}-->" name="from_date[<!--{$smarty.section.i.index}-->]" />~
<input type="text" class="schedule_from_to_<!--{$smarty.section.i.index}-->" name="to_date[<!--{$smarty.section.i.index}-->]" />
<input type="button" value="clear" onclick="$('.schedule_from_to_<!--{$smarty.section.i.index}-->').val('');"/>
</td>
</tr>
</table>
</div>