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 defined('IN_PHPCMS') or exit('Access Denied'); defined('INSTALL') or exit('Access Denied'); $module = 'wap'; $modulename = '手机门户'; $introduce = '独立模块'; $author = 'phpcms Team'; $authorsite = 'http://www.phpcms.cn'; $authoremail = ''; ?>
108wo
phpcms/modules/wap/install/config.inc.php
PHP
asf20
270
<?php /*Language Format: Add a new file(.lang.php) with your module name at /phpcms/languages/ translation save at the array:$LANG */ $LANG['wap_del_cofirm'] = '确认删除?'; $LANG['phpcms_friends'] = '手机网友'; $LANG['confirm_delete'] = '确认删除选择的分类吗?'; $LANG['wap_add_site'] = '添加手机站点'; $LANG['parameter_error'] = '参...
108wo
phpcms/modules/wap/install/languages/zh-cn/wap.lang.php
PHP
asf20
2,227
<?php defined('IN_PHPCMS') or exit('No permission resources.'); pc_base::load_app_class('admin','admin',0); pc_base::load_sys_class('form', '', 0); class wap_admin extends admin { private $db,$type_db; function __construct() { parent::__construct(); $this->sites = pc_base::load_app_class('sites','admin'...
108wo
phpcms/modules/wap/wap_admin.php
PHP
asf20
8,214
<?php /** * 输出xml头部信息 */ function wmlHeader() { echo "<?xml version=\"1.0\" encoding=\"".CHARSET."\"?>\n"; } /** * 解析分类url路径 */ function list_url($typeid) { return WAP_SITEURL."&amp;a=lists&amp;typeid=$typeid"; } function bigimg_url($url,$w='') { return WAP_SITEURL.'&amp;a=big_image&amp;url='....
108wo
phpcms/modules/wap/functions/global.func.php
PHP
asf20
6,991
{template "content","header"} <link href="{CSS_PATH}vote.css" rel="stylesheet" type="text/css" /> <!--main--> <div class="main tps"> <div class="crumbs"><a href="{siteurl($siteid)}">首页</a><span> &gt; </span> <a href="{APP_PATH}index.php?m=vote&c=index&a=lists&siteid={$siteid}">投票</a> </div> <form name="myform" id...
108wo
phpcms/templates/108wo/vote/vote_tp.html
HTML
asf20
2,224
{pc:vote action="show" subjectid="$subjectid" order="$order"} {loop $data $v} <form action="?m=vote&c=index&a=post&subjectid={$subjectid}" method="post"> <h5>{$v[subject]}</h5> {pc:vote action="option_lists" subjectid="$subjectid" return="dat"} {loop $dat $option_v} <a href="{$option_v[url]}" ...
108wo
phpcms/templates/108wo/vote/show.html
HTML
asf20
471
{template "content","header"} <link href="{CSS_PATH}vote.css" rel="stylesheet" type="text/css" /> <!--main--> <div class="main tps"> <div class="crumbs"><a href="{siteurl($siteid)}">首页</a><span> &gt; </span> <a href="{APP_PATH}index.php?m=vote&c=index&a=lists&siteid={$siteid}">投票</a> </div> <div class="vote_resul...
108wo
phpcms/templates/108wo/vote/vote_result.html
HTML
asf20
1,971
<form style="border: medium none;" id="voteform{$id}" method="post" action="{APP_PATH}index.php?m=vote&c=index&a=post&subjectid={$id}"> <dl> <dt>{$subject}</dt> </dl> <dl> {loop $options $r} {$i++} <dd> &nbsp;&nbsp;<input type={if $ischeckbox=='0'}"radio"{else}"checkbox"{/if} name="radio[]" id="rad...
108wo
phpcms/templates/108wo/vote/submit.html
HTML
asf20
676
{template "content","header"} <link href="{CSS_PATH}vote.css" rel="stylesheet" type="text/css" /> <div class="main votesss"> <div class="vote_listt col-left"> <div class="crumbs"><a href="{siteurl($siteid)}">首页</a><span> &gt; </span><a href="{APP_PATH}index.php?m=vote&c=index&a=lists&siteid={$siteid}">投票</a> </div>...
108wo
phpcms/templates/108wo/vote/list_new.html
HTML
asf20
1,527
<div class="content vote"> <form name="myform" id="myform" action="{APP_PATH}index.php?m=vote&c=index&a=post&subjectid={$subjectid}" method="post" target="_blank"> <h4>{$subject}</h4> <div class="hr bk6"><hr></div> <input type="hidden" name="subjectid" value="{$subjectid}"> {loop $options $r} {$i++} {if $vote_d...
108wo
phpcms/templates/108wo/vote/vote_tp_3.html
HTML
asf20
818
<style type="text/css"> #vote-show{ border:1px solid #e5e5e5; padding:0 1px; color:#535353} #vote-show h2{background:url("{IMG_PATH}vote/show_bg.png") repeat-x 0 0;height:26px; line-height:26px; padding-left:10px} #vote-show h2 span{font-size:14px;background:url("{IMG_PATH}vote/vote_bg.gif") no-repeat scroll 0 1px ...
108wo
phpcms/templates/108wo/vote/vote_tp_2.html
HTML
asf20
1,940
{template 'content', 'header'} <!--main--> <div class="main"> <div class="col-left"> <div class="crumbs"><a href="{APP_PATH}">首页</a><span> > </span>公告</div> <div id="Article"> <h1>{$title}<br /> <span></span></h1> <div class="content"> {$content} </div> </div> </div...
108wo
phpcms/templates/108wo/announce/show.html
HTML
asf20
694
{template 'member', 'header'} <div id="memberArea"> {template 'member', 'account_manage_left'} <div class="col-auto"> <div class="col-1 "> <h5 class="title">{L('memberinfo')}:</h5> <div class="content"> <div class="col-1 member-info"> <div class="content"> <div class="col-left himg"> ...
108wo
phpcms/templates/108wo/member/account_manage_upgrade.html
HTML
asf20
5,186
<!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" /> <title>>108Wo软装配饰设计中心 - Login</title> <link type="text/css" rel="styles...
108wo
phpcms/templates/108wo/member/register.html
HTML
asf20
8,039
{template "","header"} <div id="main"> <div class="user"> {template '', 'account_manage_left'} <div class="right"> <div class="po">当前位置:会员中心 > <span>个人资料</span></div> <div class="information"> <form method="post" action="" id="myform" name="myform"> <table cellpadding="0" cellspacing="...
108wo
phpcms/templates/108wo/member/account_manage_info.html
HTML
asf20
2,881
{template 'member', 'header'} <div id="memberArea"> {template 'member', 'left'} <div class="col-auto"> {pc:announce action="lists" num="1" siteid="$memberinfo[siteid]" cache="3600"} {loop $data $r} {php $announceid = $r[aid];} <div class="point" id='announcement' style="display:none"> <a ...
108wo
phpcms/templates/108wo/member/index.html
HTML
asf20
3,756
<script>function parentreload(){parent.location.reload()}</script> <style type="text/css"> img{ border:none} div{font:12px/18px "宋体",Verdana, Geneva, sans-serif} .text{ position:absolute; left:50%; top:50%; width:200px; margin-top:-30px; margin-left:-190px; color:#999} .icon{ position:absolute; top:50%; right:50%;...
108wo
phpcms/templates/108wo/member/connect_sina.html
HTML
asf20
598
{template 'member', 'header'} <div id="memberArea"> {template 'member', 'left'} <div class="col-auto"> <div class="col-1 "> <h5 class="title">{L('buy_point')}</h5> <div class="content"> <form method="post" action="" id="myform" name="myform"> <table width="100%" cellspacing="0" class="table_form...
108wo
phpcms/templates/108wo/member/change_credit.html
HTML
asf20
3,420
{template 'member', 'header'} <link href="{CSS_PATH}dialog.css" rel="stylesheet" type="text/css" /> <script language="javascript" type="text/javascript" src="{JS_PATH}dialog.js"></script> <script language="javascript" type="text/javascript" src="{JS_PATH}content_addtop.js"></script> <div id="memberArea"> {templat...
108wo
phpcms/templates/108wo/member/favorite_list.html
HTML
asf20
1,256
<!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" /> <title>108Wo软装配饰设计中心 - Login</title> <link type="text/css" rel="styleshe...
108wo
phpcms/templates/108wo/member/login.html
HTML
asf20
5,671
<!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" /> <title>108Wo室内设计数据资源中心 - Login</title> <link type="text/css" rel="styles...
108wo
phpcms/templates/108wo/member/forget_password.html
HTML
asf20
2,952
<div id="footer"> {pc:content action="category" catid="1" num="15" siteid="$siteid" order="listorder ASC"} {loop $data $r} <a href="{$r[url]}" target="_blank">{$r[catname]}</a> | {/loop} {/pc} <a href="{APP_PATH}index.php?m=link" target="_blank">友情链接</a> <p class="cp">Powered by <strong><a href="http://www.p...
108wo
phpcms/templates/108wo/member/footer.html
HTML
asf20
466
<div class="col-left col-1 left-memu"> <h5 class="title"><img src="{IMG_PATH}icon/m_1.png" width="15" height="15" /> {L('manage_center')}</h5> <ul> <li {if ROUTE_A=="publish"} class="on"{/if}><a href="index.php?m=member&c=content&a=publish"><img src="{IMG_PATH}icon/m_2.png" width="14...
108wo
phpcms/templates/108wo/member/left.html
HTML
asf20
2,758
{template 'member', 'header'} <link href="{CSS_PATH}dialog.css" rel="stylesheet" type="text/css" /> <script language="javascript" type="text/javascript" src="{JS_PATH}dialog.js"></script> <script language="javascript" type="text/javascript" src="{JS_PATH}content_addtop.js"></script> <div id="memberArea"> {templat...
108wo
phpcms/templates/108wo/member/content_published.html
HTML
asf20
2,087
{template 'member', 'header'} <div id="memberArea"> {template 'member', 'account_manage_left'} <div class="col-auto"> <div class="col-1 "> <h5 class="title">{L('memberinfo')}:</h5> <div class="content"> <div class="col-1 member-info"> <div class="content"> <div class="col-left himg"> <a title=...
108wo
phpcms/templates/108wo/member/account_manage.html
HTML
asf20
2,919
<style> body,html{background:none; padding:0; margin:0} .log{line-height:24px;*line-height:27px; height:24px;float:right; font-size:12px} .log span{color:#ced9e7} .log a{color:#049;text-decoration: none;} .log a:hover{text-decoration: underline;} .log .snda{ position:relative; bottom:-3px} </style> <body style=...
108wo
phpcms/templates/108wo/member/mini.html
HTML
asf20
1,211
<style type="text/css"> pre{padding:0; margin:0; font:12px/22px "宋体"} pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } </style...
108wo
phpcms/templates/108wo/member/protocol.html
HTML
asf20
391
<!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" /> <title>分享给好友 - 108Wo室内设计数据资源中心</title> <link href="{CSS_PATH}108wo/style...
108wo
phpcms/templates/108wo/member/share.html
HTML
asf20
1,798
{template '', 'header'} <style> .col-right {float: right;} .col-auto .col-right{ width:200px; margin-left:10px} </style> <div id="main"> <div class="user"> {template '', 'account_manage_left'} <div class="right"> <div class="po">当前位置:会员中心 > <span>更改头像</span></div> <div class="password"> <...
108wo
phpcms/templates/108wo/member/account_manage_avatar.html
HTML
asf20
1,778
<!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" /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <title>phpcmsV9 - {...
108wo
phpcms/templates/108wo/member/header.html
HTML
asf20
2,101
<div class="col-left col-1 left-memu"> <h5 class="title">{L('account_manage')}</h5> <ul> <li{if ROUTE_A=="account_manage_info"} class="on"{/if}><a href="index.php?m=member&c=index&a=account_manage_info&t=1"><img src="{IMG_PATH}icon/user_edit.png" width="16" /> {L('modify').L('me...
108wo
phpcms/templates/108wo/member/account_manage_left.html
HTML
asf20
1,209
{template '', 'header'} <div id="main"> <div class="user"> {template '', 'account_manage_left'} <div class="right"> <div class="po">当前位置:会员中心 > <span>更改密码</span></div> <div class="password"> <form method="post" action="" id="myform" name="myform"> <table cellpadding="0" cellspacing="0"> ...
108wo
phpcms/templates/108wo/member/account_manage_password.html
HTML
asf20
1,127
{template 'member', 'header'} <script type="text/javascript"> <!-- var charset = '{CHARSET}'; var uploadurl = '{php echo pc_base::load_config('system','upload_url')}'; //--> </script> <link href="{CSS_PATH}dialog.css" rel="stylesheet" type="text/css" /> <script language="javascript" type="text/javascript" src...
108wo
phpcms/templates/108wo/member/content_publish.html
HTML
asf20
2,345
{template 'member', 'header'} <link href="{CSS_PATH}dialog.css" rel="stylesheet" type="text/css" /> <script language="javascript" type="text/javascript" src="{JS_PATH}dialog.js"></script> <script language="javascript" type="text/javascript" src="{JS_PATH}content_addtop.js"></script> <div id="memberArea"> {templat...
108wo
phpcms/templates/108wo/member/content_publish_select_model.html
HTML
asf20
1,420
{template "","header"} <script type="text/javascript" src="{JS_PATH}108wo/zeroclipboard/ZeroClipboard.js"></script> <script type="text/javascript"> $(function(){ ZeroClipboard.setMoviePath('{JS_PATH}108wo/zeroclipboard/ZeroClipboard10.swf'); clip = new ZeroClipboard.Client(); clip.setHandCursor( true ); // assi...
108wo
phpcms/templates/108wo/myhelp/index.html
HTML
asf20
2,805
{template "","header"} <!--main--> <div id="main"> <div id="page"> <div class="left"> {if isset($parent_brand)} {if $parent_brand[userid] > 0 && $parent_brand[pcompanyname]!=''} <div class="business"> <table cellpadding="0" cellspacing="0"> <tr> <td rowspan="2" width="80" align...
108wo
phpcms/templates/108wo/content/list_product.html
HTML
asf20
4,142
{template "content","header"} <!--main--> <div class="main"> <div class="col-left"> <div class="crumbs"><a href="{siteurl($siteid)}">首页</a><span> > </span>{catpos($catid)} 列表</div> {pc:content action="lists" catid="$catid" num="25" order="id DESC" page="$page"} <ul class="list lh24 f14"> {loop...
108wo
phpcms/templates/108wo/content/list.html
HTML
asf20
1,594
{template "","header"} <!--main--> <div id="main"> <div id="page"> <div class="left"> <div class="picList"> <div class="listTop"> <form action="" method="GET" id="productListForm"> <ul class="l"> 总有<span class="green b">{$content_total}</span>条相关信息  排序:<select name="sortkey" on...
108wo
phpcms/templates/108wo/content/index.html
HTML
asf20
2,292
{template "content","header"} <div class="main"> <div class="col-left"> <div class="crumbs"><a href="{siteurl($siteid)}">首页</a><span> &gt; </span>{catpos($catid)} 正文</div> <div id="Article"> <h1>{$title}<br /> <span>{$inputtime}&nbsp;&nbsp;&nbsp;来源:{$copyfrom}&nbsp;&nbsp;&nbsp;评论:<a href="#...
108wo
phpcms/templates/108wo/content/show.html
HTML
asf20
8,369
<!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" /> <title>108Wo室内设计数据资源中心 - Login</title> <link type="text/css" rel="styles...
108wo
phpcms/templates/108wo/content/message.html
HTML
asf20
1,460
{template "","header"} <!--main--> <div id="main"> <div id="page"> <div class="left"> <div class="picList"> <div class="listTop"> <div>求助信息包含在 &quot;<span class='red'>{$tag}</span>&quot; 的图片中:</div> </div> <div class="listCo"> <ul> {loop $datas $r} <li> <a href...
108wo
phpcms/templates/108wo/content/tag.html
HTML
asf20
1,295
</div> <div id="footer"> <div> <ul class="left"> 地 址:四川省成都市人民南路四段9号数码大厦A座28层 <a href="#">蜀ICP备07001898号</a><br /> Copyright&copy;2010 108WO.inc All rights reserved. <br /> <script src="http://s9.cnzz.com/stat.php?id=3002210&web_id=3002210&show=pic1" language="JavaScript"></script> </ul> <ul c...
108wo
phpcms/templates/108wo/content/footer.html
HTML
asf20
585
{template "content","header"} <link href="{CSS_PATH}download.css" rel="stylesheet" type="text/css" /> <div class="main"> <!--left_bar--> <div class="col-left"> <div class="crumbs"><a href="{siteurl($siteid)}">首页</a><span> &gt; </span>{catpos($catid)}{$title}</div> <div class="box boxsbg"> ...
108wo
phpcms/templates/108wo/content/show_download.html
HTML
asf20
6,562
<!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" /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <title>phpcms V9</t...
108wo
phpcms/templates/108wo/content/header_min.html
HTML
asf20
1,711
{template "content","header"} <link href="{CSS_PATH}download.css" rel="stylesheet" type="text/css" /> <!--main--> <div class="main"> <!--left_bar--> <div class="col-left"> <div class="crumbs"><a href="#">首页</a><span> &gt; </span>{catpos($catid)}</div> <!--最新下载--> <div class="box mg_b10"> ...
108wo
phpcms/templates/108wo/content/list_download.html
HTML
asf20
2,706
{template "content","header_min"} <style type="text/css"> .header,.main,.footer{width:940px;margin:0 auto; overflow:auto} </style> <div class="main"> <div class="col-left navlist"> <div class="box memu"> <h6 class="title-2 f14 text-c">频道列表</h6> <div class="content blue"> {pc:content action="categor...
108wo
phpcms/templates/108wo/content/rss.html
HTML
asf20
4,063
{template "","header"} <!--main--> <div id="main"> <div id="page"> <div class="left"> <div class="picList"> <div class="listTop"> <form action="{APP_PATH}index.php" method="GET" id="productListForm"> <ul class="l"> 总有<span class="green b">{$content_total}</span>条相关信息  排序:<selec...
108wo
phpcms/templates/108wo/content/search_product.html
HTML
asf20
2,784
<!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" /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <title>{if isset($S...
108wo
phpcms/templates/108wo/content/header_page.html
HTML
asf20
2,723
{template "content","header"} <style type="text/css" > .photo_prev a{cursor:url({IMG_PATH}v9/prev.cur), auto;} .photo_next a{cursor:url({IMG_PATH}v9/next.cur), auto;} </style> <div class="main photo-channel"> <div class="crumbs"><a href="{siteurl($siteid)}">首页</a><span> > {catpos($catid)}</div> <div id="A...
108wo
phpcms/templates/108wo/content/show_picture.html
HTML
asf20
6,585
{template "","header"} <div id="main"> <div class="about"> <div class="left"> <h2>关于我们</h2> <ul> <li><a href="{APP_PATH}index.php?m=content&c=index&a=lists&catid=28" {if $catid==28}class="current"{/if}>108WO简介</a></li> <li><a href="{APP_PATH}index.php?m=content&c=index&a=lists&catid=27" {if $cat...
108wo
phpcms/templates/108wo/content/page.html
HTML
asf20
793
{template "content","header"} <!--main--> <div id="main"> <div id="page"> <div class="left"> <div class="picList"> <div class="listTop"> <ul class="l"> 总有<span class="green b">1120</span>条相关信息  排序:<select><option>更新时间</option><option>加入清单次数</option><option>点击次数</option><option>好评次数</...
108wo
phpcms/templates/108wo/content/search.html
HTML
asf20
4,600
{template '', 'header'} <script type="text/javascript"> $(function(){ if($('#product_add').size() > 0) { $('#product_add').fancybox({ 'width' : 530, 'height' : 450, 'href' : '{APP_PATH}index.php?m=content&c=product&a=batchupload', 'autoScale' : false, 'transitionIn' : 'none',...
108wo
phpcms/templates/108wo/content/product_list.html
HTML
asf20
4,826
{template "content","header"} <!--main--> <div class="main"> <div class="col-left channel-hot"> <div class="news-hot"> <div class="icon"></div> <div class="content"> {pc:content action="position" posid="10" catid="$catid" thumb="1" order="listorder DESC" num="2"} {loop $data...
108wo
phpcms/templates/108wo/content/category.html
HTML
asf20
4,911
{template "","header"} <script type="text/javascript" src="{JS_PATH}108wo/dropmenu.js"></script> <script type="text/javascript"> <!-- function sendPrice(obj, id) { var price = parseFloat($('#price_'+id).val(), 2); if(price) { $(obj).attr("disabled", true); $.getJSON('{APP_PATH}index.php?m=order&c=o...
108wo
phpcms/templates/108wo/content/product_price.html
HTML
asf20
3,036
<script type="text/javascript" src="{JS_PATH}108wo/zeroclipboard/ZeroClipboard.js"></script> <script type="text/javascript"> $(function(){ var clip = null; ZeroClipboard.setMoviePath('{JS_PATH}108wo/zeroclipboard/ZeroClipboard10.swf'); // setup single ZeroClipboard object for all our elements clip = new Zer...
108wo
phpcms/templates/108wo/content/side_right.html
HTML
asf20
4,410
{template "content","header"} {template "content","footer"}
108wo
phpcms/templates/108wo/content/show_product.html
HTML
asf20
62
{template "","header"} <!--main--> <div id="main"> <div id="page"> <div class="left"> <div class="picList"> <div class="listTop"> <form action="" method="GET" id="productListForm"> <ul class="l"> <span class="green b">{$catname}</span> 总有<span class="green b">{$content_total}<...
108wo
phpcms/templates/108wo/content/category_product.html
HTML
asf20
2,627
<!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={CHARSET}" /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <title>{if isse...
108wo
phpcms/templates/108wo/content/header.html
HTML
asf20
2,880
{template "content","header"} <!--main--> <div class="main photo-channel"> <div class="col-left photo-slide"> <div class="content"> <div class="FocusPic"> <div id="photo-slide"> <div class="changeDiv"> {pc:content action="position" posid="8" order="list...
108wo
phpcms/templates/108wo/content/category_picture.html
HTML
asf20
3,162
<!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" /> <title>108Wo室内设计数据资源中心 - 批量上传</title> <link href="{CSS_PATH}reset.css" r...
108wo
phpcms/templates/108wo/content/product_batchupload.html
HTML
asf20
8,533
{template "content","header"} <!--main--> <div class="main photo-channel"> <div class="crumbs"><a href="{siteurl($siteid)}">首页</a><span> > {catpos($catid)}</div> <div class="bk10"></div> {pc:content action="lists" catid="$catid" num="10" order="id DESC" page="$page"} <ul class="photo-list picbig"> {loop $d...
108wo
phpcms/templates/108wo/content/list_picture.html
HTML
asf20
695
<!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" /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <title>{$catname}- ...
108wo
phpcms/templates/108wo/content/download.html
HTML
asf20
1,270
{template "content","header"} <link href="{CSS_PATH}download.css" rel="stylesheet" type="text/css" /> <!--main--> <div class="main"> <!--left_bar--> <div class="col-left"> <div class="crumbs"><a href="{siteurl($siteid)}">首页</a><span> &gt; </span>{catpos($catid)}</div> <!--广告698x90--> <div class="b...
108wo
phpcms/templates/108wo/content/category_download.html
HTML
asf20
3,040
</div> <div id="footer"> <div> <a id="goTop" href="#">返回顶部</a> <ul class="left"> &copy;2011 108室内设计资源中心 版权所有 <a href="http://www.miibeian.gov.cn" target="_blank">蜀ICP备11011439号</a> </ul> <ul class="right"> {pc:content action="category" catid="1" num="10" siteid="1" order="listorder ASC"} {loo...
108wo
phpcms/templates/108wo/footer.html
HTML
asf20
495
<?php return array ( 'name' => '108wo室内设计数据资源中心模板', 'author' => '领域互动', 'dirname' => '108wo', 'homepage' => '#', 'version' => '1.0', 'disable' => 0, 'file_explan' => array ( 'templates|default|content' => array ( 'category.html' => '文章频道页', 'category_download.html' => '下载频道页', ...
108wo
phpcms/templates/108wo/config.php
PHP
asf20
6,096
{template "content","header"} <script type="text/javascript" src="{JS_PATH}formvalidator.js" charset="UTF-8"></script> <script type="text/javascript" src="{JS_PATH}formvalidatorregex.js" charset="UTF-8"></script> <link href="{CSS_PATH}link.css" rel="stylesheet" type="text/css" /> <link href="{CSS_PATH}table_form.c...
108wo
phpcms/templates/108wo/link/register.html
HTML
asf20
4,935
{template "content","header"} <link href="{CSS_PATH}link.css" rel="stylesheet" type="text/css" /> <!--main--> <div class="main"> <!--left_bar--> <div class="col-left"> <div class="crumbs"><a href="{siteurl($siteid)}">网站首页</a><span> &gt; </span><a href="{APP_PATH}index.php?m={ROUTE_M}&siteid={$siteid}">友情链接<...
108wo
phpcms/templates/108wo/link/index.html
HTML
asf20
3,099
{template "content","header"} <link href="{CSS_PATH}link.css" rel="stylesheet" type="text/css" /> <!--main--> <div class="main"> <!--left_bar--> {pc:link action="get_type" typeid="$type_id" siteid="$siteid"} {php $type_arr = $data;} {/pc} <div class="col-left"> <div class="crumbs"><a href="{si...
108wo
phpcms/templates/108wo/link/list_type.html
HTML
asf20
2,221
<style type="text/css"> #mood{text-align: center;} #mood ul li,#mood ul li div.pillar{display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline;} #mood ul li{vertical-align: bottom} #mood ul li{width:80px; padding-bottom:10px} #mood ul li span{ font-size:12px} #mood ul li label{ display:block;}...
108wo
phpcms/templates/108wo/mood/index.html
HTML
asf20
1,280
function PCMSAD(PID) { this.ID = PID; this.PosID = 0; this.ADID = 0; this.ADType = ""; this.ADName = ""; this.ADContent = ""; this.PaddingLeft = 0; this.PaddingTop = 0; this.Wspaceidth = 0; this.Height = 0; this.IsHitCount = "N"; this.UploadFilePath = ""; this.URL...
108wo
phpcms/templates/108wo/poster/banner.html
HTML
asf20
3,185
function PCMSAD(PID) { this.ID = PID; this.PosID = 0; this.ADID = 0; this.ADType = ""; this.ADName = ""; this.ADContent = ""; this.PaddingLeft = 0; this.PaddingTop = 0; this.Width = 0; this.Height = 0; this.IsHitCount = "N"; this.UploadFilePath = ""; this.URL = ""...
108wo
phpcms/templates/108wo/poster/imagelist.html
HTML
asf20
2,799
function PCMSAD(PID) { this.ID = PID; this.PosID = 0; this.ADID = 0; this.ADType = ""; this.ADName = ""; this.ADContent = ""; this.PaddingLeft = 0; this.PaddingTop = 0; this.Width = 0; this.Height = 0; this.IsHitCount = "N"; this.UploadFilePath = ""; this.Step...
108wo
phpcms/templates/108wo/poster/float.html
HTML
asf20
5,909
{show_ad(1, 15)}
108wo
phpcms/templates/108wo/poster/test.html
HTML
asf20
16
function PCMSAD(PID) { this.ID = PID; this.PosID = 0; this.ADID = 0; this.ADType = ""; this.ADName = ""; this.ADContent = ""; this.PaddingLeft = 0; this.PaddingTop = 0; this.Width = 0; this.Height = 0; this.IsHitCount = "N"; this.UploadFilePath = ""; this.URL = ""...
108wo
phpcms/templates/108wo/poster/text.html
HTML
asf20
2,287
function PCMSAD(PID) { this.ID = PID; this.PosID = 0; this.ADID = 0; this.ADType = ""; this.ADName = ""; this.ADContent = ""; this.PaddingLeft = 0; this.PaddingTop = 0; this.Width = 0; this.Height = 0; this.IsHitCount = "Y"; this.Scroll = "N"; this.UploadFilePath ...
108wo
phpcms/templates/108wo/poster/couplet.html
HTML
asf20
5,775
function PCMSAD(PID) { this.ID = PID; this.PosID = 0; this.ADID = 0; this.ADType = ""; this.ADName = ""; this.ADContent = ""; this.PaddingLeft = 0; this.PaddingTop = 0; this.Width = 0; this.Height = 0; this.IsHitCount = "Y"; this.Scroll = "N"; this.Align = "N"; ...
108wo
phpcms/templates/108wo/poster/fixure.html
HTML
asf20
5,148
var links = new Array(); var isIE=!!window.ActiveXObject; {loop $pinfo $k $p} links[{intval($k+1)}] = "{APP_PATH}index.php?m=poster&c=index&a=poster_click&siteid={$siteid}&id={$p['id']}"; if (isIE){ if (document.readyState=="complete"){ statAD('{$siteid}', '{$p['id']}', '{$p['spaceid']}'); } else { docume...
108wo
phpcms/templates/108wo/poster/imagechange.html
HTML
asf20
2,986
<!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={CHARSET}" /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <title>{if isse...
108wo
phpcms/templates/108wo/comment/show_list.html
HTML
asf20
6,963
{template "content","header"} {pc:comment action="get_comment" commentid="$commentid"} {php $comment = $data;} {/pc} <div class="main"> <h2 class="comment-title blue"><a href="{if $comment[url]}{$comment[url]}{else}{$url}{/if}">{if $comment[title]}{$comment[title]}{else}{$title}{/if}</a> <a href="#comment"...
108wo
phpcms/templates/108wo/comment/list.html
HTML
asf20
7,018
{template 'special', 'header'} <div class="main"> <div class="crumbs"><a href="">首页</a><span> &gt; </span> <a href="{APP_PATH}index.php?m=special&c=index&a=special">专题</a> <span> &gt; </span> <a href="{$url}">{$title}</a> </div> <div class="box"> <h5>{$info[name]}</h5> <div class="content"> ...
108wo
phpcms/templates/108wo/special/list.html
HTML
asf20
753
{template 'special', 'header'} <style type="text/css"> .plan-2{ padding:0 8px; text-align:center; overflow:hidden} .plan-2 li div.img-wrap,.plan-2 li a{ width:120px; height:100px; margin:auto} </style> <!--main--> <div class="main"> <div class="col-left new"> <div class="FocusPic"> {pc:special ...
108wo
phpcms/templates/108wo/special/index.html
HTML
asf20
4,599
<script type="text/javascript" src="{JS_PATH}search_common.js"></script> <style type="text/css" > .photo_prev a{cursor:url({IMG_PATH}v9/prev.cur), auto;} .photo_next a{cursor:url({IMG_PATH}v9/next.cur), auto;} .photo-channel #Article .big-pic #big-pic{ width:900px;} .photo-channel #Article .big-pic,#Article .list-...
108wo
phpcms/templates/108wo/special/api_picture.html
HTML
asf20
2,264
{template "content","header"} <div class="main"> <div class="col-left"> <div class="crumbs"><a href="">首页</a><span> &gt; </span> <a href="{APP_PATH}index.php?m=special&c=index&a=special">专题</a> <span> &gt; </span> <a href="{$_special['url']}">{$s_info['title']}</a> <span> &gt; </span> {$title}</div> <...
108wo
phpcms/templates/108wo/special/show.html
HTML
asf20
5,071
{template 'content', 'header'} <!--main--> <div class="main special-channel"> <div class="col-left"> <div class="box-hots"> <div class="icon"></div> <div class="content"> <div class="special-slide"> {pc:special action="lists" siteid="$siteid" elite="1" listorde...
108wo
phpcms/templates/108wo/special/special_list.html
HTML
asf20
2,376
<!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={CHARSET}" /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <title>{if isse...
108wo
phpcms/templates/108wo/special/header.html
HTML
asf20
1,541
{template 'search', 'header'} <div class="clr sr_body sr_list"> <div class="sr_main"> <div class="sr_head"> <div class="l" id="search"> {php $j=0} {loop $search_model $k=>$v} {php $j++;} <a href="javascript:;" onclick="setmodel({$v['typeid']}, $(this),{$siteid}, '{$q...
108wo
phpcms/templates/108wo/search/list.html
HTML
asf20
4,995
{template 'search', 'header'} <div class="clr sr_body"> <div class="sr_main"> <div class="sr_head"> <div class="l" id="search"> {php $j=0} {loop $search_model $k=>$v} {php $j++;} <a href="javascript:;" onclick="setmodel({$v['typeid']}, $(this));" {if $j==1 && $typeid...
108wo
phpcms/templates/108wo/search/index.html
HTML
asf20
1,879
<div class="sr_footer"> {pc:content action="category" catid="1" num="15" siteid="$siteid" order="listorder ASC"} {loop $data $r} <a href="{$r[url]}" target="_blank">{$r[catname]}</a> | {/loop} {/pc} <a href="{APP_PATH}index.php?m=link" target="_blank"></a> <p class="cp">Powered by <strong><a href="http://ww...
108wo
phpcms/templates/108wo/search/footer.html
HTML
asf20
641
<!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" /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <title>{$search_q} ...
108wo
phpcms/templates/108wo/search/header.html
HTML
asf20
647
{template 'member', 'header'} <script language="javascript" type="text/javascript" src="{JS_PATH}admin_common.js"></script> <link href="{CSS_PATH}dialog.css" rel="stylesheet" type="text/css" /> <script language="javascript" type="text/javascript" src="{JS_PATH}dialog.js"></script> <div id="memberArea"> {template...
108wo
phpcms/templates/108wo/message/inbox.html
HTML
asf20
3,033
{template 'member', 'header'} <script type="text/javascript"> <!-- $(function(){ $.formValidator.initConfig({autotip:true,formid:"myform",onerror:function(msg){}}); $("#subject").formValidator({empty:true,onshow:"标题,可以为空",onfocus:"请输入标题",oncorrect:"输入正确!",onempty:"不填替标题了吗?"}).inputValidator({min:1,onerror:"请输入标题...
108wo
phpcms/templates/108wo/message/read_group.html
HTML
asf20
2,257
{template 'member', 'header'} <script type="text/javascript"> <!-- $(function(){ $.formValidator.initConfig({autotip:true,formid:"myform",onerror:function(msg){}}); $("#subject").formValidator({empty:true,onshow:"标题,可以为空",onfocus:"请输入标题",oncorrect:"输入正确!",onempty:"不填替标题了吗?"}).inputValidator({min:1,onerror:"请输入标题...
108wo
phpcms/templates/108wo/message/read.html
HTML
asf20
3,908
{template 'member', 'header'} <script language="javascript" type="text/javascript" src="{JS_PATH}admin_common.js"></script> <link href="{CSS_PATH}dialog.css" rel="stylesheet" type="text/css" /> <script language="javascript" type="text/javascript" src="{JS_PATH}dialog.js"></script> <div id="memberArea"> {template...
108wo
phpcms/templates/108wo/message/group.html
HTML
asf20
2,011
{template 'member', 'header'} <script language="javascript" type="text/javascript" src="{JS_PATH}admin_common.js"></script> <link href="{CSS_PATH}dialog.css" rel="stylesheet" type="text/css" /> <script language="javascript" type="text/javascript" src="{JS_PATH}dialog.js"></script> <div id="memberArea"> {template...
108wo
phpcms/templates/108wo/message/outbox.html
HTML
asf20
2,914
{template 'member', 'header'} <div id="memberArea"> {template 'member', 'left'} <div class="col-auto"> <div class="col-1 "> <h6 class="title">发送短消息</h6> <div class="content"> <form name="myform" action="{APP_PATH}index.php?m=message&c=index&a=send" method="post" id="myform"> <table width="100%" cellspacing="0" ...
108wo
phpcms/templates/108wo/message/send.html
HTML
asf20
3,130
{template 'member', 'header'} <div id="memberArea"> {template 'member', 'left'} <div class="col-auto"> <div class="col-1 "> <h6 class="title">查看已发消息</h6> <div class="content"> <table width="100%" cellspacing="0" class="table_form"> {php $userid = get_memberinfo_buyusername($infos['send_from_id'],userid)...
108wo
phpcms/templates/108wo/message/read_only.html
HTML
asf20
1,501
{template "","header"} <script type="text/javascript"> $(function(){ $(".copy").fancybox({ 'width' : 600, 'height' : 350, 'autoScale' : false, 'transitionIn' : 'none', 'transitionOut' : 'none', 'type' : 'iframe' }); }) </script> <div id="main"> <div class="user"> {template...
108wo
phpcms/templates/108wo/order/order.html
HTML
asf20
2,819
<!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" /> <title>复制给好友 - {$SEO['site_title']}</title> <link href="{CSS_PATH}108wo/style...
108wo
phpcms/templates/108wo/order/copy.html
HTML
asf20
2,088
<!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" /> <title>108Wo室内设计数据资源中心 - Home</title> <link href="{CSS_PATH}108wo/style....
108wo
phpcms/templates/108wo/order/update_note.html
HTML
asf20
1,486
{template "","header"} <script type="text/javascript" src="{JS_PATH}108wo/dropmenu.js"></script> <script type="text/javascript"> function update_price(obj, id) { $.getJSON('{APP_PATH}index.php?m=order&c=order_detail&a=update_price', {id:id, ajax:1}, function(data){ $(obj).parent().html('<span>报价中...</span>...
108wo
phpcms/templates/108wo/order/order_detail.html
HTML
asf20
5,600