<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>$title $_SCONFIG[seotitle] Powered by idaren</title>
<meta name="keywords" content="$keywords $_SCONFIG[seokeywords]" />
<meta name="description" content="$description $_SCONFIG[seodescription]" />
<link rel="stylesheet" type="text/css" href="{S_URL}/templates/$_SCONFIG[template]/css/space.css" />
</head>
<body>
<div id="wrap">
<dl id="header">
<dt><img src="{S_URL}/templates/$_SCONFIG[template]/images/space/logo.gif" align="absmiddle" /></dt>
<dd>
<!--{if empty($_SCONFIG['defaultchannel'])}-->
<a href="{S_URL}/index.php">首页</a> |
<!--{/if}-->
<!--{loop $channels['menus'] $key $value}-->
<a href="$value[url]">$value[name]</a> |
<!--{/loop}-->
</dd>
</dl>
<div id="main">
<div id="main_left">
<h1></h1>
<dl class="user_avatar">
<dt><a href="{S_URL}/space.php?uid=$member[uid]" target="_blank"><img src="{UC_API}/avatar.php?uid=$member[uid]" /></a><dt>
<dd><a href="{S_URL}/space.php?uid=$member[uid]" target="_blank">$member[username]</a></dd>
</dl>
<div class="user_profield">
用户组:<!--{if $member['groupid']}--><!--{eval echo $_SGLOBAL['grouparr'][{$member['groupid']}]['grouptitle']}--><!--{else}-->-<!--{/if}--><br />
开通时间:$member[dateline]<br />
更新时间:$member[updatetime]<br />
上次登录时间:$member[lastlogin]
</div>
<!--{if uchome_exists()}-->
<ul class="app_list">
<li><img src="$uchurl/image/app/doing.gif"><a href="$uchurl/space.php?do=doing">记录</a></li>
<li><img src="$uchurl/image/app/album.gif"><a href="$uchurl/space.php?do=album">相册</a><em><a href="$uchurl/cp.php?ac=upload">上传</a></em></li>
<li><img src="$uchurl/image/app/blog.gif"><a href="$uchurl/space.php?do=blog">日志</a><em><a href="$uchurl/cp.php?ac=blog">发表</a></em></li>
<li><img src="$uchurl/image/app/mtag.gif"><a href="$uchurl/space.php?do=thread">群组</a><em><a href="$uchurl/cp.php?ac=thread">话题</a></em></li>
<li><img src="$uchurl/image/app/share.gif"><a href="$uchurl/space.php?do=share">分享</a></li>
</ul>
<!--{/if}-->
</div>
<div id="main_right">
<ul class="nav">
<li<!--{if $_GET['op'] == 'news'}--> class="current"<!--{/if}-->><a href="#uid/$_GET[uid]/op/news#">资讯</a></li>
<!--{if uchome_exists() && !in_array('uchblog', $_SCONFIG['closechannels'])}-->
<li<!--{if $_GET['op'] == 'uchblog'}--> class="current"<!--{/if}-->><a href="#uid/$_GET[uid]/op/uchblog#">日志</a></li>
<!--{/if}-->
<!--{if uchome_exists() && !in_array('uchphoto', $_SCONFIG['closechannels'])}-->
<li<!--{if $_GET['op'] == 'uchphoto'}--> class="current"<!--{/if}-->><a href="#uid/$_GET[uid]/op/uchphoto#">相册</a></li>
<!--{/if}-->
<!--{if discuz_exists() && !in_array('bbs', $_SCONFIG['closechannels'])}-->
<li<!--{if $_GET['op'] == 'bbs'}--> class="current"<!--{/if}-->><a href="#uid/$_GET[uid]/op/bbs#">论坛</a></li>
<!--{/if}-->
</ul>
<!--{if $_GET['op'] == 'uchblog' && uchome_exists() && !in_array('uchblog', $_SCONFIG['closechannels'])}-->
<!--{block name="uchblog" parameter="uid/$_GET['uid']/order/dateline DESC/perpage/10/cachetime/3600/showdetail/1/messagelen/200/messagedot/1/cachename/infobody"}-->
<!--{elseif $_GET['op'] == 'uchphoto' && uchome_exists() && !in_array('uchphoto', $_SCONFIG['closechannels'])}-->
<!--{block name="uchphoto" parameter="uid/$_GET['uid']/order/updatetime DESC/perpage/8/subjectlen/30/messagedot/0/cachetime/3600/cachename/infobody"}-->
<!--{elseif $_GET['op'] == 'bbs' && discuz_exists() && !in_array('bbs', $_SCONFIG['closechannels'])}-->
<!--{block name="bbsthread" parameter="authorid/$_GET['uid']/order/dateline DESC/perpage/10/cachetime/3600/showdetail/1/messagelen/200/messagedot/1/cachename/infobody"}-->
<!--{else}-->
<!--{block name="spacenews" parameter="uid/$_GET['uid']/order/i.dateline DESC/perpage/10/cachetime/3600/showdetail/1/messagelen/200/messagedot/1/cachename/infobody"}-->
<!--{/if}-->
<!--{if $_GET['op'] == 'uchphoto'}-->
<ul class="photo_list">
<!--{loop $_SBLOCK['infobody'] $key $value}-->
<li><a href="$value[url]"><img src="$value[pic]"></a><span>$value[albumname]</span></li>
<!--{/loop}-->
</ul>
<!--{else}-->
<ul class="news_list">
<!--{loop $_SBLOCK['infobody'] $key $value}-->
<!--{if $_GET['op'] == 'bbs'}--><!--{eval $value[replynum] = $value[replies];}--><!--{/if}-->
<li>
<h4><a href="$value[url]" title="$value[subjectall]" target="_blank">$value[subject]</a></h4>
<p>$value[message]</p>
<p>
<span class="more">
<!--{if ($_SGLOBAL[timestamp] - $value[dateline]) > 86400}-->
#date("Y-m-d", $value[dateline])#
<!--{else}-->
<!--{eval echo intval(($_SGLOBAL[timestamp] - $value[dateline]) / 3600 + 1);}-->小时之前
<!--{/if}--> |
<!--{if $_GET['op'] == 'bbs'}-->
评论($value[replies]) | 阅读($value[views])
<!--{else}-->
评论($value[replynum]) | 阅读($value[viewnum])
<!--{/if}-->
</span>
<a href="$value[url]">点击此处查看原文</a>
</p>
</li>
<!--{/loop}-->
</ul>
<!--{/if}-->
<div class="btm">
<!--{if !empty($_SBLOCK[infobody_multipage])}-->
$_SBLOCK[infobody_multipage]
<!--{/if}-->
</div>
</div>
</div>
</div>
</body>
</html>
找到这个文件了,但看不出来那的问题 |