-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnavFriendNews.html
executable file
·32 lines (30 loc) · 1.28 KB
/
navFriendNews.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!--<link href="css/navFriendNews.css???" rel="stylesheet" />-->
<script src="scripts/navFriendNews.js" type="text/javascript"></script>
<div id="navUserNewsList">
<ul>
<!--
<li id='mainFreshmilk'+[新鲜事id] class='mainFreshmilkNews'>
<img src=[图片路径]></img>
<label id=[发布人id] class='name'>[name]</label>
<label class=''>[]</label>
<label>于</label>
<label class='time'>[发布时间]</label>
<label>[actionPre]</label>
<label class='content'>[发布内容]</label>
<label>[actionSuf]</label>
</li>
-->
</ul>
<!--<p id="noMoreNews" class="ui-state-highlight ui-corner-all">
<span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
<label>已经没有更多动态了</label>
</p>-->
<div class='seperatorHr'></div>
<a id='friendNewsPagePrev' class = 'pagePrev'><前页</a>
<label id='page' class = 'pageNo'> </label>
<!--<img id='userNewsPageNext' src='images/next.png' title='下一页' alt='下一页'/>-->
<a id='friendNewsPageNext' class = 'pageNext'>后页></a>
<!--<img id='friendNewsPagePrev' src='images/prev.png' title='上一页' alt='上一页'/>
<label id='page'></label>
<img id='friendNewsPageNext' src='images/next.png' title='下一页' alt='下一页'/>-->
</div>