/usercenter/')
@log
defusercenter(user_id):
user=user.query.filter(user.id==user_id).first()
context=
return render_template('
usercenter.html
',**context)
完成個人中心
<h4h4
><
br>
<
ul class
="list1"
>
<
li class
="list2"
>
<
img
style
="width: 30px"
src="}"
>
<
a href
="}"
>}
a>
<
span
class
="badge"
>}
span
><
br>
<
p class
="pinglun"
p><
br>
li>
ul>
1.個人中心的頁面布局(html檔案及相應的樣式檔案)
2.定義檢視函式def usercenter(user_id):
3.向前端頁面傳遞引數
4.頁面顯示相應資料
發布的全部問答
個人資訊
5.各個頁面鏈結到個人中心
個人中心
<
div
class
="page-header"
>
<
h3><
span
class
="glyphicon glyphicon-user"
aria-hidden
="true"
>
span
>}<
br><
small
>全部問答<
span
class
="badge"
>
span
>
small
>
h3>
<
ul class
="list-group"
style
="align-items: center"
>
<
li class
="list-group-item"
>
<
span
class
="glyphicon glyphicon-heart-empty"
aria-hidden
="true"
>
span
>
<
a href
="}"
>}
a>
<
span
class
="badge"
>}
span
>
<
p style
="text-indent: 18px"
>}
p>
li>
ul>
div>
<
div
class
="page-header"
>
<
h3><
span
class
="glyphicon glyphicon-user"
aria-hidden
="true"
>
span
>}<
br><
small
span
class
="badge"
>
span
>
small
>
h3>
<
ul class
="list-group"
style
="align-items: center"
>
<
li class
="list-group-item"
>
<
span
class
="glyphicon glyphicon-heart-empty"
aria-hidden
="true"
>
span
>
<
a href
="}"
>}
a>
<
span
class
="badge"
>}
span
>
<
p style
="text-indent: 18px"
>}
p>
li>
ul>
div>
<
div
class
="page-header"
>
<
h3><
span
class
="glyphicon glyphicon-user"
aria-hidden
="true"
>
span
>}<
br><
small
>個人資訊<
span
class
="badge"
>
span
>
small
>
h3>
<
ul class
="list-group"
style
="align-items: center"
>
<
a href
="}"
>}
a>
<
li class
="list-group-item"
>使用者:}
li>
<
li class
="list-group-item"
>編號:}
li>
<
li class
="list-group-item"
>暱稱:}
li>
<
li class
="list-group-item"
>文章篇數:}
li>
ul>
div>
posted @
2017-12-13 17:50
林丹宜 閱讀(
...)
編輯收藏
評論列表顯示及排序,個人中心顯示
完成個人中心 1.個人中心的頁面布局 html檔案及相應的樣式檔案 2.定義檢視函式def usercenter user id 3.向前端頁面傳遞引數 4.頁面顯示相應資料 發布的全部問答 個人資訊 5.各個頁面鏈結到個人中心 person loginfirst defusercenter use...
評論列表顯示及排序,個人中心顯示
完成個人中心 1.個人中心的頁面布局 html檔案及相應的樣式檔案 2.定義檢視函式def usercenter user id 3.向前端頁面傳遞引數 4.頁面顯示相應資料 發布的全部問答 個人資訊 5.各個頁面鏈結到個人中心 en class col md 6 column class page...
評論列表顯示及排序,個人中心顯示
完成個人中心 1.個人中心的頁面布局 html檔案及相應的樣式檔案 2.定義檢視函式def usercenter user id 3.向前端頁面傳遞引數 4.頁面顯示相應資料 發布的全部問答 個人資訊 5.各個頁面鏈結到個人中心 def usercenter user id user user.qu...