-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathyou_post.htm
36 lines (29 loc) · 963 Bytes
/
you_post.htm
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
33
34
35
36
<!--{include header.htm}-->
<link href="view/my.css" type="text/css" rel="stylesheet" />
<div class="width">
<!--{include you_nav.inc.htm}-->
<div class="left border shadow bg2">
<!--{include you_menu.inc.htm}-->
</div>
<div class="right">
<div class="div">
<div class="header">参与主题</div>
<div class="body">
<!--{loop $mypostlist $post}-->
<!--{if $post}-->
<div style="line-height: 2.0">
<span class="grey"><a href="?forum-index-fid-$post[fid].htm" target="_blank">【$post[forumname]】</a></span><a href="?thread-index-fid-$post[fid]-tid-$post[tid]-page-$post[post][page].htm" target="_blank">$post[thread][subject]</a>
<span class="tiny grey">- $post[thread][dateline_fmt]</span>
</div>
<hr />
<!--{/if}-->
<!--{/loop}-->
</div>
<div class="footer"></div>
</div>
<div class="page" style="text-align: center;">$pages</div>
</div>
</div>
<!--{include footer.htm}-->
</body>
</html>