code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231
values | license stringclasses 13
values | size int64 1 2.01M |
|---|---|---|---|---|---|
<?php
/*
[UCenter Home] (C) 2007-2008 Comsenz Inc.
$Id: album.php 12491 2009-07-01 07:10:35Z liguode $
*/
if(!defined('IN_UCHOME')) {
exit('Access Denied');
}
$uid = !empty($_GET['uid']) ? intval($_GET['uid']) : 0;
$aid = !empty($_GET['aid']) ? intval($_GET['aid']) : 0;
$start = !empty($_GET['start']) ? ... | zyyhong | trunk/jiaju001/newbbs/home/api/discuz/album.php | PHP | asf20 | 1,668 |
<?php
/*
[UCenter Home] (C) 2007-2008 Comsenz Inc.
$Id: js.php 12965 2009-07-31 02:26:24Z liguode $
*/
if(!defined('IN_UCHOME')) {
exit('Access Denied');
}
$_SGLOBAL['supe_uid'] = $uid = isset($_GET['uid'])?intval($_GET['uid']):0;
if(empty($uid)) exit;
if($uid) {
@include_once(S_ROOT.'./data/data... | zyyhong | trunk/jiaju001/newbbs/home/api/discuz/js.php | PHP | asf20 | 9,104 |
<?php
/*
[UCenter Home] (C) 2007-2008 Comsenz Inc.
$Id: doing.php 13203 2009-08-20 02:26:58Z zhengqingpeng $
*/
if(!defined('IN_UCHOME')) {
exit('Access Denied');
}
$wherearr = $doinglist = array();
$sql = '';
$uid = !empty($_GET['uid']) ? trim($_GET['uid']) : '';
$mood = !empty($_GET['mood']) ? int... | zyyhong | trunk/jiaju001/newbbs/home/api/discuz/doing.php | PHP | asf20 | 1,322 |
<?php
/*
[UCenter Home] (C) 2007-2008 Comsenz Inc.
$Id: space.php 13203 2009-08-20 02:26:58Z zhengqingpeng $
*/
if(!defined('IN_UCHOME')) {
exit('Access Denied');
}
$credit = $friendnum = $viewnum = $wherearr = $spacelist = array();
$sql = '';
$uid = !empty($_GET['uid']) ? trim($_GET['uid']) : '';
$... | zyyhong | trunk/jiaju001/newbbs/home/api/discuz/space.php | PHP | asf20 | 3,558 |
<?php
/*
[UCenter Home] (C) 2007-2008 Comsenz Inc.
$Id: my.php 12376 2009-06-16 07:10:38Z zhouguoqiang $
*/
error_reporting(0);
define('IN_UCHOME', TRUE);
define('S_ROOT', substr(dirname(__FILE__), 0, -3));
$_SGLOBAL['timestamp'] = time();
$space = array();
include_once S_ROOT.'./config.php';
include_o... | zyyhong | trunk/jiaju001/newbbs/home/api/my.php | PHP | asf20 | 724 |
<!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=utf-8" />
<script language="javascript" type="text/javascript" src="http://static.manyo... | zyyhong | trunk/jiaju001/newbbs/home/api/channel.htm | HTML | asf20 | 465 |
<?php
/*
[UCenter Home] (C) 2007-2008 Comsenz Inc.
$Id: index.php 13234 2009-08-24 08:20:04Z liguode $
*/
define('IN_UCHOME', TRUE);
error_reporting(0);
$_SGLOBAL = $_SCONFIG = $_SBLOCK = array();
//程序目录
define('S_ROOT', substr(dirname(__FILE__), 0, -7));
//获取时间
$_SGLOBAL['timestamp'] = time();
... | zyyhong | trunk/jiaju001/newbbs/home/install/index.php | PHP | asf20 | 51,521 |
a { color: #3B5998; }
/*avatar bg*/
.ar_r_t { background: #FFF url(image/avatar_bg.gif) no-repeat right top; }
.ar_l_t { background: url(image/avatar_bg.gif) no-repeat left top; }
.ar_r_b { background: url(image/avatar_bg.gif) no-repeat right bottom; }
.ar_l_b { background: url(image/avatar_bg.gif) n... | zyyhong | trunk/jiaju001/newbbs/home/template/blue/style.css | CSS | asf20 | 9,597 |
<!--{template header}-->
<!--{if $_GET['op']=='edit' || $_GET['op']=='editpic'}-->
<h2 class="title"><img src="image/app/album.gif" />相册<!--{if $album[albumname]}--> - $album[albumname]<!--{/if}--></h2>
<div class="tabs_header">
<ul class="tabs">
<li<!--{if $_GET['op']=='edit'}--> class="active"<!--{/if}-->><... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_album.htm | HTML | asf20 | 7,829 |
<!--{eval $_TPL['nosidebar']=1;}-->
<!--{template header}-->
<script>
function register(id, result) {
if(result) {
$('registersubmit').disabled = true;
window.location.href = "$jumpurl";
} else {
updateseccode();
}
}
</script>
<form id="registerform" name="registerform" action="do.php?a... | zyyhong | trunk/jiaju001/newbbs/home/template/default/do_register.htm | HTML | asf20 | 9,546 |
<!--{template header}-->
<!--{if $_GET['op'] == 'show'}-->
<!--{template space_click}-->
<!--{/if}-->
<!--{template footer}--> | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_click.htm | HTML | asf20 | 135 |
/*************************************************GLOBALS***/
* { word-wrap: break-word; word-break: break-all; }
body, th, td, input, select, textarea, button { font: 12px/1.5em Verdana, "Lucida Grande", Arial, Helvetica, sans-serif; }
body, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, form, fieldset { margin: 0; pad... | zyyhong | trunk/jiaju001/newbbs/home/template/default/style.css | CSS | asf20 | 41,629 |
<!--{eval $_TPL['titles'] = array('群组');}-->
<!--{template header}-->
<div class="searchbar floatright">
<form method="get" action="space.php">
<input name="searchkey" value="" size="15" class="t_input" type="text">
<input name="searchsubmit" value="搜索群组" class="submit" type="submit">
<input type="hidden" name="sear... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_mtag.htm | HTML | asf20 | 4,562 |
<!--{if empty($_SGLOBAL['inajax'])}-->
<!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=$_SC[charset]" />
<meta http-equiv="x-ua-co... | zyyhong | trunk/jiaju001/newbbs/home/template/default/header.htm | HTML | asf20 | 8,001 |
<!--{template header}-->
<!--{if $_GET['op'] == 'delete'}-->
<h1>删除分享</h1>
<a href="javascript:hideMenu();" class="float_del" title="关闭">关闭</a>
<div class="popupmenu_inner" id="__shareform_{$sid}">
<form id="shareform_{$sid}" name="shareform_{$sid}" method="post" action="cp.php?ac=share&op=delete&sid=$sid&type... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_share.htm | HTML | asf20 | 4,955 |
<!--{template header}-->
<!--{if $_GET['op'] == 'resend'}-->
<h1>重发邮件</h1>
<a href="javascript:hideMenu();" class="float_del" title="关闭">关闭</a>
<div class="popupmenu_inner" id="__resendform_{$id}">
<form method="post" id="resendform_{$id}" name="resendform_{$id}" action="cp.php?ac=invite&op=resend&id=$id">
<p>... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_invite.htm | HTML | asf20 | 9,407 |
<!--{template header}-->
<!--{template cp_header}-->
<div class="l_status c_form">
<a href="cp.php?ac=profile&op=base"$cat_actives[base]>基本资料</a><span class="pipe">|</span>
<a href="cp.php?ac=profile&op=contact"$cat_actives[contact]>联系方式</a><span class="pipe">|</span>
<a href="cp.php?ac=profile&op=edu"$cat_ac... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_profile.htm | HTML | asf20 | 16,989 |
<!--{eval $_TPL['titles'] = array('群组话题');}-->
<!--{template header}-->
<!--{if !empty($_SGLOBAL[inajax])}-->
<div id="space_photo">
<h3 class="feed_header">
<a href="cp.php?ac=thread" class="r_option" target="_blank">发表话题</a>
群组话题(共 $count 个)</h3>
<!--{if $list}-->
<ul class="line_list">
<!--... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_thread_list.htm | HTML | asf20 | 5,174 |
<!--{eval $_TPL['titles'] = array($poll['subject'], '投票');}-->
<!--{template header}-->
<!--{if $space[self]}-->
<h2 class="title"><img src="image/app/poll.gif" />投票</h2>
<div class="tabs_header">
<ul class="tabs">
<li><a href="space.php?uid=$space[uid]&do=$do&view=new"><span>最新投票</span></a></li>
<li><a h... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_poll_view.htm | HTML | asf20 | 11,873 |
<!--{eval $_TPL['titles'] = array('好友');}-->
<!--{template header}-->
<!--{if !empty($_SGLOBAL[inajax])}-->
<div id="space_friend">
<h3 class="feed_header">
<a href="cp.php?ac=friend&op=search" class="r_option" target="_blank">寻找好友</a>
好友(共 $count 个)
</h3><br>
<!--{if $list}-->
<div id="frie... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_friend.htm | HTML | asf20 | 11,725 |
<!--{template header}-->
<!--{if $op == "use"}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&idtype=$idtype&i... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_hot.htm | HTML | asf20 | 986 |
<!--{eval $_TPL['titles'] = array($tag['tagname'], '标签');}-->
<!--{template header}-->
<h2 class="title">标签 - $tag[tagname] ($tag[blognum] 篇日志)</h2>
<div class="tabs_header">
<a href="cp.php?ac=share&type=tag&id=$tag[tagid]" id="a_share" onclick="ajaxmenu(event, this.id, 1)" class="a_share">分享</a>
<ul class="t... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_tag_view.htm | HTML | asf20 | 1,427 |
<!--{template header}-->
<h2 class="title"><img src="image/icon/task.gif">有奖任务</h2>
<div class="tabs_header">
<ul class="tabs">
<li$actives[task]><a href="cp.php?ac=task"><span>待参与任务</span></a></li>
<li$actives[done]><a href="cp.php?ac=task&view=done"><span>已参与任务</span></a></li>
<!--{if $task}-->
<li$... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_task.htm | HTML | asf20 | 7,921 |
<!--{template header}-->
<h2 class="title"><img src="image/app/mtag.gif" />群组</h2>
<div class="tabs_header">
<ul class="tabs">
<li class="active"><a href="#"><span>访问群组</span></a></li>
<li><a href="space.php?do=mtag&view=me"><span>返回我的群组</span></a></li>
</ul>
</div>
<!--{if $taglist}-->
<table cell... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_mtag_tagname.htm | HTML | asf20 | 2,202 |
<!--{eval $_TPL['titles'] = array('热闹');}-->
<!--{template header}-->
<h2 class="title"><img src="image/app/topic.gif" />热闹</h2>
<div class="tabs_header">
<ul class="tabs">
<li$actives[new]><a href="space.php?do=topic&view=new"><span>最新参与</span></a></li>
<li$actives[hot]><a href="space.php?do=topic&view=ho... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_topic_list.htm | HTML | asf20 | 1,746 |
<!--{template header}-->
<!--{if $op == "use"}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly popupmenu_inner" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_gift.htm | HTML | asf20 | 1,802 |
<!--{template header}-->
<h2 class="title"><a href="do.php?ac=stat">站点趋势统计</a></h2>
<table cellspacing="0" cellpadding="0" class="formtable">
<caption>
<h2>统计分类</h2>
<p>站点趋势统计系统,会记录每日站点的发展概况。通过每日的趋势变化,为站长运营站点提供科学的数据基础。</p>
</caption>
<tr><td>
<ul class="line_list">
<li>
<strong>基础数据</strong>:
... | zyyhong | trunk/jiaju001/newbbs/home/template/default/do_stat.htm | HTML | asf20 | 3,001 |
<!--{template header}-->
<!--{if $op == "use"}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&idtype=$idtype&i... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_frame.htm | HTML | asf20 | 2,495 |
<!--{template header}-->
<!--{if $_GET[op] == 'delete'}-->
<h1>删除日志</h1>
<a href="javascript:hideMenu();" class="float_del" title="关闭">关闭</a>
<div class="popupmenu_inner">
<form method="post" action="cp.php?ac=blog&op=delete&blogid=$blogid">
<p>确定删除指定的日志吗?</p>
<p class="btn_line">
<input type="hidden" n... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_blog.htm | HTML | asf20 | 10,569 |
<!--{template header}-->
<!--{if $op == 'use'}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&idtype=$idtype&i... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_viewmagiclog.htm | HTML | asf20 | 1,564 |
<!--{template header}-->
<!--{if $_GET['op'] == 'report'}-->
<h1>举报违规</h1>
<a href="javascript:hideMenu();" class="float_del" title="关闭">关闭</a>
<div class="popupmenu_inner" id="__reportform_{$_GET[id]}">
<form method="post" id="reportform_{$_GET[id]}" name="reportform_{$_GET[id]}" action="cp.php?ac=common&... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_common.htm | HTML | asf20 | 3,447 |
<!--{if !empty($uploadResponse)}-->
<uploadResponse>
<message><!--{if $status=="success"}-->完成<!--{else}-->$uploadfiles<!--{/if}--></message>
<status>$status</status>
<proid>$proid</proid>
<albumid>$albumid</albumid>
<picid>$picid</picid>
<!--{if $fileurl}--><filepath>$fileurl</filepath><!--{/if}-->
</upl... | zyyhong | trunk/jiaju001/newbbs/home/template/default/do_swfupload.htm | HTML | asf20 | 3,938 |
<!--{template header}-->
<!--{if empty($op)}-->
<form id="theform" action="do.php?ac=lostpasswd&op=" method="POST" class="c_form">
<table cellpadding="0" cellspacing="0" class="formtable">
<caption>
<h2>取回密码</h2>
<p>第一步,请输入您在本站注册的用户名。</p>
</caption>
<tr><th width="120">用户名</th><td><input type="... | zyyhong | trunk/jiaju001/newbbs/home/template/default/do_lostpasswd.htm | HTML | asf20 | 2,509 |
<!--{eval $_TPL['titles'] = array($album['albumname'], '相册');}-->
<!--{eval $friendsname = array(1 => '仅好友可见',2 => '指定好友可见',3 => '仅自己可见',4 => '凭密码可见');}-->
<!--{template header}-->
<!--{if $space[self]}-->
<div class="searchbar floatright">
<input name="key" value="" size="26" class="t_input" type="text">
<input nam... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_album_view.htm | HTML | asf20 | 2,719 |
<!--{template header}-->
<!--{if $topic}-->
<!--{template cp_topic_menu}-->
<!--{else}-->
<!--{if $eventid}-->
<h2 class="title"><img src="image/app/event.gif">活动 - <a href="space.php?do=event&id=$eventid">$event[title]</a></h2>
<!--{else}-->
<h2 class="title"><img src="image/app/album.gif">相册</h2>
<!--... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_upload.htm | HTML | asf20 | 8,632 |
<!--{eval $_TPL['titles'] = array('投票');}-->
<!--{template header}-->
<!--{if !empty($_SGLOBAL[inajax])}-->
<div id="space_poll">
<h3 class="feed_header">
<a href="cp.php?ac=poll" class="r_option" target="_blank">发起投票</a>
投票(共 $count 个)</h3>
<!--{if $list}-->
<ul class="line_list">
<!--{loop $... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_poll_list.htm | HTML | asf20 | 5,562 |
<!--{eval $_TPL['titles'] = array('帮助');}-->
<!--{template header}-->
<div id="content">
<table cellpadding="0" cellspacing="0" class="formtable">
<!--{if $_GET['ac']=='register'}-->
<caption>
<h2>注册</h2>
</caption>
<tr><td>
注册非常简单,只需选择自己想要用户名、密码,输入一个可用的邮箱地址,就可以立即注册成为站内一员。<br /><br />
<img src="imag... | zyyhong | trunk/jiaju001/newbbs/home/template/default/help.htm | HTML | asf20 | 4,115 |
<!--{template header}-->
<h2 class="title"><img src="image/app/blog.gif" />日志</h2>
<div class="tabs_header">
<ul class="tabs">
<li><a href="cp.php?ac=blog"><span>发表新日志</span></a></li>
<li class="active"><a href="cp.php?ac=import"><span>日志导入</span></a></li>
<li><a href="space.php?uid=$space[uid]&do=blog&v... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_import.htm | HTML | asf20 | 3,216 |
<!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=$_SC[charset]" />
<meta http-equiv="x-ua-compatible" content="ie=7" />
<title>$ev... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_event_sheet.htm | HTML | asf20 | 1,811 |
<!--{template header}-->
<!--{if $op == 'use'}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&idtype=$idtype&i... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_detector.htm | HTML | asf20 | 1,600 |
<!--{template header}-->
<!--{if $op == "use"}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&idtype=$idtype&i... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_bgimage.htm | HTML | asf20 | 3,990 |
<!--{template header}-->
<!--{if empty($topic) && in_array($op,array("edit", "pic", "thread", "members", "comment", "invite", "eventinvite"))}-->
<!--//管理页页头//-->
<style type="text/css">
.poster_pre{
max-width: 80px; max-height: 104px;}
.poster{
max-width: 200px; max-height: 260px;}
</style>
<div id="m... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_event.htm | HTML | asf20 | 38,034 |
<div id="mood_mystatus">
$space[spacenote]
</div>
<div id="mood_form">
<form method="post" action="cp.php?ac=doing" id="mood_addform">
<div id="mood_statusinput" class="statusinput"><textarea name="message" id="mood_message" onclick="statusFace();" onkeydown="if(event.keyCode == 13 ){ event.returnValue=fals... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_status.htm | HTML | asf20 | 3,490 |
<!--{template header}-->
<!--{if $op == "use"}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&idtype=$idtype&i... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_icon.htm | HTML | asf20 | 986 |
<!--{template header}-->
<!--{if $op == "use"}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&idtype=$idtype&i... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_attachsize.htm | HTML | asf20 | 986 |
<div class="space_list">
<!--{if $list}-->
<!--{loop $list $key $value}-->
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="65"><div class="avatar48"><a href="space.php?uid=$value[uid]"><!--{avatar($value[uid],small)}--></a></div></td>
<td>
<h2>
<!--{if $ols[$value[uid]]}--><... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_list.htm | HTML | asf20 | 1,878 |
<!--{template header}-->
<h3 class="feed_header">
<a href="space.php?uid=$space[uid]" class="r_option">返回个人主页</a>
个人资料
</h3>
<br>
<table cellspacing="0" cellpadding="0" class="infotable">
<tr>
<th width="120">经验:</th>
<td>$space[experience] $space[star]</td>
</tr>
<tr>
<th>用户组:</th>
<td>{$... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_info.htm | HTML | asf20 | 4,639 |
<!--{eval $_TPL['titles'] = array('记录');}-->
<!--{template header}-->
<!--{if !empty($_SGLOBAL[inajax])}-->
<div id="space_doing">
<h3 class="feed_header">
<a href="space.php?do=doing&view=me" class="r_option" target="_blank">一句话记录</a>
记录(共 $count 条)
</h3><br>
<!--{if $dolist}-->
<div class="doing_list... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_doing.htm | HTML | asf20 | 4,438 |
<!--{template header}-->
<!--{if $op == "use"}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&idtype=$idtype&i... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_call.htm | HTML | asf20 | 1,886 |
<!--{template header}-->
<!--{if $_GET[op]=='manage'}-->
<!--{if $_GET['subop'] != 'member'}-->
<h2 class="title"><img src="image/app/mtag.gif" />群组 - $mtag[tagname]</h2>
<div class="tabs_header">
<ul class="tabs">
<!--{if $mtag['grade'] >= 8}-->
<li$actives[base]><a href="cp.php?ac=mtag&op=manage&... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_mtag.htm | HTML | asf20 | 21,919 |
<div class="affiche">
<table width="100%">
<tr>
<!--{if $topic[pic]}-->
<td width="160" id="event_icon" valign="top">
<img src="$topic[pic]" width="150">
</td>
<!--{/if}-->
<td valign="top">
<h2>
<a href="space.php?do=topic&topicid=$topic[topicid]">$topic[subject]</a>
</h2>
... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_topic_inc.htm | HTML | asf20 | 2,037 |
<!--{eval $_TPL['titles'] = array(getstr($pic['title'], 60, 0, 0, 0, 0, -1), $album['albumname'], '相册');}-->
<!--{eval $friendsname = array(1 => '仅好友可见',2 => '指定好友可见',3 => '仅自己可见',4 => '凭密码可见');}-->
<!--{template header}-->
<!--{if $space[self]}-->
<div class="searchbar floatright">
<form method="get" action="s... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_album_pic.htm | HTML | asf20 | 1,936 |
<!--{template header}-->
<!--{if $_GET['op'] == 'edit'}-->
<h1>修改分类</h1>
<a href="javascript:hideMenu();" class="float_del" title="关闭">关闭</a>
<div class="popupmenu_inner" id="$classid">
<form id="classform" name="classform" method="post" action="cp.php?ac=class&op=edit&classid=$classid">
<p>
<label for="c... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_class.htm | HTML | asf20 | 1,804 |
<!--{template header}-->
<!--{if $op == "use"}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&idtype=$idtype&i... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_downdateline.htm | HTML | asf20 | 1,276 |
<!--{template header}-->
<!--{template cp_header}-->
<div class="c_form">
<form method="post" action="cp.php?ac=domain&op=">
<table cellspacing="0" cellpadding="0" class="formtable">
<caption>
<h2>空间域名</h2>
<p>域名可使用最少 $domainlength 个 ,最多 30 个的字母或数字组合,且必须字母开头。</p>
</caption>
<!--{if $space[dom... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_domain.htm | HTML | asf20 | 1,070 |
<!--{template header}-->
<!--{if $op == 'use'}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&idtype=$idtype&i... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_visit.htm | HTML | asf20 | 4,704 |
<!--{template header}-->
<!--{if $op == "use"}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&idtype=$idtype&i... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_reveal.htm | HTML | asf20 | 1,420 |
<!--{template header}-->
<h1>视频认证照</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<div class="popupmenu_inner">
<p>这是已经通过审核的认证照片</p>
<p><a href="$videophoto" target="_blank"><img src="$videophoto" alt="视频认证照" width="400"></a></p>
</div>
<!--{template footer}--> | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_videophoto.htm | HTML | asf20 | 361 |
<!--{template header}-->
<!--{if $op == "use"}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&showid=$_GET[sho... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_doodle.htm | HTML | asf20 | 1,917 |
<!--{template header}-->
<!--{if $op == 'addopt'}-->
<h1>添加投票项</h1>
<a href="javascript:hideMenu();" class="float_del" title="关闭">关闭</a>
<div class="popupmenu_inner" id="$pid">
<form id="add_option_{$pid}" name="add_option_{$pid}" method="post" action="cp.php?ac=poll&op=addopt&pid=$pid">
<div id="__add_opt... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_poll.htm | HTML | asf20 | 18,314 |
<!--{template header}-->
<!--{template cp_header}-->
<form method="post" action="admincp.php" class="c_form">
<input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" />
<table cellspacing="0" cellpadding="0" class="formtable">
<caption>
<h2>高级管理</h2>
<p>通过高级管理,您可以对自己的日志、图片、留言等进行批量删除管理。... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_advance.htm | HTML | asf20 | 1,041 |
<h2 class="title"><img src="image/icon/profile.gif">个人设置</h2>
<div class="tabs_header">
<a href="cp.php?ac=advance" class="r_option">» 高级管理</a>
<ul class="tabs">
<li$actives[profile]><a href="cp.php?ac=profile"><span>个人资料</span></a></li>
<li$actives[avatar]><a href="cp.php?ac=avatar"><span>我的头像</span><... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_header.htm | HTML | asf20 | 1,122 |
<!--{eval $_TPL['titles'] = array($mtag['tagname'], $mtag['title'], '首页');}-->
<!--{template header}-->
<h2 class="title">
<img src="image/app/mtag.gif"><a href="space.php?do=mtag&id=$mtag[fieldid]">$mtag[title]</a> -
<a href="space.php?do=mtag&tagid=$mtag[tagid]">$mtag[tagname]</a>
</h2>
<div class="tabs_hea... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_mtag_index.htm | HTML | asf20 | 8,584 |
<!--{eval $_TPL['titles'] = array('分享');}-->
<!--{template header}-->
<!--{if !empty($_SGLOBAL[inajax])}-->
<div id="space_share">
<h3 class="feed_header">
<a href="space.php?do=share&view=me" class="r_option" target="_blank">添加分享</a>
分享(共 $count 个)</h3>
<!--{if $list}-->
<ul class="line_li... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_share_list.htm | HTML | asf20 | 5,536 |
<!--{template header}-->
<!--{if $op == 'syn' || $op == 'find' || $op == 'search' || $op == 'group' || $op == 'request'}-->
<div class="searchbar floatright">
<form method="get" action="cp.php">
<input name="searchkey" value="" size="15" class="t_input" type="text">
<input name="searchsubmit" value="找人" class=... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_friend.htm | HTML | asf20 | 30,931 |
<!--{template header}-->
<!--{template cp_header}-->
<script type="text/javascript">
function updateavatar() {
window.location.reload();
}
</script>
<form method="post" action="cp.php?ac=avatar&ref" class="c_form">
<table cellspacing="0" cellpadding="0" class="formtable">
<caption>
<h2>当前我的头像</h2>... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_avatar.htm | HTML | asf20 | 1,085 |
<!--{template header}-->
<!--{template cp_header}-->
<div class="l_status c_form">
<a href="cp.php?ac=credit"$cat_actives[base]>我的积分</a><span class="pipe">|</span>
<a href="cp.php?ac=credit&op=rule"$cat_actives[rule]>积分规则</a><span class="pipe">|</span>
<a href="cp.php?ac=credit&op=usergroup"$cat_actives[userg... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_credit.htm | HTML | asf20 | 8,798 |
<!--{template header}-->
<!--{if $_GET['op'] == 'delete'}-->
<h1>删除记录</h1>
<a href="javascript:hideMenu();" class="float_del" title="关闭">关闭</a>
<div class="popupmenu_inner" id="__doingform_{$doid}_{$id}">
<form method="post" id="doingform_{$doid}_{$id}" name="doingform" action="cp.php?ac=doing&op=delete&doid=$... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_doing.htm | HTML | asf20 | 2,070 |
<ol>
<!--{loop $list $value}-->
<!--{if $value[uid]}-->
<li style="$value[style]">
<a href="space.php?uid=$value[uid]">{$_SN[$value[uid]]}</a>: $value[message] <span class="doingtime">(<!--{date('m-d H:i',$value[dateline],1)}-->)</span>
<a href="javascript:;" onclick="docomment_form($value[doid], $value[id]);" ... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_doing_li.htm | HTML | asf20 | 716 |
<table cellspacing="0" cellpadding="20">
<tr><td>
<table width="500" cellspacing="0" cellpadding="1">
<tr><td bgcolor="#FF8E00" align="left" style="font-family:'lucida grande',tahoma,'bitstream vera sans',helvetica,sans-serif;line-height:150%;color:#FFF;font-size:24px;font-weight:bold;padding:4px"> $_SCONF... | zyyhong | trunk/jiaju001/newbbs/home/template/default/sendmail.htm | HTML | asf20 | 1,020 |
<!--{template header}-->
<!--{if $_GET['op'] == 'delete'}-->
<h1>删除短消息</h1>
<a href="javascript:hideMenu();" class="float_del" title="关闭">关闭</a>
<div class="popupmenu_inner" id="$pmid">
<form id="pmform" name="pmform" method="post" action="cp.php?ac=pm&op=delete&folder=$folder&pmid=$pmid">
<p>确定删除指定的短消息吗?<... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_pm.htm | HTML | asf20 | 3,893 |
<!--{eval $_TPL['titles'] = array('留言');}-->
<!--{template header}-->
<!--{if $space[self]}-->
<h2 class="title"><img src="image/icon/wall.gif">留言板</h2>
<!--{else}-->
<!--{eval
$_TPL['spacetitle'] = "留言";
$_TPL['spacemenus'][] = "<a href=\"space.php?uid=$space[uid]&do=wall&view=me\">TA的所有留言</a>";
}-->
<!--... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_wall.htm | HTML | asf20 | 2,386 |
<!--{eval $_TPL['titles'] = array($mtag['tagname'], $mtag['title'], '成员');}-->
<!--{template header}-->
<h2 class="title">
<img src="image/app/mtag.gif"><a href="space.php?do=mtag&id=$mtag[fieldid]">$mtag[title]</a> -
<a href="space.php?do=mtag&tagid=$mtag[tagid]">$mtag[tagname]</a>
</h2>
<div class="tabs_hea... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_mtag_member.htm | HTML | asf20 | 5,003 |
<!--{template header}-->
<form method="post" action="do.php?ac=inputpwd" class="c_form">
<table cellpadding="0" cellspacing="0" class="formtable">
<caption>
<h2>密码验证</h2>
<p>您需要正确输入密码后才能继续查看</p>
</caption>
<tr>
<th width="100">输入密码</th>
<td><input type="password" name="viewpwd" value="" class="t_inp... | zyyhong | trunk/jiaju001/newbbs/home/template/default/do_inputpwd.htm | HTML | asf20 | 892 |
<!--{eval $_TPL['titles'] = array('相册');}-->
<!--{eval $friendsname = array(1 => '仅好友可见',2 => '指定好友可见',3 => '仅自己可见',4 => '凭密码可见');}-->
<!--{template header}-->
<!--{if !empty($_SGLOBAL[inajax])}-->
<div id="space_photo">
<h3 class="feed_header">
<a href="cp.php?ac=upload" class="r_option" target="_blank">上传图片</... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_album_list.htm | HTML | asf20 | 8,197 |
<!--{template header}-->
<!--{template cp_header}-->
<div class="c_form">
<form method="post" action="cp.php?ac=password&op=">
<table cellspacing="0" cellpadding="0" class="formtable">
<caption>
<h2>我的登录密码</h2>
<p>修改密码后,您需要重新登陆一次。</p>
</caption>
<tr>
<th width="100">登录用户名</th>
<td>$spac... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_password.htm | HTML | asf20 | 1,088 |
<!--{template header}-->
<!--{template cp_header}-->
<form action="cp.php?ac=sendmail&ref" method="post" class="c_form" >
<!--{if empty($space['emailcheck']) }-->
<table cellspacing="0" cellpadding="0" class="formtable">
<caption>
<h2>您首先需要激活您的邮箱</h2>
<p>填写您常用的邮箱,系统会给您的邮箱发送一封含有激活链接的邮件,把激活链接复制到浏览器进... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_sendmail.htm | HTML | asf20 | 4,718 |
<!--{template header}-->
<!--{if $_GET['op'] == 'edit'}-->
<h1>编辑</h1>
<a href="javascript:hideMenu();" class="float_del" title="关闭">关闭</a>
<div class="popupmenu_inner">
<form id="editpostform_{$pid}" name="editpostform_{$pid}" method="post" action="cp.php?ac=thread&op=edit&pid=$pid&tagid=$tagid&eventid... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_thread.htm | HTML | asf20 | 14,004 |
{$tag}xml version="1.0" encoding="$_SC[charset]"?>
<rss version="2.0">
<channel>
<!--{if $space[uid]}-->
<title>{$_SN[$space[uid]]}</title>
<link>$space[space_url]</link>
<description>{$_SN[$space[uid]]}</description>
<!--{else}-->
<title>$_SCONFIG[sitename]</title>
<link>$siteurl</link>
<description>$... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_rss.htm | HTML | asf20 | 854 |
<!--{eval $_TPL['nosidebar']=1;}-->
<!--{template header}-->
<div id="network">
<script>
function setintro(type) {
var intro = '';
var bPosition = '';
if(type == 'doing') {
intro = '用一句话记录自己生活中的点点滴滴';
bPosition = '0';
} else if(type == 'mtag') {
intro = '创建自己的小圈子,与大家交流感兴趣的话题';
bPosition = '175px';
} else ... | zyyhong | trunk/jiaju001/newbbs/home/template/default/network.htm | HTML | asf20 | 17,388 |
<!--{template header}-->
<!--{if $op == "use"}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&idtype=$idtype&i... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_color.htm | HTML | asf20 | 1,439 |
<!--{if empty($_TPL['getmore'])}-->
<!--{eval $_TPL['titles'] = array('首页');}-->
<!--{template header}-->
<div id="content">
<!--{if $space['uid'] && $space[self]}-->
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td valign="top" width="150">
<div class="ar_r_t"><div class=... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_feed.htm | HTML | asf20 | 15,732 |
<!--{eval $_TPL['titles'] = array('日志');}-->
<!--{eval $friendsname = array(1 => '仅好友可见',2 => '指定好友可见',3 => '仅自己可见',4 => '凭密码可见');}-->
<!--{template header}-->
<!--{if !empty($_SGLOBAL[inajax])}-->
<div id="space_blog" class="feed">
<h3 class="feed_header">
<a href="cp.php?ac=blog" class="r_option" targ... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_blog_list.htm | HTML | asf20 | 8,899 |
<!--{if empty($ajax_edit)}--><div id="post_$value[pid]_li"><!--{/if}-->
<ul class="line_list">
<li>
<table width="100%">
<tr>
<td width="70" valign="top">
<div class="avatar48"><a href="space.php?uid=$value[uid]"><!--{avatar($value[uid],small)}--></a></div>
</td>
<td>
<div class="title">
<div class="... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_post_li.htm | HTML | asf20 | 1,649 |
<!--{eval $_TPL['titles'] = array($blog['subject'], '日志');}-->
<!--{eval $friendsname = array(1 => '仅好友可见',2 => '指定好友可见',3 => '仅自己可见',4 => '凭密码可见');}-->
<!--{template header}-->
<!--{if $space[self]}-->
<h2 class="title"><img src="image/app/blog.gif" />日志</h2>
<div class="tabs_header">
<ul class="tabs">
<!-... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_blog_view.htm | HTML | asf20 | 11,215 |
<!--{template header}-->
<!--{if $op == "buy"}-->
<h1>购买道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<div class="toolly" id="__magicbuy_$mid">
<!--{if $ac=='magic'}-->
<form id="magicbuy_$mid" action="cp.php?ac=magic&mid=$mid&op=buy" method="post">
<!--{else}-->
<... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_magic.htm | HTML | asf20 | 12,317 |
<!--{eval $_TPL['titles'] = array('同心情');}-->
<!--{template header}-->
<h2 class="title"><img src="image/app/doing.gif">记录</h2>
<div class="tabs_header">
<ul class="tabs">
<!--{if $space[self]}-->
<!--{if $space[friendnum]}--><li><a href="space.php?uid=$space[uid]&do=doing&view=we"><span>最新好友记录</span></a... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_mood.htm | HTML | asf20 | 838 |
<!--{eval $_TPL['titles'] = array('活动');}-->
<!--{template header}-->
<!--{if !empty($_SGLOBAL[inajax])}-->
<div id="space_event">
<h3 class="feed_header">
<a href="cp.php?ac=event" class="r_option" target="_blank">组织活动</a>
活动(共 $count 个)</h3>
<!--{if $eventlist}-->
<ul class="line_list">
<!... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_event_list.htm | HTML | asf20 | 15,354 |
<!--{template header}-->
<!--{if $op == "use"}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&idtype=$idtype&i... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_flicker.htm | HTML | asf20 | 986 |
<!--{eval $_TPL['titles'] = array($app['name']);}-->
<!--{template header}-->
<script type="text/javascript" src="http://static.manyou.com/scripts/my_iframe.js"></script>
<script language="javascript">
var prefixURL = "$my_prefix";
var suffixURL = "$my_suffix";
var queryString = '';
var url = "http://apps.many... | zyyhong | trunk/jiaju001/newbbs/home/template/default/userapp.htm | HTML | asf20 | 2,111 |
<!--{template header}-->
<!--{if $op == "use"}-->
<!--{if !$frombuy}-->
<h1>使用道具</h1>
<a class="float_del" title="关闭" href="javascript:hideMenu();">关闭</a>
<!--{/if}-->
<div class="toolly" id="__magicuse_form_$mid">
<form method="post" id="magicuse_form_$mid" action="magic.php?mid=$mid&idtype=$idtype&i... | zyyhong | trunk/jiaju001/newbbs/home/template/default/magic_thunder.htm | HTML | asf20 | 988 |
<!--{template header}-->
<!--{if $_GET['op'] == 'delete'}-->
<h1>隐藏应用</h1>
<a href="javascript:hideMenu();" class="float_del" title="关闭">关闭</a>
<div class="popupmenu_inner" id="__userappform_{$_GET[appid]}">
<form method="post" id="userappform_{$_GET[appid]}" name="userappform_{$_GET[appid]}" action="cp.php?a... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_space.htm | HTML | asf20 | 1,141 |
<!--{template header}-->
<!--{eval
//是否好友
$space['isfriend'] = $space['self'];
if(in_array($_SGLOBAL['supe_uid'], $space['friends'])) {
$space['isfriend'] = 1;//是好友
}
}-->
<div class="c_form">
<h2 class="l_status title">
<!--{if $_SGLOBAL['realname_privacy']}-->
{$_SN[$space[uid]]} 为实名认证用户,你需要通... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_privacy.htm | HTML | asf20 | 2,986 |
<!--{template header}-->
<!--{if $_GET['op'] == 'getcomment'}-->
<div class="fc">
<div class="comments_list">
<ul id="comment_ol_$feedid">
<!--{loop $list $value}-->
<!--{template space_comment_li}-->
<!--{/loop}-->
</ul>
</div>
<!--{if $multi}--><div class="page">$multi</div><!--{/if}-->... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_feed.htm | HTML | asf20 | 4,112 |
<!--{eval $_TPL['titles'] = array('管理我的应用');}-->
<!--{template header}-->
<!--{if $_GET['op'] == 'menu'}-->
<h2 class="title"><img src="image/app/setting.gif">管理我的应用</h2>
<div class="tabs_header">
<ul class="tabs">
<li class="active"><a href="cp.php?ac=userapp&op=menu"><span>管理我的应用</span></a></li>
<li class="nul... | zyyhong | trunk/jiaju001/newbbs/home/template/default/cp_userapp.htm | HTML | asf20 | 8,011 |
<!--{eval $_TPL['titles'] = array($thread['subject'], $mtag['tagname'], $mtag['title'], '话题');}-->
<!--{template header}-->
<h2 class="title">
<!--{if $eventid}-->
<img src="image/app/event.gif">活动 - <a href="space.php?do=event&id=$eventid">$event[title]</a>
<!--{else}-->
<img src="image/app/mtag.gif"><a hr... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_thread_view.htm | HTML | asf20 | 10,401 |
<!--{eval $_TPL['titles'] = array(); $_TPL['nosidebar']=1;}-->
<!--{template header}-->
<div id="network">
<style type="text/css">
#radomuser .nbox_c { width: 970px; w\idth: 966px; }
#radomuser ul { padding: 10px 0 0 10px; }
#radomuser li { float: left; width: 190px; height: 70px; color: #999; overflow: hidden; }
</... | zyyhong | trunk/jiaju001/newbbs/home/template/default/index.htm | HTML | asf20 | 4,249 |
<div class="c_header a_header">
<div class="avatar48"><a href="space.php?uid=$space[uid]"><!--{avatar($space[uid],small)}--></a></div>
<!--{if $_SGLOBAL[refer]}-->
<a class="r_option" href="$_SGLOBAL[refer]">« 返回上一页</a>
<!--{/if}-->
<p style="font-size:14px">{$_SN[$space[uid]]}的$_TPL['spacetitle']</p>
... | zyyhong | trunk/jiaju001/newbbs/home/template/default/space_menu.htm | HTML | asf20 | 578 |
<!--{template header}-->
<!--{if $op == 'comment'}-->
<!--{loop $list $value}-->
<!--{template space_comment_li}-->
<!--{/loop}-->
<!--{elseif $op == 'getfriendgroup'}-->
$group
<!--{elseif $op == 'getfriendname'}-->
$groupname
<!--{elseif $op == 'getmtagmember'}-->
<!--{if $tagspace[grade]==9}-... | zyyhong | trunk/jiaju001/newbbs/home/template/default/do_ajax.htm | HTML | asf20 | 1,675 |
<!--{if empty($_SGLOBAL['inajax'])}-->
<!--{if empty($_TPL['nosidebar'])}-->
<!--{if $_SGLOBAL['ad']['contentbottom']}--><br style="line-height:0;clear:both;"/><div id="ad_contentbottom"><!--{ad/contentbottom}--></div><!--{/if}-->
</div>
<!--/mainarea-->
<div id="bottom"></div>
</div>
<!--/main-->
<!--{/... | zyyhong | trunk/jiaju001/newbbs/home/template/default/footer.htm | HTML | asf20 | 5,411 |