-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathyou_index.htm
36 lines (29 loc) · 893 Bytes
/
you_index.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">{$you[username]}</div>
<div class="body">
<table cellpadding="0" cellspacing="0" width="576" style="table-layout: fixed;">
<tr>
<td width="128" valign="top" align="center">
<a href="?you-index-uid-$you[uid].htm" target="_blank"><span class="avatar_huge border" style="{if $you[avatar_huge]}background-image: url($you[avatar_huge]);{/if}"></span></a>
</td>
<td valign="top">
<!--{include you_info.inc.htm}-->
</td>
</tr>
</table>
</div>
<div class="footer"></div>
</div>
</div>
</div>
<!--{include footer.htm}-->
</body>
</html>