Changeset 1615
- Timestamp:
- Jan 17, 2007, 12:31:20 AM (16 years ago)
- Location:
- OpenPNE/branches/2_6/webapp/modules/admin/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/2_6/webapp/modules/admin/templates/edit_c_profile.tpl
r1477 r1615 126 126 <td class="cell06">({if $item.public_flag_edit})○({else})×({/if})</td> 127 127 <td class="cell07">({if $item.public_flag_default == 'private'})公開しない({elseif $item.public_flag_default == 'friend'})({$smarty.const.WORD_MY_FRIEND})まで公開({else})全員に公開({/if})</td> 128 <td class="cell08">({if $item.form_type == 'text'})テキスト({elseif $item.form_type == 'text area'})テキスト(複数行)({elseif $item.form_type == 'select'})単一選択(プルダウン)({elseif $item.form_type == 'radio'})単一選択(ラジオボタン)({elseif $item.form_type == 'checkbox'})複数選択(チェックボックス)({/if})</td>128 <td class="cell08">({if $item.form_type == 'text'})テキスト({elseif $item.form_type == 'textlong'})テキスト(長)({elseif $item.form_type == 'textarea'})テキスト(複数行)({elseif $item.form_type == 'select'})単一選択(プルダウン)({elseif $item.form_type == 'radio'})単一選択(ラジオボタン)({elseif $item.form_type == 'checkbox'})複数選択(チェックボックス)({/if})</td> 129 129 <td class="cell09">({$item.sort_order})</td> 130 130 <td class="cell10">({if $item.form_type == 'select' || $item.form_type == 'checkbox' || $item.form_type == 'radio'})<a href="#opt_({$item.name})">一覧</a>({else}) ({/if})</td> -
OpenPNE/branches/2_6/webapp/modules/admin/templates/insert_c_profile.tpl
r1487 r1615 62 62 </tr> 63 63 <tr> 64 <th>説明</th> 65 <td><input type="text" name="info" value="({$c_profile.info})" size="30"></td> 66 </tr> 67 <tr> 64 68 <th>フォームタイプ</th> 65 69 <td><select class="basic" name="form_type"> 66 70 <option value="text" selected="selected">テキスト</option> 71 <option value="textlong"({if $c_profile.form_type == 'textlong'}) selected="selected"({/if})>テキスト(長)</option> 67 72 <option value="textarea">テキスト(複数行)</option> 68 73 <option value="select">単一選択(プルダウン)</option>
Note: See TracChangeset
for help on using the changeset viewer.