aboutsummaryrefslogtreecommitdiffstats
path: root/src/html/user_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/user_edit.html')
-rw-r--r--src/html/user_edit.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/html/user_edit.html b/src/html/user_edit.html
index 504837a..95b02a2 100644
--- a/src/html/user_edit.html
+++ b/src/html/user_edit.html
@@ -1,29 +1,29 @@
<div class="row">
- <div class="offset3 span3">
+ <div class="col-lg-3 col-lg-offset-3">
<h3>個人資料</h3>
<label>暱稱</label>
- <input name="nickname" type="text">
+ <input class="form-control" name="nickname" type="text">
<label>信箱</label>
- <input name="email" type="text">
+ <input class="form-control" name="email" type="text">
<label>個人頭像網址</label>
- <input name="avatar" type="text"><br>
- <img class="img-polaroid avatar"></img><br><br>
+ <input class="form-control" name="avatar" type="text"><br>
+ <img class="img-thumbnail avatar"></img><br><br>
<label>個人封面網址</label>
- <input name="cover" type="text"><br>
- <img class="img-polaroid cover"></img><br><br>
+ <input class="form-control" name="cover" type="text"><br>
+ <img class="img-thumbnail cover"></img><br><br>
<label>關於我</label>
- <input name="aboutme" type="text"><br>
+ <input class="form-control" name="aboutme" type="text"><br>
<button class="btn btn-primary submit">確定</button>
- <button class="btn cancel">取消</button>
+ <button class="btn btn-default cancel">取消</button>
<h3>更改密碼</h3>
<label>舊密碼</label>
- <input name="oldpassword" type="password">
+ <input class="form-control" name="oldpassword" type="password">
<label>新密碼</label>
- <input name="password" type="password">
+ <input class="form-control" name="password" type="password">
<label>重複密碼</label>
- <input name="repeat" type="password"><br>
+ <input class="form-control" name="repeat" type="password"><br>
<button class="btn btn-primary submit">確定</button>
- <button class="btn cancel">取消</button>
+ <button class="btn btn-default cancel">取消</button>
</div>
</div>