Changeset 5964
- Timestamp:
- Mar 22, 2008, 2:09:08 PM (13 years ago)
- Location:
- OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/public_html/xhtml_style.php
r5961 r5964 168 168 padding: 0; 169 169 background: none; 170 } 171 ul.moreInfo.button li form { 172 display: inline; 173 } 174 ul.moreInfo.button li form .input_submit { 175 margin: 0 5px; 170 176 } 171 177 /*---------------------------------------------- -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/o_regist_prof.tpl
r5963 r5964 82 82 <input type="text" class="input_text" name="profile[({$profile.name})]" value="({$profs.profile[$profile.name].value})" size="30" /> 83 83 ({elseif $profile.form_type == 'textlong'}) 84 <input type="text" class="input_text input_text_long" name="profile[({$profile.name})]" value="({$profs.profile[$profile.name] .value})" size="60" />84 <input type="text" class="input_text input_text_long" name="profile[({$profile.name})]" value="({$profs.profile[$profile.name]})" size="60" /> 85 85 ({elseif $profile.form_type == 'textarea'}) 86 <textarea name="profile[({$profile.name})]" rows="6" cols="50">({$profs.profile[$profile.name] .value})</textarea>86 <textarea name="profile[({$profile.name})]" rows="6" cols="50">({$profs.profile[$profile.name]})</textarea> 87 87 ({elseif $profile.form_type == 'select'}) 88 88 <select name="profile[({$profile.name})]"> 89 89 <option value="">選択してください</option> 90 90 ({foreach from=$profile.options item=item}) 91 <option value="({$item.c_profile_option_id})"({if $profs.profile[$profile.name] .value == $item.value}) selected="selected"({/if})>({$item.value|default:"--"})</option>91 <option value="({$item.c_profile_option_id})"({if $profs.profile[$profile.name] == $item.c_profile_option_id}) selected="selected"({/if})>({$item.value|default:"--"})</option> 92 92 ({/foreach}) 93 93 </select> … … 97 97 ({counter name=$profile.name assign=_cnt}) 98 98 ({if $_cnt % 3 == 1})<ul>({/if}) 99 <li><input type="radio" class="input_radio" name="profile[({$profile.name})]" id="profile-({$profile.name})-({$item.c_profile_option_id})" value="({$item.c_profile_option_id})"({if $profs.profile[$profile.name] .value == $item.value}) checked="checked"({/if}) /><label for="profile-({$profile.name})-({$item.c_profile_option_id})">({$item.value|default:"--"})</label></li>99 <li><input type="radio" class="input_radio" name="profile[({$profile.name})]" id="profile-({$profile.name})-({$item.c_profile_option_id})" value="({$item.c_profile_option_id})"({if $profs.profile[$profile.name] == $item.c_profile_option_id}) checked="checked"({/if}) /><label for="profile-({$profile.name})-({$item.c_profile_option_id})">({$item.value|default:"--"})</label></li> 100 100 ({if $_cnt % 3 == 0})</ul>({/if}) 101 101 ({/foreach}) … … 107 107 ({counter name=$profile.name assign=_cnt}) 108 108 ({if $_cnt % 3 == 1})<ul>({/if}) 109 <li><input type="checkbox" class="input_checkbox" name="profile[({$profile.name})][]" id="profile-({$profile.name})-({$item.c_profile_option_id})" value="({$item.c_profile_option_id})"({if $profs.profile[$profile.name] .value && in_array($item.value|smarty:nodefaults, $profs.profile[$profile.name].value)}) checked="checked"({/if}) /><label for="profile-({$profile.name})-({$item.c_profile_option_id})">({$item.value|default:"--"})</label></li>109 <li><input type="checkbox" class="input_checkbox" name="profile[({$profile.name})][]" id="profile-({$profile.name})-({$item.c_profile_option_id})" value="({$item.c_profile_option_id})"({if $profs.profile[$profile.name] && in_array($item.c_profile_option_id|smarty:nodefaults, $profs.profile[$profile.name])}) checked="checked"({/if}) /><label for="profile-({$profile.name})-({$item.c_profile_option_id})">({$item.value|default:"--"})</label></li> 110 110 ({if $_cnt % 3 == 0})</ul>({/if}) 111 111 ({/foreach}) … … 119 119 ({if $profile.public_flag_edit}) 120 120 </td><td class="publicSelector"> 121 ({if $profs.p rofile[$profile.name].public_flag})122 ({assign var=pflag value=$profs.p rofile[$profile.name].public_flag})121 ({if $profs.public_flag[$profile.name]}) 122 ({assign var=pflag value=$profs.public_flag[$profile.name]}) 123 123 ({else}) 124 124 ({assign var=pflag value=$profile.public_flag_default}) -
OpenPNE/branches/prj/xhtmlcss/OpenPNE-2.11.4/webapp/modules/pc/templates/o_regist_prof_confirm.tpl
r5823 r5964 2 2 <div id="Center"> 3 3 4 ({* #1931 *})<!-- ******ここから:個人情報入力****** --> 5 ({* #1931 *})<table border="0" cellspacing="0" cellpadding="0" style="width:580px;margin:0px auto;" class="border_07"> 6 ({* #1931 *})<tr> 7 ({* #1931 *})<td style="width:7px;" class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 8 ({* #1931 *})<td style="width:566px;" class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 9 ({* #1931 *})<td style="width:7px;" class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 10 ({* #1931 *})</tr> 11 ({* #1931 *})<tr> 12 ({* #1931 *})<td class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 13 ({* #1931 *})<td class="bg_01" align="center"> 14 ({* #1931 *})<!-- *ここから:個人情報入力>内容* --> 15 ({* #1931 *})({*ここから:header*}) 16 ({* #1931 *})<!-- ここから:小タイトル --> 17 ({* #1931 *})<div class="border_01"> 18 ({* #1931 *})<table border="0" cellspacing="0" cellpadding="0" style="width:564px;"> 19 ({* #1931 *})<tr> 20 ({* #1931 *})<td style="width:36px;" class="bg_06"><img src="({t_img_url_skin filename=content_header_1})" style="width:30px;height:20px;" class="dummy"></td> 21 ({* #1931 *})<td style="width:528px;padding:2px 0px;" class="bg_06"><span class="b_b c_00">プロフィール確認</span> <span class="c_00">(以下の内容で登録します。確認のうえ、登録ボタンをクリックしてください。)</span></td> 22 ({* #1931 *})</tr> 23 ({* #1931 *})</table> 24 ({* #1931 *})</div> 25 ({* #1931 *})<!-- ここまで:小タイトル --> 26 ({* #1931 *})({*ここまで:header*}) 27 ({* #1931 *})({*ここから:body*}) 28 ({* #1931 *})<!-- ここから:主内容 --> 29 ({* #1931 *})<table border="0" cellspacing="0" cellpadding="0" style="width:566px;"> 30 ({* #1931 *})({*********}) 31 ({* #1931 *})<tr> 32 ({* #1931 *})<td style="width:566px;height:1px;" class="bg_01" colspan="5"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 33 ({* #1931 *})</tr> 34 ({* #1931 *})({*********}) 35 ({* #1931 *})({capture name="nick"}) 36 ({* #1931 *})<tr> 37 ({* #1931 *})<td style="width:1px;" class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 38 ({* #1931 *})<td style="width:150px;" class="bg_05" align="left" valign="middle"> 39 ({* #1931 *}) 40 ({* #1931 *})<div class="padding_s"> 41 ({* #1931 *}) 42 ({* #1931 *})ニックネーム <span class="caution">※</span> 43 ({* #1931 *}) 44 ({* #1931 *})</div> 45 ({* #1931 *}) 46 ({* #1931 *})</td> 47 ({* #1931 *})<td style="width:1px;" class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 48 ({* #1931 *})<td style="width:413px;" class="bg_02" align="left" valign="middle"> 49 ({* #1931 *}) 50 ({* #1931 *})<div class="padding_s"> 51 ({* #1931 *}) 52 ({* #1931 *})({$prof.nickname|default:" "}) 53 ({* #1931 *}) 54 ({* #1931 *})</div> 55 ({* #1931 *}) 56 ({* #1931 *})</td> 57 ({* #1931 *})<td style="width:1px;" class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 58 ({* #1931 *})</tr> 59 ({* #1931 *})({*********}) 60 ({* #1931 *})<tr> 61 ({* #1931 *})<td style="height:1px;" class="bg_01" colspan="5"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 62 ({* #1931 *})</tr> 63 ({* #1931 *})({*********}) 64 ({* #1931 *})({/capture}) 65 ({* #1931 *})({capture name="birth"}) 66 ({* #1931 *})<tr> 67 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 68 ({* #1931 *})<td class="bg_05" align="left" valign="middle"> 69 ({* #1931 *}) 70 ({* #1931 *})<div class="padding_s"> 71 ({* #1931 *}) 72 ({* #1931 *})生まれた年 <span class="caution">※</span> 73 ({* #1931 *}) 74 ({* #1931 *})</div> 75 ({* #1931 *}) 76 ({* #1931 *})</td> 77 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 78 ({* #1931 *})<td class="bg_02" align="left" valign="middle"> 79 ({* #1931 *}) 80 ({* #1931 *})<div class="padding_s"> 81 ({* #1931 *}) 82 ({* #1931 *})({$prof.birth_year|default:" "})年 83 ({* #1931 *}) 84 ({* #1931 *})({if $prof.public_flag_birth_year == 'friend'}) 85 ({* #1931 *})(({$WORD_MY_FRIEND})まで公開) 86 ({* #1931 *})({elseif $prof.public_flag_birth_year == 'private'}) 87 ({* #1931 *})(公開しない) 88 ({* #1931 *})({/if}) 89 ({* #1931 *}) 90 ({* #1931 *})</div> 91 ({* #1931 *}) 92 ({* #1931 *})</td> 93 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 94 ({* #1931 *})</tr> 95 ({* #1931 *})({*********}) 96 ({* #1931 *})<tr> 97 ({* #1931 *})<td style="height:1px;" class="bg_01" colspan="5"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 98 ({* #1931 *})</tr> 99 ({* #1931 *})({*********}) 100 ({* #1931 *})<tr> 101 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 102 ({* #1931 *})<td class="bg_05" align="left" valign="middle"> 103 ({* #1931 *}) 104 ({* #1931 *})<div class="padding_s"> 105 ({* #1931 *}) 106 ({* #1931 *})誕生日 <span class="caution">※</span> 107 ({* #1931 *}) 108 ({* #1931 *})</div> 109 ({* #1931 *}) 110 ({* #1931 *})</td> 111 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 112 ({* #1931 *})<td class="bg_02" align="left" valign="middle"> 113 ({* #1931 *}) 114 ({* #1931 *})<div class="padding_s"> 115 ({* #1931 *}) 116 ({* #1931 *})({$prof.birth_month|default:" "})月({$prof.birth_day|default:" "})日 117 ({* #1931 *}) 118 ({* #1931 *})</div> 119 ({* #1931 *}) 120 ({* #1931 *})</td> 121 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 122 ({* #1931 *})</tr> 123 ({* #1931 *})({*********}) 124 ({* #1931 *})<tr> 125 ({* #1931 *})<td style="height:1px;" class="bg_01" colspan="5"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 126 ({* #1931 *})</tr> 127 ({* #1931 *})({*********}) 128 ({* #1931 *})({/capture}) 129 ({* #1931 *}) 130 ({* #1931 *})({foreach from=$profile_list item=profile}) 131 ({* #1931 *})({strip}) 132 ({* #1931 *}) 133 ({* #1931 *})({if !$_cnt_nick && $profile.sort_order >= $smarty.const.SORT_ORDER_NICK 4 ({* {{{ formTable *}) 5 <div class="dparts formTable"><div class="parts"> 6 <div class="partsHeading"><h3>プロフィール確認</h3></div> 7 <div class="partsInfo"> 8 <p>以下の内容で登録します。確認のうえ、登録ボタンをクリックしてください。</p> 9 </div> 10 <table> 11 ({capture name="nick"}) 12 <tr> 13 <th>ニックネーム <strong>※</strong></th> 14 <td>({$prof.nickname})</td> 15 </tr> 16 ({/capture}) 17 ({capture name="birth"}) 18 <tr> 19 <th>生まれた年 <strong>※</strong></th> 20 <td> 21 ({$prof.birth_year})年 22 ({if $prof.public_flag_birth_year == 'friend'}) 23 (({$WORD_MY_FRIEND})まで公開) 24 ({elseif $prof.public_flag_birth_year == 'private'}) 25 (公開しない) 26 ({/if}) 27 </td> 28 </tr> 29 <tr> 30 <th>誕生日 <strong>※</strong></th> 31 <td> 32 ({$prof.birth_month})月({$prof.birth_day})日 33 </td> 34 </tr> 35 ({/capture}) 36 ({foreach from=$profile_list item=profile}) 37 ({strip}) 38 39 ({if !$_cnt_nick && $profile.sort_order >= $smarty.const.SORT_ORDER_NICK 134 40 && !$_cnt_birth && $profile.sort_order >= $smarty.const.SORT_ORDER_BIRTH}) 135 ({* #1931 *})({counter assign="_cnt_nick"}) 136 ({* #1931 *})({counter assign="_cnt_birth"}) 137 ({* #1931 *})({if $smarty.const.SORT_ORDER_NICK > $smarty.const.SORT_ORDER_BIRTH}) 138 ({* #1931 *})({$smarty.capture.birth|smarty:nodefaults}) 139 ({* #1931 *})({$smarty.capture.nick|smarty:nodefaults}) 140 ({* #1931 *})({else}) 141 ({* #1931 *})({$smarty.capture.nick|smarty:nodefaults}) 142 ({* #1931 *})({$smarty.capture.birth|smarty:nodefaults}) 143 ({* #1931 *})({/if}) 144 ({* #1931 *})({/if}) 145 ({* #1931 *}) 146 ({* #1931 *})({if !$_cnt_nick && $profile.sort_order >= $smarty.const.SORT_ORDER_NICK}) 147 ({* #1931 *})({counter assign="_cnt_nick"}) 148 ({* #1931 *})({$smarty.capture.nick|smarty:nodefaults}) 149 ({* #1931 *})({/if}) 150 ({* #1931 *}) 151 ({* #1931 *})({if !$_cnt_birth && $profile.sort_order >= $smarty.const.SORT_ORDER_BIRTH}) 152 ({* #1931 *})({counter assign="_cnt_birth"}) 153 ({* #1931 *})({$smarty.capture.birth|smarty:nodefaults}) 154 ({* #1931 *})({/if}) 155 ({* #1931 *}) 156 ({* #1931 *})({/strip}) 157 ({* #1931 *})({if $profile.disp_regist}) 158 ({* #1931 *})<tr> 159 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 160 ({* #1931 *})<td class="bg_05" align="left" valign="middle"> 161 ({* #1931 *}) 162 ({* #1931 *})<div class="padding_s"> 163 ({* #1931 *}) 164 ({* #1931 *})({$profile.caption}) 165 ({* #1931 *})({if $profile.is_required}) 166 ({* #1931 *})<span class="caution">※</span> 167 ({* #1931 *})({/if}) 168 ({* #1931 *}) 169 ({* #1931 *})</div> 170 ({* #1931 *}) 171 ({* #1931 *})</td> 172 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 173 ({* #1931 *})<td class="bg_02" align="left" valign="middle"> 174 ({* #1931 *}) 175 ({* #1931 *})<div class="padding_s"> 176 ({* #1931 *}) 41 ({counter assign="_cnt_nick"}) 42 ({counter assign="_cnt_birth"}) 43 ({if $smarty.const.SORT_ORDER_NICK > $smarty.const.SORT_ORDER_BIRTH}) 44 ({$smarty.capture.birth|smarty:nodefaults}) 45 ({$smarty.capture.nick|smarty:nodefaults}) 46 ({else}) 47 ({$smarty.capture.nick|smarty:nodefaults}) 48 ({$smarty.capture.birth|smarty:nodefaults}) 49 ({/if}) 50 ({/if}) 51 52 ({if !$_cnt_nick && $profile.sort_order >= $smarty.const.SORT_ORDER_NICK}) 53 ({counter assign="_cnt_nick"}) 54 ({$smarty.capture.nick|smarty:nodefaults}) 55 ({/if}) 56 57 ({if !$_cnt_birth && $profile.sort_order >= $smarty.const.SORT_ORDER_BIRTH}) 58 ({counter assign="_cnt_birth"}) 59 ({$smarty.capture.birth|smarty:nodefaults}) 60 ({/if}) 61 62 ({/strip}) 63 ({if $profile.disp_regist}) 64 <tr> 65 <th>({$profile.caption})({if $profile.is_required}) <strong>※</strong>({/if})</th> 66 <td> 177 67 ({* #1931 *})({if $prof.profile[$profile.name].value}) 178 68 ({* #1931 *}) … … 192 82 ({* #1931 *}) 193 83 ({* #1931 *})({/if}) 194 ({* #1931 *}) 195 ({* #1931 *})</div> 196 ({* #1931 *}) 197 ({* #1931 *})</td> 198 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 199 ({* #1931 *})</tr> 200 ({* #1931 *})({*********}) 201 ({* #1931 *})<tr> 202 ({* #1931 *})<td style="height:1px;" class="bg_01" colspan="5"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 203 ({* #1931 *})</tr> 204 ({* #1931 *})({*********}) 205 ({* #1931 *})({/if}) 206 ({* #1931 *})({/foreach}) 207 ({* #1931 *}) 84 </td> 85 </tr> 86 ({/if}) 87 ({/foreach}) 208 88 ({* #1931 *})({if !$_cnt_nick && !$_cnt_birth}) 209 89 ({* #1931 *})({if $smarty.const.SORT_ORDER_NICK > $smarty.const.SORT_ORDER_BIRTH}) … … 218 98 ({* #1931 *})({if !$_cnt_birth})({$smarty.capture.birth|smarty:nodefaults})({/if}) 219 99 ({* #1931 *})({/if}) 220 ({* #1931 *}) 221 ({* #1931 *})<tr> 222 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 223 ({* #1931 *})<td class="bg_05" align="left" valign="middle"> 224 ({* #1931 *}) 225 ({* #1931 *})<div class="padding_s"> 226 ({* #1931 *}) 227 ({* #1931 *})PCメールアドレス <span class="caution">※</span> 228 ({* #1931 *}) 229 ({* #1931 *})</div> 230 ({* #1931 *}) 231 ({* #1931 *})</td> 232 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 233 ({* #1931 *})<td class="bg_02" align="left" valign="middle"> 234 ({* #1931 *}) 235 ({* #1931 *})<div class="padding_s"> 236 ({* #1931 *}) 237 ({* #1931 *})({$pc_address}) 238 ({* #1931 *}) 239 ({* #1931 *})</div> 240 ({* #1931 *}) 241 ({* #1931 *})</td> 242 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 243 ({* #1931 *})</tr> 244 ({* #1931 *})({*********}) 245 ({* #1931 *})<tr> 246 ({* #1931 *})<td style="height:1px;" class="bg_01" colspan="5"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 247 ({* #1931 *})</tr> 248 ({* #1931 *})<tr> 249 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 250 ({* #1931 *})<td class="bg_05" align="left" valign="middle"> 251 ({* #1931 *}) 252 ({* #1931 *})<div class="padding_s"> 253 ({* #1931 *}) 254 ({* #1931 *})パスワード <span class="caution">※</span> 255 ({* #1931 *}) 256 ({* #1931 *})</div> 257 ({* #1931 *}) 258 ({* #1931 *})</td> 259 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 260 ({* #1931 *})<td class="bg_02" align="left" valign="middle"> 261 ({* #1931 *}) 262 ({* #1931 *})<div class="padding_s"> 263 ({* #1931 *}) 264 ({* #1931 *})(表示しません) 265 ({* #1931 *}) 266 ({* #1931 *})</div> 267 ({* #1931 *}) 268 ({* #1931 *})</td> 269 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 270 ({* #1931 *})</tr> 271 ({* #1931 *})({*********}) 272 ({* #1931 *})<tr> 273 ({* #1931 *})<td style="height:1px;" class="bg_01" colspan="5"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 274 ({* #1931 *})</tr> 275 ({* #1931 *})({*********}) 276 ({* #1931 *})<tr> 277 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 278 ({* #1931 *})<td class="bg_05" align="left" valign="middle"> 279 ({* #1931 *}) 280 ({* #1931 *})<div class="padding_s"> 281 ({* #1931 *}) 282 ({* #1931 *})秘密の質問 <span class="caution">※</span> 283 ({* #1931 *}) 284 ({* #1931 *})</div> 285 ({* #1931 *}) 286 ({* #1931 *})</td> 287 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 288 ({* #1931 *})<td class="bg_02" align="left" valign="middle"> 289 ({* #1931 *}) 290 ({* #1931 *})<div class="padding_s"> 291 ({* #1931 *}) 292 ({* #1931 *})({$password_query_name|default:" "}) 293 ({* #1931 *}) 294 ({* #1931 *})</div> 295 ({* #1931 *}) 296 ({* #1931 *})</td> 297 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 298 ({* #1931 *})</tr> 299 ({* #1931 *})({*********}) 300 ({* #1931 *})<tr> 301 ({* #1931 *})<td style="height:1px;" class="bg_01" colspan="5"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 302 ({* #1931 *})</tr> 303 ({* #1931 *})({*********}) 304 ({* #1931 *})<tr> 305 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 306 ({* #1931 *})<td class="bg_05" align="left" valign="middle"> 307 ({* #1931 *}) 308 ({* #1931 *})<div class="padding_s"> 309 ({* #1931 *}) 310 ({* #1931 *})質問の答え <span class="caution">※</span> 311 ({* #1931 *}) 312 ({* #1931 *})</div> 313 ({* #1931 *}) 314 ({* #1931 *})</td> 315 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 316 ({* #1931 *})<td class="bg_02" align="left" valign="middle"> 317 ({* #1931 *}) 318 ({* #1931 *})<div class="padding_s"> 319 ({* #1931 *}) 320 ({* #1931 *})({$prof.c_password_query_answer|default:" "}) 321 ({* #1931 *}) 322 ({* #1931 *})</div> 323 ({* #1931 *}) 324 ({* #1931 *})</td> 325 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 326 ({* #1931 *})</tr> 327 ({* #1931 *})({*********}) 328 ({* #1931 *})<tr> 329 ({* #1931 *})<td style="height:1px;" class="bg_01" colspan="5"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 330 ({* #1931 *})</tr> 331 ({* #1931 *})({*********}) 332 ({* #1931 *})<tr> 333 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 334 ({* #1931 *})<td class="bg_03" align="center" valign="middle" colspan="3"> 335 ({* #1931 *}) 336 ({* #1931 *})<div class="padding_w_m"> 337 ({* #1931 *}) 338 ({* #1931 *})<table border="0" style="width:240px;"> 339 ({* #1931 *})<tr> 340 ({* #1931 *}) 341 ({* #1931 *})({t_form_block m=pc a=do_o_regist_prof}) 342 ({* #1931 *})<input type="hidden" name="mode" value="register"> 343 ({* #1931 *})<input type="hidden" name="sid" value="({$sid})"> 344 ({* #1931 *})<td><input type="submit" class="submit" value=" 登 録 "></td> 345 ({* #1931 *})({/t_form_block}) 346 ({* #1931 *}) 347 ({* #1931 *})({t_form_block m=pc a=do_o_regist_prof}) 348 ({* #1931 *})<input type="hidden" name="mode" value="input"> 349 ({* #1931 *})<input type="hidden" name="sid" value="({$sid})"> 350 ({* #1931 *})<td><input type="submit" class="submit" value=" 修 正 "></td> 351 ({* #1931 *})({/t_form_block}) 352 ({* #1931 *}) 353 ({* #1931 *})</tr> 354 ({* #1931 *})</table> 355 ({* #1931 *}) 356 ({* #1931 *})</div> 357 ({* #1931 *}) 358 ({* #1931 *})</td> 359 ({* #1931 *})<td class="bg_01" align="center"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 360 ({* #1931 *})</tr> 361 ({* #1931 *})({*********}) 362 ({* #1931 *})<tr> 363 ({* #1931 *})<td style="height:1px;" class="bg_01" colspan="5"><img src="./skin/dummy.gif" alt="dot" class="dot"></td> 364 ({* #1931 *})</tr> 365 ({* #1931 *})({*********}) 366 ({* #1931 *})</table> 367 ({* #1931 *})<!-- ここまで:主内容 --> 368 ({* #1931 *})({*ここまで:body*}) 369 ({* #1931 *})({*ここから:footer*}) 370 ({* #1931 *})<!-- 無し --> 371 ({* #1931 *})({*ここまで:footer*}) 372 ({* #1931 *})<!-- *ここまで:個人情報入力>>内容* --> 373 ({* #1931 *})</td> 374 ({* #1931 *})<td class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 375 ({* #1931 *})</tr> 376 ({* #1931 *})<tr> 377 ({* #1931 *})<td class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 378 ({* #1931 *})<td class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 379 ({* #1931 *})<td class="bg_00"><img src="./skin/dummy.gif" alt="square" class="square"></td> 380 ({* #1931 *})</tr> 381 ({* #1931 *})</table> 382 ({* #1931 *})<!-- ******ここまで:個人情報入力****** --> 100 <tr> 101 <th>PCメールアドレス <strong>※</strong></th> 102 <td>({$pc_address})</td> 103 </tr> 104 <tr> 105 <th>パスワード <strong>※</strong></th> 106 <td>(表示しません)</td> 107 </tr> 108 <tr> 109 <th>秘密の質問 <strong>※</strong></th> 110 <td>({$password_query_name})</td> 111 </tr> 112 <tr> 113 <th>質問の答え <strong>※</strong></th> 114 <td>({$prof.c_password_query_answer})</td> 115 </tr> 116 </table> 117 <div class="operation"> 118 <ul class="moreInfo button"> 119 <li> 120 ({t_form_block m=pc a=do_o_regist_prof}) 121 <input type="hidden" name="mode" value="register" /> 122 <input type="hidden" name="sid" value="({$sid})" /> 123 <input type="submit" class="input_submit" value="登録" /> 124 ({/t_form_block}) 125 </li> 126 <li> 127 ({t_form_block m=pc a=do_o_regist_prof}) 128 <input type="hidden" name="mode" value="input" /> 129 <input type="hidden" name="sid" value="({$sid})" /> 130 <input type="submit" class="input_submit" value="修正" /> 131 ({/t_form_block}) 132 </li> 133 </ul> 134 </div> 135 </div></div> 136 ({* }}} *}) 383 137 384 138 </div><!-- Center -->
Note: See TracChangeset
for help on using the changeset viewer.