Changeset 13229
- Timestamp:
- 2007/05/22 09:26:37 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/Smarty/templates/admin/contents/inquiry.tpl
r17 r13229 147 147 <table id="TD<!--{$smarty.section.question.index}-->"> 148 148 <tr class="fs12n" bgcolor="#ffffff"> 149 <td colspan="2">1 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][0]" size="4 5" class="box45" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$smarty.post.question[$smarty.section.question.index].option.0|escape}-->" <!--{if $ERROR.question[$smarty.section.question.index].kind}--><!--{sfSetErrorStyle}--><!--{/if}-->>¡¡2 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][1]" size="45" class="box45" value="<!--{$smarty.post.question[$smarty.section.question.index].option.1|escape}-->" <!--{if $ERROR.question[$smarty.section.question.index].kind}--><!--{sfSetErrorStyle}--><!--{/if}-->></td>150 </tr> 151 <tr class="fs12n" bgcolor="#ffffff"> 152 <td colspan="2">3 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][2]" size="4 5" class="box45" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$smarty.post.question[$smarty.section.question.index].option.2|escape}-->">¡¡4 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][3]" size="45" class="box45" value="<!--{$smarty.post.question[$smarty.section.question.index].option.3|escape}-->"></td>153 </tr> 154 <tr class="fs12n" bgcolor="#ffffff"> 155 <td colspan="2">5 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][4]" size="4 5" class="box45" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$smarty.post.question[$smarty.section.question.index].option.4|escape}-->">¡¡6 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][5]" size="45" class="box45" value="<!--{$smarty.post.question[$smarty.section.question.index].option.5|escape}-->"></td>156 </tr> 157 <tr class="fs12n" bgcolor="#ffffff"> 158 <td colspan="2">7 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][6]" size="4 5" class="box45" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$smarty.post.question[$smarty.section.question.index].option.6|escape}-->">¡¡8 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][7]" size="45" class="box45" value="<!--{$smarty.post.question[$smarty.section.question.index].option.7|escape}-->"></td>149 <td colspan="2">1 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][0]" size="40" class="box40" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$smarty.post.question[$smarty.section.question.index].option.0|escape}-->" <!--{if $ERROR.question[$smarty.section.question.index].kind}--><!--{sfSetErrorStyle}--><!--{/if}-->>¡¡2 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][1]" size="40" class="box40" value="<!--{$smarty.post.question[$smarty.section.question.index].option.1|escape}-->" <!--{if $ERROR.question[$smarty.section.question.index].kind}--><!--{sfSetErrorStyle}--><!--{/if}-->></td> 150 </tr> 151 <tr class="fs12n" bgcolor="#ffffff"> 152 <td colspan="2">3 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][2]" size="40" class="box40" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$smarty.post.question[$smarty.section.question.index].option.2|escape}-->">¡¡4 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][3]" size="40" class="box40" value="<!--{$smarty.post.question[$smarty.section.question.index].option.3|escape}-->"></td> 153 </tr> 154 <tr class="fs12n" bgcolor="#ffffff"> 155 <td colspan="2">5 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][4]" size="40" class="box40" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$smarty.post.question[$smarty.section.question.index].option.4|escape}-->">¡¡6 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][5]" size="40" class="box40" value="<!--{$smarty.post.question[$smarty.section.question.index].option.5|escape}-->"></td> 156 </tr> 157 <tr class="fs12n" bgcolor="#ffffff"> 158 <td colspan="2">7 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][6]" size="40" class="box40" maxlength="<!--{$smarty.const.STEXT_LEN}-->" value="<!--{$smarty.post.question[$smarty.section.question.index].option.6|escape}-->">¡¡8 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][7]" size="40" class="box40" value="<!--{$smarty.post.question[$smarty.section.question.index].option.7|escape}-->"></td> 159 159 </tr> 160 160 </table>
Note: See TracChangeset
for help on using the changeset viewer.