Changeset 23035
- Timestamp:
- 2013/08/07 00:01:00 (10 years ago)
- Location:
- branches/version-2_13-dev/data/Smarty/templates/sphone
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/Smarty/templates/sphone/contact/index.tpl
r23002 r23035 80 80 value="<!--{$arrForm.zip01.value|default:$arrData.zip01|h}-->" 81 81 maxlength="<!--{$smarty.const.ZIP01_LEN}-->" 82 style="<!--{$arrErr.zip01|sfGetErrorColor}-->; ime-mode: disabled;" class="boxShort text data-role-none" /> - <input type="tel" name="zip02"82 style="<!--{$arrErr.zip01|sfGetErrorColor}-->;" class="boxShort text data-role-none" /> - <input type="tel" name="zip02" 83 83 value="<!--{$arrForm.zip02.value|default:$arrData.zip02|h}-->" 84 84 maxlength="<!--{$smarty.const.ZIP02_LEN}-->" 85 style="<!--{$arrErr.zip02|sfGetErrorColor}-->; ime-mode: disabled;" class="boxShort text data-role-none" /> <a href="http://search.post.japanpost.jp/zipcode/" target="_blank" rel="external"><span class="fn">郵便番号検索</span></a>85 style="<!--{$arrErr.zip02|sfGetErrorColor}-->;" class="boxShort text data-role-none" /> <a href="http://search.post.japanpost.jp/zipcode/" target="_blank" rel="external"><span class="fn">郵便番号検索</span></a> 86 86 </p> 87 87 -
branches/version-2_13-dev/data/Smarty/templates/sphone/forgot/index.tpl
r22438 r23035 36 36 value="<!--{$arrForm.name01|default:''|h}-->" 37 37 maxlength="<!--{$smarty.const.STEXT_LEN}-->" 38 style="<!--{$arrErr.name01|sfGetErrorColor}-->; ime-mode: active;"38 style="<!--{$arrErr.name01|sfGetErrorColor}-->;" 39 39 class="boxHarf text data-role-none" placeholder="姓"/> 40 40 <input type="text" name="name02" 41 41 value="<!--{$arrForm.name02|default:''|h}-->" 42 42 maxlength="<!--{$smarty.const.STEXT_LEN}-->" 43 style="<!--{$arrErr.name02|sfGetErrorColor}-->; ime-mode: active;"43 style="<!--{$arrErr.name02|sfGetErrorColor}-->;" 44 44 class="boxHarf text data-role-none" placeholder="名"/> 45 45 </p> … … 50 50 <input type="email" name="email" 51 51 value="<!--{$tpl_login_email|h}-->" 52 style="<!--{$arrErr.email|sfGetErrorColor}-->; ime-mode: disabled;"52 style="<!--{$arrErr.email|sfGetErrorColor}-->;" 53 53 maxlength="200" class="text boxLong data-role-none" /> 54 54 </p>
Note: See TracChangeset
for help on using the changeset viewer.