|
Revision 22843, 1.2 kB
(checked in by riaf, 5 years ago)
|
|
textmate がバグるから今日はこのへんでやめる
|
| Line | |
|---|
| 1 | <rt:extends href="settings.html" /> |
|---|
| 2 | <rt:block name="contents"> |
|---|
| 3 | <div class="wrapper"> |
|---|
| 4 | <div id="main"> |
|---|
| 5 | <h2><img src="<rt:if param="{$image}">img/user/{$image}<rt:else />img/friend_icon.png</rt:if>" alt="{$userName}" /> {$userName}</h2> |
|---|
| 6 | |
|---|
| 7 | <ul class="tabNav"> |
|---|
| 8 | <li><a href="{$rhaco.url('account/settings')}">アカウント</a></li> |
|---|
| 9 | <li><a href="{$rhaco.url('account/password')}" class="on">パスワード</a></li> |
|---|
| 10 | <li><a href="{$rhaco.url('account/picture')}">アイコン</a></li> |
|---|
| 11 | </ul> |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | <form action="{$rhaco.url('account/password')}" method="post" id="setting_form"> |
|---|
| 16 | <rt:invalid> |
|---|
| 17 | <rt:loop param="errors" var="e"> |
|---|
| 18 | <p class="warning">{$e}</p> |
|---|
| 19 | </rt:loop> |
|---|
| 20 | </rt:invalid> |
|---|
| 21 | <table id="form_table"><tr> |
|---|
| 22 | <td>新しいパスワード</td> |
|---|
| 23 | <td><input type="password" name="newPassword" size="30" /></td> |
|---|
| 24 | </tr><tr> |
|---|
| 25 | <td>新しいパスワードを再入力</td> |
|---|
| 26 | <td><input type="password" name="passwordConf" size="30" /></td> |
|---|
| 27 | </tr><tr> |
|---|
| 28 | <td></td> |
|---|
| 29 | <td><input type="submit" value=" パスワードを変更する " /></td> |
|---|
| 30 | </tr> |
|---|
| 31 | </table> |
|---|
| 32 | </form> |
|---|
| 33 | |
|---|
| 34 | |
|---|
| 35 | |
|---|
| 36 | <!-- / #main --></div> |
|---|
| 37 | |
|---|
| 38 | <div id="sub"> |
|---|
| 39 | <h3>パスワード</h3> |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | パスワードは最低6文字です。 |
|---|
| 43 | </div> |
|---|
| 44 | |
|---|
| 45 | <!-- / #wrapper --></div> |
|---|
| 46 | </rt:block> |
|---|