Changeset 13231 for branches/rel/data


Ignore:
Timestamp:
2007/05/22 09:45:15 (17 years ago)
Author:
adati
Message:

ラジオボタン・チェックボックス選択時の、入力ボックスの表示を調整

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel/data/Smarty/templates/admin/contents/inquiry.tpl

    r12157 r13231  
    147147                                <table id="TD<!--{$smarty.section.question.index}-->"> 
    148148                                <tr class="fs12n" bgcolor="#ffffff"> 
    149                                     <td colspan="2">1 <input type="text" name="question[<!--{$smarty.section.question.index}-->][option][0]" size="45" 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="45" 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="45" 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="45" 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> 
    159159                                </tr> 
    160160                                </table> 
Note: See TracChangeset for help on using the changeset viewer.