Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

身份表格另一款式

[复制链接]
shray 发表于 2005-6-17 11:57:19 | 显示全部楼层 |阅读模式
绝非原创,从http://www.mykgt.com/bbs/read.php?tid=1363的phpwind中改过来的

viewthread.htm
找到
  1. <!--{loop $postlist $postkey $post}-->
  2.         <!--{eval $postpid=$post[pid]}-->
  3.         $post[newpostanchor]
  4.         <tr bgcolor="$post[thisbg]">
  5.         <td valign="top" width="21%"><a name="pid$post[pid]"></a>
  6.         <!--{if $ismoderator && $allowviewip}--><a href="topicadmin.php?action=getip&fid=$fid&tid=$tid&pid=$post[pid]"><img src="{IMGDIR}/ip.gif" border="0" align="right" alt="{lang admin_getip}"></a><!--{/if}-->
  7.         <!--{if $post['authorid']}-->
  8.                 <span class="bold">$post[author]</span><br><span class="smalltxt">
  9.                 <!--{if $post['username']}-->$post[authortitle]<!--{else}-->{lang member_deleted}<!--{/if}-->
  10.         <!--{else}-->
  11.                 <span class="bold">{lang guest}</span> <span class="smalltxt">$post[useip]</span><br><span class="smalltxt">{lang unregistered}
  12.         <!--{/if}-->
  13.         <br>{eval showstars($post['stars']);}<br>$post[customstatus]<br><br>
  14.         <!--{if $post['avatar']}-->
  15.                 <table width="95%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed">
  16.                 <tr><td align="center">$post[avatar]</td></tr></table><br>
  17.         <!--{else}-->
  18.                 <br><br>
  19.         <!--{/if}-->
  20.         {lang credit_title} $post[credit]<br>
  21.         {lang postnum} $post[postnum]<br>
  22.         {lang regtime} $post[regdate]
  23.         <!--{if $post['location']}--><br>{lang location} $post[location]<!--{/if}--><br>
  24.         <!--{if $vtonlinestatus && $post['authorid']}-->
  25.                 <!--{if $timestamp - $post['lastactivity'] <= 10800}-->
  26.                         {lang online_status} <b>{lang online}</b>
  27.                 <!--{else}-->
  28.                         {lang online_status} {lang offline}
  29.                 <!--{/if}-->
  30.         <!--{/if}-->
  31.         </span>
  32.         </td>
复制代码


改为
  1. <!--{loop $postlist $postkey $post}-->
  2.         <!--{eval $postpid=$post[pid]}-->
  3.         $post[newpostanchor]
  4.         <tr bgcolor="$post[thisbg]">
  5.         <td valign="top" width="25%"><a name="pid$post[pid]"></a>
  6. <table cellspacing=0 cellpadding=4 width='100%' style='TABLE-LAYOUT: fixed;WORD-WRAP: break-word'>

  7. <table border="0" cellpadding="0" cellspacing="0">
  8. <tr>
  9.    <td width="12" ><img  src="{IMGDIR}/e_1.gif" border="0"></td>
  10.    <td height="10" background="{IMGDIR}/e_bg1.gif"></td>
  11.    <td width="12"><img  src="{IMGDIR}/e_2.gif" border="0"></td>
  12.   </tr>
  13.   <tr>
  14.    <td width="12" background="{IMGDIR}/e_bg2.gif"></td>
  15.    <td bgcolor=#ffffff width="160">
  16.    <table border="0" cellpadding="0" cellspacing="0">   
  17.         <!--{if $post['authorid']}-->
  18.                 <span class="bold">$post[author]</span>
  19.         <!--{else}-->
  20.                 <span class="bold">{lang guest}</span> <span class="smalltxt">$post[useip]</span><br><span class="smalltxt">{lang unregistered}
  21.         <!--{/if}--><!--{if $post['gender'] == 1}-->&nbsp;&nbsp;<img src="{IMGDIR}/gg.gif" alt="{lang male}"><!--{elseif $post['gender'] == 2}-->&nbsp;&nbsp;<img src="{IMGDIR}/mm.gif" alt="{lang female}"><!--{/if}-->
  22.                                  
  23.          <!--{if $post['avatar']}--><br>
  24.    <tr><td><table width=98% border=0 cellspacing=0 cellpadding=0 style='table-layout: fixed'>
  25. <tr><td align=center>$post[avatar]</td></tr>

  26. </table></td></tr>
  27. <!--{else}-->
  28. <br><br>
  29. <tr><td align=center>
  30. {eval showstars($post['stars']);}<br>$post[customstatus] <br></td></tr>
  31.         <!--{/if}--> <!--{if $post['username']}-->
  32. <tr><td height="20"><b>{lang status}:</b> <font color=navy>$post[authortitle]</font></td></tr>
  33.   <!--{else}-->      
  34.   <tr><td height="20"><b>{lang status}:</b> <font color=navy>访客</font></td></tr><!--{/if}-->      
  35. <tr><td height="20"><b>{lang credit_title}: <font color=green>$post[credit]</b></font></td></tr>

  36. <tr><td height="20"><b>{lang postnum}:  <font color=green>$post[postnum]</b></font></td></tr>

  37. <tr><td height="20"><b>{lang regtime}: <font color=#984b98>$post[regdate]</b></font></td></tr>
  38. <!--{if $post['location']}-->
  39. <tr><td height="20"><b>{lang location}: <font color=red>$post[location]</b></font></td></tr><!--{/if}-->

  40. <!--{if $ismoderator && $allowviewip}-->
  41. <tr><td height="20"><b>IP: <font color=blue>$post[useip]</b></font></td></tr><!--{/if}-->
  42. <!--{if $vtonlinestatus && $post['authorid']}-->
  43.                 <!--{if $timestamp - $post['lastactivity'] <= 10800}-->
  44. <tr><td height="20"><b>{lang online_status}: {lang online}</b></td></tr>
  45. <!--{else}-->
  46. <tr><td height="20"><b>{lang online_status}: {lang offline}</b></td></tr>
  47.                 <!--{/if}-->
  48.         <!--{/if}-->
  49. </table>
  50. </td>
  51.    <td width="12" background="{IMGDIR}/e_bg3.gif"></td>
  52.   </tr>
  53.   <tr>
  54.    <td width="12"><img  src="{IMGDIR}/e_3.gif"  border="0"></td>
  55.    <td width="14" background="{IMGDIR}/e_bg4.gif"></td>
  56.    <td width="12"><img  src="{IMGDIR}/e_4.gif"  border="0"></td>
  57.   </tr>
  58. </table>
复制代码


将压缩包放到风格内

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

评分

1

查看全部评分

mmcatv 发表于 2005-6-17 12:05:03 | 显示全部楼层
支持一下先。
回复

使用道具 举报

FreeDZ 发表于 2005-6-17 12:11:58 | 显示全部楼层
不错,,支持...收藏了,...
回复

使用道具 举报

hszl 发表于 2005-6-18 13:24:02 | 显示全部楼层
论坛换空间了。
http://bbs.haishui.net
有时间再装吧!
楼主最好给个演示!

[ 本帖最后由 hszl 于 2005-10-6 16:33 编辑 ]
回复

使用道具 举报

nicknick 发表于 2005-6-18 14:26:12 | 显示全部楼层
多謝分享, 不錯!
回复

使用道具 举报

qilin520 发表于 2005-6-18 18:36:21 | 显示全部楼层
呵呵!~~还显示IP  不错啊
回复

使用道具 举报

whopawho1985 发表于 2005-6-22 15:11:34 | 显示全部楼层
这个挺不错的
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-21 21:54 , Processed in 0.026891 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表