diff --git a/template/default/article/index.htm b/template/default/article/index.htm new file mode 100644 index 0000000..6fe29b7 --- /dev/null +++ b/template/default/article/index.htm @@ -0,0 +1,43 @@ +{template 'header'} +
+
+
+
+ {if $MOD[page_islide]} + + {/if} +
+
+
+ +
+
+ +
+
+ {if $MOD[page_icat]} + + {loop $maincat $i $c} + {if $i%2==0}{/if} + + {if $i%2==0}{/if} + {if $i%2==1}{/if} + {/loop} +
+
更多>{$c[catname]}
+
+
 
+ {/if} +
+
+
+
点击排行
+
+
评论排行
+
+
点赞排行
+
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/article/list.htm b/template/default/article/list.htm new file mode 100644 index 0000000..01c6075 --- /dev/null +++ b/template/default/article/list.htm @@ -0,0 +1,22 @@ +{template 'header'} +
+ +
+
+
+ {if $CP}{template 'property_list', 'chip'}{/if} +
+ {php $cols = 5;} + {if $tags}{template 'list-cat', 'tag'}{/if} +
+
+
+ +
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/article/search.htm b/template/default/article/search.htm new file mode 100644 index 0000000..8969f99 --- /dev/null +++ b/template/default/article/search.htm @@ -0,0 +1,77 @@ +{template 'header'} +
+ +
+
+
+
+
+
关键词
+
+   + {loop $sfields $k $v} +   + {/loop} +
+
+
+
分类
+
+ {$category_select} + {if $area_select} + 地区 + {$area_select} + {/if} + 排序 + {$order_select} +
+
+ {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
{template 'list-cat', 'tag'}
+ {else} + {template 'empty', 'chip'} + {/if} +
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/article/show.htm b/template/default/article/show.htm new file mode 100644 index 0000000..7ebfe10 --- /dev/null +++ b/template/default/article/show.htm @@ -0,0 +1,90 @@ +{template 'header'} + +
+ +
+
+
+

{$title}

+
   + {$adddate} + {if $copyfrom}{if $fromurl}{/if}{$copyfrom}{if $fromurl}{/if}{/if} + {if $author}{$author}{/if} + {if $MOD[hits]}{$hits}{/if} + {if $could_comment}{$comments}{/if} +
+ {if $introduce && $user_status == 3 && $page == 1}
核心提示:{$introduce}
{/if} + {if $CP}{template 'property_show', 'chip'}{/if} +
{template 'content', 'chip'}
+ {if $voteid}
{loop $voteid $v} + {load('vote_'.$v.'.htm')}{/loop}
+ {/if} + {if $pages}
{$pages}
{/if} +
 
+ {if $subtitles} +
+ 本文导航: +
    + {loop $titles $i $t} + {if $subtitles > $i} +
  • + ({php echo $i+1;}) + {if $page == $i+1} + {$t} + {else} + {$t} + {/if} +
  • + {/if} + {/loop} +
+
+ {/if} + {if $keytags} +
+ 标签: + {loop $keytags $t} + {$t} + {/loop} +
+ {/if} + +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+ + {if $MOD[page_srelate]} +
 
+ {if $keytags} +
更多>同类{$MOD[name]}
+ + {else} +
更多>同类{$MOD[name]}
+ + {/if} + {/if} +
+
+ {if $MOD[page_srecimg]} +
推荐图文
+
+ {/if} + {if $MOD[page_srec]} +
推荐{$MOD[name]}
+
+ {/if} + {if $MOD[page_shits]} +
点击排行
+
+ {/if} +
+
+
+{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/article/these.name.php b/template/default/article/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/default/article/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/default/brand/index.htm b/template/default/brand/index.htm new file mode 100644 index 0000000..a9a1d0e --- /dev/null +++ b/template/default/brand/index.htm @@ -0,0 +1,34 @@ +{template 'header'} +{if $MOD[page_irec]} +
+
+
{loop $maincat $k $v}{if $k<10}{if $k}  |  {/if}{$v[catname]}{/if}{/loop}推荐{$MOD[name]}
+
+
+{/if} +
+
+
+ {if $MOD[page_icat]} + {loop $maincat $i $c} +
更多>{$c[catname]}
+
+ {/loop} + {/if} +
+
+
按地区浏览
+
+ {php $mainarea = get_mainarea(0)} + +
+
关注排行
+
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/brand/list.htm b/template/default/brand/list.htm new file mode 100644 index 0000000..713b4dc --- /dev/null +++ b/template/default/brand/list.htm @@ -0,0 +1,41 @@ +{template 'header'} +
+ +
+
+
+
+
行业
+
+ +
+
+
+
地区
+
+
    + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
  • {$v[areaname]}
  • + {/loop} +
+
+
+ {if $CP}{template 'property_list', 'chip'}{/if} + {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
+
+ +
搜索排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/brand/message.htm b/template/default/brand/message.htm new file mode 100644 index 0000000..ca3915f --- /dev/null +++ b/template/default/brand/message.htm @@ -0,0 +1,205 @@ +{template 'header'} +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + {if $_userid} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + {else} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + {/if} + {if $need_question} + + + + + {/if} + {if $need_captcha} + + + + + {/if} + {if $_userid && $DT[sms]} + + + + + {/if} + + + + +
* 留言主题
快捷提问 + + (不用打字 “快捷提问”帮您忙!) +
* 主要内容
+
回复日期{dcalendar('date', $date)} 之前
联系方式修改
公司{$company}
姓名{$truename}
电话{$telephone}
邮件{$email}
QQ{$qq}
微信{$wx}
阿里旺旺{$ali}
Skype{$Skype}
联系方式还不是会员?请 注册 或 请留下您的联系方式  已经是会员?请 登录
公司
* 姓名
* 电话
邮件
QQ
微信
阿里旺旺
Skype
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
短信通知 发送短信通知至接收人手机 (我的可用短信 {$_sms})
+   + {if $MG[message_limit]} +   今日可发 {$MG[message_limit]} 次 +   当前已发 {$limit_used} 次 +   还可以发 {$limit_free} 次 + {/if} +
+
+
+{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/default/brand/search.htm b/template/default/brand/search.htm new file mode 100644 index 0000000..03a86c7 --- /dev/null +++ b/template/default/brand/search.htm @@ -0,0 +1,81 @@ +{template 'header'} +
+ +
+
+
+
+
+
关键词
+
+   + {loop $sfields $k $v} +   + {/loop} +
+
+
+
分类
+
+ {$category_select} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} +
+
+
+
地区
+
+ {$area_select} + 排序 + {$order_select} +
+
+ {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + {template 'list-'.$module, 'tag'} + {else} + {template 'empty', 'chip'} + {/if} +
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/brand/show.htm b/template/default/brand/show.htm new file mode 100644 index 0000000..13d8191 --- /dev/null +++ b/template/default/brand/show.htm @@ -0,0 +1,57 @@ +{template 'header'} + +
+ +
+
+
+

{$title}

+
放大字体  缩小字体 + {$editdate} + {if $MOD[hits]}{$hits}{/if} +
+
+
+
+
+
+
    +
  • 品牌名称:{$title}
  • +
  • 公司名称:{$company}
  • +
  • 官方主页:{if $homepage}{$homepage}{else}暂无{/if}
  • +
  • 所在地区:{area_pos($areaid, '')}
  • +
+
+
+ {if $content} +
{$MOD[name]}介绍
+
{$content}
+ {/if} + {if $CP}{template 'property_show', 'chip'}{/if} + +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+ +
+
+
联系方式
+
{template 'contact', 'chip'}
+ {if $username} +
该企业其他{$MOD[name]}
+
+ {else} +
同类{$MOD[name]}
+
+ {/if} +
+
+
+{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/brand/these.name.php b/template/default/brand/these.name.php new file mode 100644 index 0000000..6b2f194 --- /dev/null +++ b/template/default/brand/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'message' => '留言加盟', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/default/buy/index.htm b/template/default/buy/index.htm new file mode 100644 index 0000000..83793dc --- /dev/null +++ b/template/default/buy/index.htm @@ -0,0 +1,47 @@ +{template 'header'} +
+{if $MOD[page_irec]} +
+
发布>推荐{$MOD[name]}
+
+
+{/if} +
+
+
+
按地区浏览
+
+ {php $mainarea = get_mainarea(0)} + +
+
按行业浏览
+
+ {php $mid = $moduleid;} + {template 'catalog', 'chip'} +
+
+
+ {if $MOD[page_inew]} +
最新发布
+
+ +
+ {/if} + {if $MOD[page_iedit]} +
最新更新
+
+ +
+ {/if} + {if $MOD[page_ihits]} +
点击排行
+
+ {/if} +
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/buy/list.htm b/template/default/buy/list.htm new file mode 100644 index 0000000..29f25ab --- /dev/null +++ b/template/default/buy/list.htm @@ -0,0 +1,54 @@ +{template 'header'} +
+ +
+
+
+
+
行业
+
+ +
+
+
+
地区
+
+
    + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
  • {$v[areaname]}
  • + {/loop} +
+
+
+ {if $TYPE} +
+
类别
+
+
    + {loop $TYPE $k $v} +
  • {$v}
  • + {/loop} +
+
+
+ {/if} + {if $CP}{template 'property_list', 'chip'}{/if} + + {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
+
+ +
搜索排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/buy/price.htm b/template/default/buy/price.htm new file mode 100644 index 0000000..bf9fe4c --- /dev/null +++ b/template/default/buy/price.htm @@ -0,0 +1,207 @@ +{template 'header'} +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + {if $_userid} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + {else} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + {/if} + {if $need_question} + + + + + {/if} + {if $need_captcha} + + + + + {/if} + {if $_userid && $DT[sms]} + + + + + {/if} + + + + +
* 报价主题
快捷提问 + + (不用打字 “快捷提问”帮您忙!) +
* 主要内容
+
回复日期{dcalendar('date', $date)} 之前
联系方式修改
公司{$company}
姓名{$truename}
电话{$telephone}
邮件{$email}
QQ{$qq}
微信{$wx}
阿里旺旺{$ali}
Skype{$Skype}
联系方式还不是会员?请 注册 或 请留下您的联系方式  已经是会员?请 登录
公司
* 姓名
* 电话
邮件
QQ
微信
阿里旺旺
Skype
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
短信通知 发送短信通知至接收人手机 (我的可用短信 {$_sms})
+ + + {if $MG[price_limit]} +    今日可报价 {$MG[price_limit]} 次 +    当前已报价 {$limit_used} 次 +    还可以报价 {$limit_free} 次 + {/if} + +
+
+
+{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/default/buy/search.htm b/template/default/buy/search.htm new file mode 100644 index 0000000..6608fbb --- /dev/null +++ b/template/default/buy/search.htm @@ -0,0 +1,84 @@ +{template 'header'} +
+ +
+
+
+
+
+
关键词
+
+   + {loop $sfields $k $v} +   + {/loop} + {$order_select} +
+
+
+
行业
+
+ {$category_select} + 类型 + {$type_select}   + 图片   + {VIP}   +
+
+
+
地区
+
+ {$area_select} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} +
+
+ {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + {template 'list-'.$module, 'tag'} + {else} + {template 'empty', 'chip'} + {/if} +
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/buy/show.htm b/template/default/buy/show.htm new file mode 100644 index 0000000..0586bfa --- /dev/null +++ b/template/default/buy/show.htm @@ -0,0 +1,122 @@ +{template 'header'} + +
+ +
+
+ + + + + + +
+ + + + + + + + + +

{$title}

+
+ {if $video}
{/if} +
+
+
+
{loop $albums $k $v}{/loop}
+
+
+
+
  + + + {if $n1 && $v1} + + + + + {/if} + {if $n2 && $v2} + + + + + {/if} + {if $n3 && $v3} + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + + + + + {if $MOD[hits]} + + + + + {/if} + {if $username && !$expired} + + + + {/if} +
{$n1}:{$v1}
{$n2}:{$v2}
{$n3}:{$v3}
需求数量:{$amount}
价格要求:{$price}
包装要求:{$pack}
所在地:{area_pos($areaid, '')}
有效期至:{if $todate}{$todate}{else}长期有效{/if}{if $expired} [已过期]{/if}
最后更新:{$editdate}
浏览次数:{$hits}
+
+
  +
公司基本资料信息
+
{template 'contact', 'chip'}
+ {if !$username} +
+  注意:发布人未在本站注册,建议优先选择{VIP}会员 + {/if} +
+
+ +
+
详细说明
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{$content}
+ +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+ +
更多>同类{$MOD[name]}
+
+
+{if $video}{/if} +{if $content}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/default/buy/these.name.php b/template/default/buy/these.name.php new file mode 100644 index 0000000..3d9138a --- /dev/null +++ b/template/default/buy/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'price' => '报价页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/default/chip/ad.htm b/template/default/chip/ad.htm new file mode 100644 index 0000000..28837cb --- /dev/null +++ b/template/default/chip/ad.htm @@ -0,0 +1,23 @@ +{if $typeid==1} +{$code} +{elseif $typeid==2} +{$text_name} +{elseif $typeid==3} +{if $url}{/if}{$image_alt}{if $url}{/if} +{elseif $typeid==4} +{if $url}{/if} +{elseif $typeid == 5} +{load('slide.js')} +
+{loop $tags $i $t} +{$t[alt]} +{/loop} +
+ +{elseif $typeid==6} + {if $tags} +
+
{template 'list-'.$ad_module, 'tag'}
+
+ {/if} +{/if} \ No newline at end of file diff --git a/template/default/chip/captcha.htm b/template/default/chip/captcha.htm new file mode 100644 index 0000000..324b949 --- /dev/null +++ b/template/default/chip/captcha.htm @@ -0,0 +1,39 @@ +  + \ No newline at end of file diff --git a/template/default/chip/catalog.htm b/template/default/chip/catalog.htm new file mode 100644 index 0000000..4a988e7 --- /dev/null +++ b/template/default/chip/catalog.htm @@ -0,0 +1,25 @@ +{php $child = get_maincat(0, $mid, 1);} + +{loop $child $i $c} +{if $i%2==0}{/if} + +{if $i%2==1}{/if} +{/loop} +
+

+ {set_style($c[catname], $c[style])} + {if $c[child]} + {php $sub = get_maincat($c[catid], $mid, 2);} + {loop $sub $j $s}{if $j < 5}|{set_style($s[catname], $s[style])}{/if}{/loop} + {/if} +

+{if $c[child]} +{php $sub = get_maincat($c[catid], $mid, 1);} +{php $n = count($sub) - 1;} + +{/if} +
\ No newline at end of file diff --git a/template/default/chip/club_js.htm b/template/default/chip/club_js.htm new file mode 100644 index 0000000..a109279 --- /dev/null +++ b/template/default/chip/club_js.htm @@ -0,0 +1,21 @@ + \ No newline at end of file diff --git a/template/default/chip/contact.htm b/template/default/chip/contact.htm new file mode 100644 index 0000000..b86e1fa --- /dev/null +++ b/template/default/chip/contact.htm @@ -0,0 +1,120 @@ +{if $user_status == 3} + +{elseif $user_status == 2} +
+ + + + + + + +{if $MOD[fee_period]} + + + +{/if} + + + +
查看该信息联系方式需支付{$fee_name} {$fee} {$fee_unit}
我的{$fee_name}余额 {if $currency=='money'}{$_money}{else}{$_credit}{/if} {$fee_unit}
支付后可查看{$MOD[fee_period]}分钟,过期重新计费
+
+{elseif $user_status == 1} +
+ + + + + + + +{if $DT[telephone]} + + + +{/if} + + + +
您的会员级别没有查看联系方式的权限
获得更多商业机会,建议升级会员级别
咨询电话:{$DT[telephone]}
+
+{elseif $user_status == 0} +
+
+ + + + + + + + + + +
+
+您还没有登录,请登录后查看详情 +
+
+
+
+{else} +


+
+


+{/if} \ No newline at end of file diff --git a/template/default/chip/content.htm b/template/default/chip/content.htm new file mode 100644 index 0000000..5462a7a --- /dev/null +++ b/template/default/chip/content.htm @@ -0,0 +1,172 @@ +{if $user_status == 3} + {if $module == 'exhibit'} + 联系人:{$truename}
+ {if $addr}地址:{$addr}
{/if} + {if $postcode}邮编:{$postcode}
{/if} + {if $mobile}手机:{anti_spam($mobile)}
{/if} + {if $telephone}电话:{anti_spam($telephone)}
{/if} + {if $fax}传真:{anti_spam($fax)}
{/if} + {if $email}邮件:{anti_spam($email)}
{/if} + {if $qq}QQ:{im_qq($qq)}
{/if} + {if $wx}微信:{im_wx($wx, $username)}
{/if} + {elseif $module == 'job'} + + {if $mobile} + + + + + {/if} + {if $email} + + + + + {/if} + {if $telephone} + + + + + {/if} + {if $address} + + + + + {/if} + + + + +
联系手机{anti_spam($mobile)}
电子邮件{anti_spam($email)}
联系电话{anti_spam($telephone)}
联系地址{$address}
即时通讯 + {if $username && $DT[im_web]}{im_web($username.'&mid='.$moduleid.'&itemid='.$itemid)} {/if} + {if $qq && $DT[im_qq]}{im_qq($qq)} {/if} + {if $wx && $DT[im_wx]}{im_wx($wx, $username)} {/if} + {if $ali && $DT[im_ali]}{im_ali($ali)} {/if} + {if $skype && $DT[im_skype]}{im_skype($skype)} {/if} +
+ {elseif $module == 'know'} +
+ {$best[content]} + {if $best[url]}
+ 参考资料:{$best[url]} + {/if} +
+ {elseif $module == 'down'} +
+ +
+ {elseif $module == 'photo'} + {if $action == 'side'} + {loop $S $k $v} + + {/loop} + {else} +
+
+ {/if} + {elseif $module == 'video'} +
{$player}
+ {elseif $module == 'article'} +
{$content}
+ {else} + {$content} + {/if} +{elseif $user_status == 2} + {if isset($description) && $description} + {if $module == 'exhibit'} +
{$description}
+ {elseif $module == 'article'} +
{$description}
+ {else} + {$description} + {/if} + {/if} +

+
+ + + + + + + +{if $MOD[fee_period]} + + + +{/if} + + + +
+
+查看详情需要支付{$fee_name} {$fee} {$fee_unit} +
+
我的{$fee_name}余额 {if $currency=='money'}{$_money}{else}{$_credit}{/if} {$fee_unit}
支付后可查看{$MOD[fee_period]}分钟,过期重新计费
+
+

+{elseif $user_status == 1} +

+
+ + + + + + + +{if $DT[telephone]} + + + +{/if} + + + +
+
+您的会员级别没有查看详情的权限 +
+
获得更多商业机会,建议升级会员级别
咨询电话:{$DT[telephone]}
+
+

+{elseif $user_status == 0} +

+
+ + + + + + + + + + +
+
+您还没有登录,请登录后查看详情 +
+
+
+

+{else} + {if $description} +
{$description}
+ {else} +





+
+





+ {/if} +{/if} \ No newline at end of file diff --git a/template/default/chip/empty.htm b/template/default/chip/empty.htm new file mode 100644 index 0000000..0d33b22 --- /dev/null +++ b/template/default/chip/empty.htm @@ -0,0 +1,9 @@ +{if $DT_QST} +
+抱歉,没有找到{if $kw}与“{$kw}” {/if}相关的内容。

建议您:
+  • 看看输入的文字是否有误
+  • 去掉可能不必要的字词,如“的”、“什么”等
+  • 调整更确切的关键词或搜索条件
+
+{/if} \ No newline at end of file diff --git a/template/default/chip/goods.htm b/template/default/chip/goods.htm new file mode 100644 index 0000000..0ea18ab --- /dev/null +++ b/template/default/chip/goods.htm @@ -0,0 +1,47 @@ +
+ + + + + + + + +{loop $lists $k $v} + + + + + + + +{/loop} + + + + + +{if isset($td[money])} + + + + +{/if} +{if $td[fee_name] && $td[fee]} + + + + +{/if} +{if isset($td[discount])} + + + + +{/if} + + + + +
商品信息单价数量买家留言
{$v[title]}
{$v[par]}{if isset($v[sku]) && $v[sku]}
仓储货位:{$v[sku][location]} 库存:{$v[sku][amount]}{/if}
{$v[price]}{$v[number]}
订单编号:{$td[itemid]}
订单总额:{$td[money]}
{$td[fee_name]}:{$td[fee]}
优惠金额:-{$td[discount]}
实付金额:{$td[total]}
+
\ No newline at end of file diff --git a/template/default/chip/guest_contact.htm b/template/default/chip/guest_contact.htm new file mode 100644 index 0000000..722fbd6 --- /dev/null +++ b/template/default/chip/guest_contact.htm @@ -0,0 +1,66 @@ + + +   +非会员补充信息: +   +建议 立即登录注册会员 以便系统长久保存您的联系方式 + + + +* 公司名称 + 个人请填姓名 例如:张三
+ +{if $module != 'info'} + +* 所在地区 +{ajax_area_select('post[areaid]', '请选择', $areaid)} + +{/if} + +* 联系人 +
+ + +* 联系手机 + + + +电子邮件 + + + +联系电话 + + + +联系地址 + + +{if $DT[im_qq]} + +QQ + + +{/if} +{if $DT[im_wx]} + +微信 + + +{/if} +{if $DT[im_ali]} + +阿里旺旺 + + +{/if} +{if $DT[im_skype]} + +Skype + + +{/if} + + + + diff --git a/template/default/chip/letter.htm b/template/default/chip/letter.htm new file mode 100644 index 0000000..13256a1 --- /dev/null +++ b/template/default/chip/letter.htm @@ -0,0 +1,11 @@ + +{if $CATALOG} +{loop $CATALOG $i $c} +{if $i%$cols==0}{/if} + +{if $i%$cols==$cols-1}{/if} +{/loop} +{else} + +{/if} +
{set_style($c[catname], $c[style])}
没有拼音字母 {$letter} 开头的类目
\ No newline at end of file diff --git a/template/default/chip/line.htm b/template/default/chip/line.htm new file mode 100644 index 0000000..94bf31c --- /dev/null +++ b/template/default/chip/line.htm @@ -0,0 +1,27 @@ +var destoon_userid = {$_userid},destoon_username = '{$_username}',destoon_message = {$_message},destoon_chat = {$_chat},destoon_cart = get_cart(),destoon_member = destoon_guest = ''; +{if $_userid} +destoon_member += '{$_truename}  |  商务中心  |  站内信({if $_message}{$_message}{if $_sound}'+sound('message_{$_sound}')+'{/if}{else}0{/if}){if $DT[im_web]}  |  新交谈({if $_chat}{$_chat}'+sound('chat_new')+'{else}0{/if}){/if}  |  退出登录'; +{else} + destoon_guest = '会员登录  |  免费注册  |  忘记密码'; + {if $EXT[oauth]} + var oauth_site = '{get_cookie('oauth_site')}'; + var oauth_user = '{get_cookie('oauth_user')}'; + destoon_member += (oauth_user && oauth_site) ? ''+oauth_user+'  |  绑定帐号  |  退出登录' : destoon_guest; + {else} + destoon_member += destoon_guest; + {/if} +{/if} +$('#destoon_member').html(destoon_member); +{if $DT[city]} +$('#destoon_city').html('{$city_name}'); +{/if} +{if $DT[max_cart]>0} +$('#destoon_cart').html(destoon_cart > 0 ? ''+destoon_cart+'' : 0); +{/if} +{if $_message} +Dnotification('new_message', '{$MODULE[2][linkurl]}message.php', '{useravatar($_username, 'large')}', '站内信 ({$_message})', '收到新的站内信件,点击查看'); +{/if} +{if $_chat} +Dnotification('new_chat', '{$MODULE[2][linkurl]}im.php', '{useravatar($_username, 'large')}', '新交谈 ({$_chat})', '收到新的对话请求,点击交谈'); +{/if} +{if $_userid && $DT[pushtime]}window.setInterval('PushNew()',{$DT[pushtime]}*1000);{/if} \ No newline at end of file diff --git a/template/default/chip/password.htm b/template/default/chip/password.htm new file mode 100644 index 0000000..1806a41 --- /dev/null +++ b/template/default/chip/password.htm @@ -0,0 +1,8 @@ +  + + + +{if $DT[md5_pass] && ($action != 'login' || ($action == 'login' && !$MOD[passport]))} + + +{/if} \ No newline at end of file diff --git a/template/default/chip/poll.htm b/template/default/chip/poll.htm new file mode 100644 index 0000000..70a45f7 --- /dev/null +++ b/template/default/chip/poll.htm @@ -0,0 +1,25 @@ +
+ +{loop $polls $i $v} +{if $i%$cols==0}{/if} + +{if $i%$cols==($cols-1)}{/if} +{/loop} +
+{if $v[thumb]} +
{if $v[linkurl]}{/if}{$v[alt]}{if $v[linkurl]}{/if}
+{/if} + +
+
+{if $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/chip/property_js.htm b/template/default/chip/property_js.htm new file mode 100644 index 0000000..7d5bdc6 --- /dev/null +++ b/template/default/chip/property_js.htm @@ -0,0 +1,24 @@ +if(Dd('property_required') != null) { + var ptrs = Dd('property_required').getElementsByTagName('option'); + for(var i = 0; i < ptrs.length; i++) { + f = 'property-'+ptrs[i].value; + var t = $('#'+f).attr('tagName').toLowerCase(); + if(t == 'span') { + j = checked_count(f); + if(j == 0) { + Dmsg('请选择'+ptrs[i].innerHTML, f, 1); + return false; + } + } else if(t == 'select') { + if(Dd(f).value == '') { + Dmsg('请选择'+ptrs[i].innerHTML, f); + return false; + } + } else { + if(Dd(f).value.length < 1) { + Dmsg('请填写'+ptrs[i].innerHTML, f); + return false; + } + } + } +} \ No newline at end of file diff --git a/template/default/chip/property_list.htm b/template/default/chip/property_list.htm new file mode 100644 index 0000000..4f02072 --- /dev/null +++ b/template/default/chip/property_list.htm @@ -0,0 +1,12 @@ +{loop $PPT $p} +
+
{$p[name]}
+
+ +
+
+{/loop} \ No newline at end of file diff --git a/template/default/chip/property_search.htm b/template/default/chip/property_search.htm new file mode 100644 index 0000000..4d0dc00 --- /dev/null +++ b/template/default/chip/property_search.htm @@ -0,0 +1,14 @@ +{loop $PPT $p} +
+
{$p[name]}
+
+ + +
+
+{/loop} \ No newline at end of file diff --git a/template/default/chip/property_show.htm b/template/default/chip/property_show.htm new file mode 100644 index 0000000..34522df --- /dev/null +++ b/template/default/chip/property_show.htm @@ -0,0 +1,11 @@ +{if $options && $values} +
+
+ +
+
+{/if} \ No newline at end of file diff --git a/template/default/chip/push.htm b/template/default/chip/push.htm new file mode 100644 index 0000000..8b0c8cd --- /dev/null +++ b/template/default/chip/push.htm @@ -0,0 +1,43 @@ +var _destoon_message = {$_message}; +var _destoon_chat = {$_chat}; +var _destoon_cart = get_cart(); +if(typeof destoon_member == 'undefined') { + $('#destoon_message em').remove(); + $('#message em').remove(); + if(_destoon_message) { + $('#destoon_message').append(''+_destoon_message+''); + $('#message').append(''+_destoon_message+''); + } + if(_destoon_message > destoon_message && {$_sound}) { + $('#destoon_space').html(sound('message_{$_sound}')); + destoon_message = _destoon_message; + } + {if $DT[im_web]} + $('#destoon_chat em').remove(); + $('#chats em').remove(); + if(_destoon_chat) { + $('#destoon_chat').append(''+_destoon_chat+''); + $('#chats').append(''+_destoon_chat+''); + } + if(_destoon_chat > destoon_chat) { + $('#destoon_space').html(sound('chat_new')); + destoon_chat = _destoon_chat; + } + {/if} +} else { + $('#destoon_message').html(_destoon_message ? ''+_destoon_message+'' : 0); + if(_destoon_message > destoon_message && {$_sound}) { + $('#destoon_space').html(sound('message_{$_sound}')); + destoon_message = _destoon_message; + } + {if $DT[im_web]} + $('#destoon_chat').html(_destoon_chat ? ''+_destoon_chat+'' : 0); + if(_destoon_chat > destoon_chat) { + $('#destoon_space').html(sound('chat_new')); + destoon_chat = _destoon_chat; + } + {/if} + {if $DT[max_cart]} + $('#destoon_cart').html(_destoon_cart > 0 ? ''+_destoon_cart+'' : 0); + {/if} +} \ No newline at end of file diff --git a/template/default/chip/question.htm b/template/default/chip/question.htm new file mode 100644 index 0000000..4916336 --- /dev/null +++ b/template/default/chip/question.htm @@ -0,0 +1,43 @@ + + + + \ No newline at end of file diff --git a/template/default/chip/quote.htm b/template/default/chip/quote.htm new file mode 100644 index 0000000..5ea9e95 --- /dev/null +++ b/template/default/chip/quote.htm @@ -0,0 +1,26 @@ + + + +{if $P[n1] && $P[v1]}{/if} +{if $P[n2] && $P[v2]}{/if} +{if $P[n3] && $P[v3]}{/if} + + + + + + +{loop $lists $t} + + +{if $P[n1] && $P[v1]}{/if} +{if $P[n2] && $P[v2]}{/if} +{if $P[n3] && $P[v3]}{/if} + + + + + + +{/loop} +
品名{$P[n1]}{$P[n2]}{$P[n3]}价格单位备注地区日期
{$P[title]}{$P[v1]}{$P[v2]}{$P[v3]}{$t[price]}{$P[unit]}{dsubstr($t[note], 20, '..')}{area_pos($t[areaid], '', 2)}{timetodate($t[addtime], 3)}
\ No newline at end of file diff --git a/template/default/chip/spread.htm b/template/default/chip/spread.htm new file mode 100644 index 0000000..e9791d8 --- /dev/null +++ b/template/default/chip/spread.htm @@ -0,0 +1,6 @@ +{if $tags} +
+
{template 'list-'.$spread_module, 'tag'}
+
我也要加入推广? 了解更多»以上为参与排名推广的信息
+
+{/if} \ No newline at end of file diff --git a/template/default/chip/these.name.php b/template/default/chip/these.name.php new file mode 100644 index 0000000..6837efb --- /dev/null +++ b/template/default/chip/these.name.php @@ -0,0 +1,27 @@ + '广告代码', + 'captcha' => '验证码', + 'catalog' => '行业分类', + 'club_js' => '商圈二级菜单', + 'contact' => '联系方式收费', + 'content' => '内容收费', + 'empty' => '列表为空', + 'goods' => '订单商品', + 'guest_contact' => '游客联系方式', + 'letter' => '字母索引', + 'line' => '会员状态', + 'password' => '密码输入', + 'poll' => '行业票选', + 'property_js' => '分类属性JS', + 'property_list' => '属性列表', + 'property_search' => '属性搜索', + 'property_show' => '属性展示', + 'push' => '消息推送', + 'question' => '验证问题', + 'quote' => '报价单模板', + 'spread' => '推广代码', + 'vote' => '投票调用', + 'weibo' => '微博同步', +); +?> \ No newline at end of file diff --git a/template/default/chip/vote.htm b/template/default/chip/vote.htm new file mode 100644 index 0000000..1021706 --- /dev/null +++ b/template/default/chip/vote.htm @@ -0,0 +1,56 @@ +
+
+ + + + +{if $verify == 1} +

验证码   +{template 'captcha', 'chip'}

+{/if} +{if $verify == 2} +

验证问题  {template 'question', 'chip'}

+{/if} +

   +

+
+
+ \ No newline at end of file diff --git a/template/default/chip/weibo.htm b/template/default/chip/weibo.htm new file mode 100644 index 0000000..4e495b5 --- /dev/null +++ b/template/default/chip/weibo.htm @@ -0,0 +1 @@ +我在#{$DT[sitename]}#发布了《{$title}》{$linkurl} \ No newline at end of file diff --git a/template/default/city/city.htm b/template/default/city/city.htm new file mode 100644 index 0000000..824696e --- /dev/null +++ b/template/default/city/city.htm @@ -0,0 +1,31 @@ +{template 'header'} + + +
+ + + + + + {loop $lists $k $v} + + + + + {/loop} +
  + [智能]  +   {$L[allcity]} +
{$k} + +
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/city/index.htm b/template/default/city/index.htm new file mode 100644 index 0000000..385878e --- /dev/null +++ b/template/default/city/index.htm @@ -0,0 +1 @@ +城市分站模板,请参考网站首页模板制作 \ No newline at end of file diff --git a/template/default/city/these.name.php b/template/default/city/these.name.php new file mode 100644 index 0000000..a64fec1 --- /dev/null +++ b/template/default/city/these.name.php @@ -0,0 +1,6 @@ + '切换城市', + 'index' => '分站模板示例', +); +?> \ No newline at end of file diff --git a/template/default/club/chat.htm b/template/default/club/chat.htm new file mode 100644 index 0000000..7141c31 --- /dev/null +++ b/template/default/club/chat.htm @@ -0,0 +1,224 @@ +{template 'header'} + + +
+ +
+
+ + + + + + + + + + + +
+
{$GRP[title]}{$MOD[seo_name]}群聊
+
+
{if $GRP[fans]>35}共{$GRP[fans]}名成员{/if}成员列表
+
+ +
+ +
+ + + + + + {if $MOD[chat_file] && $MG[upload]} + + + {/if} + + + + + +
+ +
 
 
 
 
 
 
+
+
+
+
+ + + + + + + + + + + +
+
+ +
+ + + + + + + + +
+
+ + + +
+ + + {if $MOD[chat_file] && $MG[upload]}{/if} +
+
+{loop $lists $k $v} +
+{$v[username]} +

{$v[passport]}

+
+{/loop} +
+ +
+
+{if $MOD[chat_file] && $MG[upload]} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/club/fans.htm b/template/default/club/fans.htm new file mode 100644 index 0000000..df02d36 --- /dev/null +++ b/template/default/club/fans.htm @@ -0,0 +1,19 @@ +{template 'header'} +
+ +
+
+
+
+ + {loop $lists $k $v} + {if $k%10==0}{/if} + + {if $k%10==9}{/if} + {/loop} +
{$v[username]} +
+
+ {if $pages}
{$pages}
{/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/default/club/group.htm b/template/default/club/group.htm new file mode 100644 index 0000000..27e925f --- /dev/null +++ b/template/default/club/group.htm @@ -0,0 +1,48 @@ +{template 'header'} +
+ +
+ +
+
+
+ + 加入本圈 + + {if $GRP[thumb]}{/if} + {$GRP[title]}{$MOD[seo_name]}    + 主题:{$GRP[post]}    + 粉丝:{$GRP[fans]}    + 圈主:{$GRP[passport]}    + 版主: + {if $GRP[managers]} + + {else} + 暂无版主 + {/if} +
+ {if $GRP[content]} +
{nl2br($GRP[content])}
+ {/if} +
+
+
+
+
+ {if $MOD[chat] && $GRP[chat]}群聊{/if} + 发帖 +
+ {loop $TYPE $k $v} + {$v} + {/loop} +
+
+
+ {if $tags}{template 'list-'.$module, 'tag'}{/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/default/club/index.htm b/template/default/club/index.htm new file mode 100644 index 0000000..9af3834 --- /dev/null +++ b/template/default/club/index.htm @@ -0,0 +1,68 @@ +{template 'header'} +
+
+
+
+ {if $MOD[page_islide]} + + {/if} +
+
+
+ +
+
+ +
+
+
+ {loop $childcat $i $c} +
更多>{$c[catname]}
+
+ + {loop $tags $i $t} +
+ {$t[alt]} + +
+ {/loop} +
+ {/loop} +
+
+ +
+
    +
  • {php echo $db->count($table_group, 'status=3', 1800);}商圈
  • +
  • {php echo $db->count($table, 'status=3', 1800);}帖子
  • +
  • {php echo $db->count($table, 'status=3 and addtime>'.($DT_TODAY-86400), 1800);}今日
  • +
+
+
点击排行
+
+
商圈排行
+
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/club/list.htm b/template/default/club/list.htm new file mode 100644 index 0000000..34ddaf1 --- /dev/null +++ b/template/default/club/list.htm @@ -0,0 +1,41 @@ +{template 'header'} +
+ +
+
+
+ + + + + + + + + + {loop $tags $k $t} + + + + + + + + + {/loop} +
商圈主题粉丝圈主版主
{$t[alt]}{$t[title]}{$MOD[seo_name]}{if $t[introduce]}

{$t[introduce]}

{/if}
{$t[post]}{$t[fans]}{$t[username]} + +
+
+ {if $showpage && $pages}
{$pages}
{/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/default/club/nofans.htm b/template/default/club/nofans.htm new file mode 100644 index 0000000..280402c --- /dev/null +++ b/template/default/club/nofans.htm @@ -0,0 +1,34 @@ +{template 'header'} + +
+
+
+

抱歉,{$GRP[title]}圈仅成员可以{if $action=='show'}查看帖子{elseif $action=='post'}发帖{elseif $action=='reply'}回复{else}访问{/if}


+    秒后将自动跳转到{if $_userid}申请加入商圈{else}会员登录{/if}页面 +

+ {if $_userid} +   1、您还没有加入本圈或者申请正在审核中。
+ {else} +   1、请 登录免费注册
+ {/if} +   2、请检查输入的网址是否正确。
+   3、如果不能确认输入的网址,请浏览{$MOD[name]}首页来查看所要访问的网址。
+
+
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/club/search.htm b/template/default/club/search.htm new file mode 100644 index 0000000..74ae1de --- /dev/null +++ b/template/default/club/search.htm @@ -0,0 +1,149 @@ +{template 'header'} +
+ +
+
+
+
+ + {if $action == 'group'} +
+
关键词
+
+ + 分类 + {$category_select} +
+
+ {else} +
+
关键词
+
+ + 作者 + +
+
日期
+
+ {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} +
+
+ {/if} + {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+
+{if $action == 'group'} + {if $tags} +
+ + + + + + + + + + {loop $tags $k $t} + + + + + + + + + {/loop} +
商圈主题粉丝圈主版主
{$t[alt]}{$t[title]}{$MOD[seo_name]}{if $t[introduce]}

{$t[introduce]}

{/if}
{$t[post]}{$t[fans]}{$t[username]} + +
+
+ {if $pages}
{$pages}
{/if} + {else} + {template 'empty', 'chip'} + {/if} +{elseif $action == 'reply'} + {if $tags} +
+ + + + {loop $tags $k $t} + + + + + + {/loop} +
回复内容 + 回复人 + 回复时间 +
{$t[passport]}{$t[adddate]}
+
+ {if $pages}
{$pages}
{/if} + {else} + {template 'empty', 'chip'} + {/if} +{else} + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + {template 'list-'.$module, 'tag'} + {else} + {template 'empty', 'chip'} + {/if} +{/if} +
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/club/show.htm b/template/default/club/show.htm new file mode 100644 index 0000000..8d07461 --- /dev/null +++ b/template/default/club/show.htm @@ -0,0 +1,150 @@ +{template 'header'} + +
+ +
+{if $page == 1} +
+
+ + + + + +
+
    +
  • + {if $item[username]} + {$item[passport]} + {else} + 游客 + {/if} +
  • +
  • + {if $item[username] && $DT[im_web]}
  • {im_web($item[username], 1)}
  • {/if} + {if $item[username] == $GRP[username]} +
  • 圈主
  • + {elseif in_array($item[passport], $GRP[managers])} +
  • 版主
  • + {/if} +
  • +
+
+
+ + {if $MOD[hits]}点击 {$hits}{/if} + 回复 {$reply} + + 原帖 + + {timetodate($addtime, 5)}楼主{if $level}  {/if} +
+

{$title}

+ {if $CP}{template 'property_show', 'chip'}{/if} +
{$content}
+ +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+ +
+
+
+{/if} +{if $replys} + {loop $replys $k $v} +
+ +
+
+ + + + + +
+
    +
  • + {if $v[username]} + {$v[passport]} + {else} + 游客 + {/if} +
  • +
  • + {if $v[username] && $DT[im_web]}
  • {im_web($v[username], 1)}
  • {/if} + + {if $v[username] == $GRP[username]} +
  • 圈主
  • + {elseif in_array($v[passport], $GRP[managers])} +
  • 版主
  • + {/if} +
  • +
+
+
+ + 支持 {$v[likes]} + 反对 {$v[hates]} + 回复 + 举报 + + {if $v[fname]}{$v[fname]}{else}{$v[floor]}楼{/if} + + {timetodate($v[addtime], 5)}{if $v[username] == $item[username]}楼主{/if}{if $v[level]}  {/if} +
+
{$v[content]}
+
+
+
+ {/loop} +{/if} +
+ +
+
+ + + + + +
+ + + +
+
+
+{if $pages} +
{$pages}
+{/if} + + +{template 'footer'} \ No newline at end of file diff --git a/template/default/club/these.name.php b/template/default/club/these.name.php new file mode 100644 index 0000000..6531dec --- /dev/null +++ b/template/default/club/these.name.php @@ -0,0 +1,12 @@ + '群聊', + 'fans' => '商圈成员', + 'group' => '商圈页', + 'index' => '首页', + 'list' => '列表页', + 'nofans' => '非成员提示', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/default/company/index.htm b/template/default/company/index.htm new file mode 100644 index 0000000..6ba7ce0 --- /dev/null +++ b/template/default/company/index.htm @@ -0,0 +1,49 @@ +{template 'header'} +{if $MOD[page_irec]} +
+
+
加入>名企推荐
+
+
+{/if} +
+
+
+
按地区浏览
+
+ {php $mainarea = get_mainarea(0)} + +
+
按行业浏览
+
+ {php $mid = $moduleid;} + {template 'catalog', 'chip'} +
+
+
+ {if $MOD[page_ivip]} +
加入>最新{VIP}
+
+ +
+ {/if} + {if $MOD[page_inew]} +
注册>最新加入
+
+ +
+ {/if} + {if $MOD[page_inews]} +
更多>企业新闻
+
+ +
+ {/if} +
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/company/list.htm b/template/default/company/list.htm new file mode 100644 index 0000000..e39c674 --- /dev/null +++ b/template/default/company/list.htm @@ -0,0 +1,41 @@ +{template 'header'} +
+ +
+
+
+
+
行业
+
+ +
+
+
+
地区
+
+
    + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
  • {$v[areaname]}
  • + {/loop} +
+
+
+ + {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
+
+ +
搜索排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/company/news.htm b/template/default/company/news.htm new file mode 100644 index 0000000..f781154 --- /dev/null +++ b/template/default/company/news.htm @@ -0,0 +1,26 @@ +{template 'header'} +
+ +
+
+
+
+
    + {loop $lists $k $v} +
  • {timetodate($v[addtime], 5)}{$v[title]}
  • + {if $k && $k%5==4}
  •  
  • {/if} + {/loop} +
+
+ {if $pages}
{$pages}
{/if} +
+
+ +
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/company/search.htm b/template/default/company/search.htm new file mode 100644 index 0000000..a6586b3 --- /dev/null +++ b/template/default/company/search.htm @@ -0,0 +1,82 @@ +{template 'header'} +
+ +
+
+
+
+
+
关键词
+
+   + {$vip_select} +
+
+
+
行业
+
+ {$category_select} + 类型 + {$type_select}   + 模式 + {$mode_select}   +
+
+
+
地区
+
+ {$area_select} + 规模 + {$size_select} + 资本 + ~ 万 +
+
+
+
 
+
+ + +
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + {template 'list-'.$module, 'tag'} + {else} + {template 'empty', 'chip'} + {/if} +
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/company/show.htm b/template/default/company/show.htm new file mode 100644 index 0000000..fcde864 --- /dev/null +++ b/template/default/company/show.htm @@ -0,0 +1,67 @@ +{template 'header'} + +
+ +
+
+
+

{$member[company]}

+
{if $content}{$content}{else}该公司暂未填写详细介绍{/if}
+
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+
+
+
联系方式
+
+
    + {if $member[vip]} +
  • {VIP} [第{vip_year($member[fromtime])}年] 指数:{$member[vip]}
  • + {/if} + {if $member[validated] || $member[vcompany] || $member[vtruename] || $member[vbank] || $member[vmobile] || $member[vemail]} +
  • + {if $member[vcompany]} {/if} + {if $member[vtruename]} {/if} + {if $member[vbank]} {/if} + {if $member[vmobile]} {/if} + {if $member[vemail]} {/if} + {if $member[validated]}  企业资料通过{$member[validator]}认证{/if} +
  • + {/if} +
  • + 联系人{$member[truename]}({gender($member[gender])}) {$member[career]}  + {if $member[username] && $DT[im_web]}{im_web($member[username])} {/if} + {if $member[qq] && $DT[im_qq]}{im_qq($member[qq])} {/if} + {if $member[wx] && $DT[im_wx]}{im_wx($member[wx], $member[username])} {/if} + {if $member[ali] && $DT[im_ali]}{im_ali($member[ali])} {/if} + {if $member[skype] && $DT[im_skype]}{im_skype($member[skype])} {/if} +
  • + {if $member[shop] && $member[vshop]} +
  • 店铺 {$member[shop]}
  • + {/if} +
  • 会员 [加为商友] [发送信件]
  • + {if $member[mail]}
  • 邮件{anti_spam($member[mail])}
  • {/if} + {if $member[telephone]}
  • 电话{anti_spam($member[telephone])}
  • {/if} + {if $member[fax]}
  • 传真{anti_spam($member[fax])}
  • {/if} +
  • 所在地{area_pos($member[areaid], ' ')}
  • + {if $member[address]}
  • 地址{$member[address]}
  • {/if} + {if $member[postcode]}
  • 邮编{$member[postcode]}
  • {/if} + {if $member[business]}
  • 主营行业{$member[business]}
  • {/if} + {if $member[type]}
  • 公司类型{$member[type]}
  • {/if} + {if $member[mode]}
  • 经营模式{$member[mode]}
  • {/if} + {if $member[size]}
  • 公司规模{$member[size]}
  • {/if} + {if $member[capital]}
  • 注册资本{$member[capital]}万{$member[regunit]}
  • {/if} + {if $member[regyear]}
  • 注册年份{$member[regyear]}
  • {/if} + {if $member[sell]}
  • 销售产品{$member[sell]}
  • {/if} + {if $member[buy]}
  • 采购产品{$member[buy]}
  • {/if} +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/company/these.name.php b/template/default/company/these.name.php new file mode 100644 index 0000000..68e8a68 --- /dev/null +++ b/template/default/company/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'news' => '公司新闻', + 'search' => '搜索页', + 'show' => '简易公司主页', +); +?> \ No newline at end of file diff --git a/template/default/down/index.htm b/template/default/down/index.htm new file mode 100644 index 0000000..2cd1adc --- /dev/null +++ b/template/default/down/index.htm @@ -0,0 +1,34 @@ +{template 'header'} +
+{if $MOD[page_irec]} +
+
{loop $maincat $k $v}{if $k<10}{if $k}  |  {/if}{$v[catname]}{/if}{/loop}推荐{$MOD[name]}
+
+
+{/if} +
+
+
+ {if $MOD[page_icat]} + + {loop $maincat $i $c} + {if $i%2==0}{/if} + + {if $i%2==0}{/if} + {if $i%2==1}{/if} + {/loop} +
+
更多>{$c[catname]}
+
+
 
+ {/if} +
+
+
总下载排行
+
+
月下载排行
+
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/down/list.htm b/template/default/down/list.htm new file mode 100644 index 0000000..1b9206b --- /dev/null +++ b/template/default/down/list.htm @@ -0,0 +1,20 @@ +{template 'header'} +
+ +
+
+
+ {if $CP}{template 'property_list', 'chip'}{/if} +
+
{if $tags}{template 'list-'.$module, 'tag'}{/if}
+
+
+ +
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/down/search.htm b/template/default/down/search.htm new file mode 100644 index 0000000..06c0725 --- /dev/null +++ b/template/default/down/search.htm @@ -0,0 +1,78 @@ +{template 'header'} +
+ +
+
+
+
+
+
关键词
+
+   + {loop $sfields $k $v} +   + {/loop} +
+
+
+
分类
+
+ {$category_select} + {if $area_select} + 地区 + {$area_select} + {/if} + 排序 + {$order_select} +
+
+ {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
+
{template 'list-'.$module, 'tag'}
+ {else} + {template 'empty', 'chip'} + {/if} +
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/down/show.htm b/template/default/down/show.htm new file mode 100644 index 0000000..a840bbd --- /dev/null +++ b/template/default/down/show.htm @@ -0,0 +1,42 @@ +{template 'header'} + +
+ +
+
+
+

{$title}

+
+ {$adddate} + {if $MOD[hits]}{$hits}{/if} + {$download} + {$filesize}{$unit} + {if $could_comment}{$comments}{/if} +
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{if $content}{$content}{else}{$title}{/if}
+
{template 'content', 'chip'}
+
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+ {if $tag} +
更多>相关{$MOD[name]}
+
+ {/if} +
+
+
本类推荐
+
+
下载排行
+
+
+
+
+{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/down/these.name.php b/template/default/down/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/default/down/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/default/exhibit/index.htm b/template/default/exhibit/index.htm new file mode 100644 index 0000000..243ce85 --- /dev/null +++ b/template/default/exhibit/index.htm @@ -0,0 +1,52 @@ +{template 'header'} +
+
+
+
+ +
+
+ + {loop $tags $i $t} +
    +
  • {$t[title]}
  • +
  • {timetodate($t[fromtime], 3)} 至 {timetodate($t[totime], 3)} [{$t[city]}]
  • +
  • 主办:{$t[sponsor]}
  • +
+ {/loop} +
+ {loop $maincat $i $c} +
更多>{$c[catname]}
+
+
    + {loop $tags $i $t} +
  • [{$t[city]}]{timetodate($t[fromtime], 3)} 至 {timetodate($t[totime], 3)}{$t[title]}
  • + {/loop} +
+
+ {/loop} +
+
+
+ {if $news_id} + {if $MOD[cat_news_num]} +
更多>展会资讯
+
+
+
+
+ {/if} + {if $MOD[cat_hall] && $MOD[cat_hall_num]} +
更多>展馆介绍
+
+
+ {/if} + {if $MOD[cat_service] && $MOD[cat_service_num]} +
更多>展会服务
+
+ {/if} + {/if} +
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/exhibit/list.htm b/template/default/exhibit/list.htm new file mode 100644 index 0000000..49afc97 --- /dev/null +++ b/template/default/exhibit/list.htm @@ -0,0 +1,52 @@ +{template 'header'} +
+ +
+
+
+
+
行业
+
+ +
+
+
+
地区
+
+
    + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
  • {$v[areaname]}
  • + {/loop} +
+
+
+
+
月份
+
+
    + {php for($i=1;$i<13;$i++) { } +
  • {$i}月
  • + {php } } +
+
+
+ {if $CP}{template 'property_list', 'chip'}{/if} + + {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
+
+ +
搜索排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/exhibit/search.htm b/template/default/exhibit/search.htm new file mode 100644 index 0000000..97e7dd6 --- /dev/null +++ b/template/default/exhibit/search.htm @@ -0,0 +1,90 @@ +{template 'header'} +
+ +
+
+
+
+
+
关键词
+
+   + {loop $sfields $k $v} +   + {/loop} +
+
+
+
分类
+
+ {$category_select} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} + 状态 + +
+
+
+
排序
+
+ {$order_select} + {if $area_select} + 地区 + {$area_select} + {/if} +
+
+ {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + {template 'list-'.$module, 'tag'} + {else} + {template 'empty', 'chip'} + {/if} +
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/exhibit/show.htm b/template/default/exhibit/show.htm new file mode 100644 index 0000000..f844af0 --- /dev/null +++ b/template/default/exhibit/show.htm @@ -0,0 +1,90 @@ +{template 'header'} + +
+ +
+
+
+

{$title}

+
   + {$adddate} + {if $MOD[hits]}{$hits}{/if} + 状态 +
+
+ + + + + + + + + + + + + + + + + + + + + + {if $undertaker} + + + + + {/if} + {if $homepage} + + + + + {/if} + {if $sign && $process == 1 && $username} + + + + + {/if} +
展会日期{$fromdate} 至 {$todate}
展出城市{$city}
展出地址{$address}
展馆名称{$hallname}
主办单位{$sponsor}
承办单位{$undertaker}
官方网站{$homepage}
在线报名
+
+ {if $CP}{template 'property_show', 'chip'}{/if} + {if $content} +
展会说明
+
{$content}
+ {/if} +
联系方式
+
{template 'content', 'chip'}
+ {if $remark} +
展会备注
+
{nl2br($remark)}
+ {/if} + +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+ +
+
+
最新{$MOD[name]}
+
+
推荐{$MOD[name]}
+
+
点击排行
+
+
+
+
+{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/exhibit/sign.htm b/template/default/exhibit/sign.htm new file mode 100644 index 0000000..bfdd8b1 --- /dev/null +++ b/template/default/exhibit/sign.htm @@ -0,0 +1,104 @@ +{template 'header'} +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + + + + + {if $need_captcha} + + + + + {/if} + + + + +
* 报名人数
* 联系人
* 手机号码
公司名称
通讯地址{ajax_area_select('areaid', '请选择', $areaid)}
邮政编码
电子邮箱
QQ
微信
备注事项 +
+
* 验证码{template 'captcha', 'chip'}
+ +
+
+
+{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/default/exhibit/these.name.php b/template/default/exhibit/these.name.php new file mode 100644 index 0000000..16b3480 --- /dev/null +++ b/template/default/exhibit/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', + 'sign' => '报名页', +); +?> \ No newline at end of file diff --git a/template/default/extend/ad.htm b/template/default/extend/ad.htm new file mode 100644 index 0000000..e95b7fa --- /dev/null +++ b/template/default/extend/ad.htm @@ -0,0 +1,76 @@ +{template 'header'} +
+
+
+ {if $action == 'view'} +


+
+ {if $ad_moduleid} + {ad($ad_moduleid,$ad_catid,$ad_kw,$typeid)} + {elseif $pid} + {ad($pid)} + {/if} +
+


+


+
以上为广告效果预览,如未看到任何内容,表明此广告为空或不可预览
+


+ {else} + + + + {if !$typeid}{/if} + + + + + {if $MOD[ad_buy]}{/if} + + {loop $lists $k $v} + + + {if !$typeid}{/if} + + + + {if $v[thumb]}查看{else}暂无{/if} + {if $MOD[ad_buy]} + + {/if} + + {/loop} +
编号广告类型广告位名称规格(px)价格示意图预定
A{$v[pid]}{$v[typename]}{$v[name]}{$v[width]} x {$v[height]}{if $v[price]}{$v[price]}{$unit}/月{else}面议{/if}预定
+ {if $pages}
{$pages}
{/if} + {/if} +
+
+ +
+
+
+ + +{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/address.htm b/template/default/extend/address.htm new file mode 100644 index 0000000..21ee6de --- /dev/null +++ b/template/default/extend/address.htm @@ -0,0 +1,31 @@ +{template 'header'} +
+ +
+
+
+ + +
+{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/announce.htm b/template/default/extend/announce.htm new file mode 100644 index 0000000..44f415c --- /dev/null +++ b/template/default/extend/announce.htm @@ -0,0 +1,45 @@ +{template 'header'} +
+
+
+ {if $itemid} +

{$title}

+
[打印]{$adddate}    有效期:{$fromdate} 至 {$todate}{$hits}
+
{$content}
+ {else} + + + {if !$typeid}{/if} + + + + + {loop $lists $k $v} + + {if !$typeid}{/if} + + + + + {/loop} +
类别标题点击发布时间
{$v[typename]}{$v[title]}{$v[hits]}{$v[adddate]}
+ {if $pages}
{$pages}
{/if} + {/if} +
+
+ +
+
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/archiver.htm b/template/default/extend/archiver.htm new file mode 100644 index 0000000..6046a15 --- /dev/null +++ b/template/default/extend/archiver.htm @@ -0,0 +1,42 @@ + + + + +{$head_title}{$DT[seo_delimiter]}{$DT[sitename]} + + + + +
{$DT[sitename]}
+ +{/loop} + +
{$head_title}
+
+ +
+{if $DT[stats]} + +{/if} + + \ No newline at end of file diff --git a/template/default/extend/comment.htm b/template/default/extend/comment.htm new file mode 100644 index 0000000..96c55d1 --- /dev/null +++ b/template/default/extend/comment.htm @@ -0,0 +1,332 @@ +{if $iframe} + + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{$DT[sitename]}{/if} +{if $head_keywords} + +{/if} +{if $head_description} + +{/if} + + + + + + + + + + + + + + + + + + +{else} + +{template 'header'} + +
+ +
+
+
+ +{/if} + + +{if $iframe} + {if $template == 'close'} +
[该评论已关闭]
+ + + + {exit} + {/if} +{else} + {if $EXT[comment_api] == 'changyan'} +
+
+ + +
+ {template 'footer'} + {exit} + {/if} +{/if} + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
5星
{$stat[pc5]}
4星
{$stat[pc4]}
3星
{$stat[pc3]}
2星
{$stat[pc2]}
1星
{$stat[pc1]}
+
+ {loop $lists $k $v} +
+ + + + + +
+
+ {if $v[uname]}{/if}{if $v[uname]}{/if} +
+
+
+ {if $v[floor]}{$v[floor]}{else}精选{/if} + {$v[name]} 于 {$v[addtime]} 评论: +
+
{if $v[quotation]}{$v[quotation]}{else}{$v[content]}{/if}
+ {if $v[reply]} +
+ {if $v[editor]}管理员{else}{$v[replyer]}{/if} {$v[replytime]} 回复: {nl2br($v[reply])} +
+ {/if} +
+ + {if $MOD[comment_vote]} + 支持 {$v[likes]} + 反对 {$v[hates]} + {/if} + 回复 {$v[quotes]} + 举报 + {if $could_del} + 删除 + {/if} + + +
+
+
+ {/loop} + + {if $pages}
{$pages}
{/if} + +
+
+ + + + + + + + + + + + + + + + + {if $need_captcha} + + + + {/if} + + + +
+ +
+ + + + + +
+ + +
+ +      匿名发表 +     (内容限{$MOD[comment_min]}至{$MOD[comment_max]}字) +     当前已经输入 0 字 +      + +
+
+
+
+ + +{if $iframe} + + + +{else} + +
+
+ {if $mid == 4} +
评论排行
+
+ {else} +
评论月排行
+
+
评论年排行
+
+
评论总排行
+
+ {/if} +
+
+ +{template 'footer'} +{/if} \ No newline at end of file diff --git a/template/default/extend/feed.htm b/template/default/extend/feed.htm new file mode 100644 index 0000000..64c9714 --- /dev/null +++ b/template/default/extend/feed.htm @@ -0,0 +1,69 @@ +{template 'header'} +
+
+
+ {if $action == 'diy'} + + + + + + + +
定制订阅
+
+ +   +   + {if $category_select}{$category_select} {/if} + {if $area_select}{$area_select} {/if} +    + +
+
+ {if $feed_code} +
 
+ + + + + + + + + + + +
频道订阅地址订阅
{$MODULE[$mid][name]}订阅
+ {/if} + {else} + + + + + + + {loop $FD $k $v} + + + + + + {/loop} +
频道订阅地址订阅
{$v[name]}订阅
+ {/if} +
+
+ +
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/form.htm b/template/default/extend/form.htm new file mode 100644 index 0000000..a733c8c --- /dev/null +++ b/template/default/extend/form.htm @@ -0,0 +1,203 @@ +{template 'header'} +
+{if $itemid} +
+ {if $page == 2} +
+
+ 提交成功,感谢您的参与!     + 返回 +
+
+ {else} +

{$title}

+
+ 浏览:{$hits} + 添加时间:{$adddate}    有效期:{$fromdate} 至 {$todate}     +
+ {if $content}
{$content}
{else}
{/if} + {if $lists} +
+ + +
+ + {loop $lists $k $v} + + + {if $display} + + + {/if} + + + {/loop} +
{$k+1}. {$v[name]}{if $v[min]} *{/if}
+ {if $v[type] == 0} + + {elseif $v[type] == 1} +
+ {elseif $v[type] == 2} + + {elseif $v[type] == 3} +
    + {loop $v[option] $kk $vv} +
  • +
  • + {/loop} +

+ {elseif $v[type] == 4} +
    + {loop $v[option] $kk $vv} +
  • + {/loop} +

+ {/if} +
+
+ + {if $verify == 1 && !$error} + + + + + {/if} + {if $verify == 2 && !$error} + + + + + {/if} + + + + +
* 验证码  {template 'captcha', 'chip'}
* 验证问题  {template 'question', 'chip'}
+ {if $error == 5} + 您还没有登录,请先 登录注册 + {elseif $error == 4} + 当前会员组无提交权限 + {elseif $error == 3} + 未开始 + {elseif $error == 2} + 已过期 + {elseif $error == 1} + 已提交过 + {else} + + {/if} +
+
+ {/if} +
+ {/if} +
+{else} +
+
+ + + {if !$typeid}{/if} + + + + + {loop $lists $k $v} + + {if !$typeid}{/if} + + + + + {/loop} +
类别标题点击发布时间
{$v[typename]}{$v[title]}{$v[hits]}{$v[adddate]}
+ {if $pages}
{$pages}
{/if} +
+
+ +
+
+
+ +{/if} +{if $itemid} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/gift.htm b/template/default/extend/gift.htm new file mode 100644 index 0000000..6a968f6 --- /dev/null +++ b/template/default/extend/gift.htm @@ -0,0 +1,112 @@ +{template 'header'} +
+
+
+ {if $action == 'my'} + + + + + + + + + + + {loop $lists $k $v} + + + + + + + + + + {/loop} +
订单编号礼品{$DT[credit_name]}下单时间快递更新时间状态
{$v[oid]}{$v[title]}{$v[credit]}{$v[adddate]}{if $v[express] && $v[expressid]}{$v[express]}:{$v[expressid]}{/if}{$v[editdate]}{$v[status]}
+ {if $pages}
{$pages}
{/if} + + {else} + {if $itemid} + {if isset($success)} +
+ 恭喜您,礼品兑换成功!请检查您的联系方式是否正确,以便工作人员与您取得联系   + 更新资料   + 查看订单 +
+ {/if} +

{$title}

+
+ + + + + + +
+ {$title} + +
    +
  • 会员权限:{if $gname}{$gname}{else}全部{/if}
  • +
  • 浏览次数:{$hits}
  • +
  • 当前状态:{if $left}有效期:{$fromdate} 至 {$todate}{else}已结束{/if}
  • +
+
+
    +
  • 所需{$DT[credit_name]}:{$credit}
  • +
  • 剩余名额:{$left}
  • +
  • 立即兑换
  • +
+
+
+ {if $content}
{$content}
{else} {/if} + + {else} + + + + + + + + + {loop $lists $k $v} + + + + + + + + {/loop} +
图片礼品名称{$DT[credit_name]}库存立即兑换
{$v[alt]}{$v[title]}{$v[credit]}{$v[left]}立即兑换
+ {if $pages}
{$pages}
{/if} + {/if} + + {/if} +
+
+ +
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/guestbook.htm b/template/default/extend/guestbook.htm new file mode 100644 index 0000000..2c13122 --- /dev/null +++ b/template/default/extend/guestbook.htm @@ -0,0 +1,164 @@ +{template 'header'} +
+
+
+ {if $action == 'add'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + + {if $MOD[guestbook_captcha]} + + + + + {/if} + + + + +
{if $report}举报{else}留言{/if}类型 + +
* {if $report}举报{else}留言{/if}内容
+ +
与您联系 +      + +
* 验证码 + {template 'captcha', 'chip'} + +
{if $report && $forward}    {/if}
+
+ {load('guest.js')} + {else} + {if $lists} + {loop $lists $k $v} + + + + + + {if $v[reply]} + + + + + {/if} +
{if $v[hidden]}匿名{else}{$v[truename]}{/if} {$v[adddate]} 留言:{$v[content]}
网站 {$v[editdate]} 回复:{$v[reply]}
+
+ {/loop} + {if $pages}
{$pages}
{/if} + {else} +



+
{if $kw}未找到与“{$kw}”相关的留言,请调整关键词重新搜索{else}暂时没有留言    来抢个沙发吧{/if}
+



+ {/if} + {/if} +
+
+ +
+
+
+ +{if $action == 'add'} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/link.htm b/template/default/extend/link.htm new file mode 100644 index 0000000..132cc73 --- /dev/null +++ b/template/default/extend/link.htm @@ -0,0 +1,106 @@ +{template 'header'} +
+
+
+ {if $action == 'reg'} +
+ + + {if $MOD[link_request]} + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
链接说明{$MOD[link_request]}
* 网站分类{$type_select}
* 网站名称
* 网站地址
网站LOGO
网站介绍
* 验证码{template 'captcha', 'chip'}
+
+ {else} +
+ {if $typeid} + +
+ + {else} + +
+ + {/if} +
+ {/if} +
+
+ +
+
+ +{if $action == 'reg'} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/mobile.htm b/template/default/extend/mobile.htm new file mode 100644 index 0000000..99b804e --- /dev/null +++ b/template/default/extend/mobile.htm @@ -0,0 +1,77 @@ +{template 'header'} + +
+
+
+
+
+ 功能简介:
您可以通过手机上网,随时随地浏览商机资讯,享用会员功能...
+
+ {if $action=='device'} + 设备错误:
+ 抱歉,请用手机访问

+ 或点击以下网址用电脑继续访问:
+ {$url}
+ {else} + 手机访问:
+ 在手机浏览器地址栏输入:{$url}

+ 或者用二维码扫描软件(微信、QQ等)扫描下面的二维码
+ {/if} +
+
+ + + + + + + +
+
    +
  • 手机浏览
  • + {if $EXT[weixin]} +
  • 微信关注
  • + {/if} + {if $ios_app} +
  • 苹果客户端
  • + {/if} + {if $android_app} +
  • 安卓客户端
  • + {/if} +
+
+ +
+
+
+
+ + +{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/poll.htm b/template/default/extend/poll.htm new file mode 100644 index 0000000..d1a138b --- /dev/null +++ b/template/default/extend/poll.htm @@ -0,0 +1,162 @@ +{if $action == 'show'} + + + + +{$DT[sitename]} + + + + + + + + + + + + + + + +
+
+ {template $template_poll, 'chip'} +
+{if $verify} +
+ + {if $verify == 1} + + + + + {/if} + {if $verify == 2} + + + + + {/if} + + + + +
请填写验证码{template 'captcha', 'chip'}
请回答验证问题{template 'question', 'chip'}
+    + +
+
+{/if} +
+ + + +{else} +{template 'header'} +
+
+
+ {if $itemid} +

{$title}

+
+ 票数:{$polls}    浏览:{$hits} + 添加时间:{$adddate}    有效期:{$fromdate} 至 {$todate}     +
+ {if $content} +
{$content}
+ {else} +
+ {/if} + + {else} + + + {if !$typeid}{/if} + + + + + {loop $lists $k $v} + + {if !$typeid}{/if} + + + + + {/loop} +
类别标题点击发布时间
{$v[typename]}{$v[title]}{$v[hits]}{$v[adddate]}
+ {if $pages}
{$pages}
{/if} + {/if} +
+
+ +
+
+
+ +{template 'footer'} +{/if} \ No newline at end of file diff --git a/template/default/extend/share.htm b/template/default/extend/share.htm new file mode 100644 index 0000000..9046c02 --- /dev/null +++ b/template/default/extend/share.htm @@ -0,0 +1,36 @@ +{template 'header'} + +
+ +
+
+
+
+ +
+
+
+ +
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/sitemap.htm b/template/default/extend/sitemap.htm new file mode 100644 index 0000000..6473cc2 --- /dev/null +++ b/template/default/extend/sitemap.htm @@ -0,0 +1,72 @@ +{template 'header'} + +
+ + {if $action=='letter'} +
+
+ + {loop $LETTER $L} +  {$L}  + {/loop} + + {$M[name]} +
+
+ {if $CATALOG} + + {loop $CATALOG $i $c} + {if $i%8==0}{/if} + + {if $i%8==7}{/if} + {/loop} +
+

{set_style($c[catname], $c[style])} ({$c[item]})

+
+ {else} +


没有字母 {$letter} 开头的类目



+ {/if} +
+
+ {elseif $action=='module'} +
+ + {loop $LETTER $L} +  {$L}  + {/loop} + + {$M[name]} +
+
+
+ {template 'catalog', 'chip'} +
+
+ {else} + {loop $MODULE $m} + {if $m[moduleid] > 3 && !$m[islink]} +
+ +
+ + {php $child = get_maincat(0, $m[moduleid]);} + {loop $child $i $c} + {if $i%8==0}{/if} + + {if $i%8==7}{/if} + {/loop} +
+

{set_style($c[catname], $c[style])}

+
+
+
+
 
+ {/if} + {/loop} + {/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/spread.htm b/template/default/extend/spread.htm new file mode 100644 index 0000000..1212951 --- /dev/null +++ b/template/default/extend/spread.htm @@ -0,0 +1,117 @@ +{template 'header'} +
+
+ + + + + +
+
+
+
+
  我的推广  {if $DT[telephone]}咨询电话:{$DT[telephone]}{/if}
+
+
最新出价
+
+
+
    + + {loop $tags $t} +
  • {$t[price]}{$unit}{$t[word]} {$t[company]}
  • + {/loop} +
+
+
+
+{if $action == 'list'} +
+

关键词“{$kw}”{if $mid}在“{$MODULE[$mid][name]}”频道{/if}推广记录    重新选词

+{if $lists} + + + + + + + + + + + + + + + + +{loop $lists $k $v} +{if $v[bg]} + + + +{/if} + + + + + + + + + + + + +{/loop} +
频道公司出价单位开始日期结束日期投放状态申请时间信息我要推广
 
{$MODULE[$v[mid]][name]}{$v[company]}{$v[price]}{if $v[currency]=='money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{if $v[currency]=='money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{timetodate($v[fromtime], 3)}{timetodate($v[totime], 3)}{$v[process]}{timetodate($v[addtime], 5)}直达立即推广
+{if $pages}
{$pages}
{/if} +{else} +

暂无推广记录



我要推广




+{/if} +
+
+{else} + + + + + + + + +
+
+
本周搜索排行
+
+ +
+
+
+
+
本月搜索排行
+
+ +
+
+
+
+
总搜索排行
+
+ +
+
+
+{/if} +
+ + +{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/these.name.php b/template/default/extend/these.name.php new file mode 100644 index 0000000..ebcca18 --- /dev/null +++ b/template/default/extend/these.name.php @@ -0,0 +1,23 @@ + '广告', + 'address' => '地址导航', + 'announce' => '公告', + 'archiver' => '无图版', + 'comment' => '评论', + 'feed' => 'RSS订阅', + 'form' => '表单', + 'gift' => '积分换礼', + 'guestbook' => '留言本', + 'link' => '友情链接', + 'mobile' => '手机版介绍', + 'poll' => '票选', + 'share' => '分享好友', + 'sitemap' => '网站地图', + 'spread' => '排名推广', + 'view' => '查看大图', + 'vote' => '投票', + 'webpage' => '单网页', + 'wx' => '微信联系', +); +?> \ No newline at end of file diff --git a/template/default/extend/view.htm b/template/default/extend/view.htm new file mode 100644 index 0000000..3f1467a --- /dev/null +++ b/template/default/extend/view.htm @@ -0,0 +1,19 @@ +{template 'header'} +
+ +
+
+
+
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/vote.htm b/template/default/extend/vote.htm new file mode 100644 index 0000000..09944ce --- /dev/null +++ b/template/default/extend/vote.htm @@ -0,0 +1,66 @@ +{template 'header'} +
+
+
+ {if $itemid} +

{$title}

+
票数:{$votes}    浏览:{$hits}添加时间:{$adddate}    有效期:{$fromdate} 至 {$todate}    
+
{if $linkto}{$linkto}
{/if}{$content}
+
+ + {loop $V $k $v} + + + + + + + + {/loop} +
{$v[number]}
{$v[title]}
{$v[percent]}{$v[votes]}
+
+
{load('vote_'.$itemid.'.htm')}
+ + {else} + + + {if !$typeid}{/if} + + + + + {loop $lists $k $v} + + {if !$typeid}{/if} + + + + + {/loop} +
类别标题票数发布时间
{$v[typename]}{$v[title]}{$v[votes]}{$v[adddate]}
+ {if $pages}
{$pages}
{/if} + {/if} +
+
+ +
+
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/webpage.htm b/template/default/extend/webpage.htm new file mode 100644 index 0000000..09ff899 --- /dev/null +++ b/template/default/extend/webpage.htm @@ -0,0 +1,18 @@ +{template 'header'} +
+
+
+

{$title}

+
{$content}
+
+
+ +
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/extend/wx.htm b/template/default/extend/wx.htm new file mode 100644 index 0000000..c081e1b --- /dev/null +++ b/template/default/extend/wx.htm @@ -0,0 +1,18 @@ +{template 'header'} +
+ +
+
+
+

+{if $wx || $wxqr} +
+{if $wx}微信帐号:{$wx}   复制{/if} +{if $wxqr}

微信扫码,添加好友{/if} +{else} +微信帐号不存在 +{/if} +
+

+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/footer.htm b/template/default/footer.htm new file mode 100644 index 0000000..5536a0d --- /dev/null +++ b/template/default/footer.htm @@ -0,0 +1,38 @@ +
+
+
+ 网站首页  |  + + 网站地图  |  + 排名推广  |  + {if $EXT[ad_enable]}广告服务  |  {/if} + {if $EXT[gift_enable]}积分换礼  |  {/if} + {if $EXT[guestbook_enable]}网站留言  |  {/if} + {if $EXT[feed_enable]}RSS订阅  |  {/if} + 违规举报 + {if $DT[icpno]}  |  {$DT[icpno]}{/if} + {if $DT[wano]}  |  {$DT[wano]}{/if} +
+
+
+
+ + {if DT_DEBUG}
{debug()}
{/if} +
+
+ +
 
+ + + \ No newline at end of file diff --git a/template/default/group/buy.htm b/template/default/group/buy.htm new file mode 100644 index 0000000..5f67de4 --- /dev/null +++ b/template/default/group/buy.htm @@ -0,0 +1,178 @@ +{template 'header'} +{if $action == 'show'} +
+ +
订单提交成功! +     继续购物    支付订单
+ +
+{else} + +
+ +
+ + +
+ 返回重新挑选 +
1确认订单信息
+
+ + + + + + + + + + + + + + + +
图片商品价格数量小计
{$t[title]}{$t[title]} +
备注:
+
{$t[price]}减少 增加{$t[price]}
+
总价:{$t[price]} {$DT[money_unit]}
+
+
+ 新增地址    管理地址 +
2确认收货地址
+
+ + {if $t[logistic]} + + + + + + + + + + + + + + + + + + + + + {else} + + + + + {/if} + + + + +
  常用地址: + {if $address} + {loop $address $k $v} +
+
+ {/loop} + {else} + 暂无常用收货地址    新增地址    管理地址 + {/if} +
* 收货地址:{ajax_area_select('add[areaid]', '请选择', $user[areaid])}
* 邮政编码:
* 真实姓名:
* 手机号码:
* 手机号码: 重要:购买成功后将把订单ID号和密码发到您手机,凭短信到商家消费
+
+
+{/if} +{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/default/group/index.htm b/template/default/group/index.htm new file mode 100644 index 0000000..739248b --- /dev/null +++ b/template/default/group/index.htm @@ -0,0 +1,18 @@ +{template 'header'} +{if $MOD[page_irec]} +
+
+
{loop $maincat $k $v}{if $k<10}{if $k}  |  {/if}{$v[catname]}{/if}{/loop}推荐{$MOD[name]}
+
+
+{/if} +{if $MOD[page_icat]} +{loop $maincat $i $c} +
+
+
更多>{$c[catname]}
+
+
+{/loop} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/group/list.htm b/template/default/group/list.htm new file mode 100644 index 0000000..5f1fb74 --- /dev/null +++ b/template/default/group/list.htm @@ -0,0 +1,34 @@ +{template 'header'} +
+ +
+
+
+
行业
+
+ +
+
+
+
地区
+
+
    + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
  • {$v[areaname]}
  • + {/loop} +
+
+
+ {if $CP}{template 'property_list', 'chip'}{/if} +
+{if $tags} +
+
{template 'list-'.$module, 'tag'}
+
+{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/group/search.htm b/template/default/group/search.htm new file mode 100644 index 0000000..9143a5b --- /dev/null +++ b/template/default/group/search.htm @@ -0,0 +1,57 @@ +{template 'header'} +
+ +
+
+
+
+
关键词
+
+   + {loop $sfields $k $v} +   + {/loop} + 图片   + {VIP}   +
+
+
+
行业
+
+ {$category_select} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} +
+
+
+
地区
+
+ {$area_select} + 价格 + ~ +
+
+ {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + {template 'list-'.$module, 'tag'} + {else} + {template 'empty', 'chip'} + {/if} +
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/group/show.htm b/template/default/group/show.htm new file mode 100644 index 0000000..4854b71 --- /dev/null +++ b/template/default/group/show.htm @@ -0,0 +1,96 @@ +{template 'header'} + +
+ +
+
+
+

{$title}

+ {if $introduce}
{$introduce}
{/if} +
{$title}
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{$content}
+ +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+ +
+
+
+
原价
{$DT[money_sign]}{$marketprice}
+
折扣
{$discount}折
+
节省
{$DT[money_sign]}{$savemoney}
+
+
 
+
+
{$DT[money_sign]}{$iprice}
+
+ + {if $process == 2} +
+ 本团购结束于 +
{timetodate($endtime, 'Y年n月j日 H:i')}
+
+
 
+ {else} + {if $totime} +
+ 距离团购结束还有 +
  
+
+
 
+ + {/if} + {/if} + +
+ 已经有 {$orders} 人购买 +
+ {if $process == 0} + 正在成团,距离团购人数还差{$left}人 + {elseif $process == 1} + 团购已成功,还可以继续购买... + {else} + 团购已结束 + {/if} +
+
+
联系方式
+
{template 'contact', 'chip'}
+
+
+
+{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/group/these.name.php b/template/default/group/these.name.php new file mode 100644 index 0000000..1adf30e --- /dev/null +++ b/template/default/group/these.name.php @@ -0,0 +1,9 @@ + '购买', + 'index' => '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/default/header.htm b/template/default/header.htm new file mode 100644 index 0000000..0f40c96 --- /dev/null +++ b/template/default/header.htm @@ -0,0 +1,111 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{if $city_sitename}{$city_sitename}{else}{$DT[sitename]}{/if}{/if} +{if $head_keywords} + +{/if} +{if $head_description} + +{/if} +{if $head_mobile} + +{/if} + + + +{if $head_canonical} + +{/if} +{if $EXT[archiver_enable]} + +{/if} + +{if $moduleid>1} + +{/if} +{if $CSS} +{loop $CSS $css} + +{/loop} +{/if} + + + + + + + + + + + +{if $lazy}{/if} +{if $JS} +{loop $JS $js} + +{/loop} +{/if} +{php $searchid = ($moduleid > 3 && $MODULE[$moduleid]['ismenu'] && !$MODULE[$moduleid]['islink']) ? $moduleid : 5;} + + + + + + + +
+
+{if $head_mobile}{/if} +
+ +
+
+ + +
推广 + 热搜: +
+
+
+ +
\ No newline at end of file diff --git a/template/default/homepage/brand.htm b/template/default/homepage/brand.htm new file mode 100644 index 0000000..daa0f6b --- /dev/null +++ b/template/default/homepage/brand.htm @@ -0,0 +1,33 @@ +{template 'header', $template} +
首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
+
{$MENU[$menuid][name]}
+
+{if $itemid} +
{$title}
+
更新时间:{$editdate}{if $MOD[hits]}        浏览次数:{$hits}{/if}        {if $homepage}官方主页        {/if}返回列表
+ {if $CP}{template 'property_show', 'chip'}{/if} +
+
+ {$content} +
+
+ + +
+{else} + + {loop $lists $k $v} + {if $k%4==0}{/if} + + {if $k%4==3}{/if} + {/loop} +
+
+ {$v[alt]} + +
+
+
{$pages}
+{/if} + +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/buy.htm b/template/default/homepage/buy.htm new file mode 100644 index 0000000..3f87926 --- /dev/null +++ b/template/default/homepage/buy.htm @@ -0,0 +1,111 @@ +{template 'header', $template} +
首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
+{if $itemid} +
{$title}
+
+ + + + + + +
+
+ {if $video}
{/if} +
+
+
+
{loop $albums $k $v}{/loop}
+
+
+
+
+ + + {if $MOD[hits]} + + + + + {/if} + {if $n1 && $v1} + + + + + {/if} + {if $n2 && $v2} + + + + + {/if} + {if $n3 && $v3} + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + + + + + {if $could_price} + + + + + {/if} +
浏览:{$hits}
{$n1}:{$v1}
{$n2}:{$v2}
{$n3}:{$v3}
需求数量:{$amount}
价格要求:{$price}
包装要求:{$pack}
所在地:{area_pos($areaid, '')}
有效期至:{if $todate}{$todate}{else}长期有效{/if}{if $expired} [已过期]{/if}
最后更新:{$editdate}
 
+
+
+ +
详细信息
+
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{$content}
+
+ {if $could_price} +
报价单
+
+ {/if} + + {if $video}{/if} + {if $content}{/if} + +{else} +
{$MENU[$menuid][name]}
+
+ + {loop $lists $k $v} + + + + + {/loop} +
{$v[title]} + {timetodate($v[edittime], 3)}
+
{$pages}
+
+{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/contact.htm b/template/default/homepage/contact.htm new file mode 100644 index 0000000..ef87909 --- /dev/null +++ b/template/default/homepage/contact.htm @@ -0,0 +1,110 @@ +{template 'header', $template} +
首页 > {$MENU[$menuid][name]}
+
{$MENU[$menuid][name]}
+
+
+ + {if $COM[shop] && $COM[vshop]} + + + + + {/if} + + + + + + + + + + + + + {if $COM[postcode]} + + + + + {/if} + + + + + {if $COM[fax]} + + + + + {/if} + {if $COM[mail]} + + + + + {/if} + + + + + {if $COM[truename]} + + + + + {/if} + {if $COM[department]} + + + + + {/if} + {if $COM[mobile] && $DT[im_mob]} + + + + + {/if} + {if $COM[gzh]} + + + + + {/if} + {if $COM[gzhqr]} + + + + + {/if} + + + + + + + + +
店铺名称:{$COM[shop]}
公司名称:{$COM[company]}
公司地址:{$COM[address]}
所在地区:{area_pos($COM[areaid], '/')}
邮政编码:{$COM[postcode]}
公司电话:{if $domain}{$COM[telephone]}{else}{anti_spam($COM[telephone])}{/if}
公司传真:{if $domain}{$COM[fax]}{else}{anti_spam($COM[fax])}{/if}
电子邮件:{if $domain}{$COM[mail]}{else}{anti_spam($COM[mail])}{/if}
公司网址:{if $COM[homepage]}{$COM[homepage]}
{/if} + {$COM[linkurl]}
联 系 人:{$COM[truename]} ({if $COM[gender]==1}先生{else}女士{/if})
部门(职位):{$COM[department]}{if $COM[career]} ({$COM[career]}){/if}
手机号码:{if $domain}{$COM[mobile]}{else}{anti_spam($COM[mobile])}{/if}
微信公众号:{$COM[gzh]}   复制
扫码关注:
即时通讯: + {if $COM[username] && $DT[im_web]}{im_web($COM[username])} {/if} + {if $COM[qq] && $DT[im_qq]}{im_qq($COM[qq])} {/if} + {if $COM[wx] && $DT[im_wx]}{im_wx($COM[wx], $COM[username])} {/if} + {if $COM[ali] && $DT[im_ali]}{im_ali($COM[ali])} {/if} + {if $COM[skype] && $DT[im_skype]}{im_skype($COM[skype])} {/if} +
在线状态:{if online($COM[userid])==1}当前在线{else}当前离线{/if}
+
+
+{if $api_map && $map} +
公司地图
+
+ {php $map_height = 300;} + {php include DT_ROOT.'/api/map/'.$api_map.'/show.inc.php';} +
+{/if} +{if $could_message} +
在线留言
+
+{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/credit.htm b/template/default/homepage/credit.htm new file mode 100644 index 0000000..41b6527 --- /dev/null +++ b/template/default/homepage/credit.htm @@ -0,0 +1,134 @@ +{template 'header', $template} +
首页 > {$MENU[$menuid][name]}
+
公司档案
+
+
+ + + + + + + + + + + + + + + + + + + +
公司名称:{$COM[company]}公司类型:{$COM[type]} ({$COM[mode]})
所在地区:{area_pos($COM[areaid], '/')}公司规模:{$COM[size]}
注册资本:{if $COM[capital]}{$COM[capital]}万{$COM[regunit]}{else}未填写{/if}注册年份:{$COM[regyear]}
+ + + + + + {if $COM[deposit]} + + + + + {/if} + {if $COM[mode]} + + + + + {/if} + {if $COM[business]} + + + + + {/if} + {if $COM[sell]} + + + + + {/if} + {if $COM[buy]} + + + + + {/if} + {if $COM[catid]} + + + + + {/if} +
资料认证: + {if $COM[vcompany]} {/if} + {if $COM[vtruename]} {/if} + {if $COM[vbank]} {/if} + {if $COM[vmobile]} {/if} + {if $COM[vemail]} {/if} + {if $COM[validated]}  企业资料通过{$COM[validator]}认证{/if} +
保  证  金:已缴纳 {$DT[money_sign]}{$COM[deposit]} {$DT[money_unit]}
经营模式:{$COM[mode]}
经营范围:{$COM[business]}
销售产品:{$COM[sell]}
采购产品:{$COM[buy]}
主营行业: + {php $catids = explode(',', substr($COM['catid'], 1, -1));} + + {loop $catids $i $c} + {if $i%3==0}{/if} + + {if $i%3==2}{/if} + {/loop} +
{cat_pos(get_cat($c), ' / ', '_blank')}
+
+
+
+{if $comment} +
+
+ +{if $view} +收到的评价(作为卖家) | 发出的评价(作为买家) +{else} +收到的评价(作为卖家) | 发出的评价(作为买家) +{/if} + + +
+
+
+{if $view} + {loop $lists $k $v} +
+
+ {$STARS[$v[buyer_star]]} + 买家 {hide_info($v[buyer])} 于 {timetodate($v[buyer_ctime])} 评论道: +
+
{nl2br($v[buyer_comment])}
+ {if $v[seller_reply]} +
+ 卖家 {timetodate($v[seller_rtime])} 回复: {nl2br($v[seller_reply])} +
+ {/if} +
+ {/loop} +{else} + {loop $lists $k $v} +
+
+ {$STARS[$v[seller_star]]} + 买家 {hide_info($v[buyer])} 于 {timetodate($v[seller_ctime])} 评论道: +
+
{nl2br($v[seller_comment])}
+ {if $v[buyer_reply]} +
+ 卖家 {timetodate($v[buyer_rtime])} 回复: {nl2br($v[buyer_reply])} +
+ {/if} +
+ {/loop} +{/if} + {if $pages}
{$pages}
{/if} +
+{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/exhibit.htm b/template/default/homepage/exhibit.htm new file mode 100644 index 0000000..dd2dbfc --- /dev/null +++ b/template/default/homepage/exhibit.htm @@ -0,0 +1,80 @@ +{template 'header', $template} +
首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
+
{$MENU[$menuid][name]}
+
+{if $itemid} +
{$title}
+
更新时间:{$editdate}{if $MOD[hits]}        浏览次数:{$hits}{/if}        状态        返回列表
+ {if $CP}{template 'property_show', 'chip'}{/if} +
+ + + + + + + + + + + + + + + + + + + + + + + {if $undertaker} + + + + + {/if} + {if $homepage} + + + + + {/if} + {if $sign && $process == 1} + + + + + {/if} +
展会日期{$fromdate} 至 {$todate}
展出城市{$city}
展出地址{$address}
展馆名称{$hallname}
主办单位{$sponsor}
承办单位{$undertaker}
官方网站{$homepage}
+
+
+ {$content}
+ {if $remark} + 展会备注
+ {nl2br($remark)}
+ {/if} +
+ + +
+{else} + + + + + + + {loop $lists $k $v} + + + + + + {/loop} +
标 题城市日期
{$v[title]}{$v[city]}{timetodate($v[fromtime], 3)} ~ {timetodate($v[totime], 3)}
+
{$pages}
+{/if} + +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/footer.htm b/template/default/homepage/footer.htm new file mode 100644 index 0000000..b78df67 --- /dev/null +++ b/template/default/homepage/footer.htm @@ -0,0 +1,36 @@ + +{if $side_pos==1} + +{template 'side', $template} +{/if} + + + +
+ +
+ +{if $api_kf && $kf} +{php include DT_ROOT.'/api/kf/'.$HOME['kf_type'].'/show.inc.php';} +{/if} +{if $DT[stats]} + +{/if} + + \ No newline at end of file diff --git a/template/default/homepage/header.htm b/template/default/homepage/header.htm new file mode 100644 index 0000000..b7eb406 --- /dev/null +++ b/template/default/homepage/header.htm @@ -0,0 +1,103 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{$COM[company]}{/if} +{if $head_keywords}{/if} +{if $head_description}{/if} + + +{if $head_mobile} + +{/if} +{if $head_canonical} + +{/if} + + + + + + + + + + + + + + +{if $lazy}{/if} + +{if $css}{/if} + + +
返回主站|会员中心|保存桌面{if $head_mobile}|手机浏览{/if}
+{if $head_mobile}{/if} +
+
+{if $COM[vip]} +
{$COM[year]}{$COM[vip]}
+{else} +普通会员 +{/if} +
+
+{if $logo}{/if} +
+

{if $COM[shop] && $COM[vshop]}{$COM[shop]}{else}{$COM[company]}{/if}

+

{dsubstr($COM['business'], $logo ? 60 : 80, '...')}

+
+
+
+
+ +
+{if $bannert || $banner} +
+ +
+{/if} +
+
+ + +
+
+
+ + +{if $side_pos==0} + + +{/if} + + +
{template 'side', $template} \ No newline at end of file diff --git a/template/default/homepage/honor.htm b/template/default/homepage/honor.htm new file mode 100644 index 0000000..247aa1c --- /dev/null +++ b/template/default/homepage/honor.htm @@ -0,0 +1,62 @@ +{template 'header', $template} +
首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
+{if $itemid} +
{$MENU[$menuid][name]}
+
+
{$title}
+
上传时间:{timetodate($addtime, 3)}        浏览次数:{$hits}        返回列表
+
+ + + + + + + + + + + + + +
发证机构:  {$authority}发证时间 :  {timetodate($fromtime, 3)}
上传时间 :  {timetodate($addtime, 3)}有效期至 :  {if $totime}{timetodate($totime, 3)}{else}永久{/if}
+
+ +
+{if $content} +
证书介绍
+
+
{$content}
+
+{/if} +
证书图片
+
+
{$title}

+
+{else} +
{$MENU[$menuid][name]}
+
+
+ + + + + + + + + {loop $lists $k $v} + + + + + + + + {/loop} +
证书证书名称发证机构发证日期到期日期
{$v[title]}{$v[authority]}{timetodate($v[fromtime], 3)}{if $v[totime]}{timetodate($v[totime], 3)}{else}永久{/if}
+
+
{$pages}
+
+{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/index.htm b/template/default/homepage/index.htm new file mode 100644 index 0000000..294bcba --- /dev/null +++ b/template/default/homepage/index.htm @@ -0,0 +1,6 @@ +{template 'header', $template} +
首页 > 欢迎光临
+{loop $HMAIN $HM $MAIN} +{template 'main_'.$main_file[$HM], $template} +{/loop} +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/info.htm b/template/default/homepage/info.htm new file mode 100644 index 0000000..b919d20 --- /dev/null +++ b/template/default/homepage/info.htm @@ -0,0 +1,100 @@ +{template 'header', $template} +
首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
+{if $itemid} +
{$title}
+
+ + + + + + +
+
+ {if $video}
{/if} +
+
+
+
{loop $albums $k $v}{/loop}
+
+
+
+
+ + + {if $MOD[hits]} + + + + + {/if} + {if $n1 && $v1} + + + + + {/if} + {if $n2 && $v2} + + + + + {/if} + {if $n3 && $v3} + + + + + {/if} + + + + + + + + + + + + + {if $MOD[show_message] && !$expired} + + + + + {/if} +
浏览次数:{$hits}
{$n1}:{$v1}
{$n2}:{$v2}
{$n3}:{$v3}
{$MOD[name]}区域:{area_pos($areaid, '')}
有效期至:{if $todate}{$todate}{else}长期有效{/if}{if $expired} [已过期]{/if}
最后更新:{$editdate}
+
+
+
详细信息
+
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{$content}
+
+ + {if $video}{/if} + {if $content}{/if} + +{else} +
{$MENU[$menuid][name]}
+
+ + + + + + + {loop $lists $k $v} + + + + + + {/loop} +
图片标 题更新时间
{$v[title]}
{$v[introduce]} +
{timetodate($v[edittime], 3)}
+
{$pages}
+
+{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/introduce.htm b/template/default/homepage/introduce.htm new file mode 100644 index 0000000..c35ed5d --- /dev/null +++ b/template/default/homepage/introduce.htm @@ -0,0 +1,128 @@ +{template 'header', $template} +
首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
+{if $itemid} +
{$title}
+
+
{$content}
+
+{else} +
{$MENU[$menuid][name]}
+
+
+ + + + +
{$content}
+
+
+{if $video} +
形象视频
+
+ {load('player.js')} +
+
+{/if} + +
公司档案
+
+
+ + + + + + + + + + + + + + + + + + + +
公司名称:{$COM[company]}公司类型:{$COM[type]} ({$COM[mode]})
所 在 地:{area_pos($COM[areaid], '/')}公司规模:{$COM[size]}
注册资本:{if $COM[capital]}{$COM[capital]}万{$COM[regunit]}{else}未填写{/if}注册年份:{$COM[regyear]}
+ + + + + + {if $COM[shop] && $COM[vshop]} + + + + + {/if} + {if $COM[deposit]} + + + + + {/if} + {if $COM[mode]} + + + + + {/if} + {if $COM[business]} + + + + + {/if} + {if $COM[sell]} + + + + + {/if} + {if $COM[buy]} + + + + + {/if} + {if $COM[catid]} + + + + + {/if} +
资料认证: + {if $COM[vcompany]} {/if} + {if $COM[vtruename]} {/if} + {if $COM[vbank]} {/if} + {if $COM[vmobile]} {/if} + {if $COM[vemail]} {/if} + {if $COM[validated]}  企业资料通过{$COM[validator]}认证{/if} +
店铺名称:{$COM[shop]}
保 证 金:已缴纳 {$COM[deposit]} {$DT[money_unit]}
经营模式:{$COM[mode]}
经营范围:{$COM[business]}
销售的产品:{$COM[sell]}
采购的产品:{$COM[buy]}
主营行业: + {php $catids = explode(',', substr($COM['catid'], 1, -1));} + + {loop $catids $i $c} + {if $i%3==0}{/if} + + {if $i%3==2}{/if} + {/loop} +
{cat_pos(get_cat($c), ' / ', '_blank')}
+
+ {php $itemid = $userid;} +
+
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+
+
+{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/job.htm b/template/default/homepage/job.htm new file mode 100644 index 0000000..3dfdfab --- /dev/null +++ b/template/default/homepage/job.htm @@ -0,0 +1,118 @@ +{template 'header', $template} +
首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
+{if $itemid} +
{$MENU[$menuid][name]}
+
+
{$title}
+
发布时间:{timetodate($addtime, 3)}{if $MOD[hits]}        浏览次数:{$hits}{/if}        返回列表
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
行业{$CATEGORY[$parentid][catname]}职位{$CATEGORY[$catid][catname]}
招聘部门{$department}招聘人数{if $total}{$total}人{else}若干{/if}
工作地区{area_pos($areaid, '')}工作性质{$TYPE[$type]}
性别要求{$GENDER[$gender]}婚姻要求{$MARRIAGE[$marriage]}
学历要求{$EDUCATION[$education]}工作经验{if $experience}{$experience}年以上{else}不限{/if}
招聘人数{if $minage && $maxage}{$minage}-{$maxage}岁{elseif $minage}{$minage}岁以上{elseif $maxage}{$maxage}岁以内{else}不限年龄{/if}待遇水平{if $minsalary && $maxsalary}{$minsalary}-{$maxsalary}{$DT[money_unit]}/月{elseif $minsalary}{$minsalary}{$DT[money_unit]}/月以上{elseif $maxsalary}{$maxsalary}{$DT[money_unit]}/月以内{else}面议{/if}
更新日期{timetodate($edittime, 3)}有效期至{if $totime}{timetodate($totime, 3)}{else}长期有效{/if}{if $expired}[已过期]{/if}
+
+
+
职位描述
+
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{$content}
+
+ {if $could_contact} +
联系方式
+
+
+ + + + + + + + + + + + + + {if $mobile} + + + + + {/if} + {if $qq} + + + + + {/if} + {if $wx} + + + + + {/if} +
联 系 人:{$truename}
联系电话:{if $domain}{$telephone}{else}{anti_spam($telephone)}{/if}
电子邮件:{if $domain}{$email}{else}{anti_spam($email)}{/if}
联系手机:{if $domain}{$mobile}{else}{anti_spam($mobile)}{/if}
QQ:{$qq}
微信:{$wx}
+
+
+ {/if} + + +{else} +
{$MENU[$menuid][name]}
+
+ + {loop $lists $k $v} + + + + + + + {/loop} +
· {$v[title]}{$v[department]}{if $v[total]}{$v[total]}人{else}若干{/if}{timetodate($v[edittime], 3)}
+
{$pages}
+
+{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/link.htm b/template/default/homepage/link.htm new file mode 100644 index 0000000..f0e1f5b --- /dev/null +++ b/template/default/homepage/link.htm @@ -0,0 +1,16 @@ +{template 'header', $template} + +
{$MENU[$menuid][name]}
+
+
+ + {loop $lists $k $v} + {if $k%3==0}{/if} + + {if $k%3==2}{/if} + {/loop} +
{$v[title]}
+
+
{$pages}
+
+{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/main_brand.htm b/template/default/homepage/main_brand.htm new file mode 100644 index 0000000..4a703bc --- /dev/null +++ b/template/default/homepage/main_brand.htm @@ -0,0 +1,17 @@ +
{$main_name[$HM]}
+
+ + +{loop $tags $i $t} +{if $i%3==0}{/if} + +{if $i%3==2}{/if} +{/loop} +
+
+ {$t[alt]} + +

{timetodate($t[edittime], 3)}

+
+
+
\ No newline at end of file diff --git a/template/default/homepage/main_elite.htm b/template/default/homepage/main_elite.htm new file mode 100644 index 0000000..45379d5 --- /dev/null +++ b/template/default/homepage/main_elite.htm @@ -0,0 +1,21 @@ +
{$main_name[$HM]}
+
+ +
+ +{loop $tags $i $t} +{if $i%4==0}{/if} + +{if $i%4==3}{/if} +{/loop} +
+
+ {$t[alt]} + +

{timetodate($t[edittime], 3)}

+
+
+
+
+{load('marquee.js')} + \ No newline at end of file diff --git a/template/default/homepage/main_info.htm b/template/default/homepage/main_info.htm new file mode 100644 index 0000000..438bc50 --- /dev/null +++ b/template/default/homepage/main_info.htm @@ -0,0 +1,19 @@ +
{$main_name[$HM]}
+
+ + + {if $tags} + {loop $tags $t} + + + + + {/loop} + {else} + + + + {/if} +
· {$t[title]}{timetodate($t[edittime], 3)}
暂无信息
+ +
\ No newline at end of file diff --git a/template/default/homepage/main_introduce.htm b/template/default/homepage/main_introduce.htm new file mode 100644 index 0000000..5ec1ef7 --- /dev/null +++ b/template/default/homepage/main_introduce.htm @@ -0,0 +1,12 @@ +
{$main_name[$HM]}
+
+
+ {if $video} + {load('player.js')} +
+ {else} + + {/if} + {$COM[intro]} [详细介绍] +
+
\ No newline at end of file diff --git a/template/default/homepage/main_mall.htm b/template/default/homepage/main_mall.htm new file mode 100644 index 0000000..475ab72 --- /dev/null +++ b/template/default/homepage/main_mall.htm @@ -0,0 +1,17 @@ +
{$main_name[$HM]}
+
+ + +{loop $tags $i $t} +{if $i%4==0}{/if} + +{if $i%4==3}{/if} +{/loop} +
+
+ {$t[alt]} + + {$DT[money_sign]}{$t[price]} +
+
+
\ No newline at end of file diff --git a/template/default/homepage/main_photo.htm b/template/default/homepage/main_photo.htm new file mode 100644 index 0000000..b8586f9 --- /dev/null +++ b/template/default/homepage/main_photo.htm @@ -0,0 +1,18 @@ +
{$main_name[$HM]}
+
+ + +{loop $tags $i $t} +{if $i%4==0}{/if} + +{if $i%4==3}{/if} +{/loop} +
+
+ {$t[alt]} + +

{$t[items]}图{if $t[open]<3} {/if}

+

{timetodate($t[addtime], 3)}

+
+
+
\ No newline at end of file diff --git a/template/default/homepage/main_sell.htm b/template/default/homepage/main_sell.htm new file mode 100644 index 0000000..224bd74 --- /dev/null +++ b/template/default/homepage/main_sell.htm @@ -0,0 +1,17 @@ +
{$main_name[$HM]}
+
+ + +{loop $tags $i $t} +{if $i%4==0}{/if} + +{if $i%4==3}{/if} +{/loop} +
+
+ {$t[alt]} + +

{timetodate($t[edittime], 3)}

+
+
+
\ No newline at end of file diff --git a/template/default/homepage/main_video.htm b/template/default/homepage/main_video.htm new file mode 100644 index 0000000..223b4cb --- /dev/null +++ b/template/default/homepage/main_video.htm @@ -0,0 +1,18 @@ +
{$main_name[$HM]}
+
+ + +{loop $tags $i $t} +{if $i%4==0}{/if} + +{if $i%4==3}{/if} +{/loop} +
+
+ {$t[alt]} + +

{$t[hits]}播放

+

{timetodate($t[addtime], 3)}

+
+
+
\ No newline at end of file diff --git a/template/default/homepage/mall.htm b/template/default/homepage/mall.htm new file mode 100644 index 0000000..1297f7e --- /dev/null +++ b/template/default/homepage/mall.htm @@ -0,0 +1,247 @@ +{template 'header', $template} +
首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
+{if $itemid} +{load('mall.css')} +
{$MENU[$menuid][name]}
+
+ + + + + + +
+
+ {if $video}
{/if} +
+
+
+
{loop $albums $k $v}{/loop}
+
+
+
+
+ +

{$title}

+ {if $subtitle} +
{$subtitle}
+ {/if} + + + + + + {if $a2} + + + + + {/if} + {if $promos} + + + + + {/if} + {if $express_name_1 == '包邮'} + + + + + {elseif $fee_start_1>0 || $fee_start_2>0 || $fee_start_3>0} + + + + + {/if} + {if $cod} + + + + + {/if} + + + + + {if $MOD[hits]} + + + + + {/if} + {if $RL} + + + + + {/if} + {if $P1} + + + + + {/if} + {if $P2} + + + + + {/if} + {if $P3} + + + + + {/if} + {if $amount>0} + {if $status == 3} + + + + + + + + + {else} + + + + + {/if} + {else} + + + + + {/if} +
价格{$DT[money_sign]}{$price}
混批{$a1}-{$a2}{$unit} {$DT[money_sign]}{$p1}{if $a3}; {$a2+1}-{$a3}{$unit} {$DT[money_sign]}{$p2}; {$a3}{$unit}以上 {$DT[money_sign]}{$p3}{else}; {$a2+1}{$unit}以上 {$DT[money_sign]}{$p2}{/if}
优惠 + + {loop $promos $v} + {if $v[cost]} + 满{$v[cost]}减{$v[price]} + {else} + {$v[price]}{$DT[money_unit]}优惠 + {/if} + {/loop} + +
运费 + {if $fee_start_1>0} + {if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} + {if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} + 满{$fee_start_1}包邮 + {else} + 包邮 + {/if} +
运费 + {if $fee_start_1>0} {$express_name_1}:{$fee_start_1}  {/if} + {if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} + {if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +
到付支持货到付款
评价已有 {$comments} 条评价
人气已有 {$hits} 人关注
{$relate_name} + {loop $RL $v} + + {/loop} +
{$n1} +
    + {loop $P1 $i $v} +
  • {$v}
  • + {/loop} +
+
{$n2} +
    + {loop $P2 $i $v} +
  • {$v}
  • + {/loop} +
+
{$n3} +
    + {loop $P3 $i $v} +
  • {$v}
  • + {/loop} +
+
数量
+-
库存{$amount}{$unit}
+ + +
该商品已下架
该商品库存不足
+
+
+
详细信息
+
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{$content}
+
+ + {if $video}{/if} + {if $content}{/if} + + + + +{else} +
+
+ +{if $view} +以橱窗方式浏览 | 以目录方式浏览 +{else} +以橱窗方式浏览 | 以目录方式浏览 +{/if} + +商品列表 +
+
+
+{if $view} + + + + + + + {loop $lists $k $v} + + + + + + {/loop} +
图片标 题更新时间
{$v[title]}
+ 价格:{$DT[money_sign]}{$v[price]}
+ 品牌:{$v[brand]} 销量:{$v[orders]} 评论:{$v[comments]} +
{timetodate($v[edittime], 3)}
+{else} + + {loop $lists $k $v} + {if $k%4==0}{/if} + + {if $k%4==3}{/if} + {/loop} +
+
+ {$v[alt]} + + {$DT[money_sign]}{$v[price]} +
+
+{/if} +
{$pages}
+
+{/if} + +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/message.htm b/template/default/homepage/message.htm new file mode 100644 index 0000000..122e43f --- /dev/null +++ b/template/default/homepage/message.htm @@ -0,0 +1,150 @@ + + + + +Send_Message + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $DT[im_qq]} + + + + +{/if} +{if $DT[im_wx]} + + + + +{/if} +{if $DT[im_ali]} + + + + +{/if} +{if $DT[im_skype]} + + + + +{/if} + + + + + + + + +
主题 *
内容 * +
公司名
联系人 *
联系电话 *
电子邮箱
QQ
微信
阿里旺旺
Skype
验证码 {template 'captcha', 'chip'}
+  + +
+
+ + + \ No newline at end of file diff --git a/template/default/homepage/news.htm b/template/default/homepage/news.htm new file mode 100644 index 0000000..660525a --- /dev/null +++ b/template/default/homepage/news.htm @@ -0,0 +1,24 @@ +{template 'header', $template} +
首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
+
{$MENU[$menuid][name]}
+
+{if $itemid} +
{$title}
+
发布时间:{timetodate($addtime, 3)}        浏览次数:{$hits}        返回列表
+
{$content}
+ + +{else} + + {loop $lists $v} + + + + + {/loop} +
· {$v[title]}{timetodate($v[addtime], 3)}
+
{$pages}
+{/if} +
+ +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/photo.htm b/template/default/homepage/photo.htm new file mode 100644 index 0000000..4336d35 --- /dev/null +++ b/template/default/homepage/photo.htm @@ -0,0 +1,149 @@ +{template 'header', $template} +
首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
+
{$MENU[$menuid][name]}
+
+{if $itemid} + {if $pass} + + {if $view} + + + + +
+ +
+
+

{$title}

+ 日期:{$adddate}    + {if $MOD[hits]}点击:{$hits}   {/if} + 图片:{$items}    + 返回大图 +
+
+
+ + {loop $T $i $t} + {if $i%5==0}{/if} + + {if $i%5==4}{/if} + {/loop} +
+ {$t[introduce]} +
({$t[number]}) {$t[title]}
+
+
+
+ {if $pages}
{$pages}
{/if} +
+ {else} + + + + + +
+ +
+
{$page} / {$items}
+
+

{$title}

+ 日期:{$adddate}    + {if $MOD[hits]}点击:{$hits}   {/if} + 查看原图    + 全部图片 +
+
+
+
+
+
+
+ {if $P[introduce]}
{nl2br($P[introduce])}
{/if} +
+
+


+ « 上一张 +

+
+ {loop $S $k $v} + + {/loop} +
+

+ 下一张 » +

+
+ +
详细信息
+
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{$content}
+
+ + {/if} + {else} +



+
+ + + + + + + + {if $open == 2} + + + + {elseif $open == 1} + + + + {/if} + + + + + + +
请输入访问密码
请回答,{$question}?
  {$error}
+
+




+ {/if} +{else} + + {loop $lists $k $v} + {if $k%4==0}{/if} + + {if $k%4==3}{/if} + {/loop} +
+
+ {$v[alt]} + +

{$v[items]}图{if $v[open]<3} {/if}

+

{timetodate($v[addtime], 3)}

+
+
+
{$pages}
+{/if} + +{if $itemid}{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/sell.htm b/template/default/homepage/sell.htm new file mode 100644 index 0000000..365b8cf --- /dev/null +++ b/template/default/homepage/sell.htm @@ -0,0 +1,158 @@ +{template 'header', $template} +
首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
+{if $itemid} +
{$title}
+
+ + + + + + +
+
+ {if $video}
{/if} +
+
+
+
{loop $albums $k $v}{/loop}
+
+
+
+
+ + + {if $MOD[hits]} + + + + + {/if} + {if $brand} + + + + + {/if} + {if $n1 && $v1} + + + + + {/if} + {if $n2 && $v2} + + + + + {/if} + {if $n3 && $v3} + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + + + + + {if $username && !$expired} + + + + + {/if} +
浏览:{$hits}
品牌:{$brand}
{$n1}:{$v1}
{$n2}:{$v2}
{$n3}:{$v3}
单价:{if $price>0}{$price}{$DT[money_unit]}/{$unit}{else}面议{/if}
最小起订量:{if $minamount}{$minamount} {$unit}{/if}
供货总量:{if $amount>0}{$amount} {$unit}{/if}
发货期限:自买家付款之日起 {if $days}{$days}{/if} 天内发货
有效期至:{if $todate}{$todate}{else}长期有效{/if}{if $expired} [已过期]{/if}
最后更新:{$editdate}
  + {if SELL_ORDER && $price>0 && $minamount>0 && $amount>0 && $unit} + + + {elseif $could_inquiry} + + {/if} +
+
+
+ +
详细信息
+
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{$content}
+
+ {if $could_inquiry} +
询价单
+
+ {/if} + + {if $video}{/if} + {if $content}{/if} + +{else} +
+
+ +{if $view} +以橱窗方式浏览 | 以目录方式浏览 +{else} +以橱窗方式浏览 | 以目录方式浏览 +{/if} + +{$MENU[$menuid][name]} +
+
+
+ {if $view} + + + + + + + {loop $lists $k $v} + + + + + + {/loop} +
图片标 题更新时间
{$v[title]}
{$v[introduce]} +
{timetodate($v[edittime], 3)}
+ {else} + + {loop $lists $k $v} + {if $k%4==0}{/if} + + {if $k%4==3}{/if} + {/loop} +
+
+ {$v[alt]} + +

{timetodate($v[edittime], 3)}

+
+
+ {/if} +
{$pages}
+
+{/if} + +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/homepage/side.htm b/template/default/homepage/side.htm new file mode 100644 index 0000000..fb9f230 --- /dev/null +++ b/template/default/homepage/side.htm @@ -0,0 +1,4 @@ +{template 'side_page', $template} +{loop $HSIDE $HS $SIDE} +{template 'side_'.$side_file[$HS], $template} +{/loop} \ No newline at end of file diff --git a/template/default/homepage/side_announce.htm b/template/default/homepage/side_announce.htm new file mode 100644 index 0000000..c206bf3 --- /dev/null +++ b/template/default/homepage/side_announce.htm @@ -0,0 +1,8 @@ +{if $announce} +
{$side_name[$HS]}
+
+
+{$announce} +
+
+{/if} \ No newline at end of file diff --git a/template/default/homepage/side_contact.htm b/template/default/homepage/side_contact.htm new file mode 100644 index 0000000..9d5f2d6 --- /dev/null +++ b/template/default/homepage/side_contact.htm @@ -0,0 +1,20 @@ +{if $file != 'contact' && $could_contact} +
{$side_name[$HS]}
+
+
    +
  • 联系人:{$COM[truename]}
  • +{if $COM[telephone]} +
  • 电话:{$COM[telephone]}
  • +{/if} +{if $COM[mail]} +
  • 邮件:{$COM[mail]}
  • +{/if} +{if $COM[mobile] && $DT[im_mob]} +
  • 手机:{$COM[mobile]}
  • +{/if} +{if $COM[fax]} +
  • 传真:{$COM[fax]}
  • +{/if} +
+
+{/if} \ No newline at end of file diff --git a/template/default/homepage/side_honor.htm b/template/default/homepage/side_honor.htm new file mode 100644 index 0000000..d89e364 --- /dev/null +++ b/template/default/homepage/side_honor.htm @@ -0,0 +1,15 @@ +{if $file != 'honor'} +
{$side_name[$HS]}
+
+ +
    +{if $tags} +{loop $tags $t} +
  • {$t[title]}
  • +{/loop} +{else} +
  • 暂未上传
  • +{/if} +
+
+{/if} \ No newline at end of file diff --git a/template/default/homepage/side_link.htm b/template/default/homepage/side_link.htm new file mode 100644 index 0000000..1d6a59c --- /dev/null +++ b/template/default/homepage/side_link.htm @@ -0,0 +1,15 @@ +{if $file != 'link'} +
{$side_name[$HS]}
+
+ +
    +{if $tags} +{loop $tags $t} +
  • {$t[title]}
  • +{/loop} +{else} +
  • 暂无链接
  • +{/if} +
+
+{/if} \ No newline at end of file diff --git a/template/default/homepage/side_news.htm b/template/default/homepage/side_news.htm new file mode 100644 index 0000000..6ce1281 --- /dev/null +++ b/template/default/homepage/side_news.htm @@ -0,0 +1,15 @@ +{if $file != 'news'} +
{$side_name[$HS]}
+
+ +
    +{if $tags} +{loop $tags $t} +
  • {$t[title]}
  • +{/loop} +{else} +
  • 暂无新闻
  • +{/if} +
+
+{/if} \ No newline at end of file diff --git a/template/default/homepage/side_page.htm b/template/default/homepage/side_page.htm new file mode 100644 index 0000000..7588a4c --- /dev/null +++ b/template/default/homepage/side_page.htm @@ -0,0 +1,12 @@ +{if $file == 'introduce'} +
{$MENU[$menuid][name]}
+
+ +
+{/if} \ No newline at end of file diff --git a/template/default/homepage/side_search.htm b/template/default/homepage/side_search.htm new file mode 100644 index 0000000..3a6f46c --- /dev/null +++ b/template/default/homepage/side_search.htm @@ -0,0 +1,16 @@ +
{$side_name[$HS]}
+
+
+ + + +
+  + +
+
+
\ No newline at end of file diff --git a/template/default/homepage/side_type.htm b/template/default/homepage/side_type.htm new file mode 100644 index 0000000..60d9d43 --- /dev/null +++ b/template/default/homepage/side_type.htm @@ -0,0 +1,35 @@ + +
{$_name}
+
+ +
\ No newline at end of file diff --git a/template/default/homepage/these.name.php b/template/default/homepage/these.name.php new file mode 100644 index 0000000..e86c9d6 --- /dev/null +++ b/template/default/homepage/these.name.php @@ -0,0 +1,40 @@ + '品牌展示', + 'buy' => '采购清单', + 'contact' => '联系方式', + 'credit' => '诚信档案', + 'exhibit' => '展会', + 'footer' => '公共页脚', + 'header' => '公共页头', + 'honor' => '荣誉资质', + 'index' => '公司首页', + 'info' => '招商代理', + 'introduce' => '公司介绍', + 'job' => '人才招聘', + 'link' => '友情链接', + 'main_brand' => '首页品牌展示', + 'main_elite' => '首页产品推荐', + 'main_info' => '首页招商代理', + 'main_introduce' => '首页公司介绍', + 'main_mall' => '首页商品展示', + 'main_photo' => '首页公司相册', + 'main_sell' => '首页最新供应', + 'main_video' => '首页公司视频', + 'mall' => '商城', + 'message' => '留言询价', + 'news' => '公司新闻', + 'photo' => '公司相册', + 'sell' => '供应产品', + 'side' => '侧栏', + 'side_announce' => '侧栏网站公告', + 'side_contact' => '侧栏联系方式', + 'side_honor' => '侧栏荣誉资质', + 'side_link' => '侧栏友情链接', + 'side_news' => '侧栏新闻中心', + 'side_page' => '侧栏单页', + 'side_search' => '侧栏站内搜索', + 'side_type' => '侧栏产品分类', + 'video' => '公司视频', +); +?> \ No newline at end of file diff --git a/template/default/homepage/video.htm b/template/default/homepage/video.htm new file mode 100644 index 0000000..7279034 --- /dev/null +++ b/template/default/homepage/video.htm @@ -0,0 +1,37 @@ +{template 'header', $template} +
首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
+
{$MENU[$menuid][name]}
+
+{if $itemid} +
{$title}
+
上传日期:{$adddate}{if $MOD[hits]}        播放次数:{$hits}{/if}        返回列表
+
{$player}
+
+ {if $content} +
详细信息
+
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{$content}
+
+ + + {/if} +{else} + + {loop $lists $k $v} + {if $k%4==0}{/if} + + {if $k%4==3}{/if} + {/loop} +
+
+ {$v[alt]} + + {if $MOD[hits]}

{$v[hits]}播放

{/if} +

{timetodate($v[addtime], 3)}

+
+
+
{$pages}
+{/if} + +{template 'footer', $template} \ No newline at end of file diff --git a/template/default/index.htm b/template/default/index.htm new file mode 100644 index 0000000..2f35da8 --- /dev/null +++ b/template/default/index.htm @@ -0,0 +1,505 @@ +{template 'header'} +
+
+
+
+ +{php $mid = isset($MODULE[16]) ? 16 : 5;} +{php $c0 = get_maincat(0, $mid, 1);} + +
+
+
{ad(14)}
+
+
{ad(21)}
+
{ad(22)}
+
{ad(23)}
+
{ad(24)}
+
{ad(25)}
+
+
+
+
+ + +
+ {if $DT[max_cart]}

购物车
{/if} +

付费会员
+

排名推广
+ {if $EXT[ad_enable]}

广告投放
{/if} + {if $EXT[gift_enable]}

积分换礼
{/if} +

网站地图
+ {if $EXT[mobile_enable]}

手机浏览
{/if} +
+
+
+
+
+
    +
  • 企业
  • + {if isset($MODULE[6])}
  • 求购
  • {/if} + {if isset($MODULE[7])}
  • 行情
  • {/if} + {if isset($MODULE[21])}
  • 头条
  • {/if} + {if isset($MODULE[18])}
  • 社区
  • {/if} +
+
+
+ +
+ {if isset($MODULE[6])} + + {/if} + {if isset($MODULE[7])} + + {/if} + {if isset($MODULE[21])} + + {/if} + {if isset($MODULE[18])} + + {/if} +
+
+
+
+
+
+
+
+
+ + {if isset($MODULE[5])}{$MODULE[5][name]}  | {/if} + {if isset($MODULE[6])}{$MODULE[6][name]}  | {/if} + {if isset($MODULE[22])}{$MODULE[22][name]}  | {/if} + {if isset($MODULE[16])}{$MODULE[16][name]}  | {/if} + {if isset($MODULE[17])}{$MODULE[17][name]}  | {/if} + {if isset($MODULE[7])}{$MODULE[7][name]}  | {/if} + {$MODULE[4][name]} + + 行业市场 +
+ + {if isset($MODULE[16]) && $DT[page_mall]} + {php $mid = 16;} +
+
+

{$MODULE[$mid][name]}

+ {php $child = get_maincat(0, $mid, 1);} + +
+
+ + {loop $tags $i $t} +
+ + {$DT[money_sign]}{$t[price]} +

{$t[title]}

+
+ {/loop} +
+
+ {/if} + + {if isset($MODULE[5]) && $DT[page_sell]} + {php $mid = 5;} +
+
+

{$MODULE[$mid][name]}

+ {php $child = get_maincat(0, $mid, 1);} + +
+
+ + {loop $tags $i $t} +
+ + {if $t[price]>0}{$DT[money_sign]}{$t[price]}{else}面议{/if} +

{$t[title]}

+
+ {/loop} +
+
+ {/if} + + {if isset($MODULE[22]) && $DT[page_info]} + {php $mid = 22;} +
+
+

{$MODULE[$mid][name]}

+ {php $child = get_maincat(0, $mid, 1);} + +
+
+ + {loop $tags $i $t} + + {/loop} +
+
+ {/if} + + {if isset($MODULE[17]) && $DT[page_group]} + {php $mid = 17;} +
+
+

{$MODULE[$mid][name]}

+ {php $child = get_maincat(0, $mid, 1);} + +
+
+ + {loop $tags $i $t} +
+ + {$DT[money_sign]}{$t[price]} +

{$t[title]}

+
+ {/loop} +
+
+ {/if} +
+ +
+ +
+
+ {if isset($MODULE[21])} + + + {loop $tags $i $t}{$t[catname]}  |  {/loop} + 更多> + + {/if} + 资讯中心 +
+
+
+ {if isset($MODULE[21]) && $DT[page_newst]} + + {loop $tags $i $t} +
+

{$t[title]}

+ +
+ {/loop} + {/if} + {if isset($MODULE[11]) && $DT[page_special]} + {php $mid = 11;} + + {loop $tags $i $t} + + {/loop} + {/if} +
+
+ {if isset($MODULE[21]) && $DT[page_newsh]} + + {/if} + {if isset($MODULE[21]) && $DT[page_news]} +
+ +
+
+ +
+ {/if} +
+
+ {if isset($MODULE[14]) && $DT[page_video]} + {php $mid = 14;} +
+ 更多>{$MODULE[$mid][name]} +
+
+ + {loop $tags $i $t} +
+ +

{$t[title]}

+
+ {/loop} +
+ {/if} + {if isset($MODULE[12]) && $DT[page_photo]} + {php $mid = 12;} +
+ 更多>{$MODULE[$mid][name]} +
+
+ + {loop $tags $i $t} +
+ +

{$t[title]}

+
+ {/loop} +
+ {/if} +
+
+
+ +
+ +
+
+ + {if isset($MODULE[10])}{$MODULE[10][name]}  | {/if} + {if isset($MODULE[8])}{$MODULE[8][name]}  | {/if} + {if isset($MODULE[13])}{$MODULE[13][name]}  | {/if} + {if isset($MODULE[9])}{$MODULE[9][name]}  | {/if} + {if isset($MODULE[15])}{$MODULE[15][name]}  | {/if} + {if isset($MODULE[18])}{$MODULE[18][name]}  | {/if} + {if $EXT[ad_enable]}广告  | {/if} + 推广 + + 企业服务 +
+
+
+ {if isset($MODULE[13]) && $DT[page_brand]} + {php $mid = 13;} +
+ {$MODULE[$mid][name]} + +
+ {loop $tags $i $t} +

{$t[title]}

+ {/loop} +
+
+ {/if} +
+
+ {if $DT[page_exhibit] && isset($MODULE[8])} + {php $mid = 8;} +
+ 更多>{$MODULE[$mid][name]} +
+
+
+ +
    + {loop $tags $t} +
  • {$t[city]}{$t[title]}
  • + {/loop} +
+
+ {/if} + {if isset($MODULE[9]) && $DT[page_job]} + {php $mid = 9;} +
+ 更多>招聘 +
+
+
+ +
    + {loop $tags $t} +
  • {area_pos($t[areaid], '', 1)}{$t[title]}
  • + {/loop} +
+
+ {/if} + +
+
+ {if isset($MODULE[10]) && $DT[page_know]} + {php $mid = 10;} +
+ 更多>{$MODULE[$mid][name]} +
+
+
+ +
    + {loop $tags $t} +
  • {$t[credit]}{$t[title]}
  • + {/loop} +
+
+ {/if} + {if isset($MODULE[15]) && $DT[page_down]} + {php $mid = 15;} +
+ 更多>{$MODULE[$mid][name]} +
+
+ + {loop $tags $i $t} +
+ +

{$t[title]}

+
+ {/loop} +
+ {/if} +
+
+
+ +{if isset($MODULE[18]) && $DT[page_club]} +{php $mid = 18;} +
+
+
+
+ + + {loop $tags $i $t}{$t[catname]}  |  {/loop} + 更多> + + +
+
+ + {loop $tags $i $t} +
+ +

{$t[title]}圈

+ {$t[post]}主题 {$t[fans]}粉丝 +
+ {/loop} +
+
+
+{/if} +{if $DT[page_logo] || $DT[page_text]} +
+
+
+ + 申请链接  |  + 更多> + +
友情链接
+
+ {if $DT[page_logo]} + + + {/if} + {if $DT[page_text]} + + + {/if} +
+{/if} + + +{template 'footer'} \ No newline at end of file diff --git a/template/default/index.html b/template/default/index.html new file mode 100644 index 0000000..c1e1f00 --- /dev/null +++ b/template/default/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/default/info/index.htm b/template/default/info/index.htm new file mode 100644 index 0000000..7b06062 --- /dev/null +++ b/template/default/info/index.htm @@ -0,0 +1,46 @@ +{template 'header'} +{if $MOD[page_irec]} +
+
+
{loop $maincat $k $v}{if $k<10}{if $k}  |  {/if}{$v[catname]}{/if}{/loop}推荐{$MOD[name]}
+
+
+{/if} +
+
+
+ {if $MOD[page_icat]} + + {loop $maincat $i $c} + {if $i%2==0}{/if} + + {if $i%2==0}{/if} + {if $i%2==1}{/if} + {/loop} +
+
更多>{$c[catname]}
+
+
 
+ {/if} +
+
+
+ {if $MOD[show_iarea]} +
按地区浏览
+
+ {php $mainarea = get_mainarea(0)} + +
+ {/if} + {if $MOD[page_ihits]} +
关注排行
+
+ {/if} +
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/info/list.htm b/template/default/info/list.htm new file mode 100644 index 0000000..713b4dc --- /dev/null +++ b/template/default/info/list.htm @@ -0,0 +1,41 @@ +{template 'header'} +
+ +
+
+
+
+
行业
+
+ +
+
+
+
地区
+
+
    + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
  • {$v[areaname]}
  • + {/loop} +
+
+
+ {if $CP}{template 'property_list', 'chip'}{/if} + {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
+
+ +
搜索排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/info/message.htm b/template/default/info/message.htm new file mode 100644 index 0000000..18289a4 --- /dev/null +++ b/template/default/info/message.htm @@ -0,0 +1,200 @@ +{template 'header'} +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + {if $_userid} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {else} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + {/if} + {if $need_question} + + + + + {/if} + {if $need_captcha} + + + + + {/if} + {if $_userid && $DT[sms]} + + + + + {/if} + + + + +
* 留言主题
快捷提问 + + (不用打字 “快捷提问”帮您忙!) +
* 主要内容
+
回复日期{dcalendar('date', $date)} 之前
联系方式修改
公司{$company}
姓名{$truename}
电话{$telephone}
邮件{$email}
QQ{$qq}
微信{$wx}
阿里旺旺{$ali}
联系方式还不是会员?请 注册 或 请留下您的联系方式  已经是会员?请 登录
公司
* 姓名
* 电话
邮件
QQ
微信
阿里旺旺
Skype
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
短信通知 发送短信通知至接收人手机 (我的可用短信 {$_sms})
+   + {if $MG[message_limit]} +   今日可发 {$MG[message_limit]} 次 +   当前已发 {$limit_used} 次 +   还可以发 {$limit_free} 次 + {/if} +
+
+
+{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/default/info/search.htm b/template/default/info/search.htm new file mode 100644 index 0000000..03a86c7 --- /dev/null +++ b/template/default/info/search.htm @@ -0,0 +1,81 @@ +{template 'header'} + +
+
+
+
+
关键词
+
+   + {loop $sfields $k $v} +   + {/loop} +
+
+
+
分类
+
+ {$category_select} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} +
+
+
+
地区
+
+ {$area_select} + 排序 + {$order_select} +
+
+ {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + {template 'list-'.$module, 'tag'} + {else} + {template 'empty', 'chip'} + {/if} +
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/info/show.htm b/template/default/info/show.htm new file mode 100644 index 0000000..453eed0 --- /dev/null +++ b/template/default/info/show.htm @@ -0,0 +1,77 @@ +{template 'header'} + +
+ +
+
+
+

{$title}

+
+ + + + + + +
+
+ {if $video}
{/if} +
+
+
+
{loop $albums $k $v}{/loop}
+
+
+
+
+ +
    + {if $n1 && $v1}
  • {$n1}:{$v1}
  • {/if} + {if $n2 && $v2}
  • {$n2}:{$v2}
  • {/if} + {if $n3 && $v3}
  • {$n3}:{$v3}
  • {/if} +
  • 发布日期:{$editdate}
  • +
  • 有效期至:{if $todate}{$todate}{else}长期有效{/if}{if $expired} [已过期]{/if}
  • +
  • {$MOD[name]}区域:{area_pos($areaid, '')}
  • + {if $MOD[hits]}
  • 浏览次数{$hits}
  • {/if} + {if $MOD[show_message] && $username && !$expired} +
  • + {/if} +
+
+
+ {if $content} +
详细说明
+
{$content}
+ {/if} + {if $CP}{template 'property_show', 'chip'}{/if} + +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+ +
+
+
联系方式
+
{template 'contact', 'chip'}
+ {if $MOD[page_srelate]} + {if $username} +
该企业最新{$MOD[name]}
+
+ {else} +
同类{$MOD[name]}
+
+ {/if} + {/if} +
+
+
+{if $video}{/if} +{if $content}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/default/info/these.name.php b/template/default/info/these.name.php new file mode 100644 index 0000000..7692625 --- /dev/null +++ b/template/default/info/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'message' => '留言页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/default/job/apply.htm b/template/default/job/apply.htm new file mode 100644 index 0000000..55b4aab --- /dev/null +++ b/template/default/job/apply.htm @@ -0,0 +1,23 @@ +{template 'header'} +
+ +
+ + + + + + + + + + +
选择简历 + {loop $lists $k $v} +
+ + {/loop} +
  
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/job/index.htm b/template/default/job/index.htm new file mode 100644 index 0000000..e9aedb0 --- /dev/null +++ b/template/default/job/index.htm @@ -0,0 +1,58 @@ +{template 'header'} +
+
+
+ {if $MOD[page_ijob]} +
更多>推荐招聘
+
+
更多>最新招聘
+
+ {/if} +
+
+ +
+
    +
  • {php echo $db->count($table, 'status=3', 1800);}职位
  • +
  • {php echo $db->count($table_resume, 'status=3', 1800);}简历
  • +
  • {php echo $db->count($DT_PRE.'company', 'groupid>5', 1800);}企业
  • +
+
+
按行业浏览
+
+ +
+
按地区浏览
+
+ {php $mainarea = get_mainarea(0)} + +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/job/list.htm b/template/default/job/list.htm new file mode 100644 index 0000000..713b4dc --- /dev/null +++ b/template/default/job/list.htm @@ -0,0 +1,41 @@ +{template 'header'} +
+ +
+
+
+
+
行业
+
+ +
+
+
+
地区
+
+
    + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
  • {$v[areaname]}
  • + {/loop} +
+
+
+ {if $CP}{template 'property_list', 'chip'}{/if} + {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
+
+ +
搜索排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/job/print.htm b/template/default/job/print.htm new file mode 100644 index 0000000..e539374 --- /dev/null +++ b/template/default/job/print.htm @@ -0,0 +1,130 @@ + + + + +打印简历 + + + + +
+

{$truename}个人简历

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
姓      名
{$truename}
性      别
{if $gender == 1}男{else}女{/if}
免冠照片
生      日{$birthday}婚姻状况{if $marriage == 2}已婚{else}未婚{/if}
身      高{$height} cm体      重{$weight} kg
居 住 地{area_pos($areaid, '')}学      历{$EDUCATION[$education]}
毕业院校{$school}专      业{$major}
工作性质{$TYPE[$type]}工作经验{if $experience}{$experience}年{else}无{/if}
行业意向{$CATEGORY[$parentid][catname]}职位意向{$CATEGORY[$catid][catname]}
专业技能{$skill}语言水平{$language}
期望薪资 +{if $minsalary && $maxsalary} + {$minsalary}-{$maxsalary}{$DT[money_unit]}/月 +{elseif $minsalary} + {$minsalary}{$DT[money_unit]}/月以上 +{elseif $maxsalary} + {$maxsalary}{$DT[money_unit]}/月以内 +{else} + 面议 +{/if} +求职状态{$SITUATION[$situation]}
    联系方式
联系手机{$mobile}电子邮件{$email}
联系电话{$telephone}联系地址{$address}
QQ{$qq}微信{$wx}
    自我鉴定
{$content}
+
+

简历来源:{$DT[sitename]}({$linkurl})
+ +
+
+ + + \ No newline at end of file diff --git a/template/default/job/resume.htm b/template/default/job/resume.htm new file mode 100644 index 0000000..edd55b8 --- /dev/null +++ b/template/default/job/resume.htm @@ -0,0 +1,96 @@ +{template 'header'} +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{$truename}个人简历
姓      名{$truename}性      别{if $gender == 1}男{else}女{/if}
生      日{$birthday}婚姻状况{if $marriage == 2}已婚{else}未婚{/if}
身      高{$height} cm体      重{$weight} kg
居 住 地{area_pos($areaid, '')}学      历{$EDUCATION[$education]}
毕业院校{$school}专      业{$major}
工作性质{$TYPE[$type]}工作经验{if $experience}{$experience}年{else}无{/if}
行业意向{$CATEGORY[$parentid][catname]}职位意向{$CATEGORY[$catid][catname]}
专业技能{$skill}语言水平{$language}
期望薪资 + {if $minsalary && $maxsalary} + {$minsalary}-{$maxsalary}{$DT[money_unit]}/月 + {elseif $minsalary} + {$minsalary}{$DT[money_unit]}/月以上 + {elseif $maxsalary} + {$maxsalary}{$DT[money_unit]}/月以内 + {else} + 面议 + {/if} + 求职状态{$SITUATION[$situation]}
  自我鉴定
{$content}
  联系方式
+ {template 'content', 'chip'} +
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/job/search.htm b/template/default/job/search.htm new file mode 100644 index 0000000..711b9e3 --- /dev/null +++ b/template/default/job/search.htm @@ -0,0 +1,144 @@ +{template 'header'} + +
+
+
+
+
关键词
+
+   + 推荐   + {VIP}   +
+
+
+
行业
+
+ {$category_select} + 地区 + {$area_select} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} +
+
+
+
待遇
+
+ ~   +   +   +   +   + +
+
+ {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + {loop $tags $k $t} +
+ + + + + + + + + + + +

{if $t[vip]}{VIP}{/if}{$t[title]}

{$t[company]}
{$CATEGORY[$t[parentid]][catname]} + {if $t[minsalary] && $t[maxsalary]} + {$t[minsalary]}-{$t[maxsalary]}{$DT[money_unit]}/月 + {elseif $t[minsalary]} + {$t[minsalary]}{$DT[money_unit]}/月以上 + {elseif $t[maxsalary]} + {$t[maxsalary]}{$DT[money_unit]}/月以内 + {else} + 面议 + {/if} + {area_pos($t[areaid], '')} + {if $t[minage] && $t[maxage]} + {$t[minage]}-{$t[maxage]}岁 + {elseif $t[minage]} + {$t[minage]}岁以上 + {elseif $t[maxage]} + {$t[maxage]}岁以内 + {else} + 不限年龄 + {/if} + {if $t[total]}{$t[total]}人{else}若干{/if}{timetodate($t[edittime], 5)}
+
+ {/loop} + {if $pages}
{$pages}
{/if} + {else} + {template 'empty', 'chip'} + {/if} +
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/job/show.htm b/template/default/job/show.htm new file mode 100644 index 0000000..36eff64 --- /dev/null +++ b/template/default/job/show.htm @@ -0,0 +1,96 @@ +{template 'header'} + +
+ +
+
+
+

{$title}

+
放大字体  缩小字体 + {$adddate} + {if $MOD[hits]}{$hits}{/if} +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
行业{$CATEGORY[$parentid][catname]}职位{$CATEGORY[$catid][catname]}
招聘部门{$department}招聘人数{if $total}{$total}人{else}若干{/if}
工作地区{area_pos($areaid, '')}工作性质{$TYPE[$type]}
性别要求{$GENDER[$gender]}婚姻要求{$MARRIAGE[$marriage]}
学历要求{$EDUCATION[$education]}工作经验{if $experience}{$experience}年以上{else}不限{/if}
年龄要求{if $minage && $maxage}{$minage}-{$maxage}岁{elseif $minage}{$minage}岁以上{elseif $maxage}{$maxage}岁以内{else}不限年龄{/if}待遇水平{if $minsalary && $maxsalary}{$minsalary}-{$maxsalary}{$DT[money_unit]}/月{elseif $minsalary}{$minsalary}{$DT[money_unit]}/月以上{elseif $maxsalary}{$maxsalary}{$DT[money_unit]}/月以内{else}面议{/if}
更新日期{$editdate}有效期至{$todate}{if $expired}[已过期]{/if}
+
+ {if $content} +
职位描述
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{$content}
+ {/if} + +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+ + {if $username} +
+ {/if} + {if $com_intro} +
更多>公司介绍
+
{$com_intro}
+ {/if} +
+
+
联系方式
+
{template 'contact', 'chip'}
+ {if $username} +
该企业其他招聘
+
+ +
+ {/if} +
+
+
+{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/job/these.name.php b/template/default/job/these.name.php new file mode 100644 index 0000000..426e9fd --- /dev/null +++ b/template/default/job/these.name.php @@ -0,0 +1,11 @@ + '职位申请', + 'index' => '首页', + 'list' => '列表页', + 'print' => '打印简历', + 'resume' => '默认简历', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/default/know/answer.htm b/template/default/know/answer.htm new file mode 100644 index 0000000..5f22d04 --- /dev/null +++ b/template/default/know/answer.htm @@ -0,0 +1,337 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{$DT[sitename]}{/if} + + + + + + + + + + + + + + + + + + +
+{if $action == 'vote_show'} +
+
+
投票结果
+ + + + + + + + {loop $votes $v} + + + + + + + {/loop} +
回答者票数 比例
+ {if $v[hidden]} + 匿名 + {else} + {if $v[username]} + {$v[passport]} + {else} + 游客 + {/if} + {/if} + {$v[vote]}
{$v[precent]}
+
+
+
+
+{else} + {if $could_admin && $item[process]==1} +
+
+
处理提问
+
+
如果已获得满意的回答,请及时采纳,感谢回答者。若还没有满意的回答,可以尝试以下操作:
+ {if $items>1} +
举行投票 - 不知道哪个回答最好,让网友投票来选出最佳答案;
+ {/if} +
补充问题 - 补充提问细节,以得到更准确的答案;
+ + {if $item[raise] < $MOD[maxraise]} +
提高悬赏 - 提高悬赏,以提高问题的关注度;
+ + {/if} +
关闭问题 - 没有满意的回答 ,可以直接结束提问,关闭问题;
+
+
+
+ {/if} + {if $answers} +
+ {loop $answers $k $v} + {if $k==count($answers)-1}{/if} +
+
+
+ + + + + +
+
    + {if $v[hidden]} +
  • 匿名
  • +
  • + {else} +
  • + {if $v[username]} + {$v[passport]} + {else} + 游客 + {/if} +
  • +
  • + {if $v[username] && $DT[im_web]}
  • {im_web($v[username], 1)}
  • {/if} + {/if} + {if $v[expert]}
  • 知道专家
  • {/if} +
  • +
+
+
+ + {if $could_admin && $item[process] == 1} + 采纳为答案   + {/if} + {if $item[process] == 2} + {if $could_admin} + 移除选项   + {/if} + {if !$could_vote || $could_admin} + 投票结果   + {/if} + {if $could_vote} + 投一票   + {/if} + {/if} + + {timetodate($v[addtime], 5)} +
+
{$v[content]}
+
+
+
+ {/loop} + {if $pages}
{$pages}
{/if} +
+ {/if} + {if $could_admin && $item[process]==1} +
+ +
+ {/if} + {if $could_answer} +
+
+
我来回答
+
+ + + + + + + + + + + + {if $_userid} + + + + + {/if} + {if $need_question} + + + + + {/if} + {if $need_captcha} + + + + + {/if} + + + + + {if !$_userid} + + + + + {/if} +
答案内容: + + +
参考资料:
匿名设定: 如果不需要显示您的信息,您可以对回答设定匿名
* 验证问题:{template 'question', 'chip'}
* 验证码:{template 'captcha', 'chip'}
+    + {$DT[credit_name]}规则 +
+ 登录后回答可以获得{$DT[credit_name]}奖励,并可以查看和管理所有的回答。登录 | 注册
+
+
+
+
+ {/if} +{/if} +
+ + + \ No newline at end of file diff --git a/template/default/know/expert.htm b/template/default/know/expert.htm new file mode 100644 index 0000000..62b7238 --- /dev/null +++ b/template/default/know/expert.htm @@ -0,0 +1,67 @@ +{template 'header'} +
+ +
+ +
+ {if $itemid} + + + + + + + + + + + + + + + + + + + + +
+ + {if $DT[im_web]}{im_web($username, 1)}{/if} + 姓名{$title} ({$passport})被提问{$ask}
人气{$hits}被采纳{$best}
回答{$answer}采纳率{$rate}
+
{if $major}擅长领域:{$major}
{/if}{$content}
+
TA的回答
+
+ {else} + {if $lists} + + + + + + + + + + {if $DT[im_web]}{/if} + + + {loop $lists $v} + + + + + + + + + {if $DT[im_web]}{/if} + + + {/loop} +
头像姓名擅长领域人气被提问回答被采纳交谈提问
{$v[title]}{$v[major]}{$v[hits]}{$v[ask]}{$v[answer]}{$v[best]}{im_web($v[username])}提问
+ {/if} + {if $pages}
{$pages}
{/if} + {/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/default/know/faq.htm b/template/default/know/faq.htm new file mode 100644 index 0000000..036fc44 --- /dev/null +++ b/template/default/know/faq.htm @@ -0,0 +1,95 @@ +{template 'header'} +
+ +
+
+ + + + + + + +
“{$MOD[name]}”礼仪
+
+ 1、标题要正确
+ 在提问或答复的时候不要写无意义或模糊的题目,为了别人解答时理解的方便请正确书写标题。
+ 2、对问题进行具体的说明
+ 在提问或答复的时候,内容要具体详细地书写。问题内容越详细别人的答复也就越正确,答复越详细也就越让人容易理解。
+ 3、检查问题是否重复
+ 在提问之前,请先对问题进行搜索,或者在提问的时候,先关注一下提问页面右侧的“相关问题”列表,其中是否已经有过得到解决的类似问题。在确认没有令您满意的答案后再提问。
+ 4、检查问题的分类是否正确
+ 提交问题之前请确认问题的分类是否正确,提问的正确归类可以让你更快地得到满意的回答。
+ 5、及时处理问题
+ 在提问后的{$MOD[overdays]}天之内,如果有满意的答复一定要作出选择,以免伤害热心回答的网友。如果有答案而过期不对问题进行处理,我们将扣除您{$MOD[credit_deal]}分的{$DT[credit_name]}以示惩戒。
+ 6、学会表示感谢
+ 对所有解答自己问题的会员表示感谢。选出最佳答案后也请给予回答者一些友好的评价,尊重他人的劳动成果。
+ 7、互相尊重
+ 提问者提问时的语气请尽量友好,避免给他人以责问、逼问的不良感受。回答者在答复时候也不要小看或嘲笑提问者,要有诚意地解答,正确地书写。
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
{$DT[credit_name]}增加
操作增加值说明
提交回答+{$MOD[credit_answer]}每日最多可获得{$MOD[credit_maxanswer]}分
回答被采纳为最佳答案+{$MOD[credit_best]} +悬赏分回答被提问者采纳为最佳答案,或者通过投票被选为最佳答案,回答者可获得系统自动赠送的{$MOD[credit_best]}分+提问者设置的悬赏分
参与投票+{$MOD[credit_vote]}每日最多可获得{$MOD[credit_maxvote]}分
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{$DT[credit_name]}扣除
操作增加值说明
悬赏付出-悬赏分提问用户设置悬赏、追加悬赏,扣除相应{$DT[credit_name]}
匿名提问-{$MOD[credit_hidden]}提问用户采用匿名方式提交问题,扣除{$MOD[credit_hidden]}分
提问上线后被删除-{$MOD[credit_del]}提问上线后,被管理员删除,扣除提问用户{$MOD[credit_del]}分,答复者不扣
回答上线后被删除-{$MOD[credit_del_answer]}回答上线后,被管理员删除,扣除回答用户{$MOD[credit_del_answer]}分
问题{$MOD[overdays]}天内不处理-{$MOD[credit_deal]}问题到期,提问用户不作处理(不做最佳答案判断、不通过提高悬赏延期问题有效时间,不关闭问题,或不转入投票流程),在问题直接过期或自动转投票时扣除提问用户{$MOD[credit_deal]}分
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/know/index.htm b/template/default/know/index.htm new file mode 100644 index 0000000..ad3a642 --- /dev/null +++ b/template/default/know/index.htm @@ -0,0 +1,80 @@ +{template 'header'} +
+
+
+ {if $MOD[page_iexpert]} +
更多>{$MOD[name]}专家
+ +
+ {loop $tags $t} +
+ + +
+ {/loop} +
+ {/if} + {if $MOD[page_irec]} +
更多>精彩推荐
+
+ {/if} + {if $MOD[page_isolve]} +
更多>待解决的问题
+
+ {/if} + {if $MOD[page_iresolve]} +
更多>已解决的问题
+
+ {/if} + {if $MOD[page_ivote]} +
更多>投票中的问题
+
+ {/if} +
+
+ + +
问题分类
+
+ {php $child = get_maincat(0, $moduleid, 1);} + {loop $child $i $c} +

{set_style($c[catname], $c[style])} ({$c[item]})

+ {if $c[child]} +
+ {php $sub = get_maincat($c[catid], $moduleid, 1);} + {loop $sub $j $s}{set_style($s[catname], $s[style])}|{/loop} +
+ {/if} + {/loop} +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/know/list.htm b/template/default/know/list.htm new file mode 100644 index 0000000..d277cce --- /dev/null +++ b/template/default/know/list.htm @@ -0,0 +1,49 @@ +{template 'header'} +
+ +
+
+
+
+
行业
+
+ +
+
+ {if $TYPE} +
+
类别
+
+
    + {loop $TYPE $k $v} +
  • {$v}
  • + {/loop} +
+
+
+ {/if} + {if $CP}{template 'property_list', 'chip'}{/if} +
+
{if $tags}{template 'list-'.$module, 'tag'}{/if}
+
+
+ +
搜索排行
+
+ +
+
等待回答
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/know/search.htm b/template/default/know/search.htm new file mode 100644 index 0000000..e76821b --- /dev/null +++ b/template/default/know/search.htm @@ -0,0 +1,90 @@ +{template 'header'} + +
+
+
+
+
关键词
+
+   + {loop $sfields $k $v} +   + {/loop} +
+
+
+
分类
+
+ {$category_select} + {if $area_select} + 地区 + {$area_select} + {/if} + 排序 + {$order_select} +
+
+
+
状态
+
+ +
    + 全部 + {loop $TYPE $k $v} + {$v} + {/loop} +
+
+
+ {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
+
{template 'list-'.$module, 'tag'}
+ {else} + {template 'empty', 'chip'} + {/if} +
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/know/show.htm b/template/default/know/show.htm new file mode 100644 index 0000000..2384b2f --- /dev/null +++ b/template/default/know/show.htm @@ -0,0 +1,196 @@ +{template 'header'} + +
+ +
+
+
+ + + + + +
+
    + {if $item[hidden]} +
  • 匿名
  • +
  • + {else} +
  • + {if $item[username]} + {$item[passport]} + {else} + 游客 + {/if} +
  • +
  • + {if $item[username] && $DT[im_web]}
  • {im_web($item[username], 1)}
  • {/if} + {/if} +
  • +
+
+
+ + {if $MOD[hits]}点击 {$hits}{/if} + 回答 {$answer} + + {timetodate($addtime, 5)} +
+

{$title}

+
{$PROCESS[$process]} + 悬赏分:{$credit} + + {if $process == 1 || $process == 2} + - 离问题结束还有 {secondstodate($totime-$DT_TIME)} + {elseif $process == 3} + - 解决时间 {timetodate($updatetime, 5)} + {/if} + +
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{$content}
+ {if $addition} +
+ 问题补充:
+ {nl2br($addition)} +
+ {/if} +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+
+
+
+{if $aid && $best && $page == 1} +
+
+
+ {if $E} +
专家答案
+ {else} +
最佳答案
+ {/if} + + + + + +
+
    + {if $E} +
  • {$E[title]}
  • +
  • + {if $DT[im_web]}
  • {im_web($E[username], 1)}
  • {/if} +
  • 知道专家
  • +
  • 向TA提问
  • + {else} + {if $best[hidden]} +
  • 匿名
  • +
  • + {else} +
  • + {if $best[username]} + {$best[passport]} + {else} + 游客 + {/if} +
  • +
  • + {if $best[username] && $DT[im_web]}
  • {im_web($best[username], 1)}
  • {/if} + {/if} + {/if} +
  • +
+
+
+ + 支持 {$best[likes]} + 反对 {$best[hates]} + 举报 + + {timetodate($best[addtime], 5)} +
+
{template 'content', 'chip'}
+ {if $comment} +
+ 提问者对答案的评价:
+ {nl2br($comment)} +
+ {/if} + +
+
+
+{/if} +{if $answers} + {loop $answers $k $v} +
+
+
+ + + + + +
+
    + {if $v[hidden]} +
  • 匿名
  • +
  • + {else} +
  • + {if $v[username]} + {$v[passport]} + {else} + 游客 + {/if} +
  • +
  • + {if $v[username] && $DT[im_web]}
  • {im_web($v[username], 1)}
  • {/if} + {/if} + {if $v[expert]}
  • 知道专家
  • {/if} +
  • +
+
+
+ + 支持 {$v[likes]} + 反对 {$v[hates]} + 举报 + + {timetodate($v[addtime], 5)} +
+
{$v[content]}
+
+
+
+ {/loop} +{/if} +{if $pages} +
{$pages}
+{/if} +{if $process == 1 || $process == 2} +
+ + +
+{/if} + + +{template 'footer'} \ No newline at end of file diff --git a/template/default/know/these.name.php b/template/default/know/these.name.php new file mode 100644 index 0000000..4832316 --- /dev/null +++ b/template/default/know/these.name.php @@ -0,0 +1,11 @@ + '问题回复', + 'expert' => '专家', + 'faq' => 'FAQ帮助', + 'index' => '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/default/mail/alert.htm b/template/default/mail/alert.htm new file mode 100644 index 0000000..6daab63 --- /dev/null +++ b/template/default/mail/alert.htm @@ -0,0 +1,48 @@ + + + + + + + + + + + +
{$DT[sitename]} LOGO网站首页 | 管理商机 
发送时间:{timetodate($DT_TIME, 5)} 
+
商机分类:{$MODULE[$mid][name]} +   关键词:{if $kw}{$kw}{else}不限{/if} +   行业分类: +{if $catid} +{php $C = get_cat($catid);} +{$C[catname]} +{else} +不限 +{/if} +   所在地区:{if $areaid}{$AREA[$areaid][areaname]}{else}不限{/if} +   发送频率:{if $rate}{$rate}天{else}不限{/if} +
+
+{if $lists} + + + + + + +{loop $lists $v} + + + + + +{/loop} +
标题地区发布时间
{$v[title]}{area_pos($v[areaid], ' - ', 2)}{timetodate($v[addtime], 5)}
+{else} +
抱歉,没有找到相应的商机,建议您调整条件以便获得更多商机。

+点此立即调整

+{/if} +
+
请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果需要取消此邮件,请点这里
+
\ No newline at end of file diff --git a/template/default/mail/ask.htm b/template/default/mail/ask.htm new file mode 100644 index 0000000..7542914 --- /dev/null +++ b/template/default/mail/ask.htm @@ -0,0 +1,17 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+尊敬的会员:
+来自{$DT[sitename]}的会员{$_username} 向您提问:
{$question}
+请点这里查看问题或解答,谢谢 +
+请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
\ No newline at end of file diff --git a/template/default/mail/email-default.htm b/template/default/mail/email-default.htm new file mode 100644 index 0000000..6300af8 --- /dev/null +++ b/template/default/mail/email-default.htm @@ -0,0 +1,16 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+尊敬的会员:
+{$content} +
+请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
\ No newline at end of file diff --git a/template/default/mail/email-login.htm b/template/default/mail/email-login.htm new file mode 100644 index 0000000..c9bf3c5 --- /dev/null +++ b/template/default/mail/email-login.htm @@ -0,0 +1,24 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+尊敬的会员:
+您已经30天没有登录 {$DT[sitename]} 了,建议您定期登录,以免错失重要商机。
+点这里立即登录
+----------------------------------------
+小提示:
+您的登录户名:{$user[username]}
+您的登录密码:已加密 (如果您忘记了密码,请点这里找回)
+您的注册邮箱:{$user[email]}
+----------------------------------------
+{$content} +
+请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
\ No newline at end of file diff --git a/template/default/mail/email-password.htm b/template/default/mail/email-password.htm new file mode 100644 index 0000000..87f94cf --- /dev/null +++ b/template/default/mail/email-password.htm @@ -0,0 +1,26 @@ +query("UPDATE {$db->pre}member SET password='$dpassword',passsalt='$passsalt' WHERE username='$username'"); +?> + + + + + + + + + + +
{$DT[sitename]} LOGO
+尊敬的会员:
+以下为您在{$DT[sitename]}的帐号信息,请您妥善保存:
+户名:{$username}
+密码:{$password}
+为了您的账户安全,请定期修改密码 +
+请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除 +
\ No newline at end of file diff --git a/template/default/mail/email.htm b/template/default/mail/email.htm new file mode 100644 index 0000000..691d225 --- /dev/null +++ b/template/default/mail/email.htm @@ -0,0 +1,19 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+邮件群发模板系列,请创建本系列模板,并设置内容,内容支持系统变量和会员资料,会员资料保存于$user数组。
+例如:
+{$user[username]} 表示会员名
+{$user[truename]} 表示会员姓名
+{$user[company]} 表示公司名称
+
+请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
diff --git a/template/default/mail/emailcode.htm b/template/default/mail/emailcode.htm new file mode 100644 index 0000000..5581283 --- /dev/null +++ b/template/default/mail/emailcode.htm @@ -0,0 +1,16 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+尊敬的会员
+您在{$DT[sitename]}请求的邮件验证码为 {$emailcode} (有效期{$MOD[auth_days]}0分钟)
请使用此验证码继续操作,切勿透露给他人。 +
+请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除 +
\ No newline at end of file diff --git a/template/default/mail/message.htm b/template/default/mail/message.htm new file mode 100644 index 0000000..c01c94b --- /dev/null +++ b/template/default/mail/message.htm @@ -0,0 +1,20 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+Hi, {$touser}:
+您在{$DT[sitename]}收到了新的站内信({$title}),内容如下:

+{$content}

+原始信件:{$MODULE[2][linkurl]}message.php?action=show&itemid={$itemid}
+{if $fromuser}发件会员:{$fromuser}
{/if} +发送时间:{timetodate($addtime, 6)}
+
+请注意:此信件系根据您的设置自动发送,如果不希望接收,请点这里取消 +
\ No newline at end of file diff --git a/template/default/mail/messager.htm b/template/default/mail/messager.htm new file mode 100644 index 0000000..a91bf12 --- /dev/null +++ b/template/default/mail/messager.htm @@ -0,0 +1,16 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+Hi, {$touser}:
+{$content} +
+请注意:此信件系{$DT[sitename]}系统信使自动发送,请勿直接回复 +
\ No newline at end of file diff --git a/template/default/mail/these.name.php b/template/default/mail/these.name.php new file mode 100644 index 0000000..6f143aa --- /dev/null +++ b/template/default/mail/these.name.php @@ -0,0 +1,14 @@ + '贸易提醒', + 'ask' => '收到提问', + 'email' => '邮件发送', + 'email-default' => '邮件发送默认', + 'email-login' => '邮件发送30天未登录', + 'email-password' => '邮件发送会员密码(明文)', + 'emailcode' => '邮件验证码', + 'message' => '站内信转发', + 'messager' => '系统信使模板', + 'welcome' => '欢迎信模板', +); +?> \ No newline at end of file diff --git a/template/default/mail/welcome.htm b/template/default/mail/welcome.htm new file mode 100644 index 0000000..1168759 --- /dev/null +++ b/template/default/mail/welcome.htm @@ -0,0 +1,21 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+尊敬的会员:
+恭喜您成功注册成为{$DT[sitename]}会员!
+以下为您的会员帐号信息:
+户名:{$username}
+密码:{if isset($post[password])}{$post[password]}{else}已加密 (如果您忘记了密码,请点这里找回){/if}
+请您妥善保存,切勿告诉他人。
+如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。
+
+请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除 +
\ No newline at end of file diff --git a/template/default/mall/comment.htm b/template/default/mall/comment.htm new file mode 100644 index 0000000..ea0b13e --- /dev/null +++ b/template/default/mall/comment.htm @@ -0,0 +1,82 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
非常好
{$stat[pc5]}
{$stat[pc4]}
一般
{$stat[pc3]}
{$stat[pc2]}
非常差
{$stat[pc1]}
+
+
+
+   +   +   +   +   +   +   +   +
+{if $lists} +{loop $lists $k $v} +
+
+ {if $v[buyer_hidden]} +
+ {hide_info($v[buyer])} + {else} +
+ {$v[buyer]} + {/if} +
+
+
{$v[addtime]}
+
{if $v[seller_comment]}{nl2br($v[seller_comment])}{else}买家没有发表评价内容{/if}
+ {if $v[thumbs] || $v[video]} +
    + {if $v[video]}
  • {/if} + {loop $v[thumbs] $t} + {if $t}
  • {/if} + {/loop} +
+

+ {/if} + {if $v[buyer_reply]} +
+ {$v[replytime]}商家回复:
+ {nl2br($v[buyer_reply])} +
+ {/if} +
+
+{/loop} +{if $pages}
{$pages}
{/if} +{else} +
暂无评价
+{/if} \ No newline at end of file diff --git a/template/default/mall/compare.htm b/template/default/mall/compare.htm new file mode 100644 index 0000000..efa709d --- /dev/null +++ b/template/default/mall/compare.htm @@ -0,0 +1,115 @@ +{template 'header'} + +
+ +
+ + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + +
移除移除
图片
商品
价格{$v[price]}
品牌
{$v[brand]}
日期{$v[editdate]}
公司
会员 + {if $v[vip]}{VIP}{/if} +
地区{area_pos($v[areaid], ' ', 2)}
销量{$v[sales]}
评价{$v[comments]}
联系  + {if $v[username] && $DT[im_web]}{im_web($v[username].'&mid='.$moduleid.'&itemid='.$v[itemid])} {/if} + {if $v[qq] && $DT[im_qq]}{im_qq($v[qq])} {/if} + {if $v[wx] && $DT[im_wx]}{im_wx($v[wx], $v[username])} {/if} + {if $v[ali] && $DT[im_ali]}{im_ali($v[ali])} {/if} + {if $v[skype] && $DT[im_skype]}{im_skype($v[skype])} {/if} +
购买
移除移除
+
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/mall/index.htm b/template/default/mall/index.htm new file mode 100644 index 0000000..e46ae2b --- /dev/null +++ b/template/default/mall/index.htm @@ -0,0 +1,133 @@ +{template 'header'} +
+
+
+
+ +{php $mid = $moduleid;} +{php $c0 = get_maincat(0, $mid, 1);} + +
+
+
{ad(14)}
+
+
+
+
    +
  • 推荐
  • +
  • 上新
  • +
  • 人气
  • +
  • 热销
  • +
  • 热评
  • +
+
+
+ + + + +
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+
+ +
+ {loop $c0 $k0 $v0} + {if $v0[child]} +
+
+ {if $k0 == 0}
{/if} +

{$v0[catname]}

+ {php $child = get_maincat($v0[catid], $moduleid, 1);} + +
+
+ + {loop $tags $i $t} +
+ + {$DT[money_sign]}{$t[price]} +

{$t[title]}

+
+ {/loop} +
+
+ {/if} + {/loop} +
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/mall/list.htm b/template/default/mall/list.htm new file mode 100644 index 0000000..fc34b50 --- /dev/null +++ b/template/default/mall/list.htm @@ -0,0 +1,87 @@ +{template 'header'} +
+ +
+
+
+
+
行业
+
+ +
+
+
+
地区
+
+
    + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
  • {$v[areaname]}
  • + {/loop} +
+
+
+ {if $CP}{template 'property_list', 'chip'}{/if} +
+ + +
+ + + + + + +
+     + + + + {VIP}  +   +   + 图片列表  + 图文列表  +
+
+ {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
+
+
+ +
搜索排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/mall/search.htm b/template/default/mall/search.htm new file mode 100644 index 0000000..0caf37c --- /dev/null +++ b/template/default/mall/search.htm @@ -0,0 +1,172 @@ +{template 'header'} + +
+
+
+ +
+
关键词
+
+   + {loop $sfields $k $v} +   + {/loop} +
+
+
+
行业
+
+ {$category_select} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')}   + {VIP}   +
+
+
+
地区
+
+ {$area_select} + 价格 + ~ + 排序 + {$order_select} +
+
+ {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+ +
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + + +
+ + + + + + + +
+   + + + {if $list == 1} + 图片列表  + {else} + 图片列表  + {/if} + {if $list == 0} + 图文列表  + {else} + 图文列表  + {/if} +
+
+ {if $list==1} + + {loop $tags $k $t} + {if $k%5==0}{/if} + + {if $k%5==4}{/if} + {/loop} +
+ + + + + + + + + + +
+ +
+ {$DT[money_sign]}{$t[price]}
+ +
+ +
+ {if $t[username] && $DT[im_web]}{im_web($t[username].'&mid='.$moduleid.'&itemid='.$t[itemid])} {/if} + {if $t[qq] && $DT[im_qq]}{im_qq($t[qq])} {/if} + {if $t[wx] && $DT[im_wx]}{im_wx($t[wx], $t[username])} {/if} + {if $t[ali] && $DT[im_ali]}{im_ali($t[ali])} {/if} + {if $t[skype] && $DT[im_skype]}{im_skype($t[skype])} {/if} +
+
+ {if $pages}
{$pages}
{/if} + {else} + {template 'list-'.$module, 'tag'} + {/if} +
+ + + + + + +
+   + +
+
+ {else} + {template 'empty', 'chip'} + {/if} +
+
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/mall/show.htm b/template/default/mall/show.htm new file mode 100644 index 0000000..d4474d0 --- /dev/null +++ b/template/default/mall/show.htm @@ -0,0 +1,231 @@ +{template 'header'} + +
+ +
+
+ + + + + + +
+ + + + + +
+
+ {if $video}
{/if} +
+
+
+
{loop $albums $k $v}{/loop}
+
+
+
+
+ +

{$title}

+ {if $subtitle} +
{$subtitle}
+ {/if} + + + + + + {if $a2} + + + + + {/if} + {if $promos} + + + + + {/if} + {if $express_name_1 == '包邮'} + + + + + {elseif $fee_start_1>0 || $fee_start_2>0 || $fee_start_3>0} + + + + + {/if} + {if $cod} + + + + + {/if} + + + + + {if $MOD[hits]} + + + + + {/if} + {if $RL} + + + + + {/if} + {if $P1} + + + + + {/if} + {if $P2} + + + + + {/if} + {if $P3} + + + + + {/if} + {if $amount>0} + {if $status == 3} + + + + + + + + + {else} + + + + + {/if} + {else} + + + + + {/if} +
价格{$DT[money_sign]}{$price}
混批{$a1}-{$a2}{$unit} {$DT[money_sign]}{$p1}{if $a3}; {$a2+1}-{$a3}{$unit} {$DT[money_sign]}{$p2}; {$a3}{$unit}以上 {$DT[money_sign]}{$p3}{else}; {$a2+1}{$unit}以上 {$DT[money_sign]}{$p2}{/if}
优惠 + + {loop $promos $v} + {if $v[cost]} + 满{$v[cost]}减{$v[price]} + {else} + {$v[price]}{$DT[money_unit]}优惠 + {/if} + {/loop} + +
运费 + {if $fee_start_1>0} + {if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} + {if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} + 满{$fee_start_1}包邮 + {else} + 包邮 + {/if} +
运费 + {if $fee_start_1>0} {$express_name_1}:{$fee_start_1}  {/if} + {if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} + {if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +
到付支持货到付款
评价已有 {$comments} 条评价
人气已有 {$hits} 人关注
{$relate_name} + {loop $RL $v} + + {/loop} +
{$n1} +
    + {loop $P1 $i $v} +
  • {$v}
  • + {/loop} +
+
{$n2} +
    + {loop $P2 $i $v} +
  • {$v}
  • + {/loop} +
+
{$n3} +
    + {loop $P3 $i $v} +
  • {$v}
  • + {/loop} +
+
数量
+-
库存{$amount}{$unit}
+ + +
该商品已下架
该商品库存不足
+
+
  +
商家资料
+
{template 'contact', 'chip'}
+ +
+
+
+
 
+ +
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{$content}
+ +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+
+ +
+ +{if $content}{/if} + + + + +{template 'footer'} \ No newline at end of file diff --git a/template/default/mall/these.name.php b/template/default/mall/these.name.php new file mode 100644 index 0000000..9e95a24 --- /dev/null +++ b/template/default/mall/these.name.php @@ -0,0 +1,11 @@ + '评价记录', + 'compare' => '商品比较', + 'index' => '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', + 'view' => '浏览记录', +); +?> \ No newline at end of file diff --git a/template/default/mall/view.htm b/template/default/mall/view.htm new file mode 100644 index 0000000..1ad2d93 --- /dev/null +++ b/template/default/mall/view.htm @@ -0,0 +1,28 @@ +{template 'header'} +
+ +
+ {if $lists} + {loop $lists $k $tags} +
删除{view_txt($k)}
+
+ {loop $tags $i $t} +
+ + +
+ {/loop} +
+ {/loop} + {if $pages}
{$pages}
{/if} + {else} +
您的 浏览历史 还是空的,赶快行动吧!马上去 挑选商品
+ {/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/default/member/account.htm b/template/default/member/account.htm new file mode 100644 index 0000000..9feef7a --- /dev/null +++ b/template/default/member/account.htm @@ -0,0 +1,509 @@ +{template 'header', 'member'} + +{if $action == 'group'} +{if $itemid} +
您所在的会员组 {$MG[groupname]} 没有权限使用此功能,请升级
+{/if} +
+ + + + + + + + +{if $lists} +{loop $lists $k $v} + + + + + + + +{/loop} +{else} + + + + + + + +{/if} +
可升级会员组年费权限升级
{$v[groupname]}{if $v[fee]}{$v[fee]}{$DT[money_unit]}{else}免费{/if}查看升级
暂无N/A查看--
+
+ +{elseif $action == 'grade'} +
+ + + + + + + + + + + +{if $fee>0} + + + + + + + + + + + + + + + + +{else} + + + + +{/if} + + + + +
当前组{$GROUP[$_groupid][groupname]}
升级为{$GROUP[$groupid][groupname]}
应付总额{$fee} {$DT[money_unit]}
公司名称
+   + +
+
+ +{elseif $action == 'vip'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
到期时间{$todate}
剩余时间{$havedays} 天
服务费用{$MG[fee]} {$DT[money_unit]}/年
* 续费年限 + +
应付总额{$fee} {$DT[money_unit]}
+
+ +{elseif $action == 'upgrade'} +
+ + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + +{/loop} +
申请时间公司名称费用原会员组新会员组受理时间状态操作原因
{$v[adddate]}{$v[company]}{$v[amount]}{$GROUP[$v[gid]][groupname]}{$GROUP[$v[groupid]][groupname]}{$v[editdate]}{$_status[$v[status]]}
+
+
{$pages}
+ +{elseif $action == 'renew'} +
+ + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + +{/loop} +
续费时间费用原会员组新会员组开始时间到期时间事由
{$v[adddate]}{$v[amount]}{$GROUP[$v[gid]][groupname]}{$GROUP[$v[groupid]][groupname]}{$v[fromdate]}{$v[todate]}{$v[reason]}
+
+
{$pages}
+ +{elseif $action == 'login'} +
+ + + + + + + + +{loop $lists $k $v} + + + + + + + +{/loop} +
时间IP地区结果
{$v[logintime]}{$v[loginip]}{$v[area]}{$v[message]}
+
+
{$pages}
+ + +{elseif $action == 'username'} +
+ + + + + + +{if $linkurl} + + + + +{/if} + + + + + + + + + + + + +
当前账号{$_username}
主页地址{$linkurl}
* 新会员名
格式要求{$MOD[minusername]}-{$MOD[maxusername]}个字符,只能使用小写字母(a-z)、数字(0-9)、下划线(_)、中划线(-),且以字母或数字开头和结尾
     
+
+ +{elseif $action == 'passport'} +
+ + + + + + + + + + + + + + +
当前昵称{$_passport}
* 新昵称
     
+
+ +{elseif $action == 'close'} +
+ + + + + + + + + + + + + + + + + + +
当前账号{$_username}
* 注销原因
重要提示注销申请一旦通过,该账号名下所有数据和文件将被彻底删除且不可恢复
请确认必须要注销此账户并且已经备份过重要数据再点击申请按钮
     
+
+ +{else} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $vip} + + + + + + +{/if} +{if $support} + + + + + + +{/if} + + + + + + + + + + + + +
类型账号操作
头像更换头像
会员名{$username}{if $edit_username}修改账号{/if}
昵称{$passport}{if $edit_passport}修改昵称{/if}
会员组{$MG[groupname]}{if !$vip && $groupid>4}升级账号{/if}
服务剩余{$havedays}天立即续费
客服专员{$support}联系方式
上次登录{timetodate($logintime, 5)}{if $DT[login_log]==2}登录记录{/if}
注册时间{timetodate($regtime, 5)}{if $MOD[account_close] && $_groupid > 1}注销账号{/if}
+
+ +{/if} + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/ad.htm b/template/default/member/ad.htm new file mode 100644 index 0000000..ca2ea2e --- /dev/null +++ b/template/default/member/ad.htm @@ -0,0 +1,365 @@ +{template 'header', 'member'} + +{if $action == 'add'} +
+ + + + + + + + + + + + +{if $p[introduce]} + + + + +{/if} +{if $p[width] && $p[height]} + + + + +{/if} +{if $typeid == 1} + + + + +{elseif $typeid == 2} + + + + + + + + + + + + +{elseif $typeid == 3 || $typeid == 5} + + + + + + + + + + + + +{elseif $typeid == 4} + + + + + + + + + + + + + + + + + + + + +{elseif $typeid == 6} + + + + + + + + + + + + +{if $p[moduleid] == 4} + +{else} + + + + +{/if} +{elseif $typeid == 7} + + + + + + + + + + + + + + + + +{/if} + + + + + + + + +{if $price} + + + + + + + + +{if $currency == 'money'} + + + + + + + + +{else} + + + + +{/if} +{/if} + + + + + + + + +
广告位名称{$p[name]}
广告位类型{$TYPE[$typeid]}
广告位介绍{$p[introduce]}
广告位大小{$p[width]}px X {$p[height]}px
* 广告代码
* 链接文字
* 链接地址
标题提示
* 图片地址  [上传]  [预览]  [删除]
链接地址
标题提示
* 视频地址 + + + +  [上传]  [预览]  [删除]   + +
自动播放 + 是   + 否 +
循环播放 + 是   + 否 +
链接地址
所属模块{$MODULE[$p[moduleid]][name]}
所属分类{ajax_category_select('post[catid]', '请选择', 0, $p[moduleid])}
关键词
* 信息ID
所属模块{$MODULE[$p[moduleid]][name]}
所属分类{ajax_category_select('post[catid]', '请选择', 0, $p[moduleid])}
关键词
* 广告代码
* 开始日期{dcalendar('post[fromtime]', $fromdate)}
* 购买时长 + +(注:按30天/月计算) +
广告价格{$p[price]} {$unit}/月
应付总价{$p[price]}{$unit}
账户余额{$_money} {$DT[money_unit]}  [充值]
* 支付密码{template 'password', 'chip'}
{$DT[credit_name]}余额{$_credit} {$DT[credit_unit]}  [购买]
备注事项
+  + +
+
+{load('clear.js')} + +{elseif $action == 'list'} +
+ + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} +
编号广告位名称广告类型规格(px)价格/月示意图预定
A{$v[pid]}{$v[name]}{$v[typename]}{$v[width]} x {$v[height]}{if $v[price]}{$v[price]}{$unit}{else}面议{/if}{if $v[thumb]}查看{else}暂无{/if}{if $EXT[ad_buy]}预定{else}--{/if}
+
+
{$pages}
+ +{else} +
+ + + + + + + + + + + + +{loop $lists $k $v} + + + + + + +{$v[days]} + + + + +{/loop} +
广告类型广告名称 出价 开始日期结束日期剩余(天)投放状态申请时间 预览 
{$TYPE[$v[typeid]]}  {$v[title]}{$v[amount]}{if $v[currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{timetodate($v[fromtime], 3)}{timetodate($v[totime], 3)}{$v[process]}{timetodate($v[addtime], 5)}预览
+
+
{$pages}
+ +{/if} +{if $action == 'add'} +{load('clear.js')} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/address.htm b/template/default/member/address.htm new file mode 100644 index 0000000..5ba0fe4 --- /dev/null +++ b/template/default/member/address.htm @@ -0,0 +1,127 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* 详细地址{ajax_area_select('post[areaid]', '请选择', $areaid)}
* 邮政编码
* 真实姓名
* 手机号码
电话号码
显示顺序 数字越小越靠前
备注信息
 
+
+ +{else} +
+
+ + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + +{/loop} +
地址姓名手机添加时间排序修改删除
  {$v[address]}{$v[truename]}{$v[mobile]}{$v[adddate]}{$v[listorder]}
+
+
+ +
+
+{if $MG[address_limit]} +
总共可加 {$MG[address_limit]} 条   当前已加 {$limit_used} 条   还可以加 {$limit_free}
+{/if} +
{$pages}
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/agreement.htm b/template/default/member/agreement.htm new file mode 100644 index 0000000..00c3c42 --- /dev/null +++ b/template/default/member/agreement.htm @@ -0,0 +1,150 @@ + + + + +服务条款{$DT[seo_delimiter]}{$DT[sitename]} + + +
+欢迎阅读{$DT[sitename]}服务条款协议(下称“本协议”)。本协议阐述之条款和条件适用于您使用{$DT[sitename]}所提供的在企业间(B-TO-B)电子市场中进行贸易和交流的各种工具和服务(下称“服务”)。
+ +1. 接受条款。
+以任何方式进入{$DT[sitename]}网站即表示您同意自己已经与{$DT[sitename]}订立本协议,且您将受本协议的条款和条件(“条款”) 约束。{$DT[sitename]}可随时自行全权决定更改“条款”。如“条款”有任何变更,{$DT[sitename]}将在其网站上刊载公告,通知予您。如您不同意相关变更,必须停止使用“服务”。经修订的“条款”一经在{$DT[sitename]}网站的公布后,立即自动生效。您应在第一次登录后仔细阅读修订后的“条款”,并有权选择停止继续使用“服务”;一旦您继续使用“服务”,则表示您已接受经修订的“条款”,当您与{$DT[sitename]}发生争议时,应以最新的服务协议为准。除另行明确声明外,任何使“服务”范围扩大或功能增强的新内容均受本协议约束。除非经{$DT[sitename]}的授权高层管理人员签订书面协议,本协议不得另行作出修订。

+ + +2.谁可使用{$DT[sitename]}网站?
+“服务”仅供能够根据相关法律订立具有法律约束力的合约的个人或公司使用。因此,您的年龄必须在十八周岁或以上,才可使用本公司服务。如不符合本项条件,请勿使用“服务”。{$DT[sitename]}可随时自行全权决定拒绝向任何人士提供“服务”。“服务”不会提供给被暂时或永久中止资格的{$DT[sitename]}会员。

+ +3. 收费。
+本公司保留在根据第1条通知您后,收取“服务”费用的权利。您因进行交易、向本公司获取有偿服务或接触本公司服务器而发生的所有应纳税赋,以及相关硬件、软件、通讯、网络服务及其他方面的费用均由您自行承担。本公司保留在无须发出书面通知,仅在{$DT[sitename]}网站公示的情况下,暂时或永久地更改或停止部分或全部“服务”的权利。

+ +4.{$DT[sitename]}网站仅作为交易地点。
+本公司网站仅作为用户物色交易对象,就货物和服务的交易进行协商,以及获取各类与贸易相关的服务的地点。但是,本公司不能控制交易所涉及的物品的质量、安全或合法性,商贸信息的真实性或准确性,以及交易方履行其在贸易协议项下的各项义务的能力。本公司不能也不会控制交易各方能否履行协议义务。此外,您应注意到,与外国国民、未成年人或以欺诈手段行事的人进行交易的风险是客观存在的。

+ +5.您的资料和供买卖的物品。
+“您的资料”包括您在注册、交易或列举物品过程中、在任何公开信息场合或通过任何电子邮件形式,向本公司或其他用户提供的任何资料,包括数据、文本、软件、音乐、声响、照片、图画、影像、词句或其他材料。您应对“您的资料”负全部责任,而本公司仅作为您在网上发布和刊登“您的资料”的被动渠道。但是,倘若本公司认为“您的资料”可能使本公司承担任何法律或道义上的责任,或可能使本公司 (全部或部分地) 失去本公司的互联网服务供应商或其他供应商的服务,或您未在{$DT[sitename]}规定的期限内登录或再次登录网站,则本公司可自行全权决定对“您的资料”采取本公司认为必要或适当的任何行动,包括但不限于删除该类资料。您特此保证,您对提交给{$DT[sitename]}的“您的资料”拥有全部权利,包括全部版权。您确认,{$DT[sitename]}没有责任去认定或决定您提交给本公司的资料哪些是应当受到保护的,对享有“服务”的其他用户使用“您的资料”,本公司也不必负责。

+ +5.1 注册义务。
+如您在{$DT[sitename]}网站注册,您同意:
+(a) 根根据{$DT[sitename]}网站刊载的会员资料表格的要求,提供关于您或贵公司的真实、准确、完整和反映当前情况的资料;
+(b) 维持并及时更新会员资料,使其保持真实、准确、完整和反映当前情况。倘若您提供任何不真实、不准确、不完整或不能反映当前情况的资料,或{$DT[sitename]}有合理理由怀疑该等资料不真实、不准确、不完整或不能反映当前情况,{$DT[sitename]}有权暂停或终止您的注册身份及资料,并拒绝您在目前或将来对“服务”(或其任何部份) 以任何形式使用。如您代表一家公司或其他法律主体在本公司登记,则您声明和保证,您有权使该公司或其他法律主体受本协议“条款”约束。

+ +5.2 会员注册名、密码和保密。
+在登记过程中,您将选择会员注册名和密码。您须自行负责对您的会员注册名和密码保密,且须对您在会员注册名和密码下发生的所有活动承担责任。您同意:
+(a) 如发现任何人未经授权使用您的会员注册名或密码,或发生违反保密规定的任何其他情况,您会立即通知{$DT[sitename]};
+(b) 确保您在每个上网时段结束时,以正确步骤离开网站。{$DT[sitename]}不能也不会对因您未能遵守本款规定而发生的任何损失或损毁负责。

+ +5.3 关于您的资料的规则。
+您同意,“您的资料”和您供在{$DT[sitename]}网站上交易的任何“物品”(泛指一切可供依法交易的、有形的或无形的、以各种形态存在的某种具体的物品,或某种权利或利益,或某种票据或证券,或某种服务或行为。本协议中“物品”一词均含此义)

+a. 不会有欺诈成份,与售卖伪造或盗窃无涉;
+b. 不会侵犯任何第三者对该物品享有的物权,或版权、专利、商标、商业秘密或其他知识产权,或隐私权、名誉权;
+c. 不会违反任何法律、法规、条例或规章 (包括但不限于关于规范出口管理、贸易配额、保护消费者、不正当竞争或虚假广告的法律、法规、条例或规章);
+d. 不会含有诽谤(包括商业诽谤)、非法恐吓或非法骚扰的内容;
+e. 不会含有淫秽、或包含任何儿童色情内容;
+f. 不会含有蓄意毁坏、恶意干扰、秘密地截取或侵占任何系统、数据或个人资料的任何病毒、伪装破坏程序、电脑蠕虫、定时程序炸弹或其他电脑程序;
+g. 不会直接或间接与下述各项货物或服务连接,或包含对下述各项货物或服务的描述:
+ (i) 本协议项下禁止的货物或服务;或
+ (ii) 您无权连接或包含的货物或服务。
+此外,您同意不会:
+(h) 在与任何连锁信件、大量胡乱邮寄的电子邮件、滥发电子邮件或任何复制或多余的信息有关的方面使用“服务”;
+(i) 未经其他人士同意,利用“服务”收集其他人士的电子邮件地址及其他资料;或
+(j) 利用“服务”制作虚假的电子邮件地址,或以其他形式试图在发送人的身份或信息的来源方面误导其他人士。

+ +5.4 被禁止物品。
+您不得在本公司网站公布或通过本公司网站买卖:
+(a) 可能使本公司违反任何相关法律、法规、条例或规章的任何物品;或
+(b) {$DT[sitename]}认为应禁止或不适合通过本网站买卖的任何物品。

+ +6. 您授予本公司的许可使用权。
+您授予本公司独家的、全球通用的、永久的、免费的许可使用权利 (并有权在多个层面对该权利进行再授权),使本公司有权(全部或部份地) 使用、复制、修订、改写、发布、翻译、分发、执行和展示"您的资料"或制作其派生作品,和/或以现在已知或日后开发的任何形式、媒体或技术,将"您的资料"纳入其他作品内。

+ +7.隐私。
+尽管有第6条所规定的许可使用权,{$DT[sitename]}将仅根据本公司的隐私声明使用“您的资料”。本公司隐私声明的全部条款属于本协议的一部份,因此,您必须仔细阅读。请注意,您一旦自愿地在{$DT[sitename]}交易地点披露“您的资料”,该等资料即可能被其他人士获取和使用。

+ +8.交易程序。
+ +8.1 添加产品描述条目。
+产品描述是由您提供的在{$DT[sitename]}网站上展示的文字描述、图画和/或照片,可以是
+(a) 对您拥有而您希望出售的产品的描述;或
+(b) 对您正寻找的产品的描述。您可在{$DT[sitename]}网站发布任一类产品描述,或两种类型同时发布,条件是,您必须将该等产品描述归入正确的类目内。
+{$DT[sitename]}不对产品描述的准确性或内容负责。

+ +8.2 就交易进行协商。
+交易各方通过在{$DT[sitename]}网站上明确描述报盘和回盘,进行相互协商。所有各方接纳报盘或回盘将使所涉及的{$DT[sitename]}用户有义务完成交易。除非在特殊情况下,诸如用户在您提出报盘后实质性地更改对物品的描述或澄清任何文字输入错误,或您未能证实交易所涉及的用户的身份等,报盘和承诺均不得撤回。

+ +8.3 处理交易争议。
+本公司不会且不能牵涉进交易各方的交易当中。倘若您与一名或一名以上用户,或与您通过本公司网站获取其服务的第三者服务供应商发生争议,您免除{$DT[sitename]} (及本公司代理人和雇员) 在因该等争议而引起的,或在任何方面与该等争议有关的不同种类和性质的任何 (实际和后果性的) 权利主张、要求和损害赔偿等方面的责任。

+ +8.4 运用常识。
+本公司不能亦不试图对其他用户通过“服务”提供的资料进行控制。就其本质而言,其他用户的资料,可能是令人反感的、有害的或不准确的,且在某些情况下可能带有错误的标识说明或以欺诈方式加上标识说明。本公司希望您在使用本公司网站时,小心谨慎并运用常识。

+ +9.交易系统。

+ +9.1 不得操纵交易。
+您同意不利用帮助实现蒙蔽或欺骗意图的同伙(下属的客户或第三方),操纵与另一交易方所进行的商业谈判的结果。

+ +9.2 系统完整性。
+您同意,您不得使用任何装置、软件或例行程序干预或试图干预{$DT[sitename]}网站网站的正常运作或正在本公司网站上进行的任何交易。您不得采取对任何将不合理或不合比例的庞大负载加诸本公司网络结构的行动。您不得向任何第三者披露您的密码,或与任何第三者共用您的密码,或为任何未经批准的目的使用您的密码。

+ +9.3 反馈。
+您不得采取任何可能损害信息反馈系统的完整性的行动,诸如:利用第二会员身份标识或第三者为您本身留下正面反馈;利用第二会员身份标识或第三者为其他用户留下负面反馈 (反馈数据轰炸);或在用户未能履行交易范围以外的某些行动时,留下负面的反馈 (反馈恶意强加)。

+ +9.4 不作商业性利用。
+您同意,您不得对任何资料作商业性利用,包括但不限于在未经{$DT[sitename]}授权高层管理人员事先书面批准的情况下,复制在{$DT[sitename]}网站上展示的任何资料并用于商业用途。

+ +10. 终止或访问限制。
+您同意,在{$DT[sitename]}未向您收费的情况下,{$DT[sitename]}可自行全权决定以任何理由 (包括但不限于{$DT[sitename]}认为您已违反本协议的字面意义和精神,或您以不符合本协议的字面意义和精神的方式行事,或您在超过90天的时间内未以您的帐号及密码登录网站) 终止您的“服务”密码、帐户 (或其任何部份) 或您对“服务”的使用,并删除和丢弃您在使用“服务”中提交的 “您的资料”。您同意,在{$DT[sitename]}向您收费的情况下,{$DT[sitename]}应基于合理的怀疑且经电子邮件通知的情况下实施上述终止服务的行为。{$DT[sitename]}同时可自行全权决定,在发出通知或不发出通知的情况下,随时停止提供“服务”或其任何部份。您同意,根据本协议的任何规定终止您使用“服务”之措施可在不发出事先通知的情况下实施,并承认和同意,{$DT[sitename]}可立即使您的帐户无效,或撤销您的帐户以及在您的帐户内的所有相关资料和档案,和/或禁止您进一步接入该等档案或“服务”。帐号终止后,{$DT[sitename]}没有义务为您保留原帐号中或与之相关的任何信息,或转发任何未曾阅读或发送的信息给您或第三方。此外,您同意,{$DT[sitename]}不会就终止您接入“服务”而对您或任何第三者承担任何责任。第12、13、14和22各条应在本协议终止后继续有效。

+ + +11. 违反规则会有什么后果?
+在不限制其他补救措施的前提下,发生下述任一情况,本公司可立即发出警告,暂时中止、永久中止或终止您的会员资格,删除您的任何现有产品信息,以及您在网站上展示的任何其他资料:
+(i) 您违反本协议;
+(ii) 本公司无法核实或鉴定您向本公司提供的任何资料;或
+(iii) 本公司相信您的行为可能会使您、本公司用户或通过本公司或本公司网站提供服务的第三者服务供应商发生任何法律责任。在不限制任何其他补救措施的前提下,倘若发现您从事涉及本公司网站的诈骗活动,{$DT[sitename]}可暂停或终止您的帐户。

+ +12. 服务“按现状”提供。
+本公司会尽一切努力使您在使用{$DT[sitename]}网站的过程中得到乐趣。遗憾的是,本公司不能随时预见到任何技术上的问题或其他困难。该等困难可能会导致数据损失或其他服务中断。为此,您明确理解和同意,您使用“服务”的风险由您自行承担。“服务”以“按现状”和“按可得到”的基础提供。{$DT[sitename]}明确声明不作出任何种类的所有明示或暗示的保证,包括但不限于关于适销性、适用于某一特定用途和无侵权行为等方面的保证。{$DT[sitename]}对下述内容不作保证:
+(i)“服务”会符合您的要求;
+(ii)“服务”不会中断,且适时、安全和不带任何错误;
+(iii) 通过使用“服务”而可能获取的结果将是准确或可信赖的;
+(iv) 您通过“服务”而购买或获取的任何产品、服务、资料或其他材料的质量将符合您的预期。通过使用“服务”而下载或以其他形式获取任何材料是由您自行全权决定进行的,且与此有关的风险由您自行承担,对于因您下载任何该等材料而发生的您的电脑系统的任何损毁或任何数据损失,您将自行承担责任。您从{$DT[sitename]}或通过或从“服务”获取的任何口头或书面意见或资料,均不产生未在本协议内明确载明的任何保证。

+ +13. 责任范围。
+您明确理解和同意,{$DT[sitename]}不对因下述任一情况而发生的任何损害赔偿承担责任,包括但不限于利润、商誉、使用、数据等方面的损失或其他无形损失的损害赔偿 (无论{$DT[sitename]}是否已被告知该等损害赔偿的可能性):
+(i) 使用或未能使用“服务”;
+(ii) 因通过或从“服务”购买或获取任何货物、样品、数据、资料或服务,或通过或从“服务”接收任何信息或缔结任何交易所产生的获取替代货物和服务的费用;
+(iii) 未经批准接入或更改您的传输资料或数据;
+(iv) 任何第三者对“服务”的声明或关于“服务”的行为;或因任何原因而引起的与“服务”有关的任何其他事宜,包括疏忽。

+ +14. 赔偿。
+您同意,因您违反本协议或经在此提及而纳入本协议的其他文件,或因您违反了法律或侵害了第三方的权利,而使第三方对{$DT[sitename]}及其子公司、分公司、董事、职员、代理人提出索赔要求(包括司法费用和其他专业人士的费用),您必须赔偿给{$DT[sitename]}及其子公司、分公司、董事、职员、代理人,使其等免遭损失。

+ +15. 遵守法律。
+您应遵守与您使用“服务”,以及与您竞买、购买和销售任何物品以及提供商贸信息有关的所有相关的法律、法规、条例和规章。

+ +16. 无代理关系。
+您与{$DT[sitename]}仅为独立订约人关系。本协议无意结成或创设任何代理、合伙、合营、雇用与被雇用或特许权授予与被授予关系。

+ +17. 广告和金融服务。
+您与在“服务”上或通过“服务”物色的刊登广告人士通讯或进行业务往来或参与其推广活动,包括就相关货物或服务付款和交付相关货物或服务,以及与该等业务往来相关的任何其他条款、条件、保证或声明,仅限于在您和该刊登广告人士之间发生。您同意,对于因任何该等业务往来或因在“服务”上出现该等刊登广告人士而发生的任何种类的任何损失或损毁,{$DT[sitename]}无需负责或承担任何责任。您如打算通过“服务”创设或参与与任何公司、股票行情、投资或证券有关的任何服务,或通过“服务”收取或要求与任何公司、股票行情、投资或证券有关的任何新闻信息、警戒性信息或其他资料,敬请注意,{$DT[sitename]}不会就通过“服务”传送的任何该等资料的准确性、有用性或可用性、可获利性负责或承担任何责任,且不会对根据该等资料而作出的任何交易或投资决策负责或承担任何责任。

+ +18. 链接。
+“服务”或第三者均可提供与其他万维网网站或资源的链接。由于{$DT[sitename]}并不控制该等网站和资源,您承认并同意,{$DT[sitename]}并不对该等外在网站或资源的可用性负责,且不认可该等网站或资源上或可从该等网站或资源获取的任何内容、宣传、产品、服务或其他材料,也不对其等负责或承担任何责任。您进一步承认和同意,对于任何因使用或信赖从此类网站或资源上获取的此类内容、宣传、产品、服务或其他材料而造成(或声称造成)的任何直接或间接损失,{$DT[sitename]}均不承担责任。

+ +19. 通知。
+除非另有明确规定,任何通知应以电子邮件形式发送,(就{$DT[sitename]}而言) 电子邮件地址为以本站域名后缀之地址,或 (就您而言) 发送到您在登记过程中向{$DT[sitename]}提供的电子邮件地址,或有关方指明的该等其他地址。在电子邮件发出二十四 (24) 小时后,通知应被视为已送达,除非发送人被告知相关电子邮件地址已作废。或者,本公司可通过邮资预付挂号邮件并要求回执的方式,将通知发到您在登记过程中向{$DT[sitename]}提供的地址。在该情况下,在付邮当日三 (3) 天后通知被视为已送达。

+ +20. 不可抗力。
+对于因本公司合理控制范围以外的原因,包括但不限于自然灾害、罢工或骚乱、物质短缺或定量配给、暴动、战争行为、政府行为、通讯或其他设施故障或严重伤亡事故等,致使本公司延迟或未能履约的,{$DT[sitename]}不对您承担任何责任。

+ +21. 转让。
+{$DT[sitename]}转让本协议无需经您同意。

+ +22. 其他规定。
+本协议取代您和{$DT[sitename]}先前就相同事项订立的任何书面或口头协议。本协议各方面应受中华人民共和国大陆地区法律的管辖。倘若本协议任何规定被裁定为无效或不可强制执行,该项规定应被撤销,而其余规定应予执行。条款标题仅为方便参阅而设,并不以任何方式界定、限制、解释或描述该条款的范围或限度。本公司未就您或其他人士的某项违约行为采取行动,并不表明本公司撤回就任何继后或类似的违约事件采取行动的权利。

+ +23. 诉讼。
+因本协议或本公司服务所引起或与其有关的任何争议应向人民法院提起诉讼,并以中华人民共和国法律为管辖法律。 +
+ + \ No newline at end of file diff --git a/template/default/member/alert.htm b/template/default/member/alert.htm new file mode 100644 index 0000000..3b22088 --- /dev/null +++ b/template/default/member/alert.htm @@ -0,0 +1,114 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
商机类型{$MODULE[$mid][name]}
关键词
行业分类
{ajax_category_select('post[catid]', '请选择', $catid, $mid)}
所在地区{ajax_area_select('post[areaid]', '请选择', $areaid)}
发送频率 + +
 
+
+ +{elseif $action=='list'} +
+ + + + + + + + + + +
* 请选择商机类型 +{loop $mids $k $v} +   +{/loop} +
 
+
+ +{else} +
+ + + + + + + + + + + +{loop $lists $k $v} + + + + + + +{if $v[sendtime]} + +{else} + +{/if} + + + +{/loop} +
类别关键词行业地区添加时间上次发送频率管理
{$MODULE[$v[mid]][name]}{if $v[word]}{$v[word]}{else}不限{/if}{if $v[catid]}{$v[cate]}{else}不限{/if}{if $v[areaid]}{area_pos($v[areaid], '-')}{else}不限{/if}{timetodate($v[addtime], 5)}{timetodate($v[sendtime], 5)}从未{if $v[rate]}{$v[rate]}天{else}不限{/if} +
+
+{if $MG[alert_limit]} +
总共可添加 {$MG[alert_limit]} 条   当前已添加 {$limit_used} 条   还可以添加 {$limit_free}
+{/if} +
+  提示:如果无法正常收到邮件,请将 {$DT[mail_sender]} 加入您的邮件白名单。 +
+
{$pages}
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/ask.htm b/template/default/member/ask.htm new file mode 100644 index 0000000..b639194 --- /dev/null +++ b/template/default/member/ask.htm @@ -0,0 +1,252 @@ +{template 'header', 'member'} + + +{if $action == 'add'} +
+ + + + + + + + + + + + + + + + + + + +
* 分类{$type_select}
* 标题
* 内 容 + +{deditor($moduleid, 'content', 'Simple', '100%', 300)}
+
+ +{elseif $action == 'edit'} +
+ + + + + + + + + + + + + + + + + + + + +
* 分类{$type_select}
* 标题
* 内 容 +{deditor($moduleid, 'content', 'Simple', '100%', 200)}
     
+
+ +{elseif $action == 'show'} + + + + + + + + + +{if $qid} + + + + +{/if} + + + + + + + + + + + + +{if $status > 1} + + + + + + + + + + + + + + + + +{if $star != 3} + + + + +{/if} +{/if} +
问题分类{$TYPE[$typeid][typename]}
问题标题{$title}
来源问题点击查看
问题详情{$content}
提交时间{$addtime}
受理状态{$dstatus[$status]}
问题回复{$reply}
受理时间{$edittime}
受理人{$editor}
我的评分 +{if $star} +{$stars[$star]} +{else} +
+ + + +
+{/if} +
+ +{elseif $action == 'support'} + +{if $user[truename]} + + + + +{/if} +{if $user[telephone]} + + + + +{/if} +{if $user[mobile]} + + + + +{/if} +{if $user[fax]} + + + + +{/if} +{if $user[mail]} + + + + +{/if} +{if $user[address]} + + + + +{/if} +{if $user[postcode]} + + + + +{/if} + + + + +
姓名{$user[truename]} ({if $user[gender]==1}先生{else}女士{/if})
电话{$user[telephone]}
手机{$user[mobile]}
传真{$user[fax]}
邮件{$user[mail]}
地址{$user[address]}
邮编{$user[postcode]}
聊天 +{if $user[username] && $DT[im_web]}{im_web($user[username])} {/if} +{if $user[qq] && $DT[im_qq]}{im_qq($user[qq])} {/if} +{if $user[wx] && $DT[im_wx]}{im_wx($user[wx], $user[username])} {/if} +{if $user[ali] && $DT[im_ali]}{im_ali($user[ali])} {/if} +{if $user[skype] && $DT[im_skype]}{im_skype($user[skype])} {/if} +
+ +{else} +
+
+  +{$type_select}  +  + +
+
+
+ + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + +{/loop} +
流水号分类标题添加时间状态受理时间评分修改删除
 {$v[itemid]} {$v[type]}{$v[title]}{$v[adddate]} {$v[dstatus]} {$v[editdate]}{$v[dstar]} +{if $v[status] == 0}{else}--{/if} + +{if $v[status] == 0}{else}--{/if} +
+
+
{$pages}
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/avatar.htm b/template/default/member/avatar.htm new file mode 100644 index 0000000..0711d08 --- /dev/null +++ b/template/default/member/avatar.htm @@ -0,0 +1,86 @@ +{template 'header', 'member'} + + + + + + + + +
+ +{if $avatar}

[删除头像]{/if} +
+
+
+
+ +
+
+ + + + + + + +

选择图片

-
+
保存头像
+
+
+ + +
+ +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/award.htm b/template/default/member/award.htm new file mode 100644 index 0000000..a886442 --- /dev/null +++ b/template/default/member/award.htm @@ -0,0 +1,111 @@ +{template 'header'} + +
+
+
+
+ + + + + + + + + {if $awards} + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + + {if $tags} + + + + + {/if} +
打赏对象{$title}
{loop $awards $v}
{$v}{$DT[money_unit]}
{/loop}
打赏金额 {$DT[money_unit]}
打赏记录 +
+ {loop $tags $t} + + {/loop} +
+
+
+
+ +
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/member/biz.htm b/template/default/member/biz.htm new file mode 100644 index 0000000..06cfe50 --- /dev/null +++ b/template/default/member/biz.htm @@ -0,0 +1,89 @@ +{template 'header', 'member'} + +
+ + + +{if $DT[im_web]} + +{/if} +{if $DT[sms] && $MG[sms]} + +{/if} + + + + + +
新消息
{$_message}
新交谈
{$_chat}
短信余额
{$_sms}
保证金
{$deposit}

发布信息

订单管理

商铺管理
+
+
+
+  +  +  + +
+
+
+ +
+ +
+{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/buy.htm b/template/default/member/buy.htm new file mode 100644 index 0000000..b329386 --- /dev/null +++ b/template/default/member/buy.htm @@ -0,0 +1,352 @@ +{template 'header'} +{if $action == 'show'} +
+ + {if $success} +
订单提交成功! +     支付订单    继续购物
+ + {else} +
订单提交失败! +     返回购物车    继续购物
+ {/if} +
+{else} + +
+ + {if $lists} +
+ + +
+ 返回购物车重新挑选 +
1确认订单信息
+
+ + + + + + + + + + + + {loop $lists $tags} + {loop $tags $i $t} + {if $i == 0} + + + + + {php $promos = get_promos($t[username]);} + {php $coupons = get_coupons($_username, $t[username]);} + + + + + + {/if} + + + + + + + + + + + {/loop} + {/loop} +
图片商品库存单价数量快递运费小计
卖家 + {if $t[vip]}{VIP} {/if}{$t[company]} + {if $DT[im_web]}{im_web($t[username].'&mid='.$t[mid].'&itemid='.$t[itemid])} {/if} + {if $t[qq] && $DT[im_qq]}{im_qq($t[qq])} {/if} + {if $t[wx] && $DT[im_wx]}{im_wx($t[wx], $t[username])} {/if} + {if $t[ali] && $DT[im_ali]}{im_ali($t[ali])} {/if} + {if $t[skype] && $DT[im_skype]}{im_skype($t[skype])} {/if} + {if $promos}
领券
{/if}
+ {if $coupons} + + {/if} +
{$t[alt]} + {$t[title]}
+
备注:
+ {if $t[m1]}{$t[n1]}:{$t[m1]} {/if}{if $t[m2]}{$t[n2]}:{$t[m2]} {/if}{if $t[m3]}{$t[n3]}:{$t[m3]} {/if} +
{if $t[amount]>0}{$t[amount]}{else}库存不足{/if}{$t[price]}减少 增加 + + {if $t[express_name_1] == '包邮' && $t[fee_start_1]>0} +
满{$t[fee_start_1]}包邮
+ {/if} + {if $t[cod]} +
货到付款
+ {/if} + + + + + + + + + + + + + +
0.000.00
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
提示:实际的运费可能因为收货地址的不同而有差异,具体以提交之后系统计算或与卖家协商为准{$num} 种商品,总价:
运费:
优惠:
实付:
+
+
+ 新增地址    管理地址 +
2确认收货地址
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
  常用地址: + {if $address} + {loop $address $k $v} +
+
+ {/loop} + {else} + 暂无常用收货地址    新增地址    管理地址 + {/if} +
* 收货地址:{ajax_area_select('add[areaid]', '请选择', $user[areaid])}
* 邮政编码:
* 真实姓名:
* 手机号码:
+ +
+ {else} +
您还没有挑选商品,赶快行动吧!马上去 挑选商品
+ {/if} +
+{/if} +{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/default/member/cart.htm b/template/default/member/cart.htm new file mode 100644 index 0000000..874aad8 --- /dev/null +++ b/template/default/member/cart.htm @@ -0,0 +1,207 @@ +{template 'header'} +{if $action == 'show'} +
+ + {if $code > 0} +
商品已成功加入购物车! +     返回商品    去购物车结算
+ {else} +
+ + 添加失败! + {if $code == -1} + 商品已经下架 + {elseif $code == -2} + 商品由您自己发布 + {elseif $code == -5} + 商品库存不足 + {else} + 商品已经下架或由您自己发布 + {/if} +     重新挑选 +
+ {/if} +
+{else} + +
+ + {if $lists} +
+ + + + + + + + + + + + + + {loop $lists $tags} + {loop $tags $i $t} + {if $i == 0} + + + + + + + + + {/if} + + + + + + + + + + + {/loop} + {/loop} +
图片商品库存单价数量金额删除
+ {if $t[vip]}{VIP} {/if}{$t[company]} + {if $DT[im_web]}{im_web($t[username].'&mid='.$t[mid].'&itemid='.$t[itemid])} {/if} + {if $t[qq] && $DT[im_qq]}{im_qq($t[qq])} {/if} + {if $t[wx] && $DT[im_wx]}{im_wx($t[wx], $t[username])} {/if} + {if $t[ali] && $DT[im_ali]}{im_ali($t[ali])} {/if} + {if $t[skype] && $DT[im_skype]}{im_skype($t[skype])} {/if} + + {php $promos = get_promos($t[username]);} + {if $promos} +
优惠券
+ {/if} +
+ + + + + + + + + {$t[alt]}{$t[title]}
+ {if $t[m1]}{$t[n1]}:{$t[m1]} {/if}{if $t[m2]}{$t[n2]}:{$t[m2]} {/if}{if $t[m3]}{$t[n3]}:{$t[m3]} {/if} +
{if $t[amount]>0}{$t[amount]}{else}库存不足{/if}{$t[price]}{if $t[valid]}减少 增加{else}失效{/if}{$t[price]}删除
+
+ + + + + + +
删除选中商品

已选商品 件    合计(不含运费):

+
+
+ {else} +
+ {if $action == 'guest'} + 您还没有登录,请先 登录注册 + {elseif $action == 'close'} + 购物车功能未开放 + {else} + 您的 购物车 还是空的,赶快行动吧!马上去 挑选商品 + {/if} +
+ {/if} +
+{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/default/member/cash.htm b/template/default/member/cash.htm new file mode 100644 index 0000000..a5cf102 --- /dev/null +++ b/template/default/member/cash.htm @@ -0,0 +1,261 @@ +{template 'header', 'member'} + +{if $action == 'record'} +
+ +
+ +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)} +  +  + +
+
+
+ + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{$v[dstatus]} + +{/loop} + + + + + + +
流水号实收手续费开户银行收款户名收款帐号申请时间受理时间状态
{$v[itemid]}{$v[amount]}{$v[fee]}{$v[bank]}{$v[truename]}{$v[account]}{$v[addtime]}{$v[edittime]}
小计{$amount}{$fee} 
+
+
{$pages}
+ +{elseif $action == 'setting'} +{if $vbank} + + + + + + + + + + + + + + + + + + + + + + + + + +
开户银行{$member[bank]}
开户网点{$member[branch]}
收款户名{if $member[banktype]}{$member[company]}{else}{$member[truename]}{/if}
帐号类型{if $member[banktype]}对公{else}对私{/if}
收款帐号{$member[account]}
认证状态已认证
+{else} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* 开户银行{$bank_select}
* 帐号类型 + 对私 + 对公 +
* 开户网点 例:陕西省西安市高新支行
* 收款户名{$member[truename]}
* 收款帐号
* 支付密码{template 'password', 'chip'}
+
+ +{/if} + +{elseif $action == 'confirm'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
可用金额{$_money} {$DT[money_unit]}
提现金额{$amount} {$DT[money_unit]}
手续费{$fee} {$DT[money_unit]}
实收金额{$money} {$DT[money_unit]}
*支付密码{template 'password', 'chip'}
+     +
+
+ + +{else} +
+ + + + + + + + + + + + + + + + + + +
账户余额{$_money} {$DT[money_unit]}
提现说明 +{if $MOD[cash_times]}- 24小时可提现次数{$MOD[cash_times]}次
{/if} +{if $MOD[cash_min]}- 单次提现最小金额{$MOD[cash_min]}{$DT[money_unit]}
{/if} +{if $MOD[cash_max]}- 单次提现最大金额{$MOD[cash_max]}{$DT[money_unit]}
{/if} +{if $MOD[cash_fee]}- 提现费率{$MOD[cash_fee]}%
{/if} +{if $MOD[cash_fee_min]}- 提现费率最小值{$MOD[cash_fee_min]}{$DT[money_unit]}
{/if} +{if $MOD[cash_fee_max]}- 提现费率封顶值{$MOD[cash_fee_max]}{$DT[money_unit]}
{/if} +
*提现金额
+ +
+
+ + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/charge.htm b/template/default/member/charge.htm new file mode 100644 index 0000000..9d0e2e7 --- /dev/null +++ b/template/default/member/charge.htm @@ -0,0 +1,241 @@ +{template 'header', 'member'} + +{if $action == 'record'} +
+ +
+金额: ~   +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)} +  +  + +
+
+
+ + + + + + + + + + +{if $repay}{/if} + +{loop $lists $k $v} + + + + + + + + + +{if $repay}{/if} + +{/loop} + + + + + + + +
流水号支付金额手续费实收金额下单时间支付时间支付平台状态
{$v[itemid]}{$v[amount]}{$v[fee]}{$v[money]}{$v[sendtime]}{$v[receivetime]}{$PAY[$v[bank]][name]}{$v[dstatus]}{if $v[repay]}支付{/if}
小计{$amount}{$fee}{$money} 
+
+
{$pages}
+ +{elseif $action == 'card'} +
+ + + + + + + + + + + + + + + +
卡号:
密码: +
+
+ + +{elseif $action == 'pay'} +{if $MOD[pay_online]} +
+ + + + + + + + + + + + + + + + +
* 支付金额  + {$DT[money_unit]} +
* 支付平台 + + {if $PAYLIST} + {loop $PAYLIST $k $v} + + + + + + {/loop} + {else} + + + + {/if} +
{if $v[percent]>0}手续费 {$v[percent]}%{/if}

抱歉,系统未设置支付平台,暂时无法在线支付

+
 
+
+{/if} + + +{elseif $action == 'confirm'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
支付平台
支付金额 {$amount} {$DT[money_unit]}
手续费 {$fee} {$DT[money_unit]}
实收金额 {$charge} {$DT[money_unit]}
提示信息 + - 点击确认支付,系统将跳转至第三方支付平台,支付成功后系统将自动为您入账。
+ - 如果在支付过程中遇到任何问题,请及时与客服中心取得联系,以便及时处理。
+
+   + +
+
+{if $auto}{/if} + +{else} + +{if $charge_status == 2} + + + + + + + + +{elseif $charge_status == 1} + + + + + + + + +{else} + + + + + + + + +{/if} +
支付结果×支付异常
相关说明 +- 错误代码“{$charge_errcode}”,请与客服联系并告知错误代码。
+- 重新支付请点这里。
+
支付结果 支付成功,已经为您入账 {$charge_amount} {$DT[money_unit]}
相关说明 +- 查询记录请点这里
+- 继续支付请点这里
+
支付结果×支付失败
相关说明 +- 如果您确认支付成功,请立即联系客服解决。
+- 重新支付请点这里。
+
+{if $charge_forward}{/if} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/chat.htm b/template/default/member/chat.htm new file mode 100644 index 0000000..265bd1a --- /dev/null +++ b/template/default/member/chat.htm @@ -0,0 +1,284 @@ + + + + + + +{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}商务中心{$DT[seo_delimiter]}{if $city_sitename}{$city_sitename}{else}{$DT[sitename]}{/if}{$DT[seo_delimiter]}Powered By DESTOON B2B + + + + + + + + + + + + + +{if $head_mobile && $EXT[mobile_goto]}{/if} + + + + + + + + + + + + + + +
+
+ + + + + +
{$user[company]} - {$user[username]} •
+
+
+
+ + + + + +
联系方式 + {if $user[qq] && $DT[im_qq]}{im_qq($user[qq])} {/if} + {if $user[wx] && $DT[im_wx]}{im_wx($user[wx], $user[username])} {/if} + {if $user[ali] && $DT[im_ali]}{im_ali($user[ali])} {/if} + {if $user[skype] && $DT[im_skype]}{im_skype($user[skype])} {/if} +
+ +
+
+ +
+ +
+ + + + + + {if $MOD[chat_file] && $MG[upload]} + + + {/if} + + + + + +
+ +
 
 
 
 
 
 
+
+
+
+
+ + + + + + + + + + + +
+
+ +
+ + + + + + + + +
+
+ + + + +
+ + + {if $MOD[chat_file] && $MG[upload]}{/if} +
+
+
    +
  • 姓名:{$user[truename]}({if $user[gender]==1}先生{else}女士{/if})
  • +
  • 部门:{$user[department]}{if $user[career]} ({$user[career]}){/if}
  • +
  • 地区:{area_pos($user[areaid], '')}
  • +
  • 电话:{$user[telephone]}
  • +
  • 手机:{$user[mobile]}
  • +{if $user[mail]}
  • 邮件:{$user[mail]}
  • {/if} +
+
+公司主页 +{if $item} +
正在咨询
+
+{if $item[thumb]}{/if} +
    +
  • {$item[title]}
  • +
  • {if isset($item[price]) && $item[price]>0}{$DT[money_sign]}{$item[price]}{/if}
  • +
+
+发送链接 +{/if} +
+{if $MOD[chat_file] && $MG[upload]} + +{/if} +{if $DT[stats]} + +{/if} + + \ No newline at end of file diff --git a/template/default/member/child.htm b/template/default/member/child.htm new file mode 100644 index 0000000..3fe2a80 --- /dev/null +++ b/template/default/member/child.htm @@ -0,0 +1,230 @@ +{template 'header', 'member'} + +{if $action=='add' || $action == 'edit'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* 户名 {$MOD[minusername]}-{$MOD[maxusername]}个字符,只能使用小写字母(a-z)、数字(0-9)、下划线(_)、中划线(-),且以字母或数字开头和结尾
* 密码 {$MOD[minpassword]}-{$MOD[maxpassword]}个字符,区分大小写,推荐使用数字、字母和特殊符号组合{if $action=='edit'},如不修改请留空{/if}
昵称 在线交谈时显示
角色 例如:财务、编辑、客服
部门
姓名
性别 + 先生   + 女士 +
手机
* 权限 + +
    +{loop $CHILD $k $v} +
  • +{/loop} +{loop $MENUMODS $k $v} +
  • +{/loop} +
+
+
* 状态 + 启用   + 禁用 +
 
+
+ + +{elseif $action == 'password'} +
+ + + + + + + + + + + + + + + + + + + +
新登录密码
重复登录密码
现有登录密码
 
+
+ + +{elseif $action == 'home'} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
会员{$username}
昵称{$nickname}
角色{$role}
部门{$department}
姓名{$truename}
手机{$mobile}
登录{$logintimes}次
+ +{else} +
+ + + + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + + + + +{/loop} +
户名昵称角色部门姓名电话最后登录登录次数登录IP状态修改删除
{$v[username]}{$v[nickname]}{$v[role]}{$v[department]}{$v[truename]}{$v[mobile]}{$v[logindate]}{$v[logintimes]}{$v[loginip]}{if $v[status] == 3}正常{else}禁用{/if}
+
+{if $MG[child_limit]} +
总共可加 {$MG[child_limit]} 个   当前已加 {$limit_used} 个   还可以加 {$limit_free}
+{/if} +
{$pages}
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/choose.htm b/template/default/member/choose.htm new file mode 100644 index 0000000..64dd9aa --- /dev/null +++ b/template/default/member/choose.htm @@ -0,0 +1,240 @@ + + + + +{$head_title}{$DT[seo_delimiter]}{$DT[sitename]} + + + + + + + + + + + + + + + +{if $job == 'item'} +
+ +
+ + +{if $mid==16 && $from=='relate'} + +{else} + + +{/if} +{if $mid == 4} + +{else} + + +{/if} + + +{loop $lists $k $v} + +{if $mid==16 && $from=='relate'} + +{else} + + +{/if} + +{if $mid > 4} + +{/if} + + +{/loop} +
商品ID公司标题添加时间选择
{$v[itemid]}{if $v[level]}{/if}{$v[title]}{if $v[thumb]} {/if}{$v[adddate]}选择 +
+
{$v[introduce]}
+
+
+
{$pages}
+ +
+{elseif $job == 'stock'} +
+ +
+ + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + +{/loop} +
图片商品价格单位库存品牌条形编码仓储货位选择
 {$v[title]}{$v[price]}{$v[unit]}{$v[amount]}{$v[brand]}{$v[skuid]}{$v[location]}选择
+
{$pages}
+ +
+{else} +{if $mid} +
+ +
+{/if} + +{if $itemid || $DT['uploadlog']} + +
+{if $lists} +{loop $lists $k $v} + +{/loop} +
+{else} +


抱歉,您还没有上传过任何图片!



+{/if} +
+{else} +
+ {if $lists} + {loop $lists $k $v} +
+ + {$v[items]} 张图片 +
+ {/loop} +
+
+ {else} +


您还没有创建{$MODULE[$mid][name]},点击这里立即创建



+ {/if} +{/if} +{if $pages}
{$pages}
{/if} +{/if} + + \ No newline at end of file diff --git a/template/default/member/coupon.htm b/template/default/member/coupon.htm new file mode 100644 index 0000000..1562f35 --- /dev/null +++ b/template/default/member/coupon.htm @@ -0,0 +1,81 @@ +{template 'header', 'member'} + +{if $action=='my'} + +
+{loop $lists $k $v} +
+
{$DT[money_sign]}{$v[price]}
+ {if $v[cost]}满{$v[cost]}可用{else}不限消费金额{/if} + {if $v[seller]} + 店铺:{$v[seller]} + {else} + 全站通用 + {/if} + {timetodate($v[fromtime], 3)} - {timetodate($v[totime], 3)} + {if $v[oid]} +

已使用

+ {elseif $v[fromtime] > $DT_TIME} +

未开始

+ {elseif $v[totime] < $DT_TIME} +

已过期

+ {else} +

立即使用

+ {/if} +
+{/loop} +
+
{$pages}
+ +{else} + +
+{loop $lists $k $v} +
+
{$DT[money_sign]}{$v[price]}
+ {if $v[cost]}满{$v[cost]}可用{else}不限消费金额{/if} + {if $v[username]} + 店铺:{$v[username]} + {else} + 全站通用 + {/if} + 剩余{$v[left]}张 + {if isset($gets[$v[itemid]])} + 已领取 + {else} +

立即领取

+ {/if} +
+{/loop} +
+
{$pages}
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/credit.htm b/template/default/member/credit.htm new file mode 100644 index 0000000..5571276 --- /dev/null +++ b/template/default/member/credit.htm @@ -0,0 +1,255 @@ +{template 'header', 'member'} + +{if $action == 'exchange'} +
+ + + + + + + + + + + + + + + + + + + +
可用{$MOD[ex_name]}{$num}
兑换比率1 {$MOD[ex_name]} 兑换 {$MOD[ex_rate]} {$DT[credit_name]}
* 兑换额度
 
+
+ + +{elseif $action == 'buy'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
* 购买额度 + + + + + + +{loop $C $k $v} + + + + + +{/loop} +
  {$DT[credit_name]}({$DT[credit_unit]})    {$DT[money_name]}({$DT[money_unit]})  
{$v}{$P[$k]}
+
应付总额0.00 {$DT[money_unit]}
 
+
+ +{elseif $action == 'invite'} + + + + + + + + + + + + + + + + + + + + + + + + + +
引导至 +     +     + +
推广网址
推广方法 +- 将上面的网址发给您QQ/微信/Email等好友
+- 在论坛签名,博客链接,网站等加上上面的网址
+
奖励规则 +- 每引导一个IP访问您可以获赠 {$MOD[credit_ip]} {$DT[credit_name]} (24小时内最多积{$MOD[credit_maxip]}{$DT[credit_name]})
+- 每引导一个用户注册您可以获赠 {$MOD[credit_user]} {$DT[credit_name]}
+
备注事项 +- 无论引导至那个页面,系统均会自动记录您为用户注册推荐人
+- 引导用户需注册成功完善资料后方可为您加分
+- 同一IP 24小时内计算一次
+
推广记录点击查看»
+ +{elseif $action == 'less'} +
抱歉!由于您的{$DT[credit_name]}不足,无法进行此操作
+ + + + + + + + +
可用{$DT[credit_name]}{$_credit}
您可以... +购买{$DT[credit_name]}  |  +{if $MOD[credit_exchange]} +兑换{$DT[credit_name]}  |  +{/if} +推广赚{$DT[credit_name]} +
+ +{else} +
+
+{$fields_select}  +  + +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)} +  +  + +
+
+
+ + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} + + + + + + +
流水号收入支出余额发生时间事由备注
{$v[itemid]}{if $v[amount] > 0}{$v[amount]}{else} {/if}{if $v[amount] < 0}{$v[amount]}{else} {/if}{if $v[balance]}{$v[balance]}{else} {/if}{$v[addtime]}
小计{$income}{$expense} 
+
{$pages}
+ +{/if} +{if $action == 'buy'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/deal.htm b/template/default/member/deal.htm new file mode 100644 index 0000000..b676b83 --- /dev/null +++ b/template/default/member/deal.htm @@ -0,0 +1,489 @@ +{template 'header', 'member'} + + +{if $action == 'update'} + {if $step == 'detail'} + + + + + + {if $td[status] == 4 || $td[status] == 5} + + + {else} + + {/if} + + + + + + + {if $td[status] == 4 || $td[status] == 5} + + {/if} + +
买家下单买家付款{if $td[logistic]}卖家发货{else}买家消费{/if}申请退款退款成功交易成功
+
+ + {template 'goods', 'chip'} + {if $td[logistic]} +
快递信息
+ + + + + + + + + + + + + + + + + + {if $td[send_time]} + + + + + + + + + + + + + + + + + + + + + {/if} +
邮编{$td[buyer_postcode]}
地址{$td[buyer_address]}
姓名{$td[buyer_name]}
手机{$td[buyer_mobile]}
发货日期{$td[send_time]}
快递类型{$td[send_type]}
快递单号{$td[send_no]}{if $td[send_type] && $td[send_no]}  [快递追踪]{/if}
快递状态{$_send_status[$td[send_status]]}
+ {else} +
验证信息
+ + + + + + + + + +
密码{$td[password]}
手机{$td[buyer_mobile]}
+ {/if} +
订单详情
+ + + + + + {if $logs} + + + + + {else} + + + + + + + + + {if $td[send_time]} + + + + + {/if} + {/if} + + + + + {if $td[buyer_reason]} + + + + + {/if} + {if $td[refund_reason]} + + + + + {/if} + + + + +
联系卖家{if $DT[im_web]}{im_web($td[seller])} {/if} {$td[seller]}
订单进程 +
+ {loop $logs $v} + {$v[adddate]} - {$v[title]}
+ {/loop} +
+
下单时间{$td[adddate]}
最后更新{$td[updatedate]}
发货时间{$td[send_time]}
订单状态{$_status[$td[status]]}
退款理由{$td[buyer_reason]}
操作原因{$td[refund_reason]}
+ {if $td[status] == 6} +   + {/if} + +
+ + {elseif $step == 'express'} + {template 'goods', 'chip'} +
快递信息
+ + + + + + + + + + + + + + + + + + + + + + + + + +
发货日期{$td[send_time]}
快递类型{$td[send_type]}
快递单号{$td[send_no]}
追踪结果
正在查询...
快递状态{$_send_status[$td[send_status]]}
+
+ + + {elseif $step == 'pay'} +
+ + + + + {template 'goods', 'chip'} +
订单支付
+ + + + + + + + + + + + + + + + + + + + + + + + + +
联系卖家{if $DT[im_web]}{im_web($td[seller])} {/if}{$td[seller]}
下单时间{$td[adddate]}
+    +
+
+ + + {elseif $step == 'remind'} +
+ + + + + +
+ + {elseif $step == 'refund'} +
+ + + + + + {template 'goods', 'chip'} +
申请退款
+ + + + + + + + + + + + + + + + + + + + + +
联系卖家{if $DT[im_web]}{im_web($td[seller])} {/if}{$td[seller]}
下单时间{$td[adddate]}
* 退款原因 + {deditor($moduleid, 'content', 'Simple', '100%', 200)}
请客观、如实填写,此申请一经提交,将不可再撤销
* 支付密码{template 'password', 'chip'} 
+    +
+
+ + + {/if} +{elseif $action == 'express'} + +
+
+ + +{$fields_select}  +  +{$status_select}  +  +
+
+ +
+ + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} +
快递公司快递单号快递状态下单时间更新时间订单
{$v[send_type]}{$v[send_no]}{$v[dstatus]}{$v[addtime]}{$v[updatetime]}查看
+
+
{$pages}
+ +{else} + +
+
+ + +{$fields_select}  +  +{$status_select}  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +  +
+
+单号:  +商品ID:  +商家:  +密码:  +
+ + + + +
+ + + + + + + + + +
商品信息数量订单金额下单时间商家订单状态
+{loop $lists $k $v} + + + + + + + + + + + + + +
+ +{if $v[status] == 0} +{if $v[logistic]} +提醒发货 | +{/if} +申请退款 | +{elseif $v[status] == 1} +{if $v[lefttime]} + 距处理此订单还剩{$v[lefttime]}  +确认收货 | +{if $v[send_type] && $v[send_no]} +快递追踪 | +{/if} +申请退款 | +{else} +订单处理已超时,等待卖家收款  +{/if} +{elseif $v[status] == 2} +{if $v[lefttime]} + 距处理此订单还剩{$v[lefttime]}  +确认消费 | +申请退款 | +{else} +订单处理已超时,等待卖家收款  +{/if} +{elseif $v[status] == 6} +立即付款 | +{/if} +订单详情  + + 订单号:{$v[itemid]} +
+{$v[title]} +{if !$v[logistic]} +
手机:{$v[buyer_mobile]} +    密码:{$v[password]} +{/if} +
{$v[number]}{$DT[money_sign]}{$v[amount]}{$v[addtime]}{if $DT[im_web]}{im_web($v[seller].'&mid=16&itemid='.$v[gid])} {/if}{$v[dstatus]}
+{/loop} +
+
{$pages}
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/deposit.htm b/template/default/member/deposit.htm new file mode 100644 index 0000000..c1bacd1 --- /dev/null +++ b/template/default/member/deposit.htm @@ -0,0 +1,127 @@ +{template 'header', 'member'} +{if $action=='add' && $itemid==1}
尊敬的用户,为了保证信息的真实有效,请先缴纳保证金,缴纳之后即可发布信息
{/if} + +{if $action == 'add'} +
+ + + + + + + + + + + + + + + + + + + + + + + +
* 增资金额
+ +
+
+ +{else} +
+
+日期 {dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)} +  +  + +
+
+
+ + + + + + + +{loop $lists $k $v} + + + + + + +{/loop} + + + + + +
流水号金额日期操作原因
{$v[itemid]}{$v[amount]}{$v[addtime]}{$v[reason]}
小计{$amount}
+
+
{$pages}
+ +{/if} +{if $action == 'add'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/edit.htm b/template/default/member/edit.htm new file mode 100644 index 0000000..962eb2f --- /dev/null +++ b/template/default/member/edit.htm @@ -0,0 +1,437 @@ +{template 'header', 'member'} +{if $is_company && !$_edittime} +
贵公司尚未完善详细资料!完善的商业信息有助于获得别人的信任,结交潜在的商业伙伴,获取商业机会,请尽快完善
+{/if} +{if isset($success)} +
资料保存成功,您可以:继续完善  |  发布信息  |  返回商务室首页
+{/if} + +
+ + + +{if $vmobile} + + + + +{else} + + + + +{/if} +{if $vtruename} + + + + +{else} + + + + +{/if} + + + + +{if !$is_company} + + + + + + + + + + + + + + + + +{/if} + + + + + + + + +{if $DT[im_qq]} + + + + +{/if} +{if $DT[im_wx]} + + + + + + + + +{/if} +{if $DT[im_ali]} + + + + +{/if} +{if $DT[im_skype]} + + + + +{/if} + + + + +{if $MFD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $is_company} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $CFD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{/if} +{if $need_captcha} + + + + +{/if} + + + + +
手机{$mobile}
手机
* 姓名{$truename}
* 姓名 
* 性别 + 先生 + 女士 +
* 地区{ajax_area_select('post[areaid]', '请选择', $areaid)} 
地址 
邮编
电话 
部门
职位
QQ 如果图标无法点亮,请点这里设置
微信
微信二维码  [上传]  [预览]  [删除]
阿里旺旺 如果是淘宝旺旺,请填写TB:旺旺帐号,例如:TB:abcd,否则无法点亮
Skype
站内信提示音 +
+   + 提示音1   + 提示音2   + 提示音3   +
', '', $user, $MFD)}{/if} +
* 验证码{template 'captcha', 'chip'}
 
+
+ +{load('clear.js')} + +{template 'footer',$module} \ No newline at end of file diff --git a/template/default/member/express.htm b/template/default/member/express.htm new file mode 100644 index 0000000..18cdc6b --- /dev/null +++ b/template/default/member/express.htm @@ -0,0 +1,159 @@ +{template 'header', 'member'} + +{if $action=='add' || $action == 'edit'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* 模板名称
* 快递名称
默认运费
增加一件商品增加
显示顺序 数字越小越靠前
备注信息
     
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{elseif $action == 'area'} +
+ + + + +
+ + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} + + + + + + + + + + + + + +
排序地区默认运费每增加一件商品增加所属模板快递
{area_pos($v[areaid])}{$I[title]}{$I[express]}
新增{$area_select}{$I[title]}{$I[express]}
 
     +     +     +
+
+
+
{$pages}
+ +{else} +
+ + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + +{/loop} +
模板名称快递默认运费每增加一件商品增加添加时间排序地区运费修改删除
  {$v[title]}{if $v[note]} {/if}{$v[express]}{$v[fee_start]}{$v[fee_step]}{$v[adddate]}{$v[listorder]}地区运费 ({$v[items]})
+
+{if $MG[express_limit]} +
总共可发 {$MG[express_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
+{/if} +
{$pages}
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/favorite.htm b/template/default/member/favorite.htm new file mode 100644 index 0000000..b53b671 --- /dev/null +++ b/template/default/member/favorite.htm @@ -0,0 +1,93 @@ +{template 'header', 'member'} + +{if $action == 'edit' || $action == 'add'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
分类{$type_select} 
* 标题 {dstyle('post[style]', $style)}
* 网址
备注
排序 请填写数字,数字越大越靠前
     
+
+ +{else} +
+
+ {$fields_select}  +  +{$type_select}  +  + +
+
+ +
+{loop $lists $k $v} +
+ 修改  |  删除 +

+
{$v[title]}
+
+{/loop} +
+{if $MG[favorite_limit]} +
收藏夹容量 {$MG[favorite_limit]} 条   当前已收藏 {$limit_used} 条   还可以收藏 {$limit_free}
+{/if} +
{$pages}
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/footer.htm b/template/default/member/footer.htm new file mode 100644 index 0000000..89f3f6e --- /dev/null +++ b/template/default/member/footer.htm @@ -0,0 +1,45 @@ +
+
+ +
 
+ + + \ No newline at end of file diff --git a/template/default/member/friend.htm b/template/default/member/friend.htm new file mode 100644 index 0000000..14a063b --- /dev/null +++ b/template/default/member/friend.htm @@ -0,0 +1,233 @@ +{template 'header', 'member'} + +{if $action == 'add' || $action == 'edit'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $DT[im_qq]} + + + + +{/if} +{if $DT[im_wx]} + + + + +{/if} +{if $DT[im_ali]} + + + + +{/if} +{if $DT[im_skype]} + + + + +{/if} + + + + + + + + + + + + +
分类{$type_select} 
会员
* 姓名
公司 {dstyle('post[style]', $style)}
职位
电话
手机
主页
邮件
QQ
微信
旺旺
Skype
备注
排序 请填写数字,数字越大越靠前
 
+
+ +{elseif $action=='show'} + +{if $typeid} + + + + +{/if} +{if $username} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $qq} + + + + +{/if} +{if $wx} + + + + +{/if} +{if $ali} + + + + +{/if} +{if $skype} + + + + +{/if} + + + + + + + + +
分类{$TYPE[$typeid][typename]}
会员 {if $DT[im_web]}{im_web($username)} {/if}{$username}
姓名{$truename}
公司{$company}
职位{$career}
电话{$telephone}
手机{$mobile}
主页{$homepage}
邮件{$email}
QQ{im_qq($qq)} {$qq}
微信{im_wx($wx, $username)} {$wx}
旺旺{im_ali($ali)} {$ali}
Skype{im_skype($v[skype])} {$skype}
备注{$note}
 
+ +{else} +
+
+ {$fields_select}  +  +{$type_select}  +  + +
+
+ +{loop $lists $k $v} +{if $k%2==0}{/if} + +{if $k%2==1}{/if} +{/loop} +
+ + + + + + + + + + + + + + + + +
  {if $v[dcompany]}{$v[dcompany]}{else}个人{/if}
{$v[truename]}{if $v[career]} ({$v[career]}){/if}
电话:{$v[telephone]}
手机:{$v[mobile]}
+[{$v[type]}] +{if $v[homepage]} {/if} +{if $v[username]} {/if} +{if $v[email]} {/if} +{if $v[username] && $DT[im_web]}{im_web($v[username])} {/if} +{if $v[qq] && $DT[im_qq]}{im_qq($v[qq])} {/if} +{if $v[wx] && $DT[im_wx]}{im_wx($v[wx], $v[username])} {/if} +{if $v[ali] && $DT[im_ali]}{im_ali($v[ali])} {/if} +{if $v[skype] && $DT[im_skype]}{im_skype($v[skype])} {/if} +
+
+{if $MG[friend_limit]} +
商友上限 {$MG[friend_limit]} 人   当前已加 {$limit_used} 人   还可以加 {$limit_free}
+{/if} +
{$pages}
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/friend_my.htm b/template/default/member/friend_my.htm new file mode 100644 index 0000000..598ec24 --- /dev/null +++ b/template/default/member/friend_my.htm @@ -0,0 +1,114 @@ +{template 'header-widget', 'member'} +
+ + +
+{$fields_select}  +  +  + +
+
+{if $lists} +
+ + + + + + +{if $DT[im_web]}{/if} + + +{loop $lists $k $v} + + + + + +{if $DT[im_web]}{/if} + + +{/loop} +
公司姓名{if $from=='sms'}手机{else}会员{/if}在线
 {$v[company]}{$v[truename]}{if $from=='sms'}{$v[mobile]}{else}{$v[username]}{/if}{im_web($v[username])}
+
+{if $pages}
{$pages}
{/if} +
+
+   + +
+
+ +{else} +
{if $kw}未搜索到商友{else}暂无商友{/if}
+{/if} + + \ No newline at end of file diff --git a/template/default/member/grade.htm b/template/default/member/grade.htm new file mode 100644 index 0000000..0f8856e --- /dev/null +++ b/template/default/member/grade.htm @@ -0,0 +1,269 @@ +{template 'header'} +
+

{$DT[sitename]}会员服务一览表

+ + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + {if $UP} + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + {/if} + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if} + {/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + {loop $MODULE $m} + {if $m[moduleid] > 4 && !$m[islink] && $m[module] != 'special'} + {php $M = cache_read('module-'.$m['moduleid'].'.php');} + + + {loop $GROUPS $k $v} + {if $k > 4} + + {/if} + {/loop} + + {/if} + {/loop} + + {if $UP} + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + {/if} + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + +
服务范围{$v[groupname]}
收费模式{if $v[fee_mode]}包年{else}免费{/if}
年 费{if $v[fee]}{$DT[money_sign]}{$v[fee]}{$DT[money_unit]}/年{else}--{/if}
 {if isset($UP[$k])}{else} {/if}
允许发布信息 + {php $i=0;} + {loop $MODULE $k $m} + {if in_array($m[moduleid], $v[moduleids])}{if $i++>0} | {/if}{$m[name]}{/if} + {/loop} +
拥有{VIP}标识 {VIP}
信息优先排序
产品首页推荐
产品在线销售
信息关键字排名
拥有公司主页
自定义公司主页
自定义公司模板
客户服务
商机订阅
邮件发送
收件箱容量 + {if $v[inbox_limit] == -1} + 0 + {elseif $v[inbox_limit] == 0} + 不限 + {else} + {$v[inbox_limit]} + {/if} +
每日可发站内信 + {if $v[message_limit] == -1} + 0 + {elseif $v[message_limit] == 0} + 不限 + {else} + {$v[message_limit]} + {/if} +
每日询盘次数 + {if $v[inquiry_limit] == -1} + 0 + {elseif $v[inquiry_limit] == 0} + 不限 + {else} + {$v[inquiry_limit]} + {/if} +
每日报价次数 + {if $v[price_limit] == -1} + 0 + {elseif $v[price_limit] == 0} + 不限 + {else} + {$v[price_limit]} + {/if} +
商友数量数量 + {if $v[friend_limit] == -1} + 0 + {elseif $v[friend_limit] == 0} + 不限 + {else} + {$v[friend_limit]} + {/if} +
贸易提醒数量 + {if $v[alert_limit] == -1} + 0 + {elseif $v[alert_limit] == 0} + 不限 + {else} + {$v[alert_limit]} + {/if} +
商机收藏数量 + {if $v[favorite_limit] == -1} + 0 + {elseif $v[favorite_limit] == 0} + 不限 + {else} + {$v[favorite_limit]} + {/if} +
{$m[name]}发布数量 + {php $limit = intval($M['limit_'.$v['groupid']]);} + {if $limit == -1} + 0 + {elseif $limit == 0} + 不限 + {else} + {$limit} + {/if} +
 {if isset($UP[$k])}{else} {/if}
服务范围{$v[groupname]}
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/member/group.htm b/template/default/member/group.htm new file mode 100644 index 0000000..1b3f72a --- /dev/null +++ b/template/default/member/group.htm @@ -0,0 +1,482 @@ +{template 'header', 'member'} + + +{if $action == 'update'} + {if $step == 'detail'} + + + + + + {if $td[status] == 4 || $td[status] == 5} + + + {else} + + {/if} + + + + + + + {if $td[status] == 4 || $td[status] == 5} + + {/if} + +
买家下单买家付款{if $td[logistic]}卖家发货{else}买家消费{/if}申请退款退款成功交易成功
+ + + {template 'goods', 'chip'} + {if $td[logistic]} +
快递信息
+ + + + + + + + + + + + + + + + + + + + + + {if $td[send_time]} + + + + + + + + + + + + + + + + + + + + + {/if} +
邮编{$td[buyer_postcode]}
地址{$td[buyer_address]}
姓名{$td[buyer_name]}
手机{$td[buyer_mobile]}
买家备注{if $td[note]}{$td[note]}{else}无{/if}
发货日期{$td[send_time]}
快递类型{$td[send_type]}
快递单号{$td[send_no]}{if $td[send_type] && $td[send_no]}  [快递追踪]{/if}
快递状态{$_send_status[$td[send_status]]}
+ {else} +
验证信息
+ + + + + + + + + + {if $td[status] == 0} + + + + + {/if} +
密码{$td[password]}
手机{$td[buyer_mobile]}
+ {/if} +
订单详情
+ + + + + + {if $logs} + + + + + {else} + + + + + + + + + {if $td[send_time]} + + + + + {/if} + {/if} + + + + + {if $td[buyer_reason]} + + + + + {/if} + {if $td[refund_reason]} + + + + + {/if} + + + + +
联系买家{if $DT[im_web]}{im_web($td[buyer])} {/if} {$td[buyer]}
订单进程 +
+ {loop $logs $v} + {$v[adddate]} - {$v[title]}
+ {/loop} +
+
下单时间{$td[adddate]}
最后更新{$td[updatedate]}
发货时间{$td[send_time]}
订单状态{$_status[$td[status]]}
退款理由{$td[buyer_reason]}
操作原因{$td[refund_reason]}
+ +
+ + {elseif $step == 'express'} + {template 'goods', 'chip'} +
快递信息
+ + + + + + + + + + + + + + + + + + + + + + + + + +
发货日期{$td[send_time]}
快递类型{$td[send_type]}
快递单号{$td[send_no]}
追踪结果
正在查询...
快递状态{$_send_status[$td[send_status]]}
+
+ + + {elseif $step == 'send'} +
+ + + + + + + {template 'goods', 'chip'} +
确认发货
+ + + + + + + + + + + + + + + + + +
快递类型 + +
快递单号
发货时间{dcalendar('send_time', $send_time)}
+    +
+
+ + + {elseif $step == 'add_time'} +
+ + + + + + {template 'goods', 'chip'} +
延长买家确认时间
+ + + + + + + + + +
*延长时间 小时 (1天=24小时 只能为整数) 
+    +
+
+ + + {elseif $step == 'refund_agree'} +
+ + + + + + + {template 'goods', 'chip'} +
同意退款
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
联系买家{if $DT[im_web]}{im_web($td[buyer])} {/if}{$td[buyer]}
下单时间{$td[adddate]}
退款原因{$td[buyer_reason]}
同意原因 + {deditor($moduleid, 'content', 'Simple', '100%', 200)}
* 支付密码{template 'password', 'chip'} 
+    +
+
+ + + {/if} +{elseif $action == 'express'} + +
+
+ + +{$fields_select}  +  +{$status_select}  +  +
+
+ +
+ + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} +
快递公司快递单号快递状态下单时间更新时间订单
{$v[send_type]}{$v[send_no]}{$v[dstatus]}{$v[addtime]}{$v[updatetime]}查看
+
+
{$pages}
+ +{else} + +
+
+ +{$fields_select}  +  +{$status_select}  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +  +
+
+单号:  +商品ID:  +买家:  +密码:  +
+
+ + + +
+ + + + + + + + + +
商品信息数量订单金额下单时间买家订单状态
+{loop $lists $k $v} + + + + + + + + + + + + + +
+ +{if $v[status] == 0} +{if $v[logistic]} +确认发货 | +打印订单 | +{else} +确认消费 | +{/if} +{elseif $v[status] == 1} +{if $v[lefttime]} + 距买家处理订单还剩{$v[lefttime]}  +延长时间 | +{else} +买家处理订单超时 +直接收款 | +{/if} +{if $v[send_type] && $v[send_no]} +快递追踪 | +{/if} +{elseif $v[status] == 2} +{if $v[lefttime]} + 距买家处理订单还剩{$v[lefttime]}  +延长时间 | +{else} +买家处理订单超时 +直接收款 | +{/if} +{elseif $v[status] == 4} +同意退款 | +{/if} +订单详情  + + 订单号:{$v[itemid]} +
+{$v[title]} +{if !$v[logistic]} +
手机:{$v[buyer_mobile]} +    密码:{$v[password]} +{/if} +
{$v[number]}{$DT[money_sign]}{$v[amount]}{$v[addtime]}{if $DT[im_web]}{im_web($v[buyer].'&mid=16&itemid='.$v[gid])} {/if}{$v[dstatus]}
+{/loop} +
+
{$pages}
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/group_print.htm b/template/default/member/group_print.htm new file mode 100644 index 0000000..f1edf1a --- /dev/null +++ b/template/default/member/group_print.htm @@ -0,0 +1,80 @@ + + + + +打印订单 + + + + +
+

发货单

+ + + + + + + + + + + + + + + + + + + + +
收货信息
收货地址{$td[buyer_address]}{if $td[buyer_postcode]} ({$td[buyer_postcode]}){/if}
买家姓名{$td[buyer_name]}
买家手机{$td[buyer_mobile]}
会员名称{$td[buyer]}
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
订单信息
订单编号{$td[itemid]}
下单时间{$td[adddate]}
卖家名称{$td[seller]}
商品名称{$td[title]}
购买数量{$td[number]}
商品单价{$DT[money_sign]}{$td[price]}
订单总额{$DT[money_sign]}{$td[total]}
+
+ +
+
+ + + \ No newline at end of file diff --git a/template/default/member/header-widget.htm b/template/default/member/header-widget.htm new file mode 100644 index 0000000..61475d4 --- /dev/null +++ b/template/default/member/header-widget.htm @@ -0,0 +1,23 @@ + + + + +{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{$DT[sitename]} + + + + + + + + + + + + + + + +{dmsg()} \ No newline at end of file diff --git a/template/default/member/header.htm b/template/default/member/header.htm new file mode 100644 index 0000000..05296e9 --- /dev/null +++ b/template/default/member/header.htm @@ -0,0 +1,265 @@ + + + + + + + +{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}商务中心{$DT[seo_delimiter]}{if $city_sitename}{$city_sitename}{else}{$DT[sitename]}{/if}{$DT[seo_delimiter]}Powered By DESTOON + + + + + + + + + + + + + + + + +{if $head_mobile && $EXT[mobile_goto]}{/if} + + + + +{dmsg()} + +
 
+ +
+ + + + + + + + + + + +{if $module != 'info'} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + +{if $DT[im_qq]} + + + + +{/if} +{if $DT[im_wx]} + + + + +{/if} +{if $DT[im_ali]} + + + + +{/if} +{if $DT[im_skype]} + + + + +{/if} + + + + diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/letter.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/letter.htm new file mode 100644 index 0000000..13256a1 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/letter.htm @@ -0,0 +1,11 @@ +
+{if $_cid} + +
我的面板
+
+ +
+{else} + +{if $menu_id == 2} + +{if $_userid} +
商户服务
+
+ +
+{/if} + +{if $MG[homepage]} +
商铺管理
+
+ +
+{/if} + +{elseif $menu_id == 1} + +{if $MYMODS} +
信息管理
+
+ +
+{/if} + +{else} + +{if $_userid} +
会员服务
+
+ +
+{/if} + +{if $_userid} +
交易管理
+
+ +
+{/if} + +{/if} +{/if} +
  \ No newline at end of file diff --git a/template/default/member/home.htm b/template/default/member/home.htm new file mode 100644 index 0000000..b4eac24 --- /dev/null +++ b/template/default/member/home.htm @@ -0,0 +1,406 @@ +{template 'header', 'member'} + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
自定义背景图  [上传]  [预览]  [删除]
自定义背景色{dstyle('setting[bgcolor]', $bgcolor)}
自定义LOGO  [上传]  [预览]  [删除]
自定义CSS
横幅宽度 + px +    高度 + px +
横幅显示方式 +    +    +    +
横幅图片地址  [上传]  [预览]  [删除]
横幅视频地址  [上传]  [预览]  [删除]
横幅图片地址1  [上传]  [预览]  [删除]
横幅图片链接1
横幅图片地址2  [上传]  [预览]  [删除]
横幅图片链接2
横幅图片地址3  [上传]  [预览]  [删除]
横幅图片链接3
横幅图片地址4  [上传]  [预览]  [删除]
横幅图片链接4
横幅图片地址5  [上传]  [预览]  [删除]
横幅图片链接5
形象视频地址  [上传]  [预览]  [删除] +
+{load('player.js')} +{load('url2video.js')} + +
网站公告
支持HTML语法
访问次数 +     + +
+
+ + + + + + + + + +{if $need_captcha} + + + + +{/if} + + + + +
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/honor.htm b/template/default/member/honor.htm new file mode 100644 index 0000000..da275d8 --- /dev/null +++ b/template/default/member/honor.htm @@ -0,0 +1,146 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} +
+ + + + +{if $action=='edit' && $status==1 && $note} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
拒绝原因{$note}
* 证书名称 {dstyle('post[style]', $style)}
* 发证机构
* 发证日期{dcalendar('post[fromtime]', $fromtime)}
到期日期{dcalendar('post[totime]', $totime)} 不设置表示永久有效
* 证书图片 + + + + + + + + +
+      + +
+ +
证书介绍 +{deditor($moduleid, 'content', $group_editor, '100%', 200)}
+
     
+
+{load('clear.js')} + +{else} +
+ +
  +  + +
+
+
+
+ + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + +{/loop} +
证书证书名称发证机构发证日期到期日期修改删除
{$v[title]}{if $v[status]==1 && $v[note]} {/if}{$v[authority]}{$v[fromdate]}{$v[todate]}
+
+
+ +
+
+{if $MG[honor_limit]} +
总共可发 {$MG[honor_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
+{/if} +
{$pages}
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/im.htm b/template/default/member/im.htm new file mode 100644 index 0000000..e0e8c55 --- /dev/null +++ b/template/default/member/im.htm @@ -0,0 +1,198 @@ +{template 'header', 'member'} +{if $action == 'guest'} +
+您还没有登录,请先 登录注册
+ +{elseif $action == 'close'} +您所在的会员组无权限使用此功能,请先 升级 + +{else} + +{if $action == 'add'} +
+ + + + +
+* 会员名  +  +  +  +
+
+ + +{elseif $action == 'setting'} +
+ + + + + + + + + + + + + + +
黑名单
直接输入会员名即可将会员列入黑名单,多个会员名请用空格键隔开
自动回复
会员首次发起交谈或超过一周没有交谈时,自动回复内容
+
+ +{elseif $action == 'view'} +
+ + +
+  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +  + +
+
+
+ + + + + + +{if $admin} + + +{/if} + +{loop $lists $k $v} + + + + + +{if $admin} + + +{/if} + +{/loop} +
头像会员时间内容禁言删除
{if $v[nickname]}{$v[nickname]}@{/if}{$v[username]}{$v[date]}{$v[word]}禁言删除
+
+
{$pages}
+ +{elseif $action == 'group'} + +
+{if $lists} +{loop $lists $k $v} + + + + + +
+{/loop} +{else} +

暂未加入群聊
查找群

+{/if} +
+ +{elseif $action == 'friend'} + +
+
+  +  +  +  + +
+
+
+{if $lists} +{loop $TYPE $i $t} +

{$t[typename]} ({$t[num]})

+
+{loop $lists[$i] $k $v} + + + + + +
+{/loop} +
+{/loop} +{else} +

暂无好友
添加好友

+{/if} +
+ +{else} + +
+ + +{/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/index.htm b/template/default/member/index.htm new file mode 100644 index 0000000..0cd8bb2 --- /dev/null +++ b/template/default/member/index.htm @@ -0,0 +1,113 @@ +{template 'header', 'member'} + +
+{if $_groupid == 4} +
尊敬的会员,您的帐号正在审核中..,本站部分功能和服务可能受到一定的使用限制,{if $MOD[checkuser]==2}请点这里验证您的邮箱,系统将自动审核{else}请稍候,等待网站审核
完善的商业信息有助于获得别人的信任,结交潜在的商业伙伴,获取商业机会,增加系统审核通过的概率  现在就去完善»{/if}
+{/if} +{if $MG[type] && !$_edittime} +
贵公司尚未完善详细资料!完善的商业信息有助于获得别人的信任,结交潜在的商业伙伴,获取商业机会  现在就去完善»
+{/if} +{if $vip && $havedays < 30 && $havedays > 0} +
尊敬的{$MG[groupname]},您的{VIP}服务将在 {$havedays} 天后到期,为了不影响您的正常使用,请您尽快续费  立即续费»
+{/if} +
+ +
+ + + + + + +
+
    +
  • 欢迎,{$_truename} ({$_username})
  • +
  • {$_company}({$MG[groupname]})   账户详情»
  • +{if $MOD[vmember]} +
  • + 认证: +{if $MOD[vemail]} + 邮件   +{/if} +{if $MOD[vmobile]} + 手机   +{/if} +{if $MOD[vbank]} + 银行   +{/if} +{if $MOD[vtruename]} + 实名   +{/if} +{if $MOD[vcompany] && $MG[type]} + 公司 +{/if} +
  • +{else} +
  • 上次登录:{timetodate($logintime, 5)}
  • +{/if} +
+
+
+

账户余额

+ {$DT[money_sign]}{$my_money} {$DT[money_unit]} +    + 流水  |  + 充值 +
+
+
+
+ + +{if $DT[max_cart]} + +{/if} + +{if $DT[im_web]} + +{/if} + + + + + + +
购物车
新消息
{$_message}
新交谈
{$_chat}
{$DT[credit_name]}
{$_credit}

发布信息

我的订单

我的收藏
+
+ +
+ 系统消息 +
+
+
+
    + {if $sys} + {loop $sys $v} +
  • {timetodate($v[addtime], 3)} {$v[title]}
  • + {/loop} + {else} +
  •  暂无消息
  • + {/if} +
+
+
+ +
+ 商务便笺 +
+
+
+
+ + + + + + + + +
[可记录一些文字备忘,限5000字]
+
+
+
+{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/index.html b/template/default/member/index.html new file mode 100644 index 0000000..c1e1f00 --- /dev/null +++ b/template/default/member/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/default/member/link.htm b/template/default/member/link.htm new file mode 100644 index 0000000..dc06418 --- /dev/null +++ b/template/default/member/link.htm @@ -0,0 +1,93 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} +
+ + + + + + + + + + + + + + + + + + + + +
* 网站名称 {dstyle('post[style]', $style)}
* 链接地址
显示顺序 填写数字,数字越大越靠前
     
+
+ +{else} +
+ +
  +  + +
+
+
+
+ + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} +
链接名称网站地址添加时间修改删除
{$v[title]}{$v[linkurl]}{$v[adddate]}
+
+
+ +
+
+{if $MG[link_limit]} +
总共可发 {$MG[link_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
+{/if} +
{$pages}
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/login.htm b/template/default/member/login.htm new file mode 100644 index 0000000..ef8be40 --- /dev/null +++ b/template/default/member/login.htm @@ -0,0 +1,213 @@ +{template 'header'} +
+
+ + + +
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/member/mail.htm b/template/default/member/mail.htm new file mode 100644 index 0000000..ae3d129 --- /dev/null +++ b/template/default/member/mail.htm @@ -0,0 +1,102 @@ +{template 'header', 'member'} + +{if $action == 'list'} +
+ + + + + + + +{loop $lists $k $v} + + + + + + +{/loop} +
 标题类 别添加时间
{$v[title]}{$TYPE[$v[typeid]][typename]}{$v[adddate]}
+
+
{$pages}
+ +{elseif $action == 'show'} + + + + + + + + + + + + + + + + + +
邮件标题{$r[title]}
邮件正文{$r[content]}
添加时间{$r[adddate]}
更新时间{$r[editdate]}
+ +{else} +
+ + + + + + + + + + + + + +{if $r} + + + + + + + + +{/if} + + + + +
订阅说明 +1、选择您感兴趣的分类,点击订阅即可将你的注册邮件添加至订阅列表,系统会定期发送订阅内容至您的邮箱。
+2、取消某个分类先去掉其选中(新增某个分类直接将其选中),然后点击订阅即可更新。
+3、点击退订,系统会取消您所有的订阅,并将您的邮件地址从订阅列表中移除。
+4、订阅分类可能会定期更新,请随时关注。
+5、如果无法正常收到邮件,请将 {$DT[mail_sender]} 加入您的邮件白名单。
+
* 商机分类 + {if $TYPE} + + {loop $TYPE $k $v} + {if $k%4==0}{/if} + + {if $k%4==3}{/if} + {/loop} +
+ {else} + 无法完成订阅,系统暂无商机分类 + {/if} +
邮件地址{$_email}
订阅时间{$addtime}
上次更新{$edittime}
    
+
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/message.htm b/template/default/member/message.htm new file mode 100644 index 0000000..fa161b9 --- /dev/null +++ b/template/default/member/message.htm @@ -0,0 +1,442 @@ +{template 'header', 'member'} + +{if $action == 'guest'} +
+您还没有登录,请先 登录注册
+ +{elseif $action == 'close'} +您所在的会员组无权限使用此功能,请先 升级 + +{else} + +{if $action == 'send'} +
+ + + + + + + + + + + + + + + + + + + + +{if $need_captcha} + + + + +{/if} + + + + +
* 收件人  [我的商友] +
多个收件人请按空格键隔开 最多同时发送给{$MOD[maxtouser]}个收件人
* 标题
* 内容 +{deditor($moduleid, 'content', 'Message', '100%', 200)}
+
选项 + 不发送,保存为草稿 + 保存到已发送 + 已读回执 +
* 验证码{template 'captcha', 'chip'}
+ +{if $MG[message_limit]} +   今日可发 {$MG[message_limit]} 次 +   当前已发 {$limit_used} 次 +   还可以发 {$limit_free} 次 +{/if} +
+
+{load('clear.js')} + +{elseif $action == 'edit'} +
+ + + + + + + + + + + + + + + + + + + + + + + +
* 收件人  [我的商友]
多个收件人请按空格键隔开 最多同时发送给{$MOD[maxtouser]}个收件人
* 标题
* 内容 +{deditor($moduleid, 'content', 'Simple', '100%', 200)}
+
选项 + 发送信件 + 保存到已发送 + 已读回执 +
     
+
+{load('clear.js')} + +{elseif $action == 'export'} +
+ + + + + + + + + + + + + + + + + + + + + + + +
提示 请定期导出重要信件,以免被系统自动清除
信件 + 收件箱 + 已发送 + 草稿箱 + 回收站 +
日期范围 +{dcalendar('message[fromdate]', $fromdate)} 至 {dcalendar('message[todate]', $todate)} +
每次最多导出100封,请设置合理的时间段,以免遗漏部分信件 +
选项 + 仅导出未读信件 +
+ +
+
+{elseif $action == 'empty'} +
+ + + + + + + + + + + + + + + + + + + +
信件 + 收件箱 + 已发送 + 草稿箱 + 回收站 +
日期范围 +{dcalendar('message[fromdate]', $fromdate)} 至 {dcalendar('message[todate]', $todate)} +
选项 + 保留未读信件 +
+ +
+
+{elseif $action == 'show'} +
+ {$title}
+ {$addtime}    + {if $status==4 || $status==3} + {if $fromuser} + 发件人:{$fromuser}
+ {/if} + {elseif $status==2} + 收件人:{$touser}
+ {/if} +
+
+{$content} +
+
+  +{if $status==4} +  +{if $fromuser} +  + +  +{/if} +  +{elseif $status==3} +{if $fromuser} +  +  +  +{/if} +  +  +{elseif $status==2} + {if $fromuser} +   + {/if} +   +{elseif $status==1} + {if $fromuser} +   + {/if} +   +{elseif $status==0} +{/if} +
+ + + +
+
+{elseif $action == 'setting'} +
+ + + + + + + + + + + + + + +
黑名单
[提示] 直接输入会员名即可将会员列入黑名单,多个会员名请用空格键隔开,禁止游客请填Guest
未读信转发 + 开启     + 关闭 +   +系统将自动转发未读站内信至注册邮箱 +
+ +
+
+{else} +
+
+ + + + + + +  +  + +
+
+ +
+
+ + + + + +{if $status>1}{/if} + +{if $status==3} + +{/if} + +{if $status==3} +{loop $systems $v} + + + + + + +{if $status==3}{/if} + +{/loop} +{/if} +{loop $lists $v} + + + + +{if $status>1}{/if} + +{if $status==3} + +{/if} + +{/loop} +
类型 标题{if $status==2}收件人{else}发件人{/if}时间标记
{$v[title]}{$v[user]}{$v[adddate]}--
{$v[title]}{if $v[userurl]}{$v[user]}{else}{$v[user]}{/if}{$v[adddate]} + +
+
+{if $status==4} +  +  +{elseif $status==3} +{if $_message} +  +  +{/if} +  +  +{else} +  +{/if} +  +
+ +
+{if $status==3} +{if $MG[inbox_limit]} +
收件箱容量 {$MG[inbox_limit]} 条   当前接收 {$limit_used} 条   还可以接收 {$limit_free} 条   建议定期删除无用信件
+{/if} +{/if} +
{$pages}
+{/if} + +{/if} +{template 'footer',$module} \ No newline at end of file diff --git a/template/default/member/my.htm b/template/default/member/my.htm new file mode 100644 index 0000000..5da719a --- /dev/null +++ b/template/default/member/my.htm @@ -0,0 +1,42 @@ +{template 'header', 'member'} +{if $MYMODS} +{if $_userid} +{else} +
您还没有登录,目前仅拥有以下栏目的发布权限,建议您 立即登录注册会员
+{/if} + +{loop $MYMODS $v} + + + + +{/loop} +{if $MG[resume]} +{loop $MODULE $k $v} +{if $v[module] == 'job'} + + + + +{/if} +{/loop} +{/if} +
{$MODULE[$v][name]} +{if $_userid}管理    {/if} +{if $MODULE[$v][module] == 'club'} +创建 +{else} +发布 +{/if} +
简历 +{if $_userid}管理    {/if} +创建 +
+{else} + {if $_userid} +
尊敬的{$MG[groupname]},您的会员组没有在本站发布信息的权限,请返回。  点击返回商务中心首页
+ {else} +
您还没有登录,目前没有信息发布权限,建议您 立即登录注册会员
+ {/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_article.htm b/template/default/member/my_article.htm new file mode 100644 index 0000000..6994adf --- /dev/null +++ b/template/default/member/my_article.htm @@ -0,0 +1,248 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
+ + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
未通过原因{$note}
* 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
* {$MOD[name]}标题
标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
标题图片  [上传]  [预览]  [删除]
', '', $item)}{/if} +
* 详细内容 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+
{$MOD[name]}简介
{$MOD[name]}作者  {$MOD[name]}来源   来源链接
标签(Tag)
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
+
+ + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
+
+
+
+ + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + +{/loop} +
标题分类{if $timetype=='add'}添加{else}更新{/if}时间浏览管理
  {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[hits]} + +{if $MG[delete]} {/if} +
+
+{if $MG[delete]} +
+ +
+{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_brand.htm b/template/default/member/my_brand.htm new file mode 100644 index 0000000..b55d9c8 --- /dev/null +++ b/template/default/member/my_brand.htm @@ -0,0 +1,277 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
+ + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + +{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
未通过原因{$note}
* 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
* {$MOD[name]}名称
标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
* {$MOD[name]}LOGO  [上传]  [预览]  [删除]
官方网站
', '', $item)}{/if} +
详细说明{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
+
+ + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
+
+
+
+ + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + +{/loop} +
LOGO标题分类{if $timetype=='add'}添加{else}更新{/if}时间浏览管理
 {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[hits]} + +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
+
+{if $MG[delete] || $timetype!='add'} +
+{if $MG[delete]} + +{/if} +{if $timetype!='add'} + +{if $MOD[credit_refresh]} +刷新一条信息一次需消费 {$MOD[credit_refresh]} {$DT[credit_name]},当{$DT[credit_name]}不足时将不可刷新 +{/if} +{/if} +
+{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_buy.htm b/template/default/member/my_buy.htm new file mode 100644 index 0000000..2f317b9 --- /dev/null +++ b/template/default/member/my_buy.htm @@ -0,0 +1,488 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + + + +
+ + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
未通过原因{$note}
* 信息类型 +{loop $TYPE $k $v} +   +{/loop} +
* 信息标题 (2-30个字)
标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
* 行业分类
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}{if $DT[schcate_limit]}   搜索分类{/if}
', '', $item)}{/if} +
产品图片 +
+{loop $thumbs $k $v} +
+ +
+

+
+{/loop} +
+
+
+ +
+

+
+
+
+
+

批量上传

+
+ + + +
宣传视频  [上传]  [预览]  [删除]   + +
主要参数 + + + + + + + + + + + + + + + + + + + + + +
参数名称参数值
例如:规格例如:10cm*20cm
+
交易条件 + + + + + + + + + + + +
需求数量价格要求包装要求
+  建议详细填写交易条件,以便符合要求的卖家与您取得联系 +
详细说明 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+
过期时间{dcalendar('post[totime]', $totime, '-', 1)}  +  +不选表示长期有效 +
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
+
+ + + {category_select('catid', '行业分类', $catid, $moduleid)}  +{dselect($TYPE, 'typeid', '信息类型', $typeid)}  +  +  + +
+
+
+
+ + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + +{/loop} +
标题行业{if $timetype=='add'}添加{else}更新{/if}时间浏览管理
 {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}{$v[catname]}{timetodate($v[addtime], 5)}{timetodate($v[edittime], 5)}{$v[hits]} + +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
+
+{if $MG[delete] || $timetype!='add'} +
+{if $MG[delete]} + +{/if} +{if $timetype!='add'} + +{if $MOD[credit_refresh]} +刷新一条信息一次需消费 {$MOD[credit_refresh]} {$DT[credit_name]},当{$DT[credit_name]}不足时将不可刷新 +{/if} +{/if} +
+{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_club.htm b/template/default/member/my_club.htm new file mode 100644 index 0000000..4c869e9 --- /dev/null +++ b/template/default/member/my_club.htm @@ -0,0 +1,225 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
+ + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + + + + + +{if $CP} + + + + + + +{/if} +{if $FD}{fields_html(' + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
未通过原因{$note}
所属商圈{$GRP[title]}
* 帖子标题
标题图片  [上传]  [预览]  [删除]
', '', $item)}{/if} +
* 帖子内容 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
+
+ + +  +  +  + +
+
+
+
+ + + + + + +{if $MOD[hits]}{/if} + + + +{loop $lists $k $v} + + + + + +{if $MOD[hits]}{/if} + + + +{/loop} +
标题商圈发表时间人气回复管理
{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[groupname]}  {$v[adddate]}{$v[hits]}{$v[reply]} + +{if $MG[delete]} {/if} +
+
+{if $MG[delete] || $timetype!='add'} +
+{if $MG[delete]} + +{/if} +
+{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'club_js', 'chip'} +{template 'footer', 'member'} diff --git a/template/default/member/my_club_fans.htm b/template/default/member/my_club_fans.htm new file mode 100644 index 0000000..ffc54ed --- /dev/null +++ b/template/default/member/my_club_fans.htm @@ -0,0 +1,68 @@ +{template 'header', 'member'} + +
+
+ + + +{$fields_select}  +  +  +  + +
+
+
+
+ + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} +
头像会员商圈加入时间加入理由状态
{$v[username]}{$v[groupname]}{$v[adddate]}{if $v[ban]}禁言{else}正常{/if}
+
+
+{if $status == 3} +   +{elseif $status == 2} +   +   +{elseif $status == 1} +   +{/if} +   +   +   +
+
+
{$pages}
+ +{template 'club_js', 'chip'} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_club_group.htm b/template/default/member/my_club_group.htm new file mode 100644 index 0000000..1c36471 --- /dev/null +++ b/template/default/member/my_club_group.htm @@ -0,0 +1,200 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
+ + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + +{if $action == 'add'} +{if $MOD[chat]} + + + + +{/if} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} + + + + +
未通过原因{$note}
* 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)} 创建后无法修改
* 商圈名称{if $action=='add'} 限15个字,创建后无法修改{/if}
* 商圈图标  [上传]  [预览]  [删除]
* 商圈简介
限500个字
* 加圈方式 + 自由 + 申请 +
* 群聊功能 + 关闭 + 开启 +
* 创建理由
限500个字
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{if $action=='add'} + +{else} + +{/if} +{else} +
+
+ + + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
+
+
+ + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} +
图标名称分类创建时间主题粉丝管理
{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[post]}{$v[fans]} + +
+
+{if $group_limit} +
+总共可建 {$group_limit} 个    +当前已建 {$limit_used} 个    +还可以建 {$limit_free} 个    +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'club_js', 'chip'} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_club_join.htm b/template/default/member/my_club_join.htm new file mode 100644 index 0000000..635af65 --- /dev/null +++ b/template/default/member/my_club_join.htm @@ -0,0 +1,108 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
+ + + + + + + + + + + + + + + + + + + +
加入商圈{$GRP[title]}
{if $GRP[join_type]}* {/if}加入原因
限500个字
     
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
+ + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} +
商圈图标商圈名称主题粉丝申请时间管理
{$v[title]}{$v[post]}{$v[fans]}{$v[adddate]} +{if $status == 3} + +{else} + +{/if} +
+
+{if $join_limit} +
+总共可加 {$join_limit} 个    +当前已加 {$limit_used} 个    +还可以加 {$limit_free} 个    +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'club_js', 'chip'} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_club_manage.htm b/template/default/member/my_club_manage.htm new file mode 100644 index 0000000..1fbb5ed --- /dev/null +++ b/template/default/member/my_club_manage.htm @@ -0,0 +1,335 @@ +{if $action} +{template 'header-widget', 'member'} +
+
+ +{if $action == 'post'} +
+
+ + + + +{$fields_select}  +  +精华  +高亮  +置顶  +图片  +游客  +  + +
+
+
+
+ + + + + + + +{if $MOD[hits]}{/if} + + + +{loop $lists $k $v} + + + + + + +{if $MOD[hits]}{/if} + + + +{/loop} +
标题作者发表时间人气回复修改
+{if $v[ontop]} + +{elseif $v[level]} + +{elseif $v[thumb]} + +{elseif $v[video]} + +{else} +  +{/if} +{$v[title]}{if $v[status]==1 && $v[note]} {/if}{$v[username]}{$v[adddate]}{$v[hits]}{$v[reply]} + +
+
+
+ + + + + + + + + + + + + + + + +
*
+
+
+
{$pages}
+ +{elseif $action == 'edit'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
* 帖子标题
标题图片  [上传]  [预览]  [删除]
* 帖子内容 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+
{if $MOD[manage_reason]}* {/if}修改原因 + + + + + + + +
     
+
+{load('clear.js')} + + +{elseif $action == 'reply'} +
+
+ + + + +{$fields_select}  +  +  + +
+
+
+
+ + + + + + + + +{loop $lists $k $v} + + + + + + + +{/loop} +
内容作者回复时间修改
  {$v[title]}  {$v[username]}{$v[adddate]} + +
+
+
+ + + + + + + + + + +
*
+
+
+
{$pages}
+ +{elseif $action == 'reply_edit'} +
+ + + + + + + + + + + + + + + + + + + +
* 回复内容 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+
{if $MOD[manage_reason]}* {/if}修改原因 + + + + + + +
     
+
+{load('clear.js')} + +{/if} + + + +{else} +{template 'header', 'member'} + +
+
+ + +{$fields_select}  +  +  +  +  + +
+
+
+ + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} +
商圈帖子/回复操作操作内容操作时间操作原因通知
{$v[groupname]} {$v[title]}{if $v[rid]}回复{else}帖子{/if}{$MANAGE[$v[typeid]]}{$v[value]}{$v[adddate]}{if $v[message]}已发{else}未发{/if}
+
+
{$pages}
+ +{if $open_url} + +{/if} +{template 'club_js', 'chip'} +{template 'footer', 'member'} +{/if} \ No newline at end of file diff --git a/template/default/member/my_club_reply.htm b/template/default/member/my_club_reply.htm new file mode 100644 index 0000000..7e1fe2a --- /dev/null +++ b/template/default/member/my_club_reply.htm @@ -0,0 +1,137 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
+ + + + + + + + +{if $action=='add' && $R} + + + + +{/if} + + + + + + + + +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} + + + + +
+引用回复 + +{load('club.css')} +{$R[quote]}
回复帖子{$T[title]}
* 回复内容 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} + +{else} +
+
+ + + +  +  +  + +
+
+
+ + + + + + +{loop $lists $k $v} + + + + + +{/loop} +
内容回复时间管理
  {$v[title]}  {$v[adddate]} + +{if $MG[delete]} {/if} +
+
+{if $reply_limit} +
+今日可回复 {$reply_limit} 次    +当前已回复 {$limit_used} 次    +还可以回复 {$limit_free} 次    +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'club_js', 'chip'} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_down.htm b/template/default/member/my_down.htm new file mode 100644 index 0000000..cb236f5 --- /dev/null +++ b/template/default/member/my_down.htm @@ -0,0 +1,315 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + + +
+ + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + + + + + + + + + + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
未通过原因{$note}
* 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
* {$MOD[name]}标题
标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
标题图片  [上传]  [预览]  [删除]
* 文件地址{if $MG[upload] && check_group($_groupid, $MOD[group_upload])}  [上传]{/if}  [预览]  [删除]   + +
* 文件类型{ext_select('post[fileext]', $fileext, 'id="fileext"')}
* 文件大小 {unit_select('post[unit]', $unit, 'id="unit"')} 
', '', $item)}{/if} +
{$MOD[name]}说明{deditor($moduleid, 'content', $group_editor, '100%', 350)}
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
+
+ + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
+
+
+
+ + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} + +{if $MOD[hits]}{/if} + + +{/loop} +
 标题分类{if $timetype=='add'}添加{else}更新{/if}时间下载浏览管理
 {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[download]}{$v[hits]} + +{if $MG[delete]} {/if} +
+
+{if $MG[delete]} +
+ +
+{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_exhibit.htm b/template/default/member/my_exhibit.htm new file mode 100644 index 0000000..ad40878 --- /dev/null +++ b/template/default/member/my_exhibit.htm @@ -0,0 +1,400 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
+ + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $DT[im_qq]} + + + + +{/if} +{if $DT[im_wx]} + + + + +{/if} + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
未通过原因{$note}
* 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
* 展会标题
标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
标题图片  [上传]  [预览]  [删除]
* 展出时间{dcalendar('post[fromtime]', $fromtime, '-', 1)} 至 {dcalendar('post[totime]', $totime, '-', 1)}
所在地区{ajax_area_select('post[areaid]', '请选择', $areaid)}
展出城市
* 展出地址
* 展馆名称
', '', $item)}{/if} +
展会说明{deditor($moduleid, 'content', $group_editor, '100%', 350)}
展会备注
* 主办单位
承办单位
官方网站
* 联系人
* 联系电话
联系手机
通讯地址
邮政编码
联系传真
电子邮件
QQ
微信
在线报名 + 开启 + 关闭
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('guest.js')} +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{elseif $action=='sign'} + +
+
+ + +{$fields_select}  +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +展会ID:  +  +
+
+
+
+ + + + + + + +{loop $lists $k $v} + + + + + + +{/loop} +
展会会员联系方式备注事项
+{$v[title]} +
报名时间:{$v[addtime]}  报名人数:{$v[amount]} +
+{if $v[username]}{$v[username]}{/if} +
+{if $DT[im_web] && $v[username]}{im_web($v[username])} {/if} +{if $v[username]} {/if} +{if $DT[im_qq] && $v[qq]}{im_qq($v[qq])} {/if} +{if $DT[im_wx] && $v[wx]}{im_wx($v[wx], $v[username])} {/if} +{if $DT[mail_type] != 'close' && $v[email]} {/if} +
+
+{$v[truename]} {$v[company]} {$v[mobile]} {$v[email]}
+{if $v[areaid]}{area_pos($v[areaid])}{/if}{$v[address]} {$v[postcode]} +
{nl2br($v[content])}
+
+
{$pages}
+ +{else} +
+
+ + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
+
+
+
+ + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} + +{if $MOD[hits]}{/if} + + +{/loop} +
标题分类状态{if $timetype=='add'}添加{else}更新{/if}时间报名浏览管理
  {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[orders]}{$v[hits]} + +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
+
+{if $MG[delete]} +
+ +
+{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_group.htm b/template/default/member/my_group.htm new file mode 100644 index 0000000..64d6628 --- /dev/null +++ b/template/default/member/my_group.htm @@ -0,0 +1,331 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
+ + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
未通过原因{$note}
* 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
* {$MOD[name]}标题
标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
* 产品图片  [上传]  [预览]  [删除]
* 团购价
* 市场价
最低人数
最多人数
', '', $item)}{/if} +
{$MOD[name]}简介
详细说明 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+
需要快递 +    + +
过期时间{dcalendar('post[totime]', $totime, '-', 1)}  +  +不选表示长期有效 +
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
+
+ + + {category_select('catid', '行业分类', $catid, $moduleid)}  +  +  +{$order_select}  +  + + +
+
+
+ + + + + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + + + + + + +{if $MOD[hits]}{/if} + + +{/loop} +
图片标题分类价格折扣状态订单销量人气管理
  • {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}
  • {if $timetype=='add'}{timetodate($v[addtime], 5)}{else}{timetodate($v[edittime], 5)}{/if}
{$v[catname]}{$v[price]}{$v[discount]}{$_process[$v[process]]}{$v[orders]}{$v[sales]}{$v[hits]} + + +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
+
+{if $MG[delete] || $timetype!='add'} +
+{if $MG[delete]} + +{/if} +{if $timetype!='add'} + +{if $MOD[credit_refresh]} +刷新一条信息一次需消费 {$MOD[credit_refresh]} {$DT[credit_name]},当{$DT[credit_name]}不足时将不可刷新 +{/if} +{/if} +  +
+{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} diff --git a/template/default/member/my_info.htm b/template/default/member/my_info.htm new file mode 100644 index 0000000..1b500ee --- /dev/null +++ b/template/default/member/my_info.htm @@ -0,0 +1,457 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + + + +
+ + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
未通过原因{$note}
* 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
* {$MOD[name]}标题
标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
', '', $item)}{/if} +
主要参数 + + + + + + + + + + + + + + + + + + + + + +
参数名称参数值
例如:规格例如:10cm*20cm
+
产品图片 +
+{loop $thumbs $k $v} +
+ +
+

+
+{/loop} +
+
+
+ +
+

+
+
+
+
+

批量上传

+
+ + + +
宣传视频  [上传]  [预览]  [删除]   + +
详细说明{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+
过期时间{dcalendar('post[totime]', $totime, '-', 1)}  +  +不选表示长期有效 +
{$MOD[name]}区域{ajax_area_select('post[areaid]', '请选择', $areaid)} 不选择代表全国
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
+
+ + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
+
+
+
+ + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + +{/loop} +
图片标题分类{if $timetype=='add'}添加{else}更新{/if}时间浏览管理
 {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[hits]} +  +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
+
+{if $MG[delete] || $timetype!='add'} +
+{if $MG[delete]} + +{/if} +{if $timetype!='add'} + +{if $MOD[credit_refresh]} +刷新一条信息一次需消费 {$MOD[credit_refresh]} 积分,当积分不足时将不可刷新 +{/if} +{/if} +
+{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_job.htm b/template/default/member/my_job.htm new file mode 100644 index 0000000..fb8a52a --- /dev/null +++ b/template/default/member/my_job.htm @@ -0,0 +1,607 @@ +{if $action == 'resume_invite'} + + + + +Loading... + + +
+ + + + +
+ + +{else} +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
+ + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $DT[im_qq]} + + + + +{/if} +{if $DT[im_wx]} + + + + +{/if} +{if $DT[im_ali]} + + + + +{/if} +{if $DT[im_skype]} + + + + +{/if} + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
未通过原因{$note}
*行业/职位
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}{if $DT[schcate_limit]}   搜索分类{/if}
* 信息标题
标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
招聘部门
* 招聘人数 人 (填0为若干)
* 待遇水平 {$DT[money_unit]}/月 (填0为面议)
* 工作地区{ajax_area_select('post[areaid]', '请选择', $areaid)}
* 工作性质 +{loop $TYPE $k $v} + +{/loop} +
* 性别要求 +{loop $GENDER $k $v} + +{/loop} +
* 婚姻要求 +{loop $MARRIAGE $k $v} + +{/loop} +
* 学历要求 +{loop $EDUCATION $k $v} + +{/loop} +  (以上) +
* 年龄要求 周岁 (填0为不限)
* 工作经验 +   年以上
', '', $item)}{/if} +
* 详细说明 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+
* 公司名称 个人请填 姓名(个人) 例如:张三(个人)
* 联系人
* 性别 + 先生 + 女士 +
* 联系电话
* 电子邮件
联系手机
联系地址
QQ
微信
阿里旺旺
Skype
过期时间{dcalendar('post[totime]', $totime, '-', 1)}  +  +不选表示长期有效 +
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} +{load('guest.js')} +{if $action=='add'} + +{else} + +{/if} +{elseif $action == 'resume_search'} +
+ + +
+关键词:  +行业/职位:{$category_select}  +地区:{$area_select}  +
+
+更新日期:{dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')}  +期望薪资: ~   + 推荐  + 有照片  +
+
+  +  +  +  +  +  + +
+
+{if $lists} +
+
+ + + + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + + + + +{/loop} +
照片姓名性别居住地期望行业期望职位学历毕业学校年龄婚姻工作经验更新时间
{$v[truename]}{if $v[gender]==1}男{else}女{/if}{area_pos($v[areaid], '')}{$CATEGORY[$v[parentid]][catname]}{$CATEGORY[$v[catid]][catname]}{$EDUCATION[$v[education]]}{$v[school]}{$v[age]}{if $v[marriage]==2}已婚{else}未婚{/if}{if $v[experience]}{$v[experience]}年{else}无{/if}{$v[editdate]}
+
+{if $pages}
{$pages}
{/if} +{else} +
抱歉,未搜索到符合条件的简历,请调整搜索条件再试
+{/if} + +{elseif $action == 'resume'} +
+ + + +  +  + + +
+
+
+ + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + + +{/loop} +
应聘岗位姓名性别学历年龄工作经验应聘时间状态面试邀请管理
  {$v[title]}{$v[truename]}{if $v[gender]==1}男{else}女{/if}{$EDUCATION[$v[education]]}{$v[age]}{if $v[experience]}{$v[experience]}年{else}无{/if}{timetodate($v[applytime], 5)}{if $v[status] == 1}未查看{else}已查看{/if}{if $v[status] == 3}已邀请{else}未邀请{/if}
+
+
{$pages}
+ +{elseif $action == 'talent'} +
+ + + +{category_select('catid', '行业/职位', $catid, $moduleid)}  +  +  + + +
+
+ + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + +{/loop} +
姓名性别学历毕业学校行业职位居住地添加时间管理
  {$v[truename]}{if $v[gender]==1}男{else}女{/if}{$EDUCATION[$v[education]]}{$v[school]}{$CATEGORY[$v[parentid]][catname]}{$CATEGORY[$v[catid]][catname]}{area_pos($v[areaid], '')}{timetodate($v[jointime], 5)}
+
+
{$pages}
+ +{else} +
+
+ + +{category_select('catid', '行业/职位', $catid, $moduleid)}  +  +  + +
+
+
+
+ + + + + + + +{if $MOD[hits]}{/if} + + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + + +{/loop} +
标题职位人数{if $timetype=='add'}添加{else}更新{/if}时间浏览简历管理
   {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}{$CATEGORY[$v[catid]][catname]}{$v[total]} {timetodate($v[addtime], 5)}{timetodate($v[edittime], 5)}{$v[hits]}{$v[apply]} +  +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
+
+{if $MG[delete] || $timetype!='add'} +
+{if $MG[delete]} + +{/if} +{if $timetype!='add'} + +{if $MOD[credit_refresh]} +刷新一条信息一次需消费 {$MOD[credit_refresh]} {$DT[credit_name]},当{$DT[credit_name]}不足时将不可刷新 +{/if} +{/if} +
+{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} +{/if} \ No newline at end of file diff --git a/template/default/member/my_job_resume.htm b/template/default/member/my_job_resume.htm new file mode 100644 index 0000000..dd6b30b --- /dev/null +++ b/template/default/member/my_job_resume.htm @@ -0,0 +1,457 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
+ + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $FD}{fields_html(' + + + + + + + + + + + + + + + + + + + +{if $DT[im_qq]} + + + + +{/if} +{if $DT[im_wx]} + + + + +{/if} +{if $DT[im_ali]} + + + + +{/if} +{if $DT[im_skype]} + + + + +{/if} + + + + + + + + + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} + + + + +
未通过原因{$note}
* 行业/职位
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}{if $DT[schcate_limit]}   搜索分类{/if}
* 简历名称
* 真实姓名
免冠照片  [上传]  [预览]  [删除]
* 性别 +{loop $GENDER $k $v} +{if $k > 0} + +{/if} +{/loop} +
* 婚姻状况 +{loop $MARRIAGE $k $v} +{if $k > 0} + +{/if} +{/loop} +
* 现居住地{ajax_area_select('post[areaid]', '请选择', $areaid)}
* 生日 + 年 + +月 + +日 + +
身高 cm
体重 kg
* 学历 +{loop $EDUCATION $k $v} +{if $k > 0} + +{/if} +{/loop} +
* 毕业院校
所学专业
专业技能
语言水平
* 工作性质 +{loop $TYPE $k $v} +{if $k > 0} + +{/if} +{/loop} +
期望薪资 {$DT[money_unit]}/月 (不填或者填0为不限)
* 工作经验 +   年
', '', $item)}{/if} +
* 自我鉴定 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+
* 联系手机
* 电子邮件
联系电话
联系地址
QQ
微信
阿里旺旺
Skype
求职状态 + +
公开程度 + 开放 + 仅网站可见 + 关闭 +
简历模板{tpl_select('resume', $module, 'post[template]', '默认模板', $template, 'id="template"')}
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} +{load('guest.js')} +{if $action=='add'} + +{else} + +{/if} +{elseif $action=='apply'} +
+
+ + + + {category_select('catid', '行业/职位', $catid, $moduleid)}  +  +  + +
+
+
+ + + + + + + + +{loop $lists $k $v} + + + + + + + +{/loop} +
招聘信息我的简历应聘时间状态管理
   {$v[title]}  {$v[resumetitle]}{timetodate($v[applytime], 5)}   +{if $v[status] == 3} +邀请面试 +{elseif $v[status] == 2} +已查看 +{elseif $v[status] == 1} +未查看 +{elseif $v[status] == 0} +已拒绝 +{/if} +   + + +
+
+
{$pages}
+ +{else} +
+
+ + + + {category_select('catid', '行业/职位', $catid, $moduleid)}  +  +  + +
+
+
+ + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + + +{if $MOD[hits]}{/if} + + +{/loop} +
标题行业职位更新时间状态浏览管理
   {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if} {$CATEGORY[$v[parentid]][catname]} {$CATEGORY[$v[catid]][catname]}{timetodate($v[edittime], 5)} +{if $v[open] == 3} +开放 +{elseif $v[open] == 2} +网站可见 +{elseif $v[open] == 1} +关闭 +{else} +  +{/if} +{$v[hits]} +  +  +  + +
+
+{if $resume_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $resume_limit} +总共可发 {$resume_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $resume_free_limit<0}无限{else}{$resume_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_know.htm b/template/default/member/my_know.htm new file mode 100644 index 0000000..64ba67b --- /dev/null +++ b/template/default/member/my_know.htm @@ -0,0 +1,250 @@ +{template 'header', 'member'} + +{if $action=='add'} + +
+ + + + + + +{if $ask} + + + + +{/if} + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + +{if $action=='add'} + + + + + + + + +{/if} +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
* 提问专家{$ask}
* 您的提问
标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
* 问题分类
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}{if $DT[schcate_limit]}   搜索分类{/if}
', '', $item)}{/if} +
补充说明 +{deditor($moduleid, 'content', $group_editor, '100%', 350)} +详细的问题说明,有助于回答者给出准确的答案
+ +
悬赏{$DT[credit_name]} + +您目前的{$DT[credit_name]}为{$_credit}
匿名设定 + +您可以对问题设定匿名,但您需要付出{$MOD[credit_hidden]}{$DT[credit_name]}
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
+
+ + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
+
+
+ + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + +{if $timetype=='add'} + +{else} + +{/if} + +{if $MOD[hits]}{/if} + + +{/loop} +
状态标题分类{if $timetype=='add'}添加{else}更新{/if}时间悬赏浏览回答
{$PROCESS[$v[process]]} {$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[credit]}{$v[hits]}{$v[answer]}
+
+{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_know_answer.htm b/template/default/member/my_know_answer.htm new file mode 100644 index 0000000..3da0e3f --- /dev/null +++ b/template/default/member/my_know_answer.htm @@ -0,0 +1,139 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
+ + + + + + + + + + + + + + + + + + +{if $_userid} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} + + + + +{if !$_userid} + + + + +{/if} +
问题原文:{$item[title]}
* 答案内容: +{deditor($moduleid, 'content', 'Basic', '100%', 200)} +
+
参考资料:
匿名设定: 如果不需要显示您的信息,您可以对回答设定匿名
* 验证问题:{template 'question', 'chip'}
* 验证码:{template 'captcha', 'chip'}
    
+登录后回答可以获得{$DT[credit_name]}奖励,并可以查看和管理所有的回答。登录 | 注册
+
+
+{load('clear.js')} + +{else} +
+
+ + + +  +  +  + +
+
+
+ + + + + + +{loop $lists $k $v} + + + + + +{/loop} +
内容回复时间管理
  {$v[title]}  {$v[adddate]} + +
+
+{if $answer_limit} +
+今日可回答 {$answer_limit} 次    +当前已回答 {$limit_used} 次    +还可以回答 {$limit_free} 次    +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_mall.htm b/template/default/member/my_mall.htm new file mode 100644 index 0000000..877c0c3 --- /dev/null +++ b/template/default/member/my_mall.htm @@ -0,0 +1,975 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + + + +
+ + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
未通过原因{$note}
* 商品分类
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}{if $DT[schcate_limit]}   搜索分类{/if}
商品条码  [选择]  [管理]
* 商品名称{if $action=='edit'}   关联商品{/if}
标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
商品卖点
卖点链接  链接文字
商品品牌
* 价格模式 +     +     +     + +
* 商品单价
* 商品价格 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
数量价格数量价格
填写示例
+ +
* 商品库存
商品属性 + + + + + + + + + + + + + + + + + + + + + + + + + + +
属性名称属性值* 价格
例如:颜色例如:黑色|白色|红色|蓝色 多个属性用|分隔例如:100.00|200.00|300.00|400.00 多个价格用|分隔
+ +
* 销售属性点击设置
', '', $item)}{/if} +
* 商品图片 +
+{loop $thumbs $k $v} +
+ +
+

+
+{/loop} +
+
+
+ +
+

+
+
+
+
+

批量上传

+
+ + + +
宣传视频  [上传]  [预览]  [删除]   + +
* 商品详情 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+
运费设置 + + + + + + + + + + + + + + + + + + + + + + + + + +
快递默认运费增加一件商品增加选择模板 | 管理模板
+ +
+ +
+ +
+  填写示例:包邮 / 满500包邮 / 快递10元 / 快递10元,满500包邮 +
我的分类{$mycatid_select} 
店铺推荐 + 是 +     + 否 +
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{elseif $action=='relate'} +
+ + + + + + + + + + + + + + + +
关联名称   例如“颜色”、“尺寸”、“型号”等
+{loop $lists $k $v} +
+ + + + + + + + + + + + + +
标题
排序
[移除]
+
+{/loop} +
+
+
+ + + + + +
+ + +{else} +
+
+ + + {category_select('catid', '商品分类', $catid, $moduleid)}  +{$mycat_select}  +  +{$order_select}  +  + +
+ 单价: ~   +订单: ~   +销量: ~   +库存: ~   +评论: ~   +
+
+
+
+ + + + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + + + + + +{if $MOD[hits]}{/if} + + +{/loop} +
图片商品价格订单销量库存评论人气管理
  •  {if $v[elite]}[荐] {/if}{if $v[status]>2}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}
  •  {if $timetype=='add'}{timetodate($v[addtime], 5)}{else}{timetodate($v[edittime], 5)}{/if}
{$v[price]}{$v[orders]}{$v[sales]}{$v[amount]}{$v[comments]}{$v[hits]} + + +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
+
+{if $MG[delete] || $timetype!='add'} +
+{if $MG[delete]} + +{/if} +{if $status==3}    {/if} +{if $status==4}    {/if} +{if $timetype!='add'} + +{if $MOD[credit_refresh]} +刷新一条信息一次需消费 {$MOD[credit_refresh]} {$DT[credit_name]},当{$DT[credit_name]}不足时将不可刷新 +{/if} +{/if} +
+{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_photo.htm b/template/default/member/my_photo.htm new file mode 100644 index 0000000..d55da05 --- /dev/null +++ b/template/default/member/my_photo.htm @@ -0,0 +1,394 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
+ + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
未通过原因{$note}
* 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
* {$MOD[name]}名称
* 封面图片  [上传]  [预览]  [删除]
标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
', '', $item)}{/if} +
{$MOD[name]}说明{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+
公开程度 + + + +
* 验证密码
* 验证问题 +答案
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
 {if $action=='edit'}    {/if}    
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{elseif $action == 'item'} +
+ +已上传:{$items}/{$MOD[maxitem]}   + +上传图片至:{$item[title]} +
+
+ + + + + + + + + + +
+{loop $lists $k $v} +
+ + + + + + + + + + + + + + +
+   + +
+
+{/loop} +{if $items < $MOD[maxitem]} +
+ + + + + + + + + + + + + + +
+
+{/if} +
+
    
+
+
{$pages}
+{if $items < $MOD[maxitem]} + + + + + + + + + + +
批量上传
+ +
提示信息 按Ctrl键或拖动鼠标可多选图片
+{/if} + +{else} +
+
+ + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
+
+
+
+ + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} + +{if $MOD[hits]}{/if} + + +{/loop} +
封面标题分类{if $timetype=='add'}添加{else}更新{/if}时间图片浏览管理
 {if $v[open]<3} {/if}{if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[items]}{$v[hits]} + +{if $MG[delete]} {/if} +
+
+{if $MG[delete]} +
+ +
+{/if} + +{if $mod_limit || (!$MG['fee_mode'] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG['fee_mode'] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_quote.htm b/template/default/member/my_quote.htm new file mode 100644 index 0000000..907447b --- /dev/null +++ b/template/default/member/my_quote.htm @@ -0,0 +1,239 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
+ + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
未通过原因{$note}
* 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
* {$MOD[name]}标题
标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
标题图片  [上传]  [预览]  [删除]
', '', $item)}{/if} +
* {$MOD[name]}内容 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+
所在地区{ajax_area_select('post[areaid]', '请选择', $areaid)}
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
+
+ + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
+
+
+
+ + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + +{/loop} +
标题分类{if $timetype=='add'}添加{else}更新{/if}时间浏览管理
  {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[hits]} + +{if $MG[delete]} {/if} +
+
+{if $MG[delete]} +
+ +
+{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_sell.htm b/template/default/member/my_sell.htm new file mode 100644 index 0000000..7ddd93b --- /dev/null +++ b/template/default/member/my_sell.htm @@ -0,0 +1,531 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + + + +
+ + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + +{if $CP} + + + + + +{/if} + + + + +{if $FD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $action=='add' && $could_elite} + + + + +{/if} +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
未通过原因{$note}
* 信息类型 +{loop $TYPE $k $v} +   +{/loop} +
* 信息标题 (2-30个字)
标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
* 行业分类
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}{if $DT[schcate_limit]}   搜索分类{/if}
产品品牌
', '', $item)}{/if} +
产品图片 +
+{loop $thumbs $k $v} +
+ +
+

+
+{/loop} +
+
+
+ +
+

+
+
+
+
+

批量上传

+
+ + + +
宣传视频  [上传]  [预览]  [删除]   + +
主要参数 + + + + + + + + + + + + + + + + + + + + + +
参数名称参数值
例如:规格例如:10cm*20cm
+
交易条件 + + + + + + + + + + + + + + + +
计量单位产品单价起订量库存发货期限
{$DT[money_unit]}/{if $unit}{$unit}{else}件{/if} {if $unit}{$unit}{else}件{/if} {if $unit}{$unit}{else}件{/if} 天内
+  建议详细填写交易条件,否则买家无法为您的产品下订单 +
详细说明 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
+1、建议您描述以下方面:产品的性能及优点、用途、售后服务、包装等;
+2、为避免不必要的纠纷,请使用本企业图片;
+ +
过期时间{dcalendar('post[totime]', $totime, '-', 1)}  +  +不选表示长期有效 +
我的分类{$mycatid_select} 
店铺推荐 + 是 +     + 否 +
首页推荐 + +需要上传至少1张产品图片,且需消费 {$MOD[credit_elite]} {$DT[credit_name]} +
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
+
+ + + {category_select('catid', '行业分类', $catid, $moduleid)}  +{dselect($TYPE, 'typeid', '信息类型', $typeid)}  +  +{$mycat_select}  +  + +
+
+
+
+ + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + +{/loop} +
图片标题行业{if $timetype=='add'}添加{else}更新{/if}时间浏览管理
  •  {if $v[level]==1} {/if}{if $v[elite]}[荐] {/if}{if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}
{$v[catname]}{timetodate($v[addtime], 5)}{timetodate($v[edittime], 5)}{$v[hits]} + +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
+
+{if $MG[delete] || $timetype!='add'} +
+{if $MG[delete]} + +{/if} +{if $timetype!='add'} + +{if $MOD[credit_refresh]} +刷新一条信息一次需消费 {$MOD[credit_refresh]} {$DT[credit_name]},当{$DT[credit_name]}不足时将不可刷新 +{/if} +{/if} +
+{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/my_video.htm b/template/default/member/my_video.htm new file mode 100644 index 0000000..3a45da8 --- /dev/null +++ b/template/default/member/my_video.htm @@ -0,0 +1,321 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + + + + +
+ + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + + + + + + + + + + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
未通过原因{$note}
* 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
* {$MOD[name]}标题
标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
* 封面图片  [上传]  [预览]  [删除]
* {$MOD[name]}地址{if $MG[upload] && check_group($_groupid, $MOD[group_upload])}  [上传]{/if}  [预览]  [删除]   + +
* {$MOD[name]}宽度 px   高度 px
', '', $item)}{/if} +
{$MOD[name]}说明{deditor($moduleid, 'content', $group_editor, '100%', 350)}
发布此信息需消费{$fee_add} {$fee_unit}
{$DT[money_name]}余额{$_money}{$fee_unit} [充值]
{$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
* 支付密码{template 'password', 'chip'}
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
     
+
+{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
+
+ + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
+
+
+
+ + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + +{/loop} +
封面标题分类{if $timetype=='add'}添加{else}更新{/if}时间播放管理
 {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[hits]} + +{if $MG[delete]} {/if} +
+
+{if $MG[delete]} +
+ +
+{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +
{$pages}
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/news.htm b/template/default/member/news.htm new file mode 100644 index 0000000..267429e --- /dev/null +++ b/template/default/member/news.htm @@ -0,0 +1,116 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} +
+ + + + +{if $action=='edit' && $status==1 && $note} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + +
拒绝原因{$note}
* 新闻标题 {dstyle('post[style]', $style)}
标题图片  [上传]  [预览]  [删除]
* 新闻内容 +{deditor($moduleid, 'content', $group_editor, '100%', 300)}
+
新闻分类{$type_select} 
     
+
+{load('clear.js')} + +{else} +
+ +
  +{$type_select}  +  + +
+
+
+
+ + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} +
分类标题添加时间浏览修改删除
 {$v[type]}    {if $status==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}{$v[adddate]}{$v[hits]}
+
+
+ +
+
+{if $MG[news_limit]} +
总共可发 {$MG[news_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
+{/if} +
{$pages}
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/oauth.htm b/template/default/member/oauth.htm new file mode 100644 index 0000000..5f18531 --- /dev/null +++ b/template/default/member/oauth.htm @@ -0,0 +1,58 @@ +{template 'header', 'member'} +{if $action=='bind'} +
+ +
{$U[nickname]}
+
只差一步,绑定后就可以用{$OAUTH[$U[site]][name]}自动登录{$DT[sitename]}
+
+
+ +
+ +{else} + +
+ + + + + + + + + + +{loop $OAUTH $k $v} +{if $v[enable]} + +{if isset($lists[$k])} + + + + + + + +{else} + + + + + + + +{/if} + +{/if} +{/loop} +
头像昵称绑定时间上次登录登录次数平台操作
{if $lists[$k][url]}{/if}{if $lists[$k][url]}{/if}{if $lists[$k][url]}{/if}{$lists[$k][nickname]}{if $lists[$k][url]}{/if}{$lists[$k][adddate]}{$lists[$k][logindate]}{$lists[$k][logintimes]}{$v[name]} 解除绑定--未绑定--{$v[name]} 立即绑定
+
+{/if} + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/order.htm b/template/default/member/order.htm new file mode 100644 index 0000000..e8a6599 --- /dev/null +++ b/template/default/member/order.htm @@ -0,0 +1,1082 @@ +{template 'header', 'member'} + + +{if $action == 'update'} + {if $step == 'detail'} + {if !in_array($td[status], array(8, 9))} + + + + + + {if $td[status] == 5 || $td[status] == 6} + + + {else} + + + {/if} + + + + + + + + +
买家下单买家付款卖家发货申请退款退款成功交易成功双方互评
+ + + {/if} + {template 'goods', 'chip'} +
快递信息
+ + + + + + + + + + + + + + + + + + {if $td[send_time]} + + + + + + + + + + + + + + + + + + + + + {/if} +
邮编{$td[buyer_postcode]}
地址{$td[buyer_address]}
姓名{$td[buyer_name]}
手机{$td[buyer_mobile]}
发货日期{$td[send_time]}
快递类型{$td[send_type]}
快递单号{$td[send_no]}{if $td[send_type] && $td[send_no]}  [快递追踪]{/if}
快递状态{$_send_status[$td[send_status]]}
+ +
订单详情
+ + + + + + {if $logs} + + + + + {else} + + + + + + + + + {if $td[send_time]} + + + + + {/if} + {/if} + + + + + {if $td[buyer_reason]} + + + + + {/if} + {if $td[refund_reason]} + + + + + {/if} + + + + +
联系卖家{if $DT[im_web]}{im_web($td[seller])} {/if} {$td[seller]}
订单进程 +
+ {loop $logs $v} + {$v[adddate]} - {$v[title]}
+ {/loop} +
+
下单时间{$td[adddate]}
最后更新{$td[updatedate]}
发货时间{$td[send_time]}
订单状态{$_status[$td[status]]}
退款理由{$td[buyer_reason]}
操作原因{$td[refund_reason]}
+ {if $td[status] == 1} +   + {/if} + +
+ + {elseif $step == 'express'} + {template 'goods', 'chip'} +
快递信息
+ + + + + + + + + + + + + + + + + + + + + + + + + +
发货日期{$td[send_time]}
快递类型{$td[send_type]}
快递单号{$td[send_no]}
追踪结果
正在查询...
快递状态{$_send_status[$td[send_status]]}
+
+ + + {elseif $step == 'pay'} +
+ + + + {template 'goods', 'chip'} +
订单支付
+ + + + + + + + + + + + + + + + + + + + + + + + + + {if $DT[sms]} + + + + + {/if} + + + + +
联系卖家{if $DT[im_web]}{im_web($td[seller])} {/if}{$td[seller]}
下单时间{$td[adddate]}
应付金额{$DT[money_sign]}{number_format($money, 2, '.', '')}
短信通知卖家发货 (我的可用短信 {$_sms})
+ {if $could_pay} + + {else} + + {/if} +    +
+
+ + + {elseif $step == 'remind'} +
+ + + + + +
+ + {elseif $step == 'refund'} +
+ + + + + {template 'goods', 'chip'} +
申请退款
+ + + + + + + + + + + + + + + + + + + + + +
联系卖家{if $DT[im_web]}{im_web($td[seller])} {/if}{$td[seller]}
下单时间{$td[adddate]}
* 退款原因 + {deditor($moduleid, 'content', 'Simple', '100%', 200)}
请客观、如实填写,此申请一经提交,将不可再撤销
* 支付密码{template 'password', 'chip'} 
+    +
+
+ + + {elseif $step == 'comment'} + + + + + +
+ + + + + {template 'goods', 'chip'} + {loop $lists $k $v} +
交易评价 - {$v[title]}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
商品评分 + +
+ + + + + + 非常好 +
+
物流服务 + +
+ + + + + + 非常好 +
+
商家态度 + +
+ + + + + + 非常好 +
+
详细评价 +
+ 请您对此次交易做出客观、公正的评价以帮助更多想买的人
+ (内容限0至500字) 当前已经输入 0 字 +
上传图片 +
+
+
+ +
+

+
+
+
+
+

批量上传

+
+ + +
上传视频  [上传]  [预览]  [删除]   + +
匿名评价 不公开您的头像和昵称
+ {/loop} + + + + + +
+    +
+
+ {load('clear.js')} + + + {elseif $step == 'comment_detail'} + + {template 'goods', 'chip'} + +
卖家评价
+ + {loop $lists $k $v} + + + + + {if $comments[$k][buyer_star]} + + + + + + + + + + + + + {if $comments[$k][seller_reply]} + + + + + + + + + {/if} + {else} + + + + + {/if} + {/loop} +
商品名称{$v[title]}
卖家评分 {$STARS[$comments[$k][buyer_star]]} + {if !$comments[$k][seller_reply]} +   [解释] + {/if} +
卖家评价{nl2br($comments[$k][buyer_comment])}
评价时间{timetodate($comments[$k][buyer_ctime], 6)}
我的解释{nl2br($comments[$k][seller_reply])}
解释时间{timetodate($comments[$k][seller_rtime], 6)}
卖家评价暂未评价
+
我的评价
+ + {loop $lists $k $v} + + + + + {if $comments[$k][seller_star]} + + + + + + + + + + + + + + + + + {if $comments[$k][seller_thumbs]} + + + + + {/if} + {if $comments[$k][seller_video]} + + + + + {/if} + + + + + {if $comments[$k][buyer_reply]} + + + + + + + + + {/if} + {else} + + + + + {/if} + {/loop} +
商品名称{$v[title]}
商品评分 {$STARS[$comments[$k][seller_star]]}
物流服务 {$STARS[$comments[$k][seller_star_express]]}
商家态度 {$STARS[$comments[$k][seller_star_service]]}
买家评价{nl2br($comments[$k][seller_comment])}
买家图片 + {loop $comments[$k][seller_thumbs] $v} +
+ {/loop} +
买家视频
评价时间{timetodate($comments[$k][seller_ctime], 6)}
卖家解释{nl2br($comments[$k][buyer_reply])}
解释时间{timetodate($comments[$k][buyer_rtime], 6)}
买家评价暂未评价
+ + + {/if} +{elseif $action == 'express'} + +
+
+ +{$fields_select}  +  +{$status_select}  +  +
+
+ +
+ + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} +
快递公司快递单号快递状态下单时间更新时间订单
{$v[send_type]}{$v[send_no]}{$v[dstatus]}{$v[addtime]}{$v[updatetime]}查看
+
+
{$pages}
+ +{elseif $action == 'muti'} + +
+ +
+ + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} + + + + + + + + + + +{/loop} +{/if} +{/loop} +
图片商品单价数量订单金额下单时间订单
{$v[title]}
{$v[par]}{if $v[note]}备注:{$v[note]}{/if} + +
{$v[price]}{$v[number]}{$DT[money_sign]}{$v[money]}{$v[addtime]}详情 +
{$t[title]}
{$t[par]}{if $t[note]}备注:{$t[note]}{/if}
{$t[price]}{$t[number]}
+
+
+ + + + + + + + + + + + + + + + + + + + + +{if $DT[sms]} + + + + +{/if} + + + + +
订单数量
应付金额 {$DT[money_unit]}
短信通知卖家发货 (我的可用短信 {$_sms})
 
+
+ + +{else} + +
+
+ +{$fields_select}  +  +{$status_select}  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +  +
+
+
+单号:  +商品ID:  +卖家:  +货到付款  +
+
+ + + + +
+ + + + + + + + + +
商品信息单价数量订单金额商家订单状态
+{loop $lists $k $v} + + + + + + + + + + + + +{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} + + + + + + + + + +{/loop} +{/if} +
+ +{if $v[status] == 0} +关闭交易 | +{elseif $v[status] == 1} + 立即付款 | + 关闭交易 | +{elseif $v[status] == 2} + 提醒发货 | + 申请退款 | +{elseif $v[status] == 3} + {if $v[lefttime]} + 距处理此订单还剩{$v[lefttime]}  + 确认到货 | + {if $v[send_type] && $v[send_no]} + 快递追踪 | + {/if} + 申请退款 | + {else} + 订单处理已超时,等待卖家收款  + {/if} +{elseif $v[status] == 4} + {if $MODULE[$v[mid]][module] == 'mall'} + {if $v[seller_star]} + 评价详情 | + {else} + 评价 | + {/if} + {/if} +{elseif $v[status] == 9} + 删除订单 | +{/if} +订单详情  + +  {$v[addtime]}   订单号:{$v[itemid]} +
{$v[title]}
{$v[par]}{if $v[note]}备注:{$v[note]}{/if} +
{$v[price]}{$v[number]}{$DT[money_sign]}{$v[money]}{if $DT[im_web]}{im_web($v[seller].'&mid=16&itemid='.$v[mallid])} {/if} +{$v[dstatus]} +{if $v[status] == 1} + 付款 +{elseif $v[status] == 3} + 收货 +{elseif $v[status] == 4} + {if $MODULE[$v['mid']]['module'] == 'mall' && !$v[seller_star]} + 评价 + {/if} +{/if} +
{$t[title]}
{$t[par]}{if $t[note]}备注:{$t[note]}{/if}
{$t[price]}{$t[number]}
+{/loop} +
+
{$pages}
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/page.htm b/template/default/member/page.htm new file mode 100644 index 0000000..d6a3d76 --- /dev/null +++ b/template/default/member/page.htm @@ -0,0 +1,113 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} +
+ + + + +{if $action=='edit' && $status==1 && $note} + + + + +{/if} + + + + + + + + + + + + + + + + +
拒绝原因{$note}
* 单页标题 {dstyle('post[style]', $style)} 建议4-6个汉字,例如“总裁致辞”、“企业文化”等
* 单页内容 +{deditor($moduleid, 'content', $group_editor, '100%', 300)}
+
显示顺序 请填写数字,数字越大越靠前
     
+
+{load('clear.js')} + +{else} +
+ +
  +  + +
+
+
+
+ + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} +
标题添加时间更新时间浏览修改删除
   {if $status==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}{$v[adddate]}{$v[editdate]}{$v[hits]}
+
+
+ +
+
+{if $MG[page_limit]} +
总共可发 {$MG[page_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
+{/if} +
+ 说明:企业单页用于添加“总裁致辞”、“企业文化”、“发展历程”等内容,将显示在公司商铺公司介绍侧栏 +
{$pages}
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/pay.htm b/template/default/member/pay.htm new file mode 100644 index 0000000..63ee93d --- /dev/null +++ b/template/default/member/pay.htm @@ -0,0 +1,92 @@ +{template 'header'} +
 
+
+
+
+ + + + + + + + + {if $fee == $member_fee} + + + + + {else} + + + + + + + + + {/if} + + + + + + + + + + + + + + + + +
支付对象{$title}
应付总额{$fee} {$DT[money_unit]}
应付价{$fee} {$DT[money_unit]}
会员价{$member_fee} {$DT[money_unit]}
+
+
+ +
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/member/promo.htm b/template/default/member/promo.htm new file mode 100644 index 0000000..9976fae --- /dev/null +++ b/template/default/member/promo.htm @@ -0,0 +1,172 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* 优惠名称 例如满减、店庆
* 优惠金额
最低消费 0.00代表不限制
* 数量限制
* 有效时间{dcalendar('post[fromtime]', $fromtime, '-', 1)} 至 {dcalendar('post[totime]', $totime, '-', 1)}
备注信息
 
+
+ +{elseif $action == 'coupon'} +
+ + + + + + + + + + + + +{loop $lists $k $v} + +{$v[title]} + + + + + + + + + +{/loop} +
优惠名称会员金额最低消费生效时间结束时间领券时间订单状态
{$v[username]}{$v[price]}{$v[cost]}{timetodate($v[fromtime], 5)}{timetodate($v[totime], 5)}{timetodate($v[addtime], 5)}{if $v[oid]}{$v[oid]}{/if} +{if $v[oid]} +已使用 +{elseif $v[fromtime] > $DT_TIME} +未开始 +{elseif $v[totime] < $DT_TIME} +已过期 +{else} +待使用 +{/if} +
+
+
{$pages}
+ +{else} +
+
+ + + + + + + + + + + + + + + +{loop $lists $k $v} + + +{$v[title]} + + + + + + + + + + + +{/loop} +
优惠名称金额最低消费数量限制领券人数生效时间结束时间添加时间领券链接修改删除
{$v[price]}{$v[cost]}{$v[amount]}{$v[number]}{timetodate($v[fromtime], 5)}{timetodate($v[totime], 5)}{timetodate($v[addtime], 5)}
+
+
+ +
+
+{if $MG[promo_limit]} +
总共可加 {$MG[promo_limit]} 条   当前已加 {$limit_used} 条   还可以加 {$limit_free}
+{/if} +
{$pages}
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/record.htm b/template/default/member/record.htm new file mode 100644 index 0000000..01a72c4 --- /dev/null +++ b/template/default/member/record.htm @@ -0,0 +1,145 @@ +{template 'header', 'member'} + +{if $action == 'pay'} +
+ +
+{$module_select}  +  + +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)} +  +  + +
+
+
+ + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} + + + + + +
流水号金额单位模块标题支付时间
{$v[itemid]}-{$v[fee]}{if $v[currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{$MODULE[$v[mid]][name]}{$v[title]}{$v[paytime]}
小计{$fee} 
+
{$pages}
+ +{elseif $action == 'award'} +
+ +
+{$module_select}  +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)} +  +  + +
+
+
+ + + + + + + + +{loop $lists $k $v} + + + + + + + +{/loop} + + + + + +
流水号金额模块标题支付时间
{$v[itemid]}-{$v[fee]}{$MODULE[$v[mid]][name]}{$v[title]}{$v[paytime]}
小计{$fee} 
+
{$pages}
+ +{else} +
+ +
+{$fields_select}  +  +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +  + +
+
+
+ + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + +{/loop} + + + + + + +
流水号收入支出余额银行发生时间事由备注
{$v[itemid]}{if $v[amount] > 0}{$v[amount]}{else} {/if}{if $v[amount] < 0}{$v[amount]}{else} {/if}{if $v[balance]}{$v[balance]}{else} {/if}{$v[bank]}{$v[addtime]}
小计{$income}{$expense} 
+
{$pages}
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/register.htm b/template/default/member/register.htm new file mode 100644 index 0000000..3d00385 --- /dev/null +++ b/template/default/member/register.htm @@ -0,0 +1,464 @@ +{template 'header'} +
+
+
+
+
+
    +
  •  
  • + 1注册验证 + 2填写资料 +  注册成功 +
  •  
  • +
+
+
+
+
+
+{if $action == 'success'} + + + + + + + + + + + + + + + + +
恭喜您!会员注册成功
9秒后自动登录系统...
+ + +{elseif $action == 'verify'} +
+ + + +{if $MOD[question_register]} + + + + + +{/if} +{if $MOD[captcha_register]} + + + + + +{/if} + + + + + + + + + + +
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
我已阅读并同意服务条款
+
+ +{elseif $action == 'sms'} +
+ + + +{if $MOD[checkuser] == 4} + + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* 验证方式  短信验证切换为邮件验证
* 手机号码
* 验证码{template 'captcha', 'chip'}
  发送短信
* 短信验证码
我已阅读并同意服务条款
+
+ +{elseif $action == 'mail'} +
+ + + +{if $MOD[checkuser] == 4} + + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* 验证方式  邮件验证切换为短信验证
* 电子邮箱
* 验证码{template 'captcha', 'chip'}
  发送邮件
* 邮件验证码
我已阅读并同意服务条款
+
+ +{else} +
+ + + + + + + + + + + + + + + + + + + + + + +{if $MOD[passport] && $passport} + + + + + +{/if} + + + + + + + + + + + + + + + +
* 会员类型 +     +{loop $GROUP $k $v} +{if $k>6 && $v[vip]==0 && $v[reg]==1}    {/if}{/loop} +{if $GROUP[5][reg]}{/if} +
* 公司名称 + +  +
* 会员名称 + + +  +
* 会员昵称 + +  +
* 登录密码 + +  +
* 重复输入 + +  +
+
+ +{/if} +

+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/member/send.htm b/template/default/member/send.htm new file mode 100644 index 0000000..326add3 --- /dev/null +++ b/template/default/member/send.htm @@ -0,0 +1,419 @@ +{template 'header', 'member'} +{if $action == 'email'} + +{if $step == 2} +
邮箱修改成功 立即返回
+{elseif $step == 1} +
+ + + + + + + + + + + +
*邮件验证码
     
+
+ +{else} +
+ + + + + + + + + + + + + + + +
* 新邮箱
* 验证码{template 'captcha', 'chip'}
     
+
+ +{/if} + +{elseif $action == 'mobile'} + +{if $step == 2} +
手机修改成功 立即返回
+{elseif $step == 1} +
+ + + + + + + + + + + +
* 短信验证码
     
+
+ +{else} +
+ + + + + + + + + + + + + + + +
* 新手机号
* 验证码{template 'captcha', 'chip'}
     
+
+ +{/if} + +{elseif $action == 'contact'} + + + + + + + + + + +
提示信息请联系网站客服,并提供相关信息,由客服人工协助找回
     
+ +{elseif $action == 'sms'} + +{if $step == 2} +
+{if $_userid} +支付密码修改成功 密码管理 +{else} +登录密码修改成功 立即登录 +{/if} +
+{elseif $step == 1} +
+ + + + + + + + + + + + + + + + + + + +
* 新{if $_userid}支付{else}登录{/if}密码
* 重复新密码
* 短信验证码
     
+
+ +{else} +
+ + + + + + + + + + + + + + + +
* 手机号码
* 验证码{template 'captcha', 'chip'}
     
+
+ +{/if} + +{elseif $action == 'mail'} + +{if $step == 2} +
{if $_userid} +支付密码修改成功 密码管理 +{else} +登录密码修改成功 立即登录 +{/if} +
+{elseif $step == 1} +
+ + + + + + + + + + + + + + + + + + + +
* 新{if $_userid}支付{else}登录{/if}密码
* 重复新密码
* 邮件验证码
     
+
+ +{else} +
+ + + + + + + + + + + + + + + +
* 邮箱地址
* 验证码{template 'captcha', 'chip'}
     
+
+ +{/if} + +{else} + + + + + + +
请选择找回方式 +
+{if $could_email} +通过电子邮箱找回
+{/if} +{if $could_mobile} +通过手机短信找回
+{/if} +联系客服人工申诉 +
+
+ +{/if} +{if $seconds} + +{/if} +{template 'footer', 'member'}} \ No newline at end of file diff --git a/template/default/member/sms.htm b/template/default/member/sms.htm new file mode 100644 index 0000000..fac41a4 --- /dev/null +++ b/template/default/member/sms.htm @@ -0,0 +1,207 @@ +{template 'header', 'member'} + +{if $action == 'buy'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
可用短信{$_sms} 条
短信单价{$fee} {$DT[money_unit]}/条
* 购买数量 条 
应付总额0.00 {$DT[money_unit]}
 
+
+ + +{elseif $action == 'record'} +
+
+关键词:  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +  + +
+
+
+ + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} +
流水号发送时间内容字数分条状态
{$v[itemid]}{$v[sendtime]}{$v[message]}{$v[word]}{$v[num]}{$v[code]}
+
{$pages}
+ +{else} +
+ +
+{$fields_select}  +  + +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)} +  +  + +
+
+
+ + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} + + + + + + +
流水号增加扣除剩余发生时间事由备注
{$v[itemid]}{if $v[amount] > 0}{$v[amount]}{else} {/if}{if $v[amount] < 0}{$v[amount]}{else} {/if}{if $v[balance]}{$v[balance]}{else} {/if}{$v[addtime]}
小计{$income}{$expense} 
+
{$pages}
+ +{/if} +{if $action == 'buy'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/spread.htm b/template/default/member/spread.htm new file mode 100644 index 0000000..1f51bf0 --- /dev/null +++ b/template/default/member/spread.htm @@ -0,0 +1,225 @@ +{template 'header', 'member'} + +{if $action == 'add'} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $currency == 'money'} + + + + + + + + + + + + +{else} + + + + +{/if} + + + + +
关键词{$word}
所属频道{$MODULE[$mid][name]}
最低出价{$price}{$unit}
加价幅度{if $step}{$step}{$unit}{else}不限{/if}
* 我的出价
* 购买时长 + +
* 信息ID + +
应付总额{$price}{$unit}
{$DT[credit_name]}余额{$_credit}{$unit}  [购买]
  + +
+
+ +{elseif $action == 'list'} +
+ + + + + + + + + + + + + + +
* 关键词:
* 频道: + +
+
+
+ + +{else} +
+ + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + +{$v[days]} + + + + +{/loop} +
关键词模块出价单位开始日期结束日期剩余(天)投放状态申请时间信息
{$v[word]}{$MODULE[$v[mid]][name]}{$v[price]}{if $v[currency]=='money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{timetodate($v[fromtime], 3)}{timetodate($v[totime], 3)}{$v[process]}{timetodate($v[addtime], 5)}直达
+
+
{$pages}
+ +{/if} +{if $action == 'add'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/stats.htm b/template/default/member/stats.htm new file mode 100644 index 0000000..bb6ef03 --- /dev/null +++ b/template/default/member/stats.htm @@ -0,0 +1,356 @@ +{template 'header', 'member'} + +{if $action=='report'} +
+
+ + +{if in_array($job, array('domain', 'username', 'itemid'))} +{if $module_select}{$module_select}  {/if} +{dcalendar('fromdate', $fromdate, '-', 1)} 至 {dcalendar('todate', $todate, '-', 1)}  +{else} +截至日期 {dcalendar('todate', $todate)}  +{/if} +  +
+
+
+ + +{if $job == 'pv'} +
+ +{elseif $job == 'ip'} +
+ +{elseif $job == 'rb'} +
+ +{elseif in_array($job, array('domain', 'username', 'itemid'))} +
+ +{/if} + +{elseif $action == 'record'} +
+ +
+{$fields_select}  +  +{dcalendar('fromdate', $fromdate, '-', 1)} 至 {dcalendar('todate', $todate, '-', 1)}  +  +  +  +{$module_select}  +  +  + +
+
+
+
+ + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + +{/loop} +
时间网址来源IP地区会员名设备爬虫
{$v[addtime]} {$v[ip]}{$v[area]}{$v[username]}{if $v[pc]}电脑{else}手机{/if}{if $v[robot]}{/if}
+
+
+
{$pages}
+ +{else} +
+ +
+{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +{$order_select}  +  + +
+
+
+
+ + + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + + + +{/loop} +
日期星期总IP电脑IP手机IP总PV电脑PV手机PV爬虫PV电脑PV手机PV
{$v[date]}{$v[week]}{$v[ip]}{$v[ip_pc]}{$v[ip_mb]}{$v[pv]}{$v[pv_pc]}{$v[pv_mb]}{$v[rb]}{$v[rb_pc]}{$v[rb_mb]}
+
+
+
{$pages}
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/stock.htm b/template/default/member/stock.htm new file mode 100644 index 0000000..82882ff --- /dev/null +++ b/template/default/member/stock.htm @@ -0,0 +1,385 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
商品分类{$type_select} 
* 条形编码 {tips('条形码是商品唯一编号,不可重复,建议用扫描枪扫描 如果没有条形码,建议使用数字在保证不重复的条件下自定义')}
* 商品名称 {dstyle('post[style]', $style)}
* 商品图片 + + + + + + + + +
+      + +
+ +
* 商品售价 /
商品进价
库存数量
仓储货位
商品品牌
主要参数 + + + + + + + + + + + + + + + + + + + + + +
参数名称参数值
例如:规格例如:10cm*20cm
+
商品介绍 +{deditor($moduleid, 'content', $group_editor, '100%', 300)}
+
备注信息
     
+
+ +{load('clear.js')} + +{elseif $action=='update'} +
+ + + + + +{if $title} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + +
商品名称{$title}
* {if $type}出库{else}入库{/if}数量
操作事由  + +
备注信息
* 条形编码
     
+
+ + +{elseif $action == 'record'} + +
+ + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + +{/loop} + + + + + + +
发生时间 入库 出库 库存 商品名称条形编码操作人事由备注
{$v[addtime]}{if $v[amount] > 0}{$v[amount]}{else} {/if}{if $v[amount] < 0}{$v[amount]}{else} {/if}{if $v[balance]}{$v[balance]}{else} {/if}{$v[title]}{$v[skuid]}{$v[editor]}
小计{$income}{$expense} 
+
{$pages}
+ +{elseif $action == 'open'} + +
+ + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + +{/loop} +
图片商品价格 单位品牌条形编码复制次数 复制
 {$v[title]}{$v[price]}{$v[unit]}{$v[brand]}{if $v[skuid]}{/if}{$v[amount]}
+
+
{$pages}
+ +{else} + +
+
+ + + + + + + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + + + + + + + +{/loop} +
图片分类商品库存 单位价格 品牌条形编码仓储货位修改复制删除
 {$v[type]}  {$v[title]}{$v[amount]}{$v[unit]}{$v[price]}{$v[brand]}{if $v[skuid]}{/if}{$v[location]}
+
+
+ +
+
+{if $MG[stock_limit]} +
总共可发 {$MG[stock_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
+{/if} +
{$pages}
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/style.htm b/template/default/member/style.htm new file mode 100644 index 0000000..cc7a928 --- /dev/null +++ b/template/default/member/style.htm @@ -0,0 +1,289 @@ +{template 'header', 'member'} + +{if $action == 'buy'} +
+ + + + + + + + + + + + + + + + + + +{if $currency == 'money'} + + + + + + + + + + + + +{else} + + + + +{/if} + + + + +
模板预览:预览
模板价格{$fee}{$unit}/月
* 购买时长 + +(注:按30天/月计算) +
应付总额{$fee}{$unit}
{$DT[credit_name]}余额{$_credit}{$unit}  [购买]
+
+ +{elseif $action=='order'} + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + + +{/loop} +
预览图模板价格 时长(月) 总额 购买时间 到期时间 剩余(天) 启用操作
 {$c[title]} +{if $c[fee]} + {if $c[currency] == 'money'} + {$c[fee]}{$DT[money_unit]}/月 + {else} + {$c[fee]}{$DT[credit_unit]}/月 + {/if} +{else} +免费 +{/if} +{$c[number]} +{if $c[fee]} + {if $c[currency] == 'money'} + {$c[amount]}{$DT[money_unit]} + {else} + {$c[amount]}{$DT[credit_unit]} + {/if} +{else} +N/A +{/if} +{$c[adddate]}{$c[todate]}{if $c[days]}{$c[days]}{else}过期{/if}使用中删除
 {$v[title]} +{if $v[fee]} + {if $v[currency] == 'money'} + {$v[fee]}{$DT[money_unit]}/月 + {else} + {$v[fee]}{$DT[credit_unit]}/月 + {/if} +{else} +免费 +{/if} +{$v[number]} +{if $v[fee]} + {if $v[currency] == 'money'} + {$v[amount]}{$DT[money_unit]} + {else} + {$v[amount]}{$DT[credit_unit]} + {/if} +{else} +N/A +{/if} +{$v[adddate]}{$v[todate]}{if $v[days]}{$v[days]}{else}过期{/if}启用续费
+
+
{$pages}
+ +{else} + + + + +
+ + + + + + + + +{loop $lists $k $v} + + + + + + + +{/loop} +
预览图模板价格 人气 操作
+
    +
  •  {$v[title]}
  • +
  •  类别:{if isset($TYPE[$v[typeid]])}{$TYPE[$v[typeid]][typename]}{else}未分类{/if}
  • +
  •  作者:{$v[author]}
  • +
  •  权限:{$v[group]}
  • +
+
+{if $v[fee]} + {if $v[currency] == 'money'} + {$v[fee]}{$DT[money_unit]}/月 + {else} + {$v[fee]}{$DT[credit_unit]}/月 + {/if} +{else} +免费 +{/if} +{$v[hits]}{if $v[fee]}{if $v[currency] == 'money'}购买{else}兑换{/if}{else}选用{/if}
+
+
{$pages}
+ +{/if} +{if $action == 'buy'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/these.name.php b/template/default/member/these.name.php new file mode 100644 index 0000000..3bab0c6 --- /dev/null +++ b/template/default/member/these.name.php @@ -0,0 +1,85 @@ + '账户详情', + 'ad' => '广告管理', + 'address' => '收货地址', + 'agreement' => '用户协议', + 'alert' => '贸易提醒', + 'ask' => '客服中心', + 'avatar' => '头像上传', + 'award' => '打赏', + 'biz' => '商户后台', + 'buy' => '商品购买', + 'cart' => '购物车', + 'cash' => '申请提现', + 'charge' => '帐户充值', + 'chat' => '在线交谈', + 'child' => '子账号', + 'choose' => '选择信息', + 'coupon' => '优惠券', + 'credit' => '积分记录', + 'deal' => '团购订单', + 'deposit' => '保证金', + 'edit' => '修改资料', + 'express' => '运费模板', + 'favorite' => '商机收藏', + 'footer' => '会员页脚', + 'friend' => '我的商友', + 'friend_my' => '商友选择', + 'grade' => '会员升级', + 'group' => '团购订单', + 'group_print' => '团购订单打印', + 'header' => '会员页头', + 'header-widget' => '会员空页头', + 'home' => '主页设置', + 'honor' => '荣誉资质', + 'im' => '站内交谈', + 'index' => '商务室首页', + 'link' => '公司链接', + 'login' => '会员登录', + 'mail' => '商机订阅', + 'message' => '站内信件', + 'my' => '发布信息', + 'my_article' => '管理文章', + 'my_brand' => '管理品牌', + 'my_buy' => '管理求购', + 'my_club' => '管理商圈帖子', + 'my_club_fans' => '管理商圈粉丝', + 'my_club_group' => '管理商圈', + 'my_club_join' => '加入商圈', + 'my_club_manage' => '管理商圈记录', + 'my_club_reply' => '管理商圈回复', + 'my_down' => '管理下载', + 'my_exhibit' => '管理展会', + 'my_group' => '管理团购', + 'my_info' => '管理信息', + 'my_job' => '管理招聘', + 'my_job_resume' => '管理简历', + 'my_know' => '管理知道', + 'my_know_answer' => '知道答案', + 'my_mall' => '管理商城', + 'my_photo' => '管理图库', + 'my_quote' => '管理行情', + 'my_sell' => '管理供应', + 'my_video' => '管理视频', + 'news' => '公司新闻', + 'oauth' => '一键登录', + 'order' => '我的订单', + 'page' => '公司单页', + 'pay' => '站内支付', + 'promo' => '优惠促销', + 'record' => '流水记录', + 'register' => '会员注册', + 'send' => '邮件验证', + 'sms' => '手机短信', + 'spread' => '排名推广', + 'stats' => '流量统计', + 'stock' => '库存管理', + 'style' => '模板设置', + 'trade' => '交易管理', + 'trade_print' => '订单打印', + 'type' => '分类管理', + 'validate' => '资料认证', + 'weixin' => '微信绑定', +); +?> \ No newline at end of file diff --git a/template/default/member/trade.htm b/template/default/member/trade.htm new file mode 100644 index 0000000..7d40067 --- /dev/null +++ b/template/default/member/trade.htm @@ -0,0 +1,966 @@ +{template 'header', 'member'} + + +{if $action == 'update'} + {if $step == 'detail'} + {if !in_array($td[status], array(8, 9))} + + + + + + {if $td[status] == 5 || $td[status] == 6} + + + {else} + + + {/if} + + + + + + + + +
买家下单买家付款卖家发货申请退款退款成功交易成功双方互评
+
+ + {/if} + {template 'goods', 'chip'} +
我的备注
+
+ + + + + + + + + + + + + +
备注内容 
+
+ +
快递信息
+ + + + + + + + + + + + + + + + + + {if $td[send_time]} + + + + + + + + + + + + + + + + + + + + + {/if} +
邮编{$td[buyer_postcode]}
地址{$td[buyer_address]}
姓名{$td[buyer_name]}
手机{$td[buyer_mobile]}
发货日期{$td[send_time]}
快递类型{$td[send_type]}
快递单号{$td[send_no]}{if $td[send_type] && $td[send_no]}  [快递追踪]{/if}
快递状态{$_send_status[$td[send_status]]}
+
订单详情
+ + + + + + {if $logs} + + + + + {else} + + + + + + + + + {if $td[send_time]} + + + + + {/if} + {/if} + + + + + {if $td[buyer_reason]} + + + + + {/if} + {if $td[refund_reason]} + + + + + {/if} + + + + +
联系买家 {if $DT[im_web]}{im_web($td[buyer])} {/if} {$td[buyer]}
订单进程 +
+ {loop $logs $v} + {$v[adddate]} - {$v[title]}
+ {/loop} +
+
下单时间{$td[adddate]}
最后更新{$td[updatedate]}
发货时间{$td[send_time]}
订单状态{$_status[$td[status]]}
退款理由{$td[buyer_reason]}
操作原因{$td[refund_reason]}
+ {if $td[status] == 0} +   + {elseif $td[status] == 2} +   + {/if} + +
+ + {elseif $step == 'express'} + {template 'goods', 'chip'} +
快递信息
+ + + + + + + + + + + + + + + + + + + + + + + + + +
发货日期{$td[send_time]}
快递类型{$td[send_type]}
快递单号{$td[send_no]}
追踪结果
正在查询...
快递状态{$_send_status[$td[send_status]]}
+
+ + + {elseif $step == 'edit_price'} + {template 'goods', 'chip'} +
修改订单
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + {if $td[status] < 1} + + + + + {/if} + {if $td[cod] < 1} + + + + + {/if} + {if $DT[sms]} + + + + + {/if} + + + + +
联系买家{if $DT[im_web]}{im_web($td[buyer])} {/if}{$td[buyer]}
下单时间{$td[adddate]}
订单总额{$DT[money_sign]}{$td[amount]}
附加名称 例如运费、退款、优惠等 
附加金额 {$DT[money_unit]} 可以为负值 
同时确认订单
改为货到付款
短信通知买家 (我的可用短信 {$_sms})
+    +
+
+ + + {elseif $step == 'send_goods'} +
+ + + + + {template 'goods', 'chip'} +
确认发货
+ + + + + + + + + + + + + + {if $DT[sms]} + + + + + {/if} + + + + +
快递类型 + +
快递单号
发货时间{dcalendar('send_time', $send_time)}
短信通知买家已发货 (我的可用短信 {$_sms})
+    +
+
+ + + {elseif $step == 'add_time'} +
+ + + + + {template 'goods', 'chip'} +
延长买家确认时间
+ + + + + + + + + +
*延长时间 小时 (1天=24小时 只能为整数) 
+    +
+
+ + + {elseif $step == 'refund_agree'} +
+ + + + + {template 'goods', 'chip'} +
同意退款
+ + + + + + + + + + + + + + + + + + + + + + + + + +
联系买家{if $DT[im_web]}{im_web($td[buyer])} {/if}{$td[buyer]}
下单时间{$td[adddate]}
退款原因{$td[buyer_reason]}
同意原因 + {deditor($moduleid, 'content', 'Simple', '100%', 200)}
* 支付密码{template 'password', 'chip'} 
+    +
+
+ + + {elseif $step == 'comment'} + + +
+ + + + + {template 'goods', 'chip'} + {loop $lists $k $v} +
交易评价 - {$v[title]}
+ + + + + + + + + +
交易评分 + +
+ + + + + + 非常好 +
+
详细评价 +
+ 请您对此次交易做出客观、公正的评价
+ (内容限0至500字) 当前已经输入 0 字 +
+ {/loop} + + + + + +
+    +
+
+ + + {elseif $step == 'comment_detail'} + + {template 'goods', 'chip'} + +
买家评价
+ + {loop $lists $k $v} + + + + + {if $comments[$k][seller_star]} + + + + + + + + + + + + + + + + + {if $comments[$k][seller_thumbs]} + + + + + {/if} + {if $comments[$k][seller_video]} + + + + + {/if} + + + + + {if $comments[$k][buyer_reply]} + + + + + + + + + {/if} + {else} + + + + + {/if} + {/loop} +
商品名称{$v[title]}
商品评分 {$STARS[$comments[$k][seller_star]]} + {if !$comments[$k][buyer_reply]} +   [解释] + {/if} +
物流服务 {$STARS[$comments[$k][seller_star_express]]}
商家态度 {$STARS[$comments[$k][seller_star_service]]}
买家评价{nl2br($comments[$k][seller_comment])}
买家图片 + {loop $comments[$k][seller_thumbs] $v} +
+ {/loop} +
买家视频
评价时间{timetodate($comments[$k][seller_ctime], 6)}
卖家解释{nl2br($comments[$k][buyer_reply])}
解释时间{timetodate($comments[$k][buyer_rtime], 6)}
买家评价暂未评价
+
我的评价
+ + {loop $lists $k $v} + + + + + {if $comments[$k][buyer_star]} + + + + + + + + + + + + + {if $comments[$k][seller_reply]} + + + + + + + + + {/if} + {else} + + + + + {/if} + {/loop} +
商品名称{$v[title]}
卖家评分 {$STARS[$comments[$k][buyer_star]]}
卖家评价{nl2br($comments[$k][buyer_comment])}
评价时间{timetodate($comments[$k][buyer_ctime], 6)}
买家解释{nl2br($comments[$k][seller_reply])}
解释时间{timetodate($comments[$k][seller_rtime], 6)}
卖家评价暂未评价
+ + + {/if} +{elseif $action == 'express'} + +
+
+ +{$fields_select}  +  +{$status_select}  +  +
+
+ +
+ + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} +
快递公司快递单号快递状态下单时间更新时间订单
{$v[send_type]}{$v[send_no]}{$v[dstatus]}{$v[addtime]}{$v[updatetime]}查看
+
+
{$pages}
+ +{elseif $action == 'muti'} + +
+
+ +{$fields_select}  +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +买家:  +  + +
+
+ +
+ + + + + + +
快递类型 + +{if $send_type} +   +上次使用 {$send_type} +{/if} +
+
+ + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} + + + + + + + + + + + + +{/loop} +{/if} + + + + + + + + + +{/loop} +
图片商品单价数量订单金额下单时间订单打印移除
{$v[title]}
{$v[par]}{if $v[note]}备注:{$v[note]}{/if} +
{$v[price]}{$v[number]}{$DT[money_sign]}{$v[money]}{$v[addtime]}详情 +打印 +移除 +
{$t[title]}
{$t[par]}{if $t[note]}备注:{$t[note]}{/if}
{$t[price]}{$t[number]}
{$v[itemid]}{$v[buyer_address]}{if $v[buyer_postcode]} ({$v[buyer_postcode]}){/if}{$v[buyer_name]}{$v[buyer_mobile]}{if $v[sku]}{$v[sku][location]}{/if}
+
+ + + + + +{if $_userid && $DT[sms]} + + + + +{/if} + + + + +
发货时间{dcalendar('send_time', $send_time)}
短信通知买家已发货 (我的可用短信 {$_sms})
+ +
+
+ + +{else} + +
+
+{$fields_select}  +  +  +{dcalendar('fromdate', $fromdate, '-', 1)} 至 {dcalendar('todate', $todate, '-', 1)}  +  +
+
+
+{$status_select}  +  +  +  +  +货到付款  +
+
+
+ + + +
+ + + + + + + + + +
商品信息单价数量订单金额买家订单状态
+{loop $lists $k $v} + + + + + + + + + + + + + +{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} + + + + + + + + + +{/loop} +{/if} +
+ +{if $v[status] == 0} +确认订单 | +修改订单 | +关闭交易 | +{elseif $v[status] == 1} +修改订单 | +关闭交易 | +{elseif $v[status] == 2} +确认发货 | +打印订单 | +{elseif $v[status] == 3} + {if $v[lefttime]} + 距买家处理订单还剩{$v[lefttime]}  + 延长时间 | + {else} + 买家处理订单超时 + 直接收款 | + {/if} + {if $v[send_type] && $v[send_no]} + 快递追踪 | + {/if} +{elseif $v[status] == 4} + {if $MODULE[$v[mid]][module] == 'mall'} + {if $v[buyer_star]} + 评价详情 | + {else} + 评价 | + {/if} + {/if} +{elseif $v[status] == 5} + 同意退款 | +{elseif $v[status] == 7} + {if $v[send_time]} + 确认完成 | + {else} + 确认发货 | + {/if} +{elseif $v[status] == 8} + 删除订单 | +{/if} +订单详情  + +  {$v[addtime]}   订单号:{$v[itemid]} +
{$v[title]}
{$v[par]}
{$v[price]}{$v[number]}{$DT[money_sign]}{$v[money]}{if $DT[im_web]}{im_web($v[buyer].'&mid=16&itemid='.$v[mallid])} {/if} +{$v[dstatus]} +{if $v[status] == 0} +确认 +{elseif $v[status] == 2} +发货 +{elseif $v[status] == 4} + {if $MODULE[$v['mid']]['module'] == 'mall' && !$v[buyer_star]} + 评价 + {/if} +{elseif $v[status] == 5} + 退款 +{elseif $v[status] == 10} + {if $v[send_time]} + 完成 + {else} + 发货 + {/if} +{/if} +
{$t[title]}
{$t[par]}{if $t[note]}备注:{$t[note]}{/if}
{$t[price]}{$t[number]}
+{/loop} +
+
{$pages}
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/trade_print.htm b/template/default/member/trade_print.htm new file mode 100644 index 0000000..ef2095f --- /dev/null +++ b/template/default/member/trade_print.htm @@ -0,0 +1,96 @@ + + + + +订单详情 + + + + +
+ + + + + + + + + + + + + + + + + + + + +
收货信息
收货地址{$td[buyer_address]}{if $td[buyer_postcode]} ({$td[buyer_postcode]}){/if}
买家姓名{$td[buyer_name]}
买家手机{$td[buyer_mobile]}
会员名称{$td[buyer]}
+
+
+ + + +{if $td[sku]}{/if} +{if $td[sku]}{/if} + + + + +{loop $lists $k $v} + + +{if $td[sku]}{/if} +{if $td[sku]}{/if} + + + + +{/loop} +
商品名称条形码仓储货位规格数量买家留言
{$v[title]}{if $v[skuid]}{/if}{if $v[sku]}{$v[sku][location]}{/if}{$v[par]}{$v[number]}{$v[note]}
+
+
+ + + + + + + + + + + + + + + + +{if $td[fee_name] && $td[fee]} + + + + +{/if} + + + + +
订单信息
订单编号{$td[itemid]}
下单时间{$td[adddate]}
卖家名称{$td[seller]}
{$td[fee_name]}{$DT[money_sign]}{$td[fee]}
订单总额{$DT[money_sign]}{$td[total]}
+
+ +
+
+
+ + \ No newline at end of file diff --git a/template/default/member/type.htm b/template/default/member/type.htm new file mode 100644 index 0000000..6738c06 --- /dev/null +++ b/template/default/member/type.htm @@ -0,0 +1,57 @@ +{template 'header-widget', 'member'} +{if $MG[type_limit] > -1} +
+ + +
+ + + + + + + +{loop $lists[0] $k0 $v0} + + + + + + +{if isset($lists[1][$v0[typeid]])} + {loop $lists[1][$v0[typeid]] $k1 $v1} + + + + + + + {/loop} +{/if} +{/loop} + + + + + + + + + + +
排序名称上级分类
{$v0[style_select]}{$v0[parent_select]}
{$v1[style_select]}{$v1[parent_select]}
新增 {$new_style}{$parent_select}
 
     +     +     +     +{if $MG[type_limit]} 最多可定义 {$MG[type_limit]} 个分类   当前已定义 {count($types)} 个   {/if} +
  +
+
+
+{else} +

+
抱歉,您没有权限自定义分类
+

+{/if} + + \ No newline at end of file diff --git a/template/default/member/validate.htm b/template/default/member/validate.htm new file mode 100644 index 0000000..7445eab --- /dev/null +++ b/template/default/member/validate.htm @@ -0,0 +1,707 @@ +{template 'header', 'member'} +{if $action == 'email'} +{if $itemid==1}
尊敬的用户,为了保证信息的真实有效,请先认证您的Email,认证通过之后即可发布信息
{/if} + +{if $step == 2} +
邮箱认证成功 立即返回
+{elseif $step == 1} +
+ + + + + + + + + + + +
* 邮件验证码
     
+
+ +{else} +
+ + + + + + + + + + + + + + + +
* 电子邮件
* 验证码{template 'captcha', 'chip'}
     
+
+ +{/if} + +{elseif $action == 'vemail'} + + + + + + + + + + +
邮件地址{$_email} [修改]
认证状态已认证
+{elseif $action == 'mobile'} +{if $itemid==1}
尊敬的用户,为了保证信息的真实有效,请先认证您的手机号码,认证通过之后即可发布信息
{/if} + +{if $step == 2} +
手机号码认证成功 立即返回
+{elseif $step == 1} +
+ + + + + + + + + + + +
* 短信验证码
     
+
+ +{else} +
+ + + + + + + + + + + + + + + +
* 手机号码
* 验证码{template 'captcha', 'chip'}
     
+
+ +{/if} + +{elseif $action == 'vmobile'} + + + + + + + + + + +
手机号码{$_mobile} [修改]
认证状态已认证
+{elseif $action == 'truename'} +{if $itemid==1}
尊敬的用户,为了保证信息的真实有效,请先认证您的真实姓名,认证通过之后即可发布信息
{/if} + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* 真实姓名
* 证件图片  [上传]  [预览]  [删除] + +
证件图片  [上传]  [预览]  [删除]
证件图片  [上传]  [预览]  [删除]
* 验证码{template 'captcha', 'chip'}
认证说明 +请上传个人有效证件(身份证或护照等)电子版本,以便网站核实认证
+证件上的姓名必须与填写的真实姓名一致,并且图片需要清晰可辨
+最少需要上传1张,最多可上传3张 +
     
+
+{load('clear.js')} +{if $MOD[vfax]} +
+ + + + + +
传真认证 +您可以传真有效证件至 {$MOD[vfax]} 进行认证,复印件上需注明会员名 +
+{/if} + +{elseif $action == 'vtruename'} + + + + + + +{if $user[vtruename] || $va[status] == 3} + + + + +{else} + + + + +{/if} +{if $va[thumb]} + + + + +{/if} +{if $va[thumb1]} + + + + +{/if} +{if $va[thumb2]} + + + + +{/if} +
真实姓名{$user[truename]}
认证状态已认证
认证状态审核中
证件图片
证件图片
证件图片
+{elseif $action == 'company'} +{if $itemid==1}
尊敬的用户,为了保证信息的真实有效,请先认证您的公司信息,认证通过之后即可发布信息
{/if} + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* 公司名称
* 证件图片  [上传]  [预览]  [删除] + +
证件图片  [上传]  [预览]  [删除]
证件图片  [上传]  [预览]  [删除]
* 验证码{template 'captcha', 'chip'}
认证说明 +请上传公司有效证件(营业执照、组织机构代码证、税务登记证等)电子版本,以便网站核实认证
+证件上的公司名称必须与填写的公司名称一致,并且图片需要清晰可辨
+最少需要上传1张,最多可上传3张 +
     
+
+{load('clear.js')} +{if $MOD[vfax]} +
+ + + + + +
传真认证 +您可以传真有效证件至 {$MOD[vfax]} 进行认证,传真件上需盖公司公章 +
+{/if} + +{elseif $action == 'vcompany'} + + + + + + +{if $user[vcompany] || $va[status] == 3} + + + + +{else} + + + + +{/if} +{if $va[thumb]} + + + + +{/if} +{if $va[thumb1]} + + + + +{/if} +{if $va[thumb2]} + + + + +{/if} +
公司名称{$user[company]}
认证状态已认证
认证状态审核中
证件图片
证件图片
证件图片
+{elseif $action == 'shop'} + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* 商铺名称
* 证件图片  [上传]  [预览]  [删除] + +
证件图片  [上传]  [预览]  [删除]
证件图片  [上传]  [预览]  [删除]
* 验证码{template 'captcha', 'chip'}
认证说明 +请上传公司资质证件(商标证书、著作权证书、代理证书等)电子版本,以便网站核实认证
+证件上的公司名称必须与当前账号已认证公司名称一致,并且图片需要清晰可辨
+最少需要上传1张,最多可上传3张 +
     
+
+{load('clear.js')} +{if $MOD[vfax]} +
+ + + + + +
传真认证 +您可以传真有效证件至 {$MOD[vfax]} 进行认证,传真件上需盖公司公章 +
+{/if} + +{elseif $action == 'vshop'} + + + + + + +{if $user[vshop] || $va[status] == 3} + + + + +{else} + + + + +{/if} +{if $va[thumb]} + + + + +{/if} +{if $va[thumb1]} + + + + +{/if} +{if $va[thumb2]} + + + + +{/if} +
商铺名称{$va[title]}
认证状态已认证
认证状态审核中
证件图片
证件图片
证件图片
+{elseif $action == 'bank'} + + + + + + + + + + + + + + + + + + +{if $user[vbank]} + + + + +{else} + + + + + + + + +{/if} +
开户银行{if $user[bank]}{$user[bank]}{else}未设置{/if}
开户网点{if $user[branch]}{$user[branch]}{else}未设置{/if}
收款帐号{if $user[account]}{$user[account]}{else}未设置{/if}
收款户名{if $user[banktype]}{$user[company]}{else}{$user[truename]}{/if}
认证状态已认证
认证状态未认证
认证说明银行帐号在申请提现后,由网站进行认证
+{else} + + +
+ + + + + + + + +{if $MOD[vemail]} + + + + + + + +{/if} +{if $MOD[vmobile]} + + + + + + + +{/if} +{if $MOD[vtruename]} + + + + + + + +{/if} +{if $MOD[vbank]} + + + + + + + +{/if} +{if $MOD[vcompany] && $MG[type]} + + + + + + + +{/if} +{if $MOD[vshop] && $MG[homepage]} + + + + + + + +{/if} +
类型账号状态操作
邮件认证{$email}{if $vemail}已认证{else}未认证{/if} +{if $vemail} +修改账号 +{else} +立即认证 +{/if} +
手机认证{$mobile}{if $vmobile}已认证{else}未认证{/if} +{if $vmobile} +修改账号 +{else} +立即认证 +{/if} +
实名认证{$truename}{if $vtruename}已认证{else}未认证{/if}{if $vtruename}修改账号{else}立即认证{/if}
银行认证{$bank} {$account}{if $vbank}已认证{else}未认证{/if}{if $vbank}修改账号{else}立即认证{/if}
公司认证{$company}{if $vcompany}已认证{else}未认证{/if}{if $vcompany}修改账号{else}立即认证{/if}
商铺认证{$shop}{if $vshop}已认证{else}未认证{/if}{if $vshop}修改账号{else}立即认证{/if}
+
+{/if} + +{if $seconds} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/member/weixin.htm b/template/default/member/weixin.htm new file mode 100644 index 0000000..60072c4 --- /dev/null +++ b/template/default/member/weixin.htm @@ -0,0 +1,82 @@ +{template 'header', 'member'} +{if $itemid==1}
尊敬的用户,为了保证信息的真实有效,请先绑定微信,绑定之后即可发布信息
{/if} + + +{if $W} + + + + + + + + + + + + + + + + +{if $timeout} + + + + +{/if} + + + + + + + + +{else} + + + + + + + + +{/if} + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/default/message/403.htm b/template/default/message/403.htm new file mode 100644 index 0000000..f89d93b --- /dev/null +++ b/template/default/message/403.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
{$head_title}
+
+ 秒后将自动跳转到{if $_userid}会员升级页面{else}会员登录页面{/if} +
+ {if $_userid} + 1、请升级您的会员组。
+ {else} + 1、请 登录免费注册
+ {/if} + 2、请检查输入的网址是否正确。
+ 3、如果不能确认输入的网址,请浏览网站首页来查看所要访问的网址。
+

+
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/message/404.htm b/template/default/message/404.htm new file mode 100644 index 0000000..28ca0ed --- /dev/null +++ b/template/default/message/404.htm @@ -0,0 +1,28 @@ +{template 'header'} +
+
+
对不起~~,页面找不到啦...
+
+ 您正在请求的页面可能 不存在已经被删除
+ 请尝试以下操作:
+ • 确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误
+ • 请与网站管理员联系,告诉他们您发现的错误以便网站管理员处理
+ • 30秒后自动返回网站首页 {DT_PATH}
+

+
+ +
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/message/alert.htm b/template/default/message/alert.htm new file mode 100644 index 0000000..43484a1 --- /dev/null +++ b/template/default/message/alert.htm @@ -0,0 +1,22 @@ + + + + +提示信息{$DT[seo_delimiter]}{$DT[sitename]} + + + + + + + \ No newline at end of file diff --git a/template/default/message/com-notfound.htm b/template/default/message/com-notfound.htm new file mode 100644 index 0000000..fb1aa30 --- /dev/null +++ b/template/default/message/com-notfound.htm @@ -0,0 +1,9 @@ +{template 'header'} +
+
+
公司不存在
+

+ 您正在访问的公司主页可能已经删除、更名或尚未开通...


+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/message/com-opening.htm b/template/default/message/com-opening.htm new file mode 100644 index 0000000..0771435 --- /dev/null +++ b/template/default/message/com-opening.htm @@ -0,0 +1,12 @@ +{template 'header'} +
+
+
公司主页正在等待开通
+

+ 您正在访问的公司主页已经注册,将在所属公司{if $COM[edittime]}资料认证{else}资料完善{/if}后自动开通,请稍后访问...
+ {if $username == $_username} + 系统检测到您为该公司所属会员,{if $COM[edittime]}请点这里立即认证公司资料{else}请点这里立即完善公司资料{/if},激活公司主页
+ {/if}

+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/message/guest.htm b/template/default/message/guest.htm new file mode 100644 index 0000000..0d6d199 --- /dev/null +++ b/template/default/message/guest.htm @@ -0,0 +1,8 @@ +{template 'header'} +
+
{$head_title}
+

+ 您访问的公司尚未注册本站会员,无法查看详细信息,建议优先选择 {VIP} 会员
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/message/list-notfound.htm b/template/default/message/list-notfound.htm new file mode 100644 index 0000000..516e0c7 --- /dev/null +++ b/template/default/message/list-notfound.htm @@ -0,0 +1,25 @@ +{template 'header'} +
+
+
{$head_title}
+
+ 秒后将自动跳转到{$MOD[name]}首页 +


+
+ + +{template 'footer'} \ No newline at end of file diff --git a/template/default/message/message.htm b/template/default/message/message.htm new file mode 100644 index 0000000..dbb9ed1 --- /dev/null +++ b/template/default/message/message.htm @@ -0,0 +1,40 @@ + + + + +提示信息{$DT[seo_delimiter]}{$DT[sitename]} + + + +{if $dtime == -1} + +
login
+{$dmessage} + +{else} + +
+
提示信息
+
{$dmessage}
+ {if $dforward == 'goback'} +
点这里返回上一页
+ {else} +
如果您的浏览器没有自动跳转,请点击这里
+ + {/if} +
+{/if} + + \ No newline at end of file diff --git a/template/default/message/mysql.htm b/template/default/message/mysql.htm new file mode 100644 index 0000000..70636e7 --- /dev/null +++ b/template/default/message/mysql.htm @@ -0,0 +1,20 @@ + + + + +数据库连接失败{$DT[seo_delimiter]}{$DT[sitename]} + + + + +
+数据库连接失败(Can not connect to MySQL server)
+系统无法连接到MySQL服务器。点此查看此问题的解决方案
+{$DT[sitename]}
+
+ + \ No newline at end of file diff --git a/template/default/message/show-notfound.htm b/template/default/message/show-notfound.htm new file mode 100644 index 0000000..6e53fd2 --- /dev/null +++ b/template/default/message/show-notfound.htm @@ -0,0 +1,26 @@ +{template 'header'} +
+
+
{$head_title}
+
+
+ 秒后将自动跳转到{$MOD[name]}首页 +


+
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/message/these.name.php b/template/default/message/these.name.php new file mode 100644 index 0000000..66e4517 --- /dev/null +++ b/template/default/message/these.name.php @@ -0,0 +1,14 @@ + 'JS提示信息', + 'com-notfound' => '公司不存在', + 'com-opening' => '公司未激活', + 'guest' => '游客主页', + 'list-notfound' => '列表页不存在', + 'message' => 'HTML提示信息', + 'mysql' => 'MySQL无法连接', + 'show-notfound' => '内容页不存在', + 403 => '403拒绝访问', + 404 => '404未找到网页', +); +?> \ No newline at end of file diff --git a/template/default/photo/index.htm b/template/default/photo/index.htm new file mode 100644 index 0000000..dfd6ec7 --- /dev/null +++ b/template/default/photo/index.htm @@ -0,0 +1,18 @@ +{template 'header'} +{if $MOD[page_irec]} +
+
+
{loop $maincat $k $v}{if $k<10}{if $k}  |  {/if}{$v[catname]}{/if}{/loop}推荐{$MOD[name]}
+
+
+{/if} +{if $MOD[page_icat]} +{loop $maincat $i $c} +
+
+
更多>{$c[catname]}
+
+
+{/loop} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/photo/list.htm b/template/default/photo/list.htm new file mode 100644 index 0000000..af6f3e7 --- /dev/null +++ b/template/default/photo/list.htm @@ -0,0 +1,18 @@ +{template 'header'} +
+ +
+
+
+ {if $CP}{template 'property_list', 'chip'}{/if} +
{if $tags}{template 'list-'.$module, 'tag'}{/if}
+
+
+ +
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/photo/private.htm b/template/default/photo/private.htm new file mode 100644 index 0000000..148ad4a --- /dev/null +++ b/template/default/photo/private.htm @@ -0,0 +1,34 @@ +{template 'header'} +
+ +
+
+
+


+
+ + +
绑定帐号
微信昵称{if $W[nickname]}{$W[nickname]}{else}未填写{/if}   解绑
接收通知 +{if $W[push]} +已开启   关闭 +{else} +已关闭 开启 +{/if} +
上次访问{timetodate($W[visittime], 5)}
您已超过48小时未访问微信了,暂时无法收到系统通知
积分规则每日签到赠送{$WX[credit]}{$DT[credit_unit]} {if $sign}今日已签{else}今日未签{/if}
+{if $sign} +用微信扫描下面的二维码使用更多微信服务
+ +{else} +用微信扫描下面的二维码或者直接发送内容为“签到”的消息
+ +{/if} +
当前状态您还没有绑定微信帐号,无法享受微网站、消息接收、积分赠送等微信特权
+用微信扫描下面的二维码添加关注并绑定
+ + +
+ + + + {if $open == 2} + + + + {elseif $open == 1} + + + + {/if} + + + + + + +
请输入访问密码
请回答,{$question}?
  {$error}
+ +


+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/photo/search.htm b/template/default/photo/search.htm new file mode 100644 index 0000000..ac40b50 --- /dev/null +++ b/template/default/photo/search.htm @@ -0,0 +1,78 @@ +{template 'header'} + +
+
+
+
+
关键词
+
+   + {loop $sfields $k $v} +   + {/loop} +
+
+
+
分类
+
+ {$category_select} + {if $area_select} + 地区 + {$area_select} + {/if} + 排序 + {$order_select} +
+
+ {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
+
{template 'list-'.$module, 'tag'}
+ {else} + {template 'empty', 'chip'} + {/if} +
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/photo/show-ebook.htm b/template/default/photo/show-ebook.htm new file mode 100644 index 0000000..31e5850 --- /dev/null +++ b/template/default/photo/show-ebook.htm @@ -0,0 +1,124 @@ +{template 'header'} + +
+ +
+
+
+

{$title}

+
共{$items}页 + 日期:{$adddate}     + {if $MOD[hits]}点击:{$hits}    {/if} + {if $could_comment}评论:{$comments}    {/if} +
+
+
+
+ + + + +
+ + +
Loading pages...
+ +
+ +
+ {if $CP}{template 'property_show', 'chip'}{/if} + {if $content}
{$content}
{/if} +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+
更多>推荐{$MOD[name]}
+
+
+{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/photo/show-ebookfull.htm b/template/default/photo/show-ebookfull.htm new file mode 100644 index 0000000..f0d05ca --- /dev/null +++ b/template/default/photo/show-ebookfull.htm @@ -0,0 +1,126 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{if $city_sitename}{$city_sitename}{else}{$DT[sitename]}{/if}{/if} +{if $head_keywords} + +{/if} +{if $head_description} + +{/if} + + + +{if $head_canonical} + +{/if} + + + + + + + + + + + + + +
+ + +
Loading pages...
+ +
+ + + \ No newline at end of file diff --git a/template/default/photo/show-slide.htm b/template/default/photo/show-slide.htm new file mode 100644 index 0000000..2869b34 --- /dev/null +++ b/template/default/photo/show-slide.htm @@ -0,0 +1,90 @@ +{php $JS = array('jquery.slide');} +{php $CSS = array('jquery.slide');} +{template 'header'} + +
+ +
+
+
+

{$MOD[name]}浏览完毕

+
重新浏览
+
推荐{$MOD[name]}
+
+
+
+
{$page} / {$items}
+

{$title}

+
+ + 展开全部     + 查看原图 + + {$adddate} + {if $MOD[hits]}{$hits}{/if} + {if $could_comment}{$comments}{/if} +
+
+
+
+
+
+ +
+
+ + +
+
+
+
+
    +
+
+
+ + +
+ +
+
+ +
+ {if $CP}{template 'property_show', 'chip'}{/if} + {if $content}
{$content}
{/if} + +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+ +
更多>推荐{$MOD[name]}
+
+
+{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/photo/show.htm b/template/default/photo/show.htm new file mode 100644 index 0000000..9c7a190 --- /dev/null +++ b/template/default/photo/show.htm @@ -0,0 +1,84 @@ +{template 'header'} + + +
+ +
+
+
+

{$MOD[name]}浏览完毕

+
重新浏览
+
推荐{$MOD[name]}
+
+ + + + + +
+ + +
+
{$page} / {$items}
+

{$title}

+
+ + 展开全部     + 查看原图 + + {$adddate} + {if $MOD[hits]}{$hits}{/if} + {if $could_comment}{$comments}{/if} +
+
+
+
{template 'content', 'chip'}
+{if $P[introduce]}
{nl2br($P[introduce])}
{/if} +
+
+


+« 上一张 +


+
+{if $user_status == 3} +{php $action = 'side';} +{template 'content', 'chip'} +{php $action = '';} +{else} +
 
+{/if} +
+


+下一张 » +


+
+
+
+ {if $CP}{template 'property_show', 'chip'}{/if} + {if $content}
{$content}
{/if} +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+
更多>推荐{$MOD[name]}
+
+
+{if $content}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/default/photo/these.name.php b/template/default/photo/these.name.php new file mode 100644 index 0000000..f013f53 --- /dev/null +++ b/template/default/photo/these.name.php @@ -0,0 +1,13 @@ + '首页', + 'list' => '列表页', + 'private' => '验证身份', + 'search' => '搜索页', + 'show' => '内容页', + 'show-ebook' => '电子书', + 'show-ebookfull' => '电子书满屏', + 'show-slide' => '无刷新切图', + 'view' => '全部图片', +); +?> \ No newline at end of file diff --git a/template/default/photo/view.htm b/template/default/photo/view.htm new file mode 100644 index 0000000..2a3e6d2 --- /dev/null +++ b/template/default/photo/view.htm @@ -0,0 +1,37 @@ +{template 'header'} + +
+ +
+
+ + + + +
+
+

{$title}

+
+ {$adddate} + {if $MOD[hits]}{$hits}{/if} + {if $could_comment}{$comments}{/if} + {$items} +
+
+
+ +{loop $T $i $t} +{if $i%6==0}{/if} + +{if $i%6==5}{/if} +{/loop} +
+ +
({$t[number]}) {$t[title]}
+
+
+
+
+{if $pages}
{$pages}
{/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/default/quote/index.htm b/template/default/quote/index.htm new file mode 100644 index 0000000..7f295b8 --- /dev/null +++ b/template/default/quote/index.htm @@ -0,0 +1,75 @@ +{template 'header'} +
+
+
+
+ + {if $tags} + + + + + + + +
品名价格单位报价数
+
+ + {loop $tags $i $t} + + + {$DT[money_sign]}{$t[price]} + {$t[unit]} + {$t[item]} + + {/loop} +
{$t[title]}
+
+ {/if} +
+
+
+ +
+
+ +
+
+
+ {if $MOD[page_icat]} + + {loop $maincat $i $c} + {if $i%2==0}{/if} + + {if $i%2==0}{/if} + {if $i%2==1}{/if} + {/loop} +
+
更多>{$c[catname]}
+
+
 
+ {/if} +
+
+
+
报价企业
+
+ + {if $tags} +
    + {loop $tags $i $t} +
  • {area_pos($t[areaid], '/', 1)}{$t[company]}
  • + {/loop} +
+ {/if} +
+
点击排行
+
+
+
+
+{load('marquee.js')} + +{template 'footer'} \ No newline at end of file diff --git a/template/default/quote/list.htm b/template/default/quote/list.htm new file mode 100644 index 0000000..01c6075 --- /dev/null +++ b/template/default/quote/list.htm @@ -0,0 +1,22 @@ +{template 'header'} +
+ +
+
+
+ {if $CP}{template 'property_list', 'chip'}{/if} +
+ {php $cols = 5;} + {if $tags}{template 'list-cat', 'tag'}{/if} +
+
+
+ +
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/quote/price.htm b/template/default/quote/price.htm new file mode 100644 index 0000000..9290fe5 --- /dev/null +++ b/template/default/quote/price.htm @@ -0,0 +1,247 @@ +{template 'header'} +
+ +
+

{$P[title]}

+
+ {if $P[n1] && $P[v1]}{$P[n1]}:{$P[v1]}    {/if} + {if $P[n2] && $P[v2]}{$P[n2]}:{$P[v2]}    {/if} + {if $P[n3] && $P[v3]}{$P[n3]}:{$P[v3]}    {/if} + 最新报价:{timetodate($P[edittime], 5)}     + 报价次数:{$P[item]}     + 浏览次数:{$P[hits]} +
+ + + + {if $could_add} + + {/if} + +
+ {if $sd} + +
+ + {else} +


数据不足,无法生成报表



+ {/if} +
+
+ +
+ + + {if $MARKET} + + + + + {/if} + + + + + + + + + {if !$_userid} + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {/if} + + + + + {if $need_captcha} + + + + + {/if} + + + + +
市场 + +
价格 * /{$P[unit]}
地区 *{ajax_area_select('post[areaid]', '请选择', $areaid)}
公司 *
电话
QQ
微信
备注
验证码 *{template 'captcha', 'chip'}
 
+
+
+ {load('guest.js')} + +
+
+ +
+ +
+ + + + + + + +
  + 公司:  + 报价时间:{dcalendar('fromdate', $fromdate, '-', 1)} 至 {dcalendar('todate', $todate, '-', 1)}  + {ajax_area_select('areaid', '不限地区', $areaid)}  + {if $MARKET} +   + {/if} +
+
+ {if $tags} + + + + + + {if $MARKET}{/if} + + + + + {loop $tags $t} + + + + + {if $MARKET}{/if} + + + + + {/loop} +
价格({$DT[money_unit]})单位报价时间市场地区报价公司备注
{$t[price]}{$P[unit]}{timetodate($t[addtime], 5)}{if $t[market]}{$MARKET[$t[market]]}{else} {/if}{area_pos($t[areaid], '', 2)}{$t[company]}{dsubstr($t[note], 20, '..')}
+ {if $pages}
{$pages}
{/if} + {/if} +
+{if $P[content]} +
+
+
{$P[content]}
+
+{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/quote/product.htm b/template/default/quote/product.htm new file mode 100644 index 0000000..9170d3b --- /dev/null +++ b/template/default/quote/product.htm @@ -0,0 +1,47 @@ +{template 'header'} +
+ +
+{if $lists} +
+ + + + + + + + + + {loop $lists $v} + + + + + + + + + {/loop} +
品名属性参数最新报价单位报价数报价时间
{$v[title]} + {if $v[v1]}{$v[n1]}:{$v[v1]}  {/if} + {if $v[v2]}{$v[n2]}:{$v[v2]}  {/if} + {if $v[v3]}{$v[n3]}:{$v[v3]}  {/if} + {$DT[money_sign]}{$v[price]}{$v[unit]}{$v[item]}{timetodate($v[edittime], 5)}
+ {if $pages}
{$pages}
{/if} +
+{else} +
+


未找到相关产品



+
+{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/quote/search.htm b/template/default/quote/search.htm new file mode 100644 index 0000000..700c1eb --- /dev/null +++ b/template/default/quote/search.htm @@ -0,0 +1,78 @@ +{template 'header'} + +
+
+
+
+
关键词
+
+   + {loop $sfields $k $v} +   + {/loop} + {$order_select} +
+
+
+
分类
+
+ {$category_select} + {if $area_select} + 地区 + {$area_select} + {/if} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} +
+
+ {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
{template 'list-cat', 'tag'}
+ {else} + {template 'empty', 'chip'} + {/if} +
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/quote/show.htm b/template/default/quote/show.htm new file mode 100644 index 0000000..ddd750b --- /dev/null +++ b/template/default/quote/show.htm @@ -0,0 +1,48 @@ +{template 'header'} + +
+ +
+
+
+

{$title}

+
   + {$adddate} + {if $MOD[hits]}{$hits}{/if} +
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{template 'content', 'chip'}
+ {if $pages}
{$pages}
{/if} +
+
特别提示:本信息由相关企业自行提供,真实性未证实,仅供参考。请谨慎采用,风险自负。
+ +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+ +
+
+
相关{$MOD[name]}
+
+ {if $tag} + + {else} + + {/if} +
+
推荐{$MOD[name]}
+
+
+
点击排行
+
+
+
+
+{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/quote/these.name.php b/template/default/quote/these.name.php new file mode 100644 index 0000000..f97aaad --- /dev/null +++ b/template/default/quote/these.name.php @@ -0,0 +1,11 @@ + '首页', + 'list' => '列表页', + 'price' => '价格曲线', + 'product' => '产品列表', + 'quote' => '报价单', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/default/sell/compare.htm b/template/default/sell/compare.htm new file mode 100644 index 0000000..f5dccb3 --- /dev/null +++ b/template/default/sell/compare.htm @@ -0,0 +1,121 @@ +{template 'header'} + +
+ +
+ + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + +
移除移除
图片
标题
品牌
{$v[brand]}
日期{$v[editdate]}
公司
会员 + {if $v[vip]}{VIP}{/if}  +
地区{area_pos($v[areaid], '', 2)}
价格{if $v[price]>0}{$v[price]}{$DT[money_unit]}/{$v[unit]}{else}面议{/if}
起订{if $v[minamount]}{$v[minamount]} {$v[unit]}{else}未填写{/if}
总量{if $v[amount]}{$v[amount]} {$v[unit]}{else}未填写{/if}
发货{if $v[days]}{$v[days]}天内{else}未填写{/if}
联系  + {if $v[username] && $DT[im_web]}{im_web($v[username].'&mid='.$moduleid.'&itemid='.$v[itemid])} {/if} + {if $v[qq] && $DT[im_qq]}{im_qq($v[qq])} {/if} + {if $v[wx] && $DT[im_wx]}{im_wx($v[wx], $v[username])} {/if} + {if $v[ali] && $DT[im_ali]}{im_ali($v[ali])} {/if} + {if $v[skype] && $DT[im_skype]}{im_skype($v[skype])} {/if} +
询价
移除移除
+
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/default/sell/index.htm b/template/default/sell/index.htm new file mode 100644 index 0000000..373835d --- /dev/null +++ b/template/default/sell/index.htm @@ -0,0 +1,47 @@ +{template 'header'} +{if $MOD[page_irec]} +
+
+
发布>推荐{$MOD[name]}
+
+
+{/if} +
+
+
+
按地区浏览
+
+ {php $mainarea = get_mainarea(0)} + +
+
按行业浏览
+
+ {php $mid = $moduleid;} + {template 'catalog', 'chip'} +
+
+
+ {if $MOD[page_inew]} +
最新发布
+
+ +
+ {/if} + {if $MOD[page_iedit]} +
最新更新
+
+ +
+ {/if} + {if $MOD[page_ihits]} +
点击排行
+
+ {/if} +
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/sell/inquiry.htm b/template/default/sell/inquiry.htm new file mode 100644 index 0000000..ad14e7e --- /dev/null +++ b/template/default/sell/inquiry.htm @@ -0,0 +1,222 @@ +{template 'header'} +
+ +
+
+
+ + + + {if $total>1} + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + {if $_userid} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + {else} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + {/if} + {if $_userid && $DT[sms]} + + + + + {/if} + {if $need_question} + + + + + {/if} + {if $need_captcha} + + + + + {/if} + + + + +
产品服务 + {loop $list $i $v} + {$v[title]}
+ {/loop} +
* 询价标题
我想了解 + {loop $itype $k $v} +
+ {/loop} +
快捷提问 + + (不用打字 “快捷提问”帮您忙!) +
* 主要内容
+
回复日期{dcalendar('date', $date)} 之前
联系方式修改
公司{$company}
姓名{$truename}
电话{$telephone}
邮件{$email}
QQ{$qq}
微信{$wx}
阿里旺旺{$ali}
Skype{$skype}
联系方式还不是会员?请 注册 或 请留下您的联系方式  已经是会员?请 登录
公司
* 姓名
* 电话
邮箱
QQ
微信
阿里旺旺
Skype
短信通知 发送短信通知至接收人手机 (我的可用短信 {$_sms})
* 验证问题{template 'question', 'chip'}
* 验证码{template 'captcha', 'chip'}
+ {if $MG[inquiry_limit]} +    今日可询价 {$MG[inquiry_limit]} 次 +    当前已询价 {$limit_used} 次 +    还可以询价 {$limit_free} 次 + {/if} +
+
+
+{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/default/sell/list.htm b/template/default/sell/list.htm new file mode 100644 index 0000000..6aad99e --- /dev/null +++ b/template/default/sell/list.htm @@ -0,0 +1,101 @@ +{template 'header'} +
+ +
+
+
+
+
行业
+
+ +
+
+
+
地区
+
+
    + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
  • {$v[areaname]}
  • + {/loop} +
+
+
+ {if $TYPE} +
+
类别
+
+
    + {loop $TYPE $k $v} +
  • {$v}
  • + {/loop} +
+
+
+ {/if} + {if $CP}{template 'property_list', 'chip'}{/if} +
+ + +
+ + + + + + +
+     + + + + 标价  + 图片  + {VIP}  +   +   + 图片列表  + 图文列表  +
+
+ {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
+
+
+ +
搜索排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/sell/search.htm b/template/default/sell/search.htm new file mode 100644 index 0000000..d113d29 --- /dev/null +++ b/template/default/sell/search.htm @@ -0,0 +1,209 @@ +{template 'header'} + +
+
+
+ + {if $MOD[sphinx]} +
+
关键词
+
+ +
+
+
+
行业
+
+ {$category_select} + 地区 + {$area_select} +
+
+ {else} +
+
关键词
+
+   + {loop $sfields $k $v} +   + {/loop} +
+
+
+
行业
+
+ {$category_select} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')}   + 标价   + 图片   + {VIP}   +
+
+
+
地区
+
+ {$area_select} + 价格 + ~ + 排序 + {$order_select} +
+
+ {if $TYPE} +
+
类别
+
+ +
    + 全部 + {loop $TYPE $k $v} + {$v} + {/loop} +
+
+
+ {/if} + {/if} + {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + + +
+ + + + + + + +
+   + + + {if $list == 1} + 图片列表  + {else} + 图片列表  + {/if} + {if $list == 0} + 图文列表  + {else} + 图文列表  + {/if} +
+
+ {if $list==1} + + {loop $tags $k $t} + {if $k%5==0}{/if} + + {if $k%5==4}{/if} + {/loop} +
+ + + + + + + + + + +
+ +
+ {if $t[unit] && $t[price]>0} + {$DT[money_sign]}{$t[price]}/{$t[unit]}
+ + {else} + 面议
+ + {/if} +
+ +
+ {if $t[username] && $DT[im_web]}{im_web($t[username].'&mid='.$moduleid.'&itemid='.$t[itemid])} {/if} + {if $t[qq] && $DT[im_qq]}{im_qq($t[qq])} {/if} + {if $t[wx] && $DT[im_wx]}{im_wx($t[wx], $t[username])} {/if} + {if $t[ali] && $DT[im_ali]}{im_ali($t[ali])} {/if} + {if $t[skype] && $DT[im_skype]}{im_skype($t[skype])} {/if} +
+
+ {if $pages}
{$pages}
{/if} + {else} + {template 'list-'.$module, 'tag'} + {/if} +
+ + + + + + +
+   + +
+
+ {else} + {template 'empty', 'chip'} + {/if} +
+
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/sell/show.htm b/template/default/sell/show.htm new file mode 100644 index 0000000..094a50e --- /dev/null +++ b/template/default/sell/show.htm @@ -0,0 +1,144 @@ +{template 'header'} + +
+ +
+
+ + + + + + +
+ + + + + + + + + +

{$title}

+
+ {if $video}
{/if} +
+
+
+
{loop $albums $k $v}{/loop}
+
+
+
+
  + + + {if $brand} + + + + + {/if} + {if $n1 && $v1} + + + + + {/if} + {if $n2 && $v2} + + + + + {/if} + {if $n3 && $v3} + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {if $MOD[hits]} + + + + + {/if} + {if $username && !$expired} + + + + {/if} +
品牌:{$brand}
{$n1}:{$v1}
{$n2}:{$v2}
{$n3}:{$v3}
单价:{if $price>0}{$price}{$DT[money_unit]}/{$unit}{else}面议{/if}
起订:{if $minamount}{$minamount} {$unit}{/if}
供货总量:{if $amount>0}{$amount} {$unit}{/if}
发货期限:自买家付款之日起 {if $days}{$days}{/if} 天内发货
所在地:{area_pos($areaid, ' ')}
有效期至:{if $todate}{$todate}{else}长期有效{/if}{if $expired} [已过期]{/if}
最后更新:{$editdate}
浏览次数:{$hits}
+ {if SELL_ORDER && $price>0 && $minamount>0 && $amount>0 && $unit} + + + {else} + + {/if} +
+
+
  +
公司基本资料信息
+
{template 'contact', 'chip'}
+ {if !$username} +
+  注意:发布人未在本站注册,建议优先选择{VIP}会员 + {/if} +
+
+ +
+
详细说明
+ {if $CP}{template 'property_show', 'chip'}{/if} +
{$content}
+ +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+ + {if $username} +
更多>本企业其它产品
+
+ {else} +
更多>同类{$MOD[name]}
+
+ {/if} +
+{if $video}{/if} +{if $content}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/default/sell/these.name.php b/template/default/sell/these.name.php new file mode 100644 index 0000000..592f810 --- /dev/null +++ b/template/default/sell/these.name.php @@ -0,0 +1,10 @@ + '产品比较', + 'index' => '首页', + 'inquiry' => '询盘页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/default/special/index.htm b/template/default/special/index.htm new file mode 100644 index 0000000..3cf20d8 --- /dev/null +++ b/template/default/special/index.htm @@ -0,0 +1,18 @@ +{template 'header'} +{if $MOD[page_irec]} +
+
+
{loop $maincat $k $v}{if $k<10}{if $k}  |  {/if}{$v[catname]}{/if}{/loop}推荐{$MOD[name]}
+
+
+{/if} +{if $MOD[page_icat]} +{loop $maincat $i $c} +
+
+
更多>{$c[catname]}
+
+
+{/loop} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/special/list.htm b/template/default/special/list.htm new file mode 100644 index 0000000..af6f3e7 --- /dev/null +++ b/template/default/special/list.htm @@ -0,0 +1,18 @@ +{template 'header'} +
+ +
+
+
+ {if $CP}{template 'property_list', 'chip'}{/if} +
{if $tags}{template 'list-'.$module, 'tag'}{/if}
+
+
+ +
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/special/search.htm b/template/default/special/search.htm new file mode 100644 index 0000000..ac40b50 --- /dev/null +++ b/template/default/special/search.htm @@ -0,0 +1,78 @@ +{template 'header'} + +
+
+
+
+
关键词
+
+   + {loop $sfields $k $v} +   + {/loop} +
+
+
+
分类
+
+ {$category_select} + {if $area_select} + 地区 + {$area_select} + {/if} + 排序 + {$order_select} +
+
+ {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
+
{template 'list-'.$module, 'tag'}
+ {else} + {template 'empty', 'chip'} + {/if} +
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/special/show.htm b/template/default/special/show.htm new file mode 100644 index 0000000..ac62ab4 --- /dev/null +++ b/template/default/special/show.htm @@ -0,0 +1,67 @@ +{template 'header'} + +
+ +
+{if $banner}
{/if} +{if $action == 'type'} +
+
+ +
+
+
+{else} +{if $cfg_photo} +
+
图片报道
+
+
+
+{/if} +{if $cfg_video} +
+
视频报道
+
+
+
+{/if} +{if $cfg_type} +
+
+ + {loop $TYPE $k $v} + {if $k%3==0}{/if} + + + {if $k%3==2}{/if} + {/loop} +
+
更多>{$v[typename]}
+
+
 
+
+
+
+
+{/if} +
+ {if $CP}{template 'property_show', 'chip'}{/if} + {if $content}
{$content}
{/if} +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+
+{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/special/these.name.php b/template/default/special/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/default/special/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/default/tag/list-brand.htm b/template/default/tag/list-brand.htm new file mode 100644 index 0000000..61217f2 --- /dev/null +++ b/template/default/tag/list-brand.htm @@ -0,0 +1,26 @@ +{loop $tags $k $t} +
+ + + + + + + + +
{$t[alt]}
+
    +
  • {$t[title]}
  • +
  • + {timetodate($t[edittime], $datetype)}   + {if $t[vip]}{VIP} {/if}{$t[company]}  + + {if $t[validated]}[已核实]{else}[未核实]{/if} + {if !$t[username]} [未注册]{/if} + +
  • +
+
[{area_pos($t[areaid], '', 1)}]
+
+{/loop} +{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-buy.htm b/template/default/tag/list-buy.htm new file mode 100644 index 0000000..a5ad981 --- /dev/null +++ b/template/default/tag/list-buy.htm @@ -0,0 +1,20 @@ +{loop $tags $k $t} +
+ + + + + + +
{$t[alt]}
+
    +
  • {if $t[vip]}{VIP}{/if}{$t[title]}
  • +
  • {$t[introduce]}
  • +
  • {timetodate($t[edittime], $datetype)}   +   {if !$t[username]} [未注册]{/if} +
  • +
+
[{area_pos($t[areaid], '', 1)}]
+
+{/loop} +{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-cat.htm b/template/default/tag/list-cat.htm new file mode 100644 index 0000000..8c561e2 --- /dev/null +++ b/template/default/tag/list-cat.htm @@ -0,0 +1,7 @@ +
    +{loop $tags $i $t} +
  • {if $datetype}{timetodate($t[addtime], $datetype)}{/if}{$t[title]}
  • +{if $cols && $i && $i%$cols==($cols-1)}
  •  
  • {/if} +{/loop} +
+{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-child.htm b/template/default/tag/list-child.htm new file mode 100644 index 0000000..aec8858 --- /dev/null +++ b/template/default/tag/list-child.htm @@ -0,0 +1,6 @@ +
    +{loop $tags $i $t} +
  • {if $datetype}{timetodate($t[addtime], $datetype)}{/if}{$t[title]}
  • +{/loop} +
+{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-club.htm b/template/default/tag/list-club.htm new file mode 100644 index 0000000..fec8f2c --- /dev/null +++ b/template/default/tag/list-club.htm @@ -0,0 +1,37 @@ +
+ + + + + + + + +{loop $tags $k $t} + + + + + + {if $t[replyer]} + + {else} + + {/if} + +{/loop} +
帖子标题作者回复/点击最后回复
+ {if $t[ontop]} + + {elseif $t[level]} + + {elseif $t[thumb]} + + {elseif $t[video]} + + {else} +   + {/if} + {$t[passport]}

{timetodate($t[addtime], 3)}

{$t[reply]}

{$t[hits]}

{$t[replyer]}

{timetodate($t[replytime], 5)}

{$t[passport]}

{timetodate($t[addtime], 5)}

+
+{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-com.htm b/template/default/tag/list-com.htm new file mode 100644 index 0000000..6a998c1 --- /dev/null +++ b/template/default/tag/list-com.htm @@ -0,0 +1,6 @@ +
    +{loop $tags $t} +
  • {area_pos($t[areaid], '/', 1)}{$t[company]}
  • +{/loop} +
+{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-company.htm b/template/default/tag/list-company.htm new file mode 100644 index 0000000..874ddc2 --- /dev/null +++ b/template/default/tag/list-company.htm @@ -0,0 +1,21 @@ +{loop $tags $k $t} +
+ + + + + + +
+
    +
  • {if $t[vip]}{VIP} {/if}{$t[company]}
  • +
  • 主营:{$t[business]}
  • +
  • + {if $t[mode]}({$t[mode]})  {/if} + {if $t[validated]}[已核实]{else}[未核实]{/if} +
  • +
+
[{area_pos($t[areaid], '/', 2)}]
+
+{/loop} +{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-down.htm b/template/default/tag/list-down.htm new file mode 100644 index 0000000..97fe58e --- /dev/null +++ b/template/default/tag/list-down.htm @@ -0,0 +1,11 @@ + +{loop $tags $i $t} + + + +{if $datetype > 2}{/if} +{if $datetype}{/if} + +{/loop} +
{$t[filesize]} {$t[unit]}{timetodate($t[addtime], $datetype)}
+{if $showpage && $pages}
{$pages}{/if} \ No newline at end of file diff --git a/template/default/tag/list-exhibit.htm b/template/default/tag/list-exhibit.htm new file mode 100644 index 0000000..1ba8057 --- /dev/null +++ b/template/default/tag/list-exhibit.htm @@ -0,0 +1,20 @@ +{loop $tags $k $t} +
+ + + + + + + +
{$t[alt]}
+
    +
  • {$t[title]}
  • +
  • 地址:{$t[address]}
  • +
  • 主办:{$t[sponsor]}
  • +
  • {timetodate($t[fromtime], 3)} ~ {timetodate($t[totime], 3)}
  • +
+
[{$t[city]}]
+
+{/loop} +{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-group.htm b/template/default/tag/list-group.htm new file mode 100644 index 0000000..dde1b68 --- /dev/null +++ b/template/default/tag/list-group.htm @@ -0,0 +1,11 @@ +{loop $tags $i $t} +{php $t[price] = str_replace('.00', '', $t[price]);} +{php $t[marketprice] = str_replace('.00', '', $t[marketprice]);} +
+
{$t[alt]}
+
{$t[orders]}人购买原价:{$t[marketprice]}  {$t[discount]}
+
{$DT[money_sign]}{$t[price]}
+ +
+{/loop} +{if $showpage && $pages}
{$pages}{else}{/if} \ No newline at end of file diff --git a/template/default/tag/list-hl.htm b/template/default/tag/list-hl.htm new file mode 100644 index 0000000..217272b --- /dev/null +++ b/template/default/tag/list-hl.htm @@ -0,0 +1 @@ +{loop $tags $i $t}

{$t[title]}

{/loop} \ No newline at end of file diff --git a/template/default/tag/list-hlr.htm b/template/default/tag/list-hlr.htm new file mode 100644 index 0000000..935bb7d --- /dev/null +++ b/template/default/tag/list-hlr.htm @@ -0,0 +1,7 @@ + +{loop $tags $i $t} +{if $i%$cols==0}{/if} + +{if $i%$cols==($cols-1)}{/if} +{/loop} +
{if $datetype}{timetodate($t[addtime], $datetype)}{/if}»{$t[title]}
\ No newline at end of file diff --git a/template/default/tag/list-info.htm b/template/default/tag/list-info.htm new file mode 100644 index 0000000..cc87b8d --- /dev/null +++ b/template/default/tag/list-info.htm @@ -0,0 +1,26 @@ +{loop $tags $k $t} +
+ + + + + + + +
{$t[alt]}
+
    +
  • {$t[title]}
  • +
  • {$t[introduce]}
  • +
  • + {timetodate($t[edittime], $datetype)}   + {if $t[vip]}{VIP} {/if}{$t[company]}  + + {if $t[validated]}[已核实]{else}[未核实]{/if} + {if !$t[username]} [未注册]{/if} + +
  • +
+
[{area_pos($t[areaid], '', 1)}]
+
+{/loop} +{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-job.htm b/template/default/tag/list-job.htm new file mode 100644 index 0000000..7688118 --- /dev/null +++ b/template/default/tag/list-job.htm @@ -0,0 +1,29 @@ +{loop $tags $k $t} +
+ + + + + + + + +
+ + + {if $t[minsalary] && $t[maxsalary]} + {$t[minsalary]}-{$t[maxsalary]}元/月 + {elseif $t[minsalary]} + {$t[minsalary]}元/月以上 + {elseif $t[maxsalary]} + {$t[maxsalary]}元/月以内 + {else} + 面议 + {/if} + {area_pos($t[areaid], '')}{timetodate($t[edittime], $datetype)}
+
+{/loop} +{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-know.htm b/template/default/tag/list-know.htm new file mode 100644 index 0000000..cab90b0 --- /dev/null +++ b/template/default/tag/list-know.htm @@ -0,0 +1,13 @@ +{php global $PROCESS;} + +{loop $tags $k $t} + + + + + + + +{/loop} +
{if $t[hidden]}{else}{/if}
{if $t[credit]}{$t[credit]} {/if}{$t[title]}
{$t[answer]}回答{timetodate($t[edittime], $datetype)}
+{if $showpage && $pages}
{$pages}{/if} \ No newline at end of file diff --git a/template/default/tag/list-link.htm b/template/default/tag/list-link.htm new file mode 100644 index 0000000..065b13e --- /dev/null +++ b/template/default/tag/list-link.htm @@ -0,0 +1,8 @@ + +{loop $tags $i $t} +{if $i%$cols==0}{/if} + +{if $i%$cols==($cols-1)}{/if} +{/loop} +
{if $t[thumb]}{$t[alt]}{else}{$t[title]}{/if}
+{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-mall.htm b/template/default/tag/list-mall.htm new file mode 100644 index 0000000..b229eeb --- /dev/null +++ b/template/default/tag/list-mall.htm @@ -0,0 +1,31 @@ +{loop $tags $k $t} +
+ + + + + + + + + + + +
{$t[alt]}
+ + {$DT[money_sign]}{$t[price]} + {if $t[username] && $DT[im_web]}{im_web($t[username].'&mid='.$moduleid.'&itemid='.$t[itemid])} {/if} + {if $t[qq] && $DT[im_qq]}{im_qq($t[qq])} {/if} + {if $t[wx] && $DT[im_wx]}{im_wx($t[wx], $t[username])} {/if} + {if $t[ali] && $DT[im_ali]}{im_ali($t[ali])} {/if} + {if $t[skype] && $DT[im_skype]}{im_skype($t[skype])} {/if} + + 总共成交{$t[orders]}笔
+ {$t[comments]}条评价 +
+
+{/loop} +{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-np.htm b/template/default/tag/list-np.htm new file mode 100644 index 0000000..e2881f4 --- /dev/null +++ b/template/default/tag/list-np.htm @@ -0,0 +1,7 @@ +{if $tags} +{loop $tags $i $t} +{$t[title]} +{/loop} +{else} +暂无 +{/if} \ No newline at end of file diff --git a/template/default/tag/list-photo.htm b/template/default/tag/list-photo.htm new file mode 100644 index 0000000..a90a14e --- /dev/null +++ b/template/default/tag/list-photo.htm @@ -0,0 +1,10 @@ +{loop $tags $i $t} +
+ +

{if $datetype}{timetodate($t[addtime], $datetype)}{/if}{$t[items]}

+ +
+{/loop} +{if $showpage && $pages}
{$pages}{/if} \ No newline at end of file diff --git a/template/default/tag/list-quote_product.htm b/template/default/tag/list-quote_product.htm new file mode 100644 index 0000000..eff9649 --- /dev/null +++ b/template/default/tag/list-quote_product.htm @@ -0,0 +1,6 @@ +
    +{loop $tags $i $t} +
  • {$t[item]}条报价{$t[title]}
  • +{/loop} +
+{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-rank.htm b/template/default/tag/list-rank.htm new file mode 100644 index 0000000..8c00e8f --- /dev/null +++ b/template/default/tag/list-rank.htm @@ -0,0 +1,6 @@ +
    +{loop $tags $i $t} +{php $n=$i+1;} +
  • {if $key}{$t[$key]}{/if}{if $n>3}{$n}{else}{$n}{/if}{$t[title]}
  • +{/loop} +
\ No newline at end of file diff --git a/template/default/tag/list-search_kw.htm b/template/default/tag/list-search_kw.htm new file mode 100644 index 0000000..c8c6f38 --- /dev/null +++ b/template/default/tag/list-search_kw.htm @@ -0,0 +1 @@ +{loop $tags $i $t}{$t[word]}  {/loop} \ No newline at end of file diff --git a/template/default/tag/list-search_rank.htm b/template/default/tag/list-search_rank.htm new file mode 100644 index 0000000..38a4cf5 --- /dev/null +++ b/template/default/tag/list-search_rank.htm @@ -0,0 +1,7 @@ +{php isset($file) or $file='search';} +
    +{loop $tags $i $t} +{php $n=$i+1;} +
  • {$t[items]}条{if $n>3}{$n}{else}{$n}{/if}{$t[word]}
  • +{/loop} +
\ No newline at end of file diff --git a/template/default/tag/list-search_record.htm b/template/default/tag/list-search_record.htm new file mode 100644 index 0000000..ae0ac37 --- /dev/null +++ b/template/default/tag/list-search_record.htm @@ -0,0 +1,10 @@ +{if $tags} +
搜索历史
+
+ +
+{/if} \ No newline at end of file diff --git a/template/default/tag/list-search_relate.htm b/template/default/tag/list-search_relate.htm new file mode 100644 index 0000000..6850589 --- /dev/null +++ b/template/default/tag/list-search_relate.htm @@ -0,0 +1,10 @@ +{if $tags} +
您是不是在找?
+
+
    +{loop $tags $i $t} +
  • 约{$t[items]}条{$t[word]}
  • +{/loop} +
+
+{/if} \ No newline at end of file diff --git a/template/default/tag/list-search_spread.htm b/template/default/tag/list-search_spread.htm new file mode 100644 index 0000000..2827710 --- /dev/null +++ b/template/default/tag/list-search_spread.htm @@ -0,0 +1,5 @@ +
    +{loop $tags $i $t} +
  •  {$MODULE[$t[moduleid]][name]}{$t[word]}
  • +{/loop} +
\ No newline at end of file diff --git a/template/default/tag/list-search_tip.htm b/template/default/tag/list-search_tip.htm new file mode 100644 index 0000000..b7295b7 --- /dev/null +++ b/template/default/tag/list-search_tip.htm @@ -0,0 +1 @@ +{loop $tags $i $t}
{$t[items]} 结果{$t[word]}
{/loop} \ No newline at end of file diff --git a/template/default/tag/list-sell.htm b/template/default/tag/list-sell.htm new file mode 100644 index 0000000..76d8a63 --- /dev/null +++ b/template/default/tag/list-sell.htm @@ -0,0 +1,47 @@ +{loop $tags $k $t} +
+ + + + + + + + + +
 
{$t[alt]}
+
    +
  • {$t[title]}
  • +
  • {$t[introduce]}
  • +
  • {timetodate($t[edittime], $datetype)}  [{area_pos($t[areaid], '')}]
  • +
  • + + {if $t[username] && $DT[im_web]}{im_web($t[username].'&mid='.$moduleid.'&itemid='.$t[itemid])} {/if} + {if $t[qq] && $DT[im_qq]}{im_qq($t[qq])} {/if} + {if $t[wx] && $DT[im_wx]}{im_wx($t[wx], $t[username])} {/if} + {if $t[ali] && $DT[im_ali]}{im_ali($t[ali])} {/if} + {if $t[skype] && $DT[im_skype]}{im_skype($t[skype])} {/if} + {if $t[vip]}{VIP} {/if} + {$t[company]}  + + {if $t[validated]}[已核实]{else}[未核实]{/if} + {if !$t[username]} [未注册]{/if} + +
  • +
+
+ {if $t[unit] && $t[price]>0} + {$DT[money_sign]}{$t[price]}/{$t[unit]}
+ {$t[minamount]}{$t[unit]}起订
+ {else} + 面议
+ {/if} + {if SELL_ORDER && $t[username] && $t[price]>0 && $t[minamount]>0 && $t[amount]>0 && $t[unit]} + + {else} + + {/if} +
+
+{/loop} +{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-special.htm b/template/default/tag/list-special.htm new file mode 100644 index 0000000..c569539 --- /dev/null +++ b/template/default/tag/list-special.htm @@ -0,0 +1,10 @@ +{loop $tags $i $t} +
+ +

{if $datetype}{timetodate($t[addtime], $datetype)}{/if}{$t[hits]}

+ +
+{/loop} +{if $showpage && $pages}
{$pages}{/if} \ No newline at end of file diff --git a/template/default/tag/list-table.htm b/template/default/tag/list-table.htm new file mode 100644 index 0000000..c25a3d7 --- /dev/null +++ b/template/default/tag/list-table.htm @@ -0,0 +1,8 @@ + +{loop $tags $i $t} +{if $i%$cols==0}{/if} + +{if $i%$cols==($cols-1)}{/if} +{/loop} +
{if $datetype}{timetodate($t[addtime], $datetype)}{/if}• {$t[title]}
+{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/list-thumb.htm b/template/default/tag/list-thumb.htm new file mode 100644 index 0000000..a4c590a --- /dev/null +++ b/template/default/tag/list-thumb.htm @@ -0,0 +1,10 @@ +{loop $tags $i $t} +
+ +{if $datetype}

{if isset($t[hits])}{$t[hits]}{/if}{timetodate($t[addtime], $datetype)}

{/if} + +
+{/loop} +{if $showpage && $pages}
{$pages}{/if} \ No newline at end of file diff --git a/template/default/tag/list-trade.htm b/template/default/tag/list-trade.htm new file mode 100644 index 0000000..ca2137d --- /dev/null +++ b/template/default/tag/list-trade.htm @@ -0,0 +1,5 @@ +{if $tags}
    +{loop $tags $k $t} +
  • [{area_pos($t[areaid], '/', 1)}]{if $datetype}[{timetodate($t[$time], $datetype)}] {/if}{$t[title]}
  • +{/loop} +
{/if} \ No newline at end of file diff --git a/template/default/tag/list-video.htm b/template/default/tag/list-video.htm new file mode 100644 index 0000000..feed745 --- /dev/null +++ b/template/default/tag/list-video.htm @@ -0,0 +1,10 @@ +{loop $tags $i $t} +
+ +

{if $datetype}{timetodate($t[addtime], $datetype)}{/if}{$t[hits]}

+ +
+{/loop} +{if $showpage && $pages}
{$pages}{/if} \ No newline at end of file diff --git a/template/default/tag/list-vote.htm b/template/default/tag/list-vote.htm new file mode 100644 index 0000000..13b9d33 --- /dev/null +++ b/template/default/tag/list-vote.htm @@ -0,0 +1,3 @@ +{loop $tags $i $t} +{load('vote_'.$t['itemid'].'.htm')} +{/loop} \ No newline at end of file diff --git a/template/default/tag/list-webpage.htm b/template/default/tag/list-webpage.htm new file mode 100644 index 0000000..7eb7041 --- /dev/null +++ b/template/default/tag/list-webpage.htm @@ -0,0 +1,3 @@ +{loop $tags $k $t} +{$t[title]}  |  +{/loop} \ No newline at end of file diff --git a/template/default/tag/list.htm b/template/default/tag/list.htm new file mode 100644 index 0000000..f47fd31 --- /dev/null +++ b/template/default/tag/list.htm @@ -0,0 +1,6 @@ +
    +{loop $tags $i $t} +
  • {if $datetype}{timetodate($t[addtime], $datetype)}{/if}{if $showcat}[{$t[catname]}] {/if}{$t[title]}
  • +{/loop} +
+{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/slide.htm b/template/default/tag/slide.htm new file mode 100644 index 0000000..bfcf845 --- /dev/null +++ b/template/default/tag/slide.htm @@ -0,0 +1,11 @@ +{if $tags} +
+{loop $tags $i $t} +{$t[alt]} +{/loop} +
+{load('slide.js')} + +{else} +
+{/if} \ No newline at end of file diff --git a/template/default/tag/table-job.htm b/template/default/tag/table-job.htm new file mode 100644 index 0000000..4d5666c --- /dev/null +++ b/template/default/tag/table-job.htm @@ -0,0 +1,21 @@ + +{loop $tags $t} + + + + + + +{/loop} +
+ {if $t[minsalary] && $t[maxsalary]} + {$t[minsalary]}-{$t[maxsalary]}元/月 + {elseif $t[minsalary]} + {$t[minsalary]}元/月以上 + {elseif $t[maxsalary]} + {$t[maxsalary]}元/月以内 + {else} + 面议 + {/if} +
+
{if $t[vip]}{VIP} {/if}{$t[company]}
{area_pos($t[areaid], '', 1)}
\ No newline at end of file diff --git a/template/default/tag/table-resume.htm b/template/default/tag/table-resume.htm new file mode 100644 index 0000000..fda0c2c --- /dev/null +++ b/template/default/tag/table-resume.htm @@ -0,0 +1,20 @@ + +{loop $tags $t} + + + + + + +{/loop} +
 {$t[truename]}({if $t[gender]==1}男{else}女{/if}){$t[catname]} + {if $t[minsalary] && $t[maxsalary]} + {$t[minsalary]}-{$t[maxsalary]}元/月 + {elseif $t[minsalary]} + {$t[minsalary]}元/月以上 + {elseif $t[maxsalary]} + {$t[maxsalary]}元/月以内 + {else} + 面议 + {/if} + {area_pos($t[areaid], '', 1)}
\ No newline at end of file diff --git a/template/default/tag/these.name.php b/template/default/tag/these.name.php new file mode 100644 index 0000000..bb483a2 --- /dev/null +++ b/template/default/tag/these.name.php @@ -0,0 +1,46 @@ + '默认列表', + 'list-brand' => '品牌列表', + 'list-buy' => '求购列表', + 'list-cat' => '分类列表', + 'list-child' => '子分类列表', + 'list-club' => '帖子列表', + 'list-com' => '公司名列表', + 'list-company' => '公司列表', + 'list-down' => '下载列表', + 'list-exhibit' => '展会列表', + 'list-group' => '团购列表', + 'list-hl' => '头条文章', + 'list-hlr' => '头条相关', + 'list-info' => '信息列表', + 'list-job' => '招聘列表', + 'list-know' => '知道列表', + 'list-link' => '友情链接列表', + 'list-mall' => '商品列表', + 'list-np' => '下一篇上一篇', + 'list-photo' => '图库列表', + 'list-quote_product' => '报价单', + 'list-rank' => '排名列表', + 'list-search_kw' => '搜索关键词', + 'list-search_rank' => '搜索关键词排行', + 'list-search_record' => '搜索记录', + 'list-search_relate' => '相关搜索', + 'list-search_spread' => '关键词推广', + 'list-search_tip' => '搜索提示', + 'list-sell' => '供应列表', + 'list-special' => '专题列表', + 'list-table' => '表格列表', + 'list-thumb' => '图片列表', + 'list-trade' => '首页供求', + 'list-video' => '视频列表', + 'list-vote' => '投票列表', + 'list-webpage' => '单页列表', + 'slide' => '幻灯片', + 'table-job' => '表格招聘', + 'table-resume' => '表格简历', + 'thumb-brand' => '品牌图文', + 'thumb-mall' => '商品图文', + 'thumb-table' => '图片列表', +); +?> \ No newline at end of file diff --git a/template/default/tag/thumb-brand.htm b/template/default/tag/thumb-brand.htm new file mode 100644 index 0000000..243c2d2 --- /dev/null +++ b/template/default/tag/thumb-brand.htm @@ -0,0 +1,9 @@ + +{loop $tags $i $t} +{if $i%$cols==0}{/if} + +{if $i%$cols==($cols-1)}{/if} +{/loop} +
{$t[alt]} +
+{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/thumb-mall.htm b/template/default/tag/thumb-mall.htm new file mode 100644 index 0000000..f804e57 --- /dev/null +++ b/template/default/tag/thumb-mall.htm @@ -0,0 +1,8 @@ +{loop $tags $i $t} +
+ +{$DT[money_sign]}{$t[price]} +

{$t[title]}

+
+{/loop} +{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/tag/thumb-table.htm b/template/default/tag/thumb-table.htm new file mode 100644 index 0000000..bea266f --- /dev/null +++ b/template/default/tag/thumb-table.htm @@ -0,0 +1,9 @@ + +{loop $tags $i $t} +{if $i%$cols==0}{/if} + +{if $i%$cols==($cols-1)}{/if} +{/loop} +
{$t[alt]} +{if $length}{/if}
+{if $showpage && $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/default/these.name.php b/template/default/these.name.php new file mode 100644 index 0000000..931e01a --- /dev/null +++ b/template/default/these.name.php @@ -0,0 +1,32 @@ + '文章模板', + 'brand' => '品牌模板', + 'buy' => '求购模板', + 'chip' => '模板片断', + 'city' => '城市分站', + 'club' => '商圈模板', + 'company' => '公司模板', + 'down' => '下载模板', + 'exhibit' => '展会模板', + 'extend' => '功能扩展', + 'footer' => '全站页脚', + 'group' => '团购模板', + 'header' => '全站页头', + 'homepage' => '公司主页', + 'index' => '网站首页', + 'info' => '信息模板', + 'job' => '人才模板', + 'know' => '知道模板', + 'mail' => '邮件模板', + 'mall' => '商城模板', + 'member' => '商务中心', + 'message' => '提示信息', + 'photo' => '图库模板', + 'quote' => '行情模板', + 'sell' => '供应模板', + 'special' => '专题模板', + 'tag' => '标签模板', + 'video' => '视频模板', +); +?> \ No newline at end of file diff --git a/template/default/video/index.htm b/template/default/video/index.htm new file mode 100644 index 0000000..7cd4b39 --- /dev/null +++ b/template/default/video/index.htm @@ -0,0 +1,18 @@ +{template 'header'} +{if $MOD[page_irec]} +
+
+
{loop $maincat $k $v}{if $k<10}{if $k}  |  {/if}{$v[catname]}{/if}{/loop}推荐{$MOD[name]}
+
+
+{/if} +{if $MOD[page_icat]} +{loop $maincat $i $c} +
+
+
更多>{$c[catname]}
+
+
+{/loop} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/video/list.htm b/template/default/video/list.htm new file mode 100644 index 0000000..af6f3e7 --- /dev/null +++ b/template/default/video/list.htm @@ -0,0 +1,18 @@ +{template 'header'} +
+ +
+
+
+ {if $CP}{template 'property_list', 'chip'}{/if} +
{if $tags}{template 'list-'.$module, 'tag'}{/if}
+
+
+ +
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/video/search.htm b/template/default/video/search.htm new file mode 100644 index 0000000..1795c1e --- /dev/null +++ b/template/default/video/search.htm @@ -0,0 +1,78 @@ +{template 'header'} + +
+
+
+
+
关键词
+
+   + {loop $sfields $k $v} +   + {/loop} +
+
+
+
分类
+
+ {$category_select} + {if $area_select} + 地区 + {$area_select} + {/if} + 排序 + {$order_select} +
+
+ {if $CP}{template 'property_search', 'chip'}{/if} +
+
 
+
+ + +
+
+
+ {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
+
{template 'list-'.$module, 'tag'}
+ {else} + {template 'empty', 'chip'} + {/if} +
+
+ {if $kw} +
相关搜索
+
+
    + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
  • {$mod[name]} 找 {$kw}
  • {/if}{/loop} +
+
+ + {if $_username} + + {/if} + {/if} + +
今日排行
+
+ +
+
本周排行
+
+ +
+
本月排行
+
+ +
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/default/video/show.htm b/template/default/video/show.htm new file mode 100644 index 0000000..ab1349c --- /dev/null +++ b/template/default/video/show.htm @@ -0,0 +1,64 @@ +{template 'header'} + +
+ +
+
+ + + + + +
{template 'content', 'chip'}
+
+ {php $tags = playlist($item);} + {loop $tags $t} + + {/loop} +
+
+
+
+
+ + {if $keytags} + 标签: + {loop $keytags $t} + {$t}    + {/loop} + {/if} + {if $album} + 专辑: + {$album} + {/if} + + {$adddate} + {if $MOD[hits]}{$hits}{/if} + {if $could_comment}{$comments}{/if} +
+
+
+ {if $CP}{template 'property_show', 'chip'}{/if} + {if $content}
{$content}
{/if} +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
+
更多>推荐{$MOD[name]}
+
+
+{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/default/video/these.name.php b/template/default/video/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/default/video/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/article/index-jishu.htm b/template/hy-mobile/article/index-jishu.htm new file mode 100644 index 0000000..b173274 --- /dev/null +++ b/template/hy-mobile/article/index-jishu.htm @@ -0,0 +1,25 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +人气 +
+{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/article/index.htm b/template/hy-mobile/article/index.htm new file mode 100644 index 0000000..b173274 --- /dev/null +++ b/template/hy-mobile/article/index.htm @@ -0,0 +1,25 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +人气 +
+{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/article/list-jishu.htm b/template/hy-mobile/article/list-jishu.htm new file mode 100644 index 0000000..c50c1a8 --- /dev/null +++ b/template/hy-mobile/article/list-jishu.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +人气 + +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/article/list.htm b/template/hy-mobile/article/list.htm new file mode 100644 index 0000000..c50c1a8 --- /dev/null +++ b/template/hy-mobile/article/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +人气 + +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/article/search.htm b/template/hy-mobile/article/search.htm new file mode 100644 index 0000000..0feba1b --- /dev/null +++ b/template/hy-mobile/article/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+
+推荐 +综合 +人气 +评论 +点赞 +
+{if $catid || $areaid} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/article/show-jishu.htm b/template/hy-mobile/article/show-jishu.htm new file mode 100644 index 0000000..709af80 --- /dev/null +++ b/template/hy-mobile/article/show-jishu.htm @@ -0,0 +1,54 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ +

{$title}

+{if $islink} +
{$editdate}
+ +{else} +
{$editdate}{if $MOD[hits]}{$hits}{/if}{$comments}
+
+ {if $user_status == 3} + {$content} + {else} + {template 'content', 'chip'} + {/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
+
+ {if $keytags} + + {else} + + {/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/article/show.htm b/template/hy-mobile/article/show.htm new file mode 100644 index 0000000..ef72b91 --- /dev/null +++ b/template/hy-mobile/article/show.htm @@ -0,0 +1,54 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ +

{$title}

+{if $islink} +
{$editdate}
+ +{else} +
{$editdate}{if $MOD[hits]}{$hits}{/if}{$comments}
+
+ {if $user_status == 3} + {$content} + {else} + {template 'content', 'chip'} + {/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
+
+ {if $keytags} + + {else} + + {/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/article/these.name.php b/template/hy-mobile/article/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/hy-mobile/article/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/brand/index.htm b/template/hy-mobile/brand/index.htm new file mode 100644 index 0000000..b235fbd --- /dev/null +++ b/template/hy-mobile/brand/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +留言 +浏览 +评论 +
+{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/brand/list.htm b/template/hy-mobile/brand/list.htm new file mode 100644 index 0000000..deab89f --- /dev/null +++ b/template/hy-mobile/brand/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +留言 +浏览 +评论 +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/brand/message.htm b/template/hy-mobile/brand/message.htm new file mode 100644 index 0000000..f92ddb0 --- /dev/null +++ b/template/hy-mobile/brand/message.htm @@ -0,0 +1,143 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+ + +

留言主题*

+
+ +

快捷提问

+
+ +
+ +

主要内容*

+
+ + +

回复时间

+
前回复
+ +{if $_userid} +

联系方式

+
+公司:{$company}
+姓名:{$truename}
+电话:{$telephone}
+邮件:{$email}
+{if $DT[im_qq]}QQ:{$qq}
{/if} +{if $DT[im_wx]}微信:{$wx}
{/if} +{if $DT[im_ali]}阿里旺旺:{$ali}
{/if} +{if $DT[im_skype]}Skype:{$skype}
{/if} +
+{else} +

公司

+
+

姓名*

+
+

电话*

+
+

邮箱

+
+{if $DT[im_qq]} +

QQ

+
+{/if} +{if $DT[im_wx]} +

微信

+
+{/if} +{if $DT[im_ali]} +

阿里旺旺

+
+{/if} +{if $DT[im_skype]} +

Skype

+
+{/if} +{/if} +{if $_userid && $DT[sms]} +

短信通知

+
剩余{$_sms}条
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+{if $MG[message_limit]} +
+今日可发 {$MG[message_limit]}
+当前已发 {$limit_used}
+还可以发 {$limit_free}
+
+{/if} +
+
+{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/brand/search.htm b/template/hy-mobile/brand/search.htm new file mode 100644 index 0000000..a61cea3 --- /dev/null +++ b/template/hy-mobile/brand/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+
+推荐 +综合 +留言 +浏览 +评论 +
+{if $catid || $areaid} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/brand/show.htm b/template/hy-mobile/brand/show.htm new file mode 100644 index 0000000..2227ee5 --- /dev/null +++ b/template/hy-mobile/brand/show.htm @@ -0,0 +1,52 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}留言
+
+{if $thumb}
{$title}
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $homepage}网站:{$homepage}
{/if} +{if $could_message} +
留言加盟
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+
+ {if $username} + + {else} + + {/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/brand/these.name.php b/template/hy-mobile/brand/these.name.php new file mode 100644 index 0000000..6b2f194 --- /dev/null +++ b/template/hy-mobile/brand/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'message' => '留言加盟', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/buy/index.htm b/template/hy-mobile/buy/index.htm new file mode 100644 index 0000000..349c7fa --- /dev/null +++ b/template/hy-mobile/buy/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +报价 +人气 +评论 +
+{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/buy/list.htm b/template/hy-mobile/buy/list.htm new file mode 100644 index 0000000..940792b --- /dev/null +++ b/template/hy-mobile/buy/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +报价 +人气 +评论 +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/buy/price.htm b/template/hy-mobile/buy/price.htm new file mode 100644 index 0000000..89158b5 --- /dev/null +++ b/template/hy-mobile/buy/price.htm @@ -0,0 +1,141 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+ +
+
+
+
+
+
+
+ + +

报价主题*

+
+

快捷提问

+
+ +
+

主要内容*

+
+

回复时间

+
前回复
+{if $_userid} +

联系方式

+
+公司:{$company}
+姓名:{$truename}
+电话:{$telephone}
+邮件:{$email}
+{if $DT[im_qq]}QQ:{$qq}
{/if} +{if $DT[im_wx]}微信:{$wx}
{/if} +{if $DT[im_ali]}阿里旺旺:{$ali}
{/if} +{if $DT[im_skype]}Skype:{$skype}
{/if} +
+{else} +

公司

+
+

姓名*

+
+

电话*

+
+

邮箱

+
+{if $DT[im_qq]} +

QQ

+
+{/if} +{if $DT[im_wx]} +

微信

+
+{/if} +{if $DT[im_ali]} +

阿里旺旺

+
+{/if} +{if $DT[im_skype]} +

Skype

+
+{/if} +{/if} +{if $_userid && $DT[sms]} +

短信通知

+
剩余{$_sms}条
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+{if $MG[inquiry_limit]} +
+今日可报价 {$MG[price_limit]}
+当前已报价 {$limit_used}
+还可以报价 {$limit_free}
+
+{/if} +
+
+{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/buy/search.htm b/template/hy-mobile/buy/search.htm new file mode 100644 index 0000000..7858c5b --- /dev/null +++ b/template/hy-mobile/buy/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+
+推荐 +综合 +报价 +人气 +评论 +
+{if $catid || $areaid} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/buy/show.htm b/template/hy-mobile/buy/show.htm new file mode 100644 index 0000000..decfbfd --- /dev/null +++ b/template/hy-mobile/buy/show.htm @@ -0,0 +1,58 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+{if $thumb}{template 'album', 'chip'}{/if} +

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}报价
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $amount}数量:{$amount}
{/if} +{if $price}价格:{$price}
{/if} +{if $pack}包装:{$pack}
{/if} +{if $could_price} +
发送报价
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+
+ {if $username} + + {else} + + {/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/buy/these.name.php b/template/hy-mobile/buy/these.name.php new file mode 100644 index 0000000..3d9138a --- /dev/null +++ b/template/hy-mobile/buy/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'price' => '报价页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/chip/album.htm b/template/hy-mobile/chip/album.htm new file mode 100644 index 0000000..c91d27d --- /dev/null +++ b/template/hy-mobile/chip/album.htm @@ -0,0 +1,11 @@ +
+ {if $video}

{/if} + 1/{count($albums)} +
+ + {loop $albums $k $v} + {if strpos($v, 'nopic')===false}{$title}图{$k+1}{/if} + {/loop} + + {if $video}
{DC::player($video, '100%', 300, 0, 0, ' playsinline -webkit-playsinline webkit-playsinline')}
{/if} +
\ No newline at end of file diff --git a/template/hy-mobile/chip/captcha.htm b/template/hy-mobile/chip/captcha.htm new file mode 100644 index 0000000..4f0d95e --- /dev/null +++ b/template/hy-mobile/chip/captcha.htm @@ -0,0 +1,39 @@ +  + \ No newline at end of file diff --git a/template/hy-mobile/chip/contact.htm b/template/hy-mobile/chip/contact.htm new file mode 100644 index 0000000..03f6045 --- /dev/null +++ b/template/hy-mobile/chip/contact.htm @@ -0,0 +1,86 @@ +{if $user_status == 3} +{if $member} +
+ +
+{else} +
+ +
+{/if} +{elseif $user_status == 2} +
+查看联系方式需支付 {$fee}{$fee_unit}
+{$fee_name}余额:{if $currency == 'money'}{$_money}{else}{$_credit}{/if}{$fee_unit} 我的账户
+
立即支付


+
+{elseif $user_status == 1} +

+无权查看,请升级会员级别
+{if $DT[telephone]}咨询电话:{$DT[telephone]}
{/if} +


+{elseif $user_status == 0} +

请登录查看


+{else} +
+{/if} \ No newline at end of file diff --git a/template/hy-mobile/chip/content.htm b/template/hy-mobile/chip/content.htm new file mode 100644 index 0000000..021d48f --- /dev/null +++ b/template/hy-mobile/chip/content.htm @@ -0,0 +1,65 @@ +{if $user_status == 3} + {if $module == 'exhibit'} + 姓名:{$truename}
+ {if $telephone}电话:{$telephone}
{/if} + {if $mobile}手机:{$mobile}
{/if} + {if $fax}传真:{$fax}
{/if} + {if $email}邮件:{$email}
{/if} + {if $qq}QQ:{$qq}
{/if} + {if $wx && $DT[im_wx]}微信:{$wx}
{/if} + {if $addr}地址:{$addr}
{/if} + {elseif $module == 'job'} + {if $mobile}手机:{$mobile}
{/if} + {if $email}邮件:{$email}
{/if} + {if $telephone}电话:{$telephone}
{/if} + {if $address}地址:{$address}
{/if} + {if $username && $DT[im_web]}站内:在线交谈
{/if} + {if $qq && $DT[im_qq]}QQ:{$qq}
{/if} + {if $wx && $DT[im_wx]}微信:{$wx}
{/if} + {if $ali && $DT[im_ali]}阿里旺旺:{$ali}
{/if} + {if $skype && $DT[im_skype]}Skype:{$skype}{/if} + {elseif $module == 'know'} + {$best[content]} + {if $best[url]}
+ 参考资料:{$best[url]} + {/if} + {elseif $module == 'down'} +
+ {if $MIRROR} +
+ +
+ {else} + + {/if} + {elseif $module == 'photo'} + + {elseif $module == 'video'} +
{DC::player($video, '100%', '100%')}
+ {elseif $module == 'article'} + {$content} + {else} + {$content} + {/if} +{elseif $user_status == 2} +{if isset($description) && $description}{$description}
{/if} +
+查看详细内容需支付 {$fee}{$fee_unit}
+{$fee_name}余额:{if $currency == 'money'}{$_money}{else}{$_credit}{/if}{$fee_unit} 我的账户

+
立即支付
+
+{elseif $user_status == 1} +

+无权查看,请升级会员级别
+{if $DT[telephone]}咨询电话:{$DT[telephone]}
{/if} +


+{elseif $user_status == 0} +

请登录查看


+{else} +
+{/if} \ No newline at end of file diff --git a/template/hy-mobile/chip/empty.htm b/template/hy-mobile/chip/empty.htm new file mode 100644 index 0000000..38dbc13 --- /dev/null +++ b/template/hy-mobile/chip/empty.htm @@ -0,0 +1,7 @@ +
+{if $kw} +抱歉,没有找到与“{$kw}” 相关的内容 +{else} +抱歉,暂无相关信息 +{/if} +
\ No newline at end of file diff --git a/template/hy-mobile/chip/goods.htm b/template/hy-mobile/chip/goods.htm new file mode 100644 index 0000000..30b9a4d --- /dev/null +++ b/template/hy-mobile/chip/goods.htm @@ -0,0 +1,22 @@ +{loop $lists $v} +
+ +
    +
  • {$v[title]}
  • +
  • x{$v[number]}{$DT[money_sign]}{$v[price]}
  • +
+
+{/loop} +
+订单编号:{$td[itemid]}
+{if isset($td[money])} +订单总额:{$td[money]}
+{/if} +{if $td[fee_name] && $td[fee]} +{$td[fee_name]}:{$td[fee]}
+{/if} +{if isset($td[discount])} +优惠金额:-{$td[discount]}
+{/if} +实付金额:{$td[total]} +
\ No newline at end of file diff --git a/template/hy-mobile/chip/guest_contact.htm b/template/hy-mobile/chip/guest_contact.htm new file mode 100644 index 0000000..3847680 --- /dev/null +++ b/template/hy-mobile/chip/guest_contact.htm @@ -0,0 +1,34 @@ +

非会员补充信息

+
建议 立即登录注册会员 以便系统长久保存您的联系方式
+

公司名称*

+
+{if $module != 'info'} +

所在地区*

+
{ajax_area_select('post[areaid]', '请选择', $areaid)}
+{/if} +

联系人*

+
+

联系手机*

+
+

电子邮件

+
+

联系电话

+
+

联系地址

+
+{if $DT[im_qq]} +

QQ

+
+{/if} +{if $DT[im_wx]} +

微信

+
+{/if} +{if $DT[im_ali]} +

阿里旺旺

+
+{/if} +{if $DT[im_skype]} +

Skype

+
+{/if} \ No newline at end of file diff --git a/template/hy-mobile/chip/line.htm b/template/hy-mobile/chip/line.htm new file mode 100644 index 0000000..ab139aa --- /dev/null +++ b/template/hy-mobile/chip/line.htm @@ -0,0 +1,21 @@ +{if $DT[max_cart]>0} +if($('#destoon-cart').length) { +var destoon_cart = get_cart(); +if(destoon_cart > 0) { + if($('#destoon-cart').html().indexOf('') == -1){$('#destoon-cart').append(''+destoon_cart+'');}else{$('#destoon-cart b').html(destoon_cart);$('#destoon-cart b').show();} +} else { + $('#destoon-cart b').hide(); +} +$('#destoon_cart').html(destoon_cart > 0 ? ''+destoon_cart+'' : 0); +} +{/if} +if($('#destoon-message').length) { +{if $_message || $_chat} +if($('#destoon-message').html().indexOf('') == -1){$('#destoon-message').append('');}else{$('#destoon-message i').show();} +{else} +$('#destoon-message i').hide(); +{/if} +} +{if $sns_app} +document.title = '{$site_name}'; +{/if} \ No newline at end of file diff --git a/template/hy-mobile/chip/password.htm b/template/hy-mobile/chip/password.htm new file mode 100644 index 0000000..f92cc2e --- /dev/null +++ b/template/hy-mobile/chip/password.htm @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/hy-mobile/chip/poll.htm b/template/hy-mobile/chip/poll.htm new file mode 100644 index 0000000..3e0eadb --- /dev/null +++ b/template/hy-mobile/chip/poll.htm @@ -0,0 +1,10 @@ +{loop $polls $i $v} +
+{if $v[linkurl]}{/if}{if $v[linkurl]}{/if} + +
+{/loop} +{if $pages}
{$pages}
{/if} \ No newline at end of file diff --git a/template/hy-mobile/chip/property_js.htm b/template/hy-mobile/chip/property_js.htm new file mode 100644 index 0000000..7d5bdc6 --- /dev/null +++ b/template/hy-mobile/chip/property_js.htm @@ -0,0 +1,24 @@ +if(Dd('property_required') != null) { + var ptrs = Dd('property_required').getElementsByTagName('option'); + for(var i = 0; i < ptrs.length; i++) { + f = 'property-'+ptrs[i].value; + var t = $('#'+f).attr('tagName').toLowerCase(); + if(t == 'span') { + j = checked_count(f); + if(j == 0) { + Dmsg('请选择'+ptrs[i].innerHTML, f, 1); + return false; + } + } else if(t == 'select') { + if(Dd(f).value == '') { + Dmsg('请选择'+ptrs[i].innerHTML, f); + return false; + } + } else { + if(Dd(f).value.length < 1) { + Dmsg('请填写'+ptrs[i].innerHTML, f); + return false; + } + } + } +} \ No newline at end of file diff --git a/template/hy-mobile/chip/question.htm b/template/hy-mobile/chip/question.htm new file mode 100644 index 0000000..4916336 --- /dev/null +++ b/template/hy-mobile/chip/question.htm @@ -0,0 +1,43 @@ + + + + \ No newline at end of file diff --git a/template/hy-mobile/chip/these.name.php b/template/hy-mobile/chip/these.name.php new file mode 100644 index 0000000..05c76ae --- /dev/null +++ b/template/hy-mobile/chip/these.name.php @@ -0,0 +1,16 @@ + '产品图册', + 'captcha' => '验证码', + 'contact' => '联系方式收费', + 'content' => '内容收费', + 'empty' => '列表为空', + 'goods' => '订单商品', + 'guest_contact' => '游客联系方式', + 'line' => '在线状态', + 'password' => '密码输入', + 'poll' => '行业票选', + 'property_js' => '分类属性JS', + 'question' => '验证问题', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/city/city.htm b/template/hy-mobile/city/city.htm new file mode 100644 index 0000000..6800513 --- /dev/null +++ b/template/hy-mobile/city/city.htm @@ -0,0 +1,90 @@ +{template 'header'} +
+
+
+
{$city_name}
+
+{if $cityid} +全国 +{else} +智能 +{/if} +
+
+
+
+
+
+
+
+
+
+
+{loop $lists $k $v} +
{$k}
+
+
+{/loop} + +
+{/loop} +
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/city/these.name.php b/template/hy-mobile/city/these.name.php new file mode 100644 index 0000000..22ccf86 --- /dev/null +++ b/template/hy-mobile/city/these.name.php @@ -0,0 +1,5 @@ + '切换城市', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/club/chat.htm b/template/hy-mobile/club/chat.htm new file mode 100644 index 0000000..cf53552 --- /dev/null +++ b/template/hy-mobile/club/chat.htm @@ -0,0 +1,176 @@ +{template 'header', 'member'} + +
+
+
+
{$GRP[title]}{$MOD[seo_name]}群聊({$GRP[fans]}人)
+
+
+
+
+
+
+ +
+{if $faces} +
+ +{loop $faces $k $v} +{if $k%10==0}{/if} + +{if $k%10==9}{/if} +{/loop} +
+ +
+{/if} +
+
+ + + +{if $faces}{/if} + + + +
发送
+
+ + + + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/club/fans.htm b/template/hy-mobile/club/fans.htm new file mode 100644 index 0000000..9ef5c15 --- /dev/null +++ b/template/hy-mobile/club/fans.htm @@ -0,0 +1,26 @@ +{template 'header'} +
+
+
+
成员列表
+
+
+
+
+
+{if $lists} +
+
+ +
+
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/club/group.htm b/template/hy-mobile/club/group.htm new file mode 100644 index 0000000..da86cf5 --- /dev/null +++ b/template/hy-mobile/club/group.htm @@ -0,0 +1,42 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+精华 +综合 +回复 +浏览 +回帖 +
+
+
+ +
+发表帖子 +{if $MOD[chat] && $GRP[chat]}群聊{/if} +成员列表 +帖子搜索 +{$MOD[name]}首页 +
+
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/club/index.htm b/template/hy-mobile/club/index.htm new file mode 100644 index 0000000..10b757e --- /dev/null +++ b/template/hy-mobile/club/index.htm @@ -0,0 +1,28 @@ +{template 'header'} +
+
+
+
+ +
+
+
+
+
+
+
+
+推荐 +综合 +主题 +回复 +粉丝 +
+{if $tags} +
{template 'list-club-group', 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/club/list.htm b/template/hy-mobile/club/list.htm new file mode 100644 index 0000000..159c85f --- /dev/null +++ b/template/hy-mobile/club/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +主题 +回复 +粉丝 +
+ +{if $tags} +
{template 'list-club-group', 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/club/nofans.htm b/template/hy-mobile/club/nofans.htm new file mode 100644 index 0000000..8bdb0e9 --- /dev/null +++ b/template/hy-mobile/club/nofans.htm @@ -0,0 +1,21 @@ +{template 'header'} +
+
+
+
访问受限
+
+
+
+
+
+

抱歉,{$GRP[title]}圈仅成员可以{if $action=='show'}查看帖子{elseif $action=='post'}发帖{elseif $action=='reply'}回复{else}访问{/if}

+
+ {if $_userid} +   1、您还没有加入本圈或者申请正在审核中。
+ {else} +   1、请 登录免费注册
+ {/if} +   2、请检查输入的网址是否正确。
+   3、如果不能确认输入的网址,请浏览{$MOD[name]}首页来查看所要访问的网址。
+
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/club/search.htm b/template/hy-mobile/club/search.htm new file mode 100644 index 0000000..22deae0 --- /dev/null +++ b/template/hy-mobile/club/search.htm @@ -0,0 +1,64 @@ +{template 'header'} +
+
+
+
+ +
+
+
+
+
+
+
+
+ + + + + + + +
+{if $action == 'group'} +
+推荐 +综合 +主题 +回复 +粉丝 +
+{if $catid || $areaid} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
+{/if} +{elseif $action == 'reply'} +{else} +
+精华 +综合 +回复 +浏览 +回帖 +
+{/if} +{if $tags} +{if $action == 'group'} +
{template 'list-club-group', 'tag'}
+{elseif $action == 'reply'} +
{template 'list-club-reply', 'tag'}
+{else} + +
{template 'list-'.$module, 'tag'}
+{/if} +
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/club/show.htm b/template/hy-mobile/club/show.htm new file mode 100644 index 0000000..673bcc1 --- /dev/null +++ b/template/hy-mobile/club/show.htm @@ -0,0 +1,94 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + +

{$title}

+
{if $level}精华{else}楼主 {$passport}{/if}{$reply}{if $MOD[hits]}{$hits}{/if}
+{if $page == 1} +
+ + +
+
+{if $user_status == 3} +{$content} +{else} +{template 'content', 'chip'} +{/if} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+{/if} +{if $replys} +
+{loop $replys $k $v} +
+ + +
+
{$v[content]}
+
+支持 {$v[likes]} +反对 {$v[hates]} +回复 +举报 +
+{/loop} +{/if} +
+
+
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/club/these.name.php b/template/hy-mobile/club/these.name.php new file mode 100644 index 0000000..6531dec --- /dev/null +++ b/template/hy-mobile/club/these.name.php @@ -0,0 +1,12 @@ + '群聊', + 'fans' => '商圈成员', + 'group' => '商圈页', + 'index' => '首页', + 'list' => '列表页', + 'nofans' => '非成员提示', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/company/index.htm b/template/hy-mobile/company/index.htm new file mode 100644 index 0000000..6cbd58f --- /dev/null +++ b/template/hy-mobile/company/index.htm @@ -0,0 +1,34 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +人气 +评论 +{VIP} +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/company/list.htm b/template/hy-mobile/company/list.htm new file mode 100644 index 0000000..b8e4e3c --- /dev/null +++ b/template/hy-mobile/company/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +人气 +评论 +{VIP} +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/company/news.htm b/template/hy-mobile/company/news.htm new file mode 100644 index 0000000..2cf9485 --- /dev/null +++ b/template/hy-mobile/company/news.htm @@ -0,0 +1,44 @@ +{template 'header'} +
+
+
+
企业新闻
+
+ +
+
+
+
+
+ +{if $tags} +
+{loop $tags $k $t} +{if $t[thumb]} +
+ +
    +
  • {$t[title]}
  • +
  • {$t[hits]}{timetodate($t[addtime], 3)}

  • +
+
+{else} +
+{$t[title]} +

{$t[hits]}{timetodate($t[addtime], 3)}

+
+{/if} +{/loop} +
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/company/search.htm b/template/hy-mobile/company/search.htm new file mode 100644 index 0000000..cc4ebc3 --- /dev/null +++ b/template/hy-mobile/company/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+
+推荐 +综合 +人气 +评论 +{VIP} +
+{if $catid || $areaid} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/company/show.htm b/template/hy-mobile/company/show.htm new file mode 100644 index 0000000..fe6f93a --- /dev/null +++ b/template/hy-mobile/company/show.htm @@ -0,0 +1,101 @@ +{template 'header'} +
+
+
+
{$COM[company]}
+
{if online($COM[userid])==1}在线{else}离线{/if}
+
+
+
+
+
+ +
+
+{if $COM[shop] && $COM[vshop]} +店铺名称:{$COM[shop]}
+{/if} +公司名称:{$COM[company]}
+{if $COM[address]} +公司地址:{$COM[address]}
+{/if} +{if $COM[postcode]} +邮政编码:{$COM[postcode]}
+{/if} +{if $COM[telephone]} +公司电话:{$COM[telephone]}
+{/if} +{if $COM[fax]} +公司传真:{$COM[fax]}
+{/if} +{if $COM[homepage]} +公司网址:{$COM[homepage]}
+{/if} +{if $COM[truename]} +联 系 人:{$COM[truename]} ({if $COM[gender]==1}先生{else}女士{/if})
+{/if} +{if $COM[department]} +部门(职位):{$COM[department]}{if $COM[career]} ({$COM[career]}){/if}
+{/if} +{if $COM[mobile] && $DT[im_mob]} +手机号码:{$COM[mobile]}
+{/if} +{if $COM[type]}公司类型:{$COM[type]}
{/if} +{if $COM[mode]}经营模式:{$COM[mode]}
{/if} +{if $COM[size]}公司规模:{$COM[size]}
{/if} +{if $COM[capital]}注册资本:{$COM[capital]}万{$COM[regunit]}
{/if} +{if $COM[regyear]}注册年份:{$COM[regyear]}
{/if} +{if $COM[sell]}销售产品:{$COM[sell]}
{/if} +{if $COM[buy]}采购产品:{$COM[buy]}
{/if} +{if $COM[gzh]} +微信公众号:{$COM[gzh]}
+{/if} +{if $COM[gzhqr]} +扫码关注:
+
+{/if} +
+{if $content} +
{$content}
+{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/company/these.name.php b/template/hy-mobile/company/these.name.php new file mode 100644 index 0000000..68e8a68 --- /dev/null +++ b/template/hy-mobile/company/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'news' => '公司新闻', + 'search' => '搜索页', + 'show' => '简易公司主页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/down/index.htm b/template/hy-mobile/down/index.htm new file mode 100644 index 0000000..91ef747 --- /dev/null +++ b/template/hy-mobile/down/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +下载 +人气 +评论 +
+{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/down/list.htm b/template/hy-mobile/down/list.htm new file mode 100644 index 0000000..e616bd5 --- /dev/null +++ b/template/hy-mobile/down/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +下载 +人气 +评论 +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/down/search.htm b/template/hy-mobile/down/search.htm new file mode 100644 index 0000000..46851d2 --- /dev/null +++ b/template/hy-mobile/down/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+
+推荐 +综合 +下载 +人气 +评论 +
+{if $catid || $areaid} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/down/show.htm b/template/hy-mobile/down/show.htm new file mode 100644 index 0000000..2998155 --- /dev/null +++ b/template/hy-mobile/down/show.htm @@ -0,0 +1,65 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ +

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$download}下载
+
+ 文件类型:{$FILETYPE[$fileext]}
+ 文件大小:{$filesize}{$unit}
+ {$content} +
+{if $user_status == 3} +
+ {if $MIRROR} +
+ +
+ {else} + + {/if} +{else} +
{template 'content', 'chip'}
+{/if} +{if $pages}
{$pages}
{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
+ {if $album} + + {elseif $username} + + {else} + + {/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/down/these.name.php b/template/hy-mobile/down/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/hy-mobile/down/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/exhibit/index.htm b/template/hy-mobile/exhibit/index.htm new file mode 100644 index 0000000..096b65b --- /dev/null +++ b/template/hy-mobile/exhibit/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +人气 +评论 +报名 +
+{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/exhibit/list.htm b/template/hy-mobile/exhibit/list.htm new file mode 100644 index 0000000..f3dc0d7 --- /dev/null +++ b/template/hy-mobile/exhibit/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +人气 +评论 +报名 +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/exhibit/search.htm b/template/hy-mobile/exhibit/search.htm new file mode 100644 index 0000000..c75be60 --- /dev/null +++ b/template/hy-mobile/exhibit/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+
+推荐 +综合 +人气 +评论 +报名 +
+{if $catid || $areaid} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/exhibit/show.htm b/template/hy-mobile/exhibit/show.htm new file mode 100644 index 0000000..542bae4 --- /dev/null +++ b/template/hy-mobile/exhibit/show.htm @@ -0,0 +1,70 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+

{$title}

+
{$fromdate}~{$todate}{if $MOD[hits]}{$hits}{/if}{$city}
+
+日期:{$fromdate}~{$todate}
+城市:{$city}
+地址:{$address}
+展馆:{$hallname}
+主办:{$sponsor}
+{if $could_sign} +
在线报名
+{/if} +
+{if $content}
{$content}
{/if} + +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+ +
联系方式
+{if $user_status == 3} +
+姓名:{$truename}
+{if $telephone}电话:{$telephone}
{/if} +{if $mobile}手机:{$mobile}
{/if} +{if $fax}传真:{$fax}
{/if} +{if $email}邮件:{$email}
{/if} +{if $qq}QQ:{$qq}
{/if} +{if $wx && $DT[im_wx]}微信:{$wx}
{/if} +{if $addr}地址:{$addr}
{/if} +
+{else} +
{template 'content', 'chip'}
+{/if} +
+
+ {if $city} + + {else} + + {/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/exhibit/sign.htm b/template/hy-mobile/exhibit/sign.htm new file mode 100644 index 0000000..608ea79 --- /dev/null +++ b/template/hy-mobile/exhibit/sign.htm @@ -0,0 +1,100 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+ +
+
+
+
+
+
+
+ + + +

报名人数*

+
+ +

联系人*

+
+ +

手机号码*

+
+ +

公司名称

+
+ + +

所在地区

+
{ajax_area_select('areaid', '请选择', $areaid)}
+ +

街道地址

+
+ +

邮政编码

+
+ +

电子邮箱

+
+ +{if $DT[im_qq]} +

QQ

+
+{/if} + +{if $DT[im_wx]} +

微信

+
+{/if} + +

备注事项

+
+ +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} + +
+ +
+ +
+
+{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/exhibit/these.name.php b/template/hy-mobile/exhibit/these.name.php new file mode 100644 index 0000000..16b3480 --- /dev/null +++ b/template/hy-mobile/exhibit/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', + 'sign' => '报名页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/extend/ad.htm b/template/hy-mobile/extend/ad.htm new file mode 100644 index 0000000..0160e20 --- /dev/null +++ b/template/hy-mobile/extend/ad.htm @@ -0,0 +1,69 @@ +{template 'header'} +
+
+
+
{if $typeid}{$TYPE[$typeid]}{else}广告中心{/if}
+
+
+
+
+
+ +{if $action == 'my'} +{loop $lists $v} +
+
    +
  • {$v[credit]}{$DT[credit_name]}{$v[title]}
  • +
  • {$v[status]}{$v[adddate]}
  • +
+
+{/loop} +{if $pages}
{$pages}
{/if} +{else} +{if $itemid} +
+{$title}
+{if $ad_moduleid} + {ad($ad_moduleid,$ad_catid,$ad_kw,$typeid)} +{elseif $pid} + {ad($pid)} +{/if} +以上为广告效果预览,如未看到任何内容,表明此广告为空或不可预览 +{if $MOD[ad_buy]} +
+
预定此广告
+
+{/if} +
+{else} +{if $lists} +
+{loop $lists $v} +
+{$v[name]} +

{if $v[price]}{$v[price]}{$unit}/月{else}面议{/if}{$v[typename]}

+
+{/loop} +
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/address.htm b/template/hy-mobile/extend/address.htm new file mode 100644 index 0000000..28efd74 --- /dev/null +++ b/template/hy-mobile/extend/address.htm @@ -0,0 +1,38 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+全屏 +
+
+
+
+
+
+ + +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/announce.htm b/template/hy-mobile/extend/announce.htm new file mode 100644 index 0000000..68501cf --- /dev/null +++ b/template/hy-mobile/extend/announce.htm @@ -0,0 +1,52 @@ +{template 'header'} +
+
+
+
{if $typeid}{$TYPE[$typeid][typename]}{else}公告中心{/if}
+
+
+
+
+
+ +{if $itemid} +
+

{$title}

+
{$adddate}  有效期:{$fromdate} 至 {$todate}{$hits}
+
{$content}
+{else} +{if $lists} +
+{loop $lists $v} +
+{$v[title]} +

{$v[adddate]}{$v[hits]}

+
+{/loop} +
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/comment.htm b/template/hy-mobile/extend/comment.htm new file mode 100644 index 0000000..4eaa443 --- /dev/null +++ b/template/hy-mobile/extend/comment.htm @@ -0,0 +1,193 @@ +{template 'header'} +
+
+
+
评论列表
+
+{if $EXT[comment_api]} + +{else} + + +{/if} +
+
+
+
+
+{if $EXT[comment_api] == 'changyan'} +
+ +{else} + +{if $faces} +
+ +{loop $faces $k $v} +{if $k%10==0}{/if} + +{if $k%10==9}{/if} +{/loop} +
+
+{/if} +
+
+ + + + + + + +
+ +
+
+{if $lists} +{loop $lists $k $v} +
+ +
    +
  • +{if $v[floor]}{$v[floor]}楼{else}精选{/if}{$v[name]}
  • +
  • +
+
+
+{if $v[quotation]}{$v[quotation]}{else}{$v[content]}{/if} +{if $v[reply]} +
{if $v[editor]}管理员{else}{$v[replyer]}{/if} {$v[replytime]} 回复: +
{nl2br($v[reply])} +{/if} +
+
+{if $MOD[comment_vote]} +支持 {$v[likes]} +反对 {$v[hates]} +{/if} +回复 {$v[quotes]} +举报 +{if $could_del} +删除 +{/if} +
+{/loop} +{else} +
暂无评论
+{/if} +{if $pages}
{$pages}
{/if} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/feed.htm b/template/hy-mobile/extend/feed.htm new file mode 100644 index 0000000..6da94f2 --- /dev/null +++ b/template/hy-mobile/extend/feed.htm @@ -0,0 +1,62 @@ +{template 'header'} +
+
+
+
{if $action=='diy'}定制订阅{else}RSS订阅{/if}
+
+{if $action=='diy'} + +{else} + +{/if} +
+
+
+
+
+{if $action == 'diy'} +{if $feed_code} +
+

{$MODULE[$mid][name]}

+
+
+
+{/if} +
+
+ +

模块

+
+ +
+

关键词

+
+{if $category_select} +

分类

+
{$category_select}
+{/if} +{if $area_select} +

地区

+
{$area_select}
+{/if} +
+ +
+ +
+
+{else} +
+{loop $FD $k $v} +

{$v[name]}

+
+{/loop} +
+
+{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/form.htm b/template/hy-mobile/extend/form.htm new file mode 100644 index 0000000..bc0374c --- /dev/null +++ b/template/hy-mobile/extend/form.htm @@ -0,0 +1,179 @@ +{template 'header'} +
+
+
+
{if $typeid}{$TYPE[$typeid][typename]}{else}表单问卷{/if}
+
+
+
+
+
+ +{if $itemid} +{if $page == 2} +{else} +

{$title}

+
{$adddate}  有效期:{$fromdate} 至 {$todate}{$hits}
+{if $content}
{$content}
{/if} +{if $lists} +
+ + +
+{loop $lists $k $v} +

{$v[name]}{if $v[min]}*{/if}

+
+ {if $v[type] == 0} + + {elseif $v[type] == 1} + + {elseif $v[type] == 2} + + {elseif $v[type] == 3} +
    + {loop $v[option] $kk $vv} +
  • +
  • + {/loop} +
+ {elseif $v[type] == 4} +
    + {loop $v[option] $kk $vv} +
  • + {/loop} +
+ {/if} +
+{/loop} +{if $verify == 1 && !$error} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +{if $verify == 2 && !$error} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +
+ {if $error == 5} +
您还没有登录,请先 登录注册
+ {elseif $error == 4} +
当前会员组无提交权限
+ {elseif $error == 3} +
未开始
+ {elseif $error == 2} +
已过期
+ {elseif $error == 1} +
已提交过
+ {else} + + {/if} +
+
+{/if} +{/if} +{else} +{if $lists} +
+{loop $lists $v} +
+{$v[title]} +

{$v[hits]}{$v[adddate]}

+
+{/loop} +
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{if $itemid} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/gift.htm b/template/hy-mobile/extend/gift.htm new file mode 100644 index 0000000..c98ac66 --- /dev/null +++ b/template/hy-mobile/extend/gift.htm @@ -0,0 +1,85 @@ +{template 'header'} +
+
+
+
{if $action == 'my'}我的订单{else}{if $typeid}{$TYPE[$typeid][typename]}{else}积分换礼{/if}{/if}
+
+
+
+
+
+
+{if $action == 'my'} +{loop $lists $v} +
+
    +
  • {$v[credit]}{$DT[credit_name]}{$v[title]}
  • +
  • {$v[status]}{$v[adddate]}
  • +
+
+{/loop} +{if $pages}
{$pages}
{/if} +{else} +{if $itemid} +
+

{$title}

+
{if $left}{$fromdate} 至 {$todate}{else}已结束{/if}{$hits}
+
+会员权限:{if $gname}{$gname}{else}全部{/if}
+所需{$DT[credit_name]}:{$credit}
+剩余名额:{$left}
+
+
立即兑换
+
+{if $large}
{/if}{$content} +
+ +{else} +{if $lists} +
+{loop $lists $v} +
+ +
    +
  • {$v[title]}
  • +
  • {$v[left]}库存{$v[credit]}{$DT[credit_name]}

  • +
+
+{/loop} +
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/guestbook.htm b/template/hy-mobile/extend/guestbook.htm new file mode 100644 index 0000000..283f9ab --- /dev/null +++ b/template/hy-mobile/extend/guestbook.htm @@ -0,0 +1,145 @@ +{template 'header'} +
+
+
+
{if $action=='add'}{if $report}违规举报{else}提交留言{/if}{else}网站留言{/if}
+
+{if $action=='add'} + +{else} + +{/if} +
+
+
+
+
+{if $action == 'add'} +
+
+ + + + + + +

{if $report}举报{else}留言{/if}类型

+
+ +
+

{if $report}举报{else}留言{/if}内容*

+
+

与您联系

+
+     + +
+ +{if $MOD[guestbook_captcha]} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +{if $report && $forward} +
+ +{/if} +
+
+{else} +
+ +
+ +
+{if $lists} + +{loop $lists $k $v} +
+
+ +
    +
  • {if $v[reply]}已回复{else}未回复{/if}{if $v[hidden]}匿名{else}{$v[truename]}{/if}
  • +
  • {$v[adddate]}
  • +
+
+
+{$v[content]} +{if $v[reply]} +
网站 {$v[editdate]} 回复
+{$v[reply]} +{/if} +
+{/loop} +{if $pages}
{$pages}
{/if} +{else} +
+



+
{if $kw}未找到与“{$kw}”相关的留言,请调整关键词重新搜索{else}暂时没有留言    来抢个沙发吧{/if}
+



+
+{/if} +{/if} +{if $action == 'add'} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/link.htm b/template/hy-mobile/extend/link.htm new file mode 100644 index 0000000..5139790 --- /dev/null +++ b/template/hy-mobile/extend/link.htm @@ -0,0 +1,114 @@ +{template 'header'} +
+
+
+
{if $action=='reg'}申请链接{else}{if $typeid}{$TYPE[$typeid][typename]}{else}友情链接{/if}{/if}
+
+
+
+
+
+ +{if $action == 'reg'} +
+
+ +{if $MOD[link_request]} +

链接说明

+
{$MOD[link_request]}
+{/if} +

网站分类*

+
{$type_select}
+

网站名称*

+
+

网站地址*

+
+

网站LOGO

+
+

网站介绍

+
+

验证码*

+
{template 'captcha', 'chip'}
+
+ +
+
+
+{else} + {if $typeid} + + + {else} + + + {/if} +
+ {if $lists} + {loop $lists $v} +
+ + +
+ {/loop} + {/if} + {if $tags} + {loop $tags $v} +
+ {$v[title]} +

{$v[linkurl]}

+
+ {/loop} + {/if} +
+{/if} +{if $action == 'reg'} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/poll.htm b/template/hy-mobile/extend/poll.htm new file mode 100644 index 0000000..f6b78ab --- /dev/null +++ b/template/hy-mobile/extend/poll.htm @@ -0,0 +1,124 @@ +{template 'header'} +
+
+
+
{if $typeid}{$TYPE[$typeid][typename]}{else}行业票选{/if}
+
+
+
+
+
+ +{if $itemid} +

{$title}

+
{$adddate}  有效期:{$fromdate} 至 {$todate}{$hits}
+
{$content}
+
{template $template_poll, 'chip'}
+{if $verify} + +{/if} + +{else} +{if $lists} +
+{loop $lists $v} +
+{$v[title]} +

{$v[hits]}{$v[adddate]}

+
+{/loop} +
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/share.htm b/template/hy-mobile/extend/share.htm new file mode 100644 index 0000000..1d0cd6d --- /dev/null +++ b/template/hy-mobile/extend/share.htm @@ -0,0 +1,67 @@ +{template 'header'} + + +
+
+
+
{$head_name}
+
+
+
+
+
+ + + +

+
+ +
+

完成

+
+
+ +
+ + + +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/sitemap.htm b/template/hy-mobile/extend/sitemap.htm new file mode 100644 index 0000000..b938b33 --- /dev/null +++ b/template/hy-mobile/extend/sitemap.htm @@ -0,0 +1,77 @@ +{template 'header'} +
+
+
+
{if $mid}{$M[name]}{else}栏目地图{/if}
+{if $action=='module'} +
+{/if} +
+
+
+
+ +
+{if $action=='letter'} +
+ {loop $LETTER $L} + {strtoupper($L)}
+ {/loop} +
+
+ {if $CATALOG} + {loop $CATALOG $i $c} + + {/loop} + {else} +


没有字母 {$letter} 开头的类目



+ {/if} +
+{elseif $action=='module'} + + {php $main = get_maincat(0, $mid);} + {loop $main $m} +
 
+
+ +
+ {if $m[child]} +
+ {php $child = get_maincat($m[catid], $mid);} + {loop $child $i $c} + + {/loop} +
+ {/if} + {/loop} +{else} + {loop $MODULE $m} + {if $m[moduleid] > 3 && !$m[islink]} +
+ +
+ {php $child = get_maincat(0, $m[moduleid]);} + {loop $child $i $c} + + {/loop} +
+ {/if} + {/loop} +{/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/spread.htm b/template/hy-mobile/extend/spread.htm new file mode 100644 index 0000000..0842d8c --- /dev/null +++ b/template/hy-mobile/extend/spread.htm @@ -0,0 +1,62 @@ +{template 'header'} +
+
+
+
排名推广
+
+
+
+
+
+{if $action=='list'} +
+
+
    +
  • 重新选词{$kw}{if $mid}在{$MODULE[$mid][name]}频道{/if}推广记录
  • +
+
+
+{if $lists} +{loop $lists $k $v} +{if $v[bg]} +
+{/if} +
+
    +
  • {$v[price]}{if $v[currency]=='money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{$v[company]}
  • +
  • 立即推广[{$MODULE[$v[mid]][name]}] {timetodate($v[fromtime], 3)}/{timetodate($v[totime], 3)} {strip_tags($v[process])}
  • +
+
+{/loop} +{else} +
+

暂无推广记录



我要推广




+
+{/if} +{if $pages}
{$pages}
{/if} +{else} +
+
+
+
+
+ +{if $tags} +
+
    +
  • 最新推广
  • +
+
+
+{loop $tags $t} +
+
    +
  • {$t[price]}{$unit}{$t[word]}
  • +
  • {timetodate($t[addtime], 5)}{$t[company]}
  • +
+
+{/loop} +
+{/if} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/these.name.php b/template/hy-mobile/extend/these.name.php new file mode 100644 index 0000000..7f5dee7 --- /dev/null +++ b/template/hy-mobile/extend/these.name.php @@ -0,0 +1,21 @@ + '广告', + 'address' => '地址导航', + 'announce' => '公告', + 'comment' => '评论', + 'feed' => 'RSS订阅', + 'form' => '表单', + 'gift' => '积分换礼', + 'guestbook' => '留言本', + 'link' => '友情链接', + 'poll' => '票选', + 'share' => '分享好友', + 'sitemap' => '网站地图', + 'spread' => '排名推广', + 'view' => '查看大图', + 'vote' => '投票', + 'webpage' => '单网页', + 'wx' => '微信联系', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/extend/view.htm b/template/hy-mobile/extend/view.htm new file mode 100644 index 0000000..835d6fd --- /dev/null +++ b/template/hy-mobile/extend/view.htm @@ -0,0 +1,11 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/vote.htm b/template/hy-mobile/extend/vote.htm new file mode 100644 index 0000000..c8e11ea --- /dev/null +++ b/template/hy-mobile/extend/vote.htm @@ -0,0 +1,77 @@ +{template 'header'} +
+
+
+
{if $typeid}{$TYPE[$typeid][typename]}{else}投票调查{/if}
+
+
+
+
+
+ +{if $itemid} + +

{$title}

+
{$adddate}  有效期:{$fromdate} 至 {$todate}{$hits}{$votes}票
+
+ +{loop $V $k $v} + + + + + +{/loop} +
{$v[title]}{$v[percent]}{$v[votes]}
+
+
{load('vote_'.$itemid.'.htm')}
+
{if $linkto}{$linkto}
{/if}{$content}
+ +{else} +{if $lists} +
+{loop $lists $v} +
+{$v[title]} +

{$v[votes]}票{$v[adddate]}

+
+{/loop} +
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/webpage.htm b/template/hy-mobile/extend/webpage.htm new file mode 100644 index 0000000..7dda9c9 --- /dev/null +++ b/template/hy-mobile/extend/webpage.htm @@ -0,0 +1,17 @@ +{template 'header'} +
+
+
+
{$title}
+
+
+
+
+
+{if $islink} +{$linkurl}
+{else} +{$content} +{/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/extend/wx.htm b/template/hy-mobile/extend/wx.htm new file mode 100644 index 0000000..bd423c0 --- /dev/null +++ b/template/hy-mobile/extend/wx.htm @@ -0,0 +1,25 @@ +{template 'header'} +
+
+
+
微信联系
+
+
+
+
+
+

+{if $wx || $wxqr} +
+ + +
+{if $wx}微信帐号:{$wx}   复制{/if} +{if $wxqr}

微信扫码,添加好友{/if} +{else} +微信帐号不存在 +{/if} +
+

+
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/footer.htm b/template/hy-mobile/footer.htm new file mode 100644 index 0000000..65156ce --- /dev/null +++ b/template/hy-mobile/footer.htm @@ -0,0 +1,86 @@ +{if $share_icon == 'auto'}{/if} + +{if $foot} +
+
+
    +{if $DT_MBS=='app'} +
  • 首页
  • +
  • 频道
  • +{if $DT[max_cart]>0} +
  • 购物车{if $_cart}{$_cart}{/if}
  • +{/if} +
  • 消息{if $_message || $_chat}{/if}
  • +
  • 我的
  • +{if $DT[max_cart]<1} +
  • 更多
  • +{/if} +{else} +
  • 首页
  • +
  • 频道
  • +{if $DT[max_cart]>0} +
  • 购物车{if $_cart}{$_cart}{/if}
  • +{/if} +
  • 消息{if $_message || $_chat}{/if}
  • +
  • 我的
  • +{if $DT[max_cart]<1} +
  • 更多
  • +{/if} +{/if} +
+
+{/if} + +
+ + + \ No newline at end of file diff --git a/template/hy-mobile/group/buy.htm b/template/hy-mobile/group/buy.htm new file mode 100644 index 0000000..d58a1cd --- /dev/null +++ b/template/hy-mobile/group/buy.htm @@ -0,0 +1,187 @@ +{template 'header', 'member'} + +{if $action == 'show'} +
+
+
+
提交订单
+
+
+
+
+
+

订单提交成功!

+ + + +
+{else} +
+
+
+
确认订单
+
+
+
+
+ +
+ + + +
+ + + + + + +
+

{$t[title]}

+
+ + + + + + + +
{$DT[money_sign]}{$t[price]}-+
+
+ {$t[price]} +
+
+
+ +
+ + +
+
+
    +
  • {$t[price]}总价
  • +
+
+ +
+
+{if $t[logistic]} +

收货地址*管理

+
+ +
+ +

所在地区*

+
{ajax_area_select('add[areaid]', '请选择', $user[areaid])}
+ +

街道地址*

+
+ +

邮政编码*

+
+ +

真实姓名*

+
+ +

手机号码*

+
+{else} +

手机号码*

+
+{/if} +
+ +
+
+
+{/if} +{if !$_userid}{/if} + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/group/index.htm b/template/hy-mobile/group/index.htm new file mode 100644 index 0000000..4ef1102 --- /dev/null +++ b/template/hy-mobile/group/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +销量 +评论 +价格 +
+{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/group/list.htm b/template/hy-mobile/group/list.htm new file mode 100644 index 0000000..f9ba0cd --- /dev/null +++ b/template/hy-mobile/group/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +销量 +评论 +价格 +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/group/search.htm b/template/hy-mobile/group/search.htm new file mode 100644 index 0000000..fdde50c --- /dev/null +++ b/template/hy-mobile/group/search.htm @@ -0,0 +1,43 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + +
+
+推荐 +综合 +销量 +评论 +价格 +
+{if $catid || $areaid || $minprice || $maxprice} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +{if $minprice || $maxprice}{if $minprice}{$minprice}{$DT[money_unit]}{else}不限{/if}至{if $maxprice}{$maxprice}{$DT[money_unit]}{else}不限{/if}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/group/show.htm b/template/hy-mobile/group/show.htm new file mode 100644 index 0000000..1662369 --- /dev/null +++ b/template/hy-mobile/group/show.htm @@ -0,0 +1,53 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ +

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$orders}已售
+
+{if $thumb}
{$title}
{/if} +价格:{$DT[money_sign]}{$price}
+原价:{$DT[money_sign]}{$marketprice}
+折扣:{$discount}折
+节省:{$DT[money_sign]}{$savemoney}
+状态:{if $process == 0}正在成团,距离团购人数还差{$left}人{elseif $process == 1}团购已成功,还可以继续购买...{else}团购已结束{/if}
+{if $purchase}
立即购买
{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+
+ {if $username} + + {else} + + {/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/group/these.name.php b/template/hy-mobile/group/these.name.php new file mode 100644 index 0000000..1adf30e --- /dev/null +++ b/template/hy-mobile/group/these.name.php @@ -0,0 +1,9 @@ + '购买', + 'index' => '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/header.htm b/template/hy-mobile/header.htm new file mode 100644 index 0000000..68b111f --- /dev/null +++ b/template/hy-mobile/header.htm @@ -0,0 +1,60 @@ + + + + +{if $sns_app} +{if $seo_title}{$seo_title}{else}{$head_title}{/if} +{else} +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{if $city_sitename}{$city_sitename}{else}{$site_name}{/if}{/if} +{/if} +{if $head_keywords} + +{/if} +{if $head_description} + +{/if} + + + + + + + + + + + + + + + + + + + + + + +{if $DT_MBS == 'app' || $DT_MBS == 'b2b' || $DT_MBS == 'web'} + +{/if} + + + +
+
+
+
+{if $share_icon && $share_icon != 'auto'}{/if} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/brand.htm b/template/hy-mobile/homepage-cdx044/brand.htm new file mode 100644 index 0000000..4fb5096 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/brand.htm @@ -0,0 +1,43 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+
+
+
+{if $itemid} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}留言
+
+{if $thumb}
{$title}
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $homepage}网站:{$homepage}
{/if} +{if $could_message} +
留言加盟
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/buy.htm b/template/hy-mobile/homepage-cdx044/buy.htm new file mode 100644 index 0000000..4dfb60b --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/buy.htm @@ -0,0 +1,49 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+
+
+
+{if $itemid} +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}报价
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $amount}数量:{$amount}
{/if} +{if $price}价格:{$price}
{/if} +{if $pack}包装:{$pack}
{/if} +{if $could_price} +
发送报价
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/contact.htm b/template/hy-mobile/homepage-cdx044/contact.htm new file mode 100644 index 0000000..941c66e --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/contact.htm @@ -0,0 +1,82 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
{if online($COM[userid])==1}在线{else}离线{/if}
+
+
+
+
+
+ +
+
+{if $COM[shop] && $COM[vshop]} +店铺名称:{$COM[shop]}
+{/if} +公司名称:{$COM[company]}
+{if $COM[address]} +公司地址:{$COM[address]}
+{/if} +{if $COM[postcode]} +邮政编码:{$COM[postcode]}
+{/if} +{if $COM[telephone]} +公司电话:{$COM[telephone]}
+{/if} +{if $COM[fax]} +公司传真:{$COM[fax]}
+{/if} +{if $COM[homepage]} +公司网址:{$COM[homepage]}
+{/if} +{if $COM[truename]} +联 系 人:{$COM[truename]} ({if $COM[gender]==1}先生{else}女士{/if})
+{/if} +{if $COM[department]} +部门(职位):{$COM[department]}{if $COM[career]} ({$COM[career]}){/if}
+{/if} +{if $COM[mobile] && $DT[im_mob]} +手机号码:{$COM[mobile]}
+{/if} +{if $COM[gzh]} +微信公众号:{$COM[gzh]}
+{/if} +{if $COM[gzhqr]} +扫码关注:
+
+{/if} +
+{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/credit.htm b/template/hy-mobile/homepage-cdx044/credit.htm new file mode 100644 index 0000000..f729e03 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/credit.htm @@ -0,0 +1,31 @@ +{template 'header', $template} +
+公司名称:{$COM[company]}
+公司类型:{$COM[type]} ({$COM[mode]})
+所在地区:{area_pos($COM[areaid], '/')}
+公司规模:{$COM[size]}
+注册资本:{if $COM[capital]}{$COM[capital]}万{$COM[regunit]}{else}未填写{/if}
+注册年份:{$COM[regyear]}
+资料认证:{if $COM[validated]}企业资料通过{$COM[validator]}认证{/if}
+{if $COM[vcompany]}工商认证:已通过
{/if} +{if $COM[vtruename]}实名认证:已通过
{/if} +{if $COM[vbank]}银行帐号认证:已通过
{/if} +{if $COM[vmobile]}手机认证:已通过
{/if} +{if $COM[vemail]}邮件认证:已通过
{/if} +{if $COM[deposit]} +保  证  金:已缴纳 {$DT[money_sign]}{$COM[deposit]} {$DT[money_unit]}
+{/if} +{if $COM[mode]} +经营模式:{$COM[mode]}
+{/if} +{if $COM[business]} +经营范围:{$COM[business]}
+{/if} +{if $COM[sell]} +销售产品:{$COM[sell]}
+{/if} +{if $COM[buy]} +采购产品:{$COM[buy]} +{/if} +
+{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/footer.htm b/template/hy-mobile/homepage-cdx044/footer.htm new file mode 100644 index 0000000..1ef9b92 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/footer.htm @@ -0,0 +1,56 @@ +
+
+

©2020 {$COM[company]} 版权所有

+

技术支持:{$DT[sitename]}

+
+ + +
+
+ +
+ +{if $share_icon == 'auto'}{/if} +{if $api_stats && $stats} +{php include DT_ROOT.'/api/stats/'.$HOME['stats_type'].'/show.inc.php';} +{/if} +{if $api_kf && $kf} +{php include DT_ROOT.'/api/kf/'.$HOME['kf_type'].'/show.inc.php';} +{/if} + +
+ + + + + + \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/header-scroll.htm b/template/hy-mobile/homepage-cdx044/header-scroll.htm new file mode 100644 index 0000000..08de449 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/header-scroll.htm @@ -0,0 +1,111 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{$COM[company]}{/if} +{if $head_keywords}{/if} +{if $head_description}{/if} + + + + + + + + + + + + + + + + + + + + + + +{if $JS} +{loop $JS $js} + +{/loop} +{/if} + + + +
+
+
+
+{if $share_icon && $share_icon != 'auto'}{/if} +
+
+
{$COM[company]}
+ + + + + + + +
+
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/header.htm b/template/hy-mobile/homepage-cdx044/header.htm new file mode 100644 index 0000000..ea3c8f7 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/header.htm @@ -0,0 +1,112 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{$COM[company]}{/if} +{if $head_keywords}{/if} +{if $head_description}{/if} + + + + + + + + + + + + + + + + + + + + + + + +{if $JS} +{loop $JS $js} + +{/loop} +{/if} + + + +
+
+
+
+{if $share_icon && $share_icon != 'auto'}{/if} +
+
+
{$COM[company]}
+ + + + + + + +
+
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/honor.htm b/template/hy-mobile/homepage-cdx044/honor.htm new file mode 100644 index 0000000..62b4cf9 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/honor.htm @@ -0,0 +1,34 @@ +{template 'header', $template} + +{if $itemid} +
+

{$title}

+
{timetodate($addtime, 3)}{$hits}
+
+{$title}
+发证机构:{$authority}
+发证时间 :{timetodate($fromtime, 3)}
+有效期至 :{if $totime}{timetodate($totime, 3)}{else}永久{/if}
+{$content} +
+{else} +{if $lists} +
+ {loop $lists $v} +
+ +
    +
  • {$v[title]}
  • +
  • {timetodate($v[fromtime], 3)} 至 {if $v[totime]}{timetodate($v[totime], 3)}{else}永久{/if}

  • +
  • {$v[authority]}

  • +
+
+ {/loop} +
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/index.htm b/template/hy-mobile/homepage-cdx044/index.htm new file mode 100644 index 0000000..900d0bf --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/index.htm @@ -0,0 +1,60 @@ +{template 'header', $template} + + + + +
+
+ +
+
+ + + + + +
+ + + + +{loop $HMAIN $HM $MAIN} +{template 'main_'.$main_file[$HM], $template} +{/loop} + +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/info.htm b/template/hy-mobile/homepage-cdx044/info.htm new file mode 100644 index 0000000..b615abf --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/info.htm @@ -0,0 +1,43 @@ +{template 'header', $template} +{if $itemid} +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+{if $islink} +
{$editdate}
+ +{else} +
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}留言
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $could_message} +
留言咨询
+{/if} +{$content} +
+{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/introduce.htm b/template/hy-mobile/homepage-cdx044/introduce.htm new file mode 100644 index 0000000..3b04f73 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/introduce.htm @@ -0,0 +1,65 @@ +{template 'header', $template} +
+
+ +
+
+ + + + + +{if $itemid} + {if $content}
{$content}
{/if} +{else} +
+ {if $video} +
{DC::player($video, 480, 270)}
+ {/if} + {if $thumb}
{/if} + {$content} +
+ {php $itemid = $userid;} +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+ {if $MOD[fee_award]}
打赏 {$awards}
{/if} + {if $could_comment}
评论 {$comments}
{/if} + +
+{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/job.htm b/template/hy-mobile/homepage-cdx044/job.htm new file mode 100644 index 0000000..52af776 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/job.htm @@ -0,0 +1,43 @@ +{template 'header', $template} +{if $itemid} +
+

{$title}

+
{$editdate}{area_pos($areaid, '')}{if $MOD[hits]}{$hits}{/if}{$comments}
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +行业:{$CATEGORY[$parentid][catname]}
+职位:{$CATEGORY[$catid][catname]}
+部门:{$department}
+人数:{if $total}{$total}人{else}若干{/if}
+地区:{area_pos($areaid, '')}
+性质:{$TYPE[$type]}
+性别:{$GENDER[$gender]}
+婚姻:{$MARRIAGE[$marriage]}
+学历:{$EDUCATION[$education]}
+经验:{if $experience}{$experience}年以上{else}不限{/if}
+年龄:{if $minage && $maxage}{$minage}-{$maxage}岁{elseif $minage}{$minage}岁以上{elseif $maxage}{$maxage}岁以内{else}不限年龄{/if}
+待遇:{if $minsalary && $maxsalary}{$minsalary}-{$maxsalary}{$DT[money_unit]}/月{elseif $minsalary}{$minsalary}{$DT[money_unit]}/月以上{elseif $maxsalary}{$maxsalary}{$DT[money_unit]}/月以内{else}面议{/if}
+{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/link.htm b/template/hy-mobile/homepage-cdx044/link.htm new file mode 100644 index 0000000..87790c8 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/link.htm @@ -0,0 +1,16 @@ +{template 'header', $template} +{if $lists} +
+{loop $lists $v} +
+{$v[title]} +

{$v[linkurl]}

+
+{/loop} +
+
+{else} +{template 'chip-empty', 'mobile'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/main_brand.htm b/template/hy-mobile/homepage-cdx044/main_brand.htm new file mode 100644 index 0000000..d771f52 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/main_brand.htm @@ -0,0 +1,20 @@ +
+
+
{$main_name[$HM]}BRAND
+
+
+
+ +
+
+
+ + + diff --git a/template/hy-mobile/homepage-cdx044/main_elite.htm b/template/hy-mobile/homepage-cdx044/main_elite.htm new file mode 100644 index 0000000..8079bc3 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/main_elite.htm @@ -0,0 +1,22 @@ +
+
+
{$main_name[$HM]}RECOMMEND
+
+
+
+ +
+ +
+
+ diff --git a/template/hy-mobile/homepage-cdx044/main_info.htm b/template/hy-mobile/homepage-cdx044/main_info.htm new file mode 100644 index 0000000..4617a42 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/main_info.htm @@ -0,0 +1,18 @@ +
+
+
{$main_name[$HM]}
+
+
+
+ +
+ +
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/main_introduce.htm b/template/hy-mobile/homepage-cdx044/main_introduce.htm new file mode 100644 index 0000000..3b6f9d4 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/main_introduce.htm @@ -0,0 +1,41 @@ + +
+
+
关于我们ABOUT US
+
+
{if $COM[thumb]}{/if} +
{dsubstr(strip_tags($COM[intro]), 300, '…')}
+
+ +
+
+
+
新闻中心NEWS CENTER
+
+ + +
+ + + + + + + diff --git a/template/hy-mobile/homepage-cdx044/main_mall.htm b/template/hy-mobile/homepage-cdx044/main_mall.htm new file mode 100644 index 0000000..855a7d9 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/main_mall.htm @@ -0,0 +1,19 @@ +
+
+
{$main_name[$HM]}HOT SALE
+
+
+
+ +
+ +
+
diff --git a/template/hy-mobile/homepage-cdx044/main_photo.htm b/template/hy-mobile/homepage-cdx044/main_photo.htm new file mode 100644 index 0000000..1778e56 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/main_photo.htm @@ -0,0 +1,19 @@ +
+
+
{$main_name[$HM]}PHOTOS
+
+
+
+ +
+ +
+
diff --git a/template/hy-mobile/homepage-cdx044/main_sell.htm b/template/hy-mobile/homepage-cdx044/main_sell.htm new file mode 100644 index 0000000..e7a3a58 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/main_sell.htm @@ -0,0 +1,22 @@ +
+
+
{$main_name[$HM]} +our products +
+
+
+
+ +
+ +
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/main_video.htm b/template/hy-mobile/homepage-cdx044/main_video.htm new file mode 100644 index 0000000..c08ef8f --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/main_video.htm @@ -0,0 +1,18 @@ +
+
+
{$main_name[$HM]}VIDEO
+
+
+
+ +
+ +
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/mall.htm b/template/hy-mobile/homepage-cdx044/mall.htm new file mode 100644 index 0000000..594b478 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/mall.htm @@ -0,0 +1,242 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+{if $TYPE} + +{/if} +
+
+
+
+
+{if $TYPE} + +{/if} +{if $itemid} + +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+{if $subtitle} +
{$subtitle}
+{/if} +
{if $MOD[hits]}{$hits}{/if}{$comments}{$orders}已售
+
+ + + + + +{if $a2} + + + + +{/if} +{if $promos} + + + + +{/if} +{if $express_name_1 == '包邮'} + + + + +{elseif $fee_start_1>0 || $fee_start_2>0 || $fee_start_3>0} + + + + +{/if} +{if $cod} + + + + +{/if} +{if $RL} + + + + +{/if} +{if $P1} + + + + +{/if} +{if $P2} + + + + +{/if} +{if $P3} + + + + +{/if} +{if $amount>0} +{if $status == 3} + + + + +{else} + + + + +{/if} +{else} + + + + +{/if} +
价格{$DT[money_sign]}{$price}
混批{$a1}-{$a2}{$unit} {$DT[money_sign]}{$p1}{if $a3}; {$a2+1}-{$a3}{$unit} {$DT[money_sign]}{$p2}; {$a3}{$unit}以上 {$DT[money_sign]}{$p3}{else}; {$a2+1}{$unit}以上 {$DT[money_sign]}{$p2}{/if}
优惠 + +{loop $promos $v} +{if $v[cost]} +满{$v[cost]}减{$v[price]} +{else} +{$v[price]}{$DT[money_unit]}优惠 +{/if} +{/loop} + +
运费 +{if $fee_start_1>0} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +满{$fee_start_1}包邮 +{else} +包邮 +{/if} +
运费 +{if $fee_start_1>0} {$express_name_1}:{$fee_start_1}  {/if} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +
到付支持货到付款
{$relate_name} +{loop $RL $v} + +{/loop} +
{$n1} +
    +{loop $P1 $i $v} +
  • {$v}
  • +{/loop} +
+
{$n2} +
    +{loop $P2 $i $v} +
  • {$v}
  • +{/loop} +
+
{$n3} +
    +{loop $P3 $i $v} +
  • {$v}
  • +{/loop} +
+
数量
-+
库存{$amount}{$unit}
该商品已下架
该商品库存不足
+
+
+
    +
  • 商品详情
  • +
  • 评价详情({$comments})
  • +
  • 联系方式
  • +
+
+
{$content}
+ + +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+{if $status == 3 && $amount>0} +
+
+
+ + + + + + + + + + + +
客服商铺购物车{if $_cart}{$_cart}{/if}
+
+
+{/if} + +{load('player.js')} + + + + + + + + + +{else} + +{template 'side_menu_top', $template} + +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/message.htm b/template/hy-mobile/homepage-cdx044/message.htm new file mode 100644 index 0000000..e69de29 diff --git a/template/hy-mobile/homepage-cdx044/news.htm b/template/hy-mobile/homepage-cdx044/news.htm new file mode 100644 index 0000000..0ea68cb --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/news.htm @@ -0,0 +1,36 @@ +{if $itemid} +{template 'header', $template} +
+

{$title}

+
{timetodate($addtime, 3)}{$hits}
+
{$content}
+{else} +{template 'header-scroll', $template} +{template 'side_menu_top', $template} + {if $tags} +
+ {loop $tags $k $t} + {if $t[thumb]} +
+ + +
+ {else} +
+ {$t[title]} + {if $t[introduce]}
{$t[introduce]}
{/if} +

{$t[date]}{$t[hits]}

+
+ {/if} + {/loop} +
+
+ {else} + {template 'empty', 'chip'} + {/if} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/photo.htm b/template/hy-mobile/homepage-cdx044/photo.htm new file mode 100644 index 0000000..4615f45 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/photo.htm @@ -0,0 +1,75 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+
+
+
+{if $itemid} +{if $pass} +
+ {$page}/{$items} +
+ {$P[introduce]} + + {loop $T $i $p} + {$p[introduce]} + {/loop} + +
+{/if} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$items}图片
+{if $pass} +{if $content}
{$content}
{/if} +{else} +
+ 此{$MOD[name]}需要验证,{if $open == 2}请输入访问密码{elseif $open == 1}请回答{$question}{/if} +
+ + +
+
立即验证
+
+
+ +{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/sell.htm b/template/hy-mobile/homepage-cdx044/sell.htm new file mode 100644 index 0000000..201e1ab --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/sell.htm @@ -0,0 +1,45 @@ +{if $itemid} +{template 'header', $template} +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{if $could_purchase}{$orders}已售{else}{$messages}询价{/if}
+
+价格:{if $price&&$unit}{$DT[money_sign]}{$price}/{$unit}{else}未填{/if}
+{if $brand}品牌:{$brand}
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $minamount}起订:{$minamount}{$unit}
{/if} +{if $amount>0}供应:{$amount}{$unit}
{/if} +{if $days}发货:{$days}天内
{/if} +{if $could_purchase} +
立即购买
+{elseif $could_inquiry} +
发送询价
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{template 'header-scroll', $template} +{template 'side_menu_top', $template} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/side_menu_top.htm b/template/hy-mobile/homepage-cdx044/side_menu_top.htm new file mode 100644 index 0000000..14ecaf4 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/side_menu_top.htm @@ -0,0 +1,39 @@ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/these.name.php b/template/hy-mobile/homepage-cdx044/these.name.php new file mode 100644 index 0000000..574b952 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/these.name.php @@ -0,0 +1,22 @@ + '品牌展示', + 'buy' => '采购清单', + 'contact' => '联系方式', + 'credit' => '诚信档案', + 'footer' => '公共页脚', + 'header' => '公共页头', + 'honor' => '荣誉资质', + 'index' => '公司首页', + 'info' => '招商代理', + 'introduce' => '公司介绍', + 'job' => '人才招聘', + 'link' => '友情链接', + 'mall' => '商城', + 'message' => '留言询价', + 'news' => '公司新闻', + 'photo' => '公司相册', + 'sell' => '供应产品', + 'video' => '公司视频', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx044/video.htm b/template/hy-mobile/homepage-cdx044/video.htm new file mode 100644 index 0000000..e526b77 --- /dev/null +++ b/template/hy-mobile/homepage-cdx044/video.htm @@ -0,0 +1,35 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+
+
+
+{if $itemid} +
{$player}
+ +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$comments}
+{if $content}
{$content}
{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/brand.htm b/template/hy-mobile/homepage-cdx064/brand.htm new file mode 100644 index 0000000..4fb5096 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/brand.htm @@ -0,0 +1,43 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+
+
+
+{if $itemid} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}留言
+
+{if $thumb}
{$title}
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $homepage}网站:{$homepage}
{/if} +{if $could_message} +
留言加盟
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/buy.htm b/template/hy-mobile/homepage-cdx064/buy.htm new file mode 100644 index 0000000..4dfb60b --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/buy.htm @@ -0,0 +1,49 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+
+
+
+{if $itemid} +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}报价
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $amount}数量:{$amount}
{/if} +{if $price}价格:{$price}
{/if} +{if $pack}包装:{$pack}
{/if} +{if $could_price} +
发送报价
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/contact.htm b/template/hy-mobile/homepage-cdx064/contact.htm new file mode 100644 index 0000000..941c66e --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/contact.htm @@ -0,0 +1,82 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
{if online($COM[userid])==1}在线{else}离线{/if}
+
+
+
+
+
+ +
+
+{if $COM[shop] && $COM[vshop]} +店铺名称:{$COM[shop]}
+{/if} +公司名称:{$COM[company]}
+{if $COM[address]} +公司地址:{$COM[address]}
+{/if} +{if $COM[postcode]} +邮政编码:{$COM[postcode]}
+{/if} +{if $COM[telephone]} +公司电话:{$COM[telephone]}
+{/if} +{if $COM[fax]} +公司传真:{$COM[fax]}
+{/if} +{if $COM[homepage]} +公司网址:{$COM[homepage]}
+{/if} +{if $COM[truename]} +联 系 人:{$COM[truename]} ({if $COM[gender]==1}先生{else}女士{/if})
+{/if} +{if $COM[department]} +部门(职位):{$COM[department]}{if $COM[career]} ({$COM[career]}){/if}
+{/if} +{if $COM[mobile] && $DT[im_mob]} +手机号码:{$COM[mobile]}
+{/if} +{if $COM[gzh]} +微信公众号:{$COM[gzh]}
+{/if} +{if $COM[gzhqr]} +扫码关注:
+
+{/if} +
+{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/credit.htm b/template/hy-mobile/homepage-cdx064/credit.htm new file mode 100644 index 0000000..f729e03 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/credit.htm @@ -0,0 +1,31 @@ +{template 'header', $template} +
+公司名称:{$COM[company]}
+公司类型:{$COM[type]} ({$COM[mode]})
+所在地区:{area_pos($COM[areaid], '/')}
+公司规模:{$COM[size]}
+注册资本:{if $COM[capital]}{$COM[capital]}万{$COM[regunit]}{else}未填写{/if}
+注册年份:{$COM[regyear]}
+资料认证:{if $COM[validated]}企业资料通过{$COM[validator]}认证{/if}
+{if $COM[vcompany]}工商认证:已通过
{/if} +{if $COM[vtruename]}实名认证:已通过
{/if} +{if $COM[vbank]}银行帐号认证:已通过
{/if} +{if $COM[vmobile]}手机认证:已通过
{/if} +{if $COM[vemail]}邮件认证:已通过
{/if} +{if $COM[deposit]} +保  证  金:已缴纳 {$DT[money_sign]}{$COM[deposit]} {$DT[money_unit]}
+{/if} +{if $COM[mode]} +经营模式:{$COM[mode]}
+{/if} +{if $COM[business]} +经营范围:{$COM[business]}
+{/if} +{if $COM[sell]} +销售产品:{$COM[sell]}
+{/if} +{if $COM[buy]} +采购产品:{$COM[buy]} +{/if} +
+{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/footer.htm b/template/hy-mobile/homepage-cdx064/footer.htm new file mode 100644 index 0000000..1ef9b92 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/footer.htm @@ -0,0 +1,56 @@ +
+
+

©2020 {$COM[company]} 版权所有

+

技术支持:{$DT[sitename]}

+
+ + +
+
+ +
+ +{if $share_icon == 'auto'}{/if} +{if $api_stats && $stats} +{php include DT_ROOT.'/api/stats/'.$HOME['stats_type'].'/show.inc.php';} +{/if} +{if $api_kf && $kf} +{php include DT_ROOT.'/api/kf/'.$HOME['kf_type'].'/show.inc.php';} +{/if} + +
+ + + + + + \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/header-scroll.htm b/template/hy-mobile/homepage-cdx064/header-scroll.htm new file mode 100644 index 0000000..08de449 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/header-scroll.htm @@ -0,0 +1,111 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{$COM[company]}{/if} +{if $head_keywords}{/if} +{if $head_description}{/if} + + + + + + + + + + + + + + + + + + + + + + +{if $JS} +{loop $JS $js} + +{/loop} +{/if} + + + +
+
+
+
+{if $share_icon && $share_icon != 'auto'}{/if} +
+
+
{$COM[company]}
+ + + + + + + +
+
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/header.htm b/template/hy-mobile/homepage-cdx064/header.htm new file mode 100644 index 0000000..ea3c8f7 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/header.htm @@ -0,0 +1,112 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{$COM[company]}{/if} +{if $head_keywords}{/if} +{if $head_description}{/if} + + + + + + + + + + + + + + + + + + + + + + + +{if $JS} +{loop $JS $js} + +{/loop} +{/if} + + + +
+
+
+
+{if $share_icon && $share_icon != 'auto'}{/if} +
+
+
{$COM[company]}
+ + + + + + + +
+
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/honor.htm b/template/hy-mobile/homepage-cdx064/honor.htm new file mode 100644 index 0000000..62b4cf9 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/honor.htm @@ -0,0 +1,34 @@ +{template 'header', $template} + +{if $itemid} +
+

{$title}

+
{timetodate($addtime, 3)}{$hits}
+
+{$title}
+发证机构:{$authority}
+发证时间 :{timetodate($fromtime, 3)}
+有效期至 :{if $totime}{timetodate($totime, 3)}{else}永久{/if}
+{$content} +
+{else} +{if $lists} +
+ {loop $lists $v} +
+ +
    +
  • {$v[title]}
  • +
  • {timetodate($v[fromtime], 3)} 至 {if $v[totime]}{timetodate($v[totime], 3)}{else}永久{/if}

  • +
  • {$v[authority]}

  • +
+
+ {/loop} +
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/index.htm b/template/hy-mobile/homepage-cdx064/index.htm new file mode 100644 index 0000000..900d0bf --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/index.htm @@ -0,0 +1,60 @@ +{template 'header', $template} + + + + +
+
+ +
+
+ + + + + +
+ + + + +{loop $HMAIN $HM $MAIN} +{template 'main_'.$main_file[$HM], $template} +{/loop} + +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/info.htm b/template/hy-mobile/homepage-cdx064/info.htm new file mode 100644 index 0000000..b615abf --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/info.htm @@ -0,0 +1,43 @@ +{template 'header', $template} +{if $itemid} +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+{if $islink} +
{$editdate}
+ +{else} +
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}留言
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $could_message} +
留言咨询
+{/if} +{$content} +
+{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/introduce.htm b/template/hy-mobile/homepage-cdx064/introduce.htm new file mode 100644 index 0000000..3b04f73 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/introduce.htm @@ -0,0 +1,65 @@ +{template 'header', $template} +
+
+ +
+
+ + + + + +{if $itemid} + {if $content}
{$content}
{/if} +{else} +
+ {if $video} +
{DC::player($video, 480, 270)}
+ {/if} + {if $thumb}
{/if} + {$content} +
+ {php $itemid = $userid;} +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+ {if $MOD[fee_award]}
打赏 {$awards}
{/if} + {if $could_comment}
评论 {$comments}
{/if} + +
+{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/job.htm b/template/hy-mobile/homepage-cdx064/job.htm new file mode 100644 index 0000000..52af776 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/job.htm @@ -0,0 +1,43 @@ +{template 'header', $template} +{if $itemid} +
+

{$title}

+
{$editdate}{area_pos($areaid, '')}{if $MOD[hits]}{$hits}{/if}{$comments}
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +行业:{$CATEGORY[$parentid][catname]}
+职位:{$CATEGORY[$catid][catname]}
+部门:{$department}
+人数:{if $total}{$total}人{else}若干{/if}
+地区:{area_pos($areaid, '')}
+性质:{$TYPE[$type]}
+性别:{$GENDER[$gender]}
+婚姻:{$MARRIAGE[$marriage]}
+学历:{$EDUCATION[$education]}
+经验:{if $experience}{$experience}年以上{else}不限{/if}
+年龄:{if $minage && $maxage}{$minage}-{$maxage}岁{elseif $minage}{$minage}岁以上{elseif $maxage}{$maxage}岁以内{else}不限年龄{/if}
+待遇:{if $minsalary && $maxsalary}{$minsalary}-{$maxsalary}{$DT[money_unit]}/月{elseif $minsalary}{$minsalary}{$DT[money_unit]}/月以上{elseif $maxsalary}{$maxsalary}{$DT[money_unit]}/月以内{else}面议{/if}
+{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/link.htm b/template/hy-mobile/homepage-cdx064/link.htm new file mode 100644 index 0000000..87790c8 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/link.htm @@ -0,0 +1,16 @@ +{template 'header', $template} +{if $lists} +
+{loop $lists $v} +
+{$v[title]} +

{$v[linkurl]}

+
+{/loop} +
+
+{else} +{template 'chip-empty', 'mobile'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/main_brand.htm b/template/hy-mobile/homepage-cdx064/main_brand.htm new file mode 100644 index 0000000..d771f52 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/main_brand.htm @@ -0,0 +1,20 @@ +
+
+
{$main_name[$HM]}BRAND
+
+
+
+ +
+
+
+ + + diff --git a/template/hy-mobile/homepage-cdx064/main_elite.htm b/template/hy-mobile/homepage-cdx064/main_elite.htm new file mode 100644 index 0000000..8079bc3 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/main_elite.htm @@ -0,0 +1,22 @@ +
+
+
{$main_name[$HM]}RECOMMEND
+
+
+
+ +
+ +
+
+ diff --git a/template/hy-mobile/homepage-cdx064/main_info.htm b/template/hy-mobile/homepage-cdx064/main_info.htm new file mode 100644 index 0000000..4617a42 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/main_info.htm @@ -0,0 +1,18 @@ +
+
+
{$main_name[$HM]}
+
+
+
+ +
+ +
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/main_introduce.htm b/template/hy-mobile/homepage-cdx064/main_introduce.htm new file mode 100644 index 0000000..3b6f9d4 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/main_introduce.htm @@ -0,0 +1,41 @@ + +
+
+
关于我们ABOUT US
+
+
{if $COM[thumb]}{/if} +
{dsubstr(strip_tags($COM[intro]), 300, '…')}
+
+ +
+
+
+
新闻中心NEWS CENTER
+
+ + +
+ + + + + + + diff --git a/template/hy-mobile/homepage-cdx064/main_mall.htm b/template/hy-mobile/homepage-cdx064/main_mall.htm new file mode 100644 index 0000000..855a7d9 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/main_mall.htm @@ -0,0 +1,19 @@ +
+
+
{$main_name[$HM]}HOT SALE
+
+
+
+ +
+ +
+
diff --git a/template/hy-mobile/homepage-cdx064/main_photo.htm b/template/hy-mobile/homepage-cdx064/main_photo.htm new file mode 100644 index 0000000..1778e56 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/main_photo.htm @@ -0,0 +1,19 @@ +
+
+
{$main_name[$HM]}PHOTOS
+
+
+
+ +
+ +
+
diff --git a/template/hy-mobile/homepage-cdx064/main_sell.htm b/template/hy-mobile/homepage-cdx064/main_sell.htm new file mode 100644 index 0000000..e7a3a58 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/main_sell.htm @@ -0,0 +1,22 @@ +
+
+
{$main_name[$HM]} +our products +
+
+
+
+ +
+ +
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/main_video.htm b/template/hy-mobile/homepage-cdx064/main_video.htm new file mode 100644 index 0000000..c08ef8f --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/main_video.htm @@ -0,0 +1,18 @@ +
+
+
{$main_name[$HM]}VIDEO
+
+
+
+ +
+ +
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/mall.htm b/template/hy-mobile/homepage-cdx064/mall.htm new file mode 100644 index 0000000..594b478 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/mall.htm @@ -0,0 +1,242 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+{if $TYPE} + +{/if} +
+
+
+
+
+{if $TYPE} + +{/if} +{if $itemid} + +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+{if $subtitle} +
{$subtitle}
+{/if} +
{if $MOD[hits]}{$hits}{/if}{$comments}{$orders}已售
+
+ + + + + +{if $a2} + + + + +{/if} +{if $promos} + + + + +{/if} +{if $express_name_1 == '包邮'} + + + + +{elseif $fee_start_1>0 || $fee_start_2>0 || $fee_start_3>0} + + + + +{/if} +{if $cod} + + + + +{/if} +{if $RL} + + + + +{/if} +{if $P1} + + + + +{/if} +{if $P2} + + + + +{/if} +{if $P3} + + + + +{/if} +{if $amount>0} +{if $status == 3} + + + + +{else} + + + + +{/if} +{else} + + + + +{/if} +
价格{$DT[money_sign]}{$price}
混批{$a1}-{$a2}{$unit} {$DT[money_sign]}{$p1}{if $a3}; {$a2+1}-{$a3}{$unit} {$DT[money_sign]}{$p2}; {$a3}{$unit}以上 {$DT[money_sign]}{$p3}{else}; {$a2+1}{$unit}以上 {$DT[money_sign]}{$p2}{/if}
优惠 + +{loop $promos $v} +{if $v[cost]} +满{$v[cost]}减{$v[price]} +{else} +{$v[price]}{$DT[money_unit]}优惠 +{/if} +{/loop} + +
运费 +{if $fee_start_1>0} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +满{$fee_start_1}包邮 +{else} +包邮 +{/if} +
运费 +{if $fee_start_1>0} {$express_name_1}:{$fee_start_1}  {/if} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +
到付支持货到付款
{$relate_name} +{loop $RL $v} + +{/loop} +
{$n1} +
    +{loop $P1 $i $v} +
  • {$v}
  • +{/loop} +
+
{$n2} +
    +{loop $P2 $i $v} +
  • {$v}
  • +{/loop} +
+
{$n3} +
    +{loop $P3 $i $v} +
  • {$v}
  • +{/loop} +
+
数量
-+
库存{$amount}{$unit}
该商品已下架
该商品库存不足
+
+
+
    +
  • 商品详情
  • +
  • 评价详情({$comments})
  • +
  • 联系方式
  • +
+
+
{$content}
+ + +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+{if $status == 3 && $amount>0} +
+
+
+ + + + + + + + + + + +
客服商铺购物车{if $_cart}{$_cart}{/if}
+
+
+{/if} + +{load('player.js')} + + + + + + + + + +{else} + +{template 'side_menu_top', $template} + +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/message.htm b/template/hy-mobile/homepage-cdx064/message.htm new file mode 100644 index 0000000..e69de29 diff --git a/template/hy-mobile/homepage-cdx064/news.htm b/template/hy-mobile/homepage-cdx064/news.htm new file mode 100644 index 0000000..0ea68cb --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/news.htm @@ -0,0 +1,36 @@ +{if $itemid} +{template 'header', $template} +
+

{$title}

+
{timetodate($addtime, 3)}{$hits}
+
{$content}
+{else} +{template 'header-scroll', $template} +{template 'side_menu_top', $template} + {if $tags} +
+ {loop $tags $k $t} + {if $t[thumb]} +
+ + +
+ {else} +
+ {$t[title]} + {if $t[introduce]}
{$t[introduce]}
{/if} +

{$t[date]}{$t[hits]}

+
+ {/if} + {/loop} +
+
+ {else} + {template 'empty', 'chip'} + {/if} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/photo.htm b/template/hy-mobile/homepage-cdx064/photo.htm new file mode 100644 index 0000000..4615f45 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/photo.htm @@ -0,0 +1,75 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+
+
+
+{if $itemid} +{if $pass} +
+ {$page}/{$items} +
+ {$P[introduce]} + + {loop $T $i $p} + {$p[introduce]} + {/loop} + +
+{/if} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$items}图片
+{if $pass} +{if $content}
{$content}
{/if} +{else} +
+ 此{$MOD[name]}需要验证,{if $open == 2}请输入访问密码{elseif $open == 1}请回答{$question}{/if} +
+ + +
+
立即验证
+
+
+ +{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/sell.htm b/template/hy-mobile/homepage-cdx064/sell.htm new file mode 100644 index 0000000..201e1ab --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/sell.htm @@ -0,0 +1,45 @@ +{if $itemid} +{template 'header', $template} +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{if $could_purchase}{$orders}已售{else}{$messages}询价{/if}
+
+价格:{if $price&&$unit}{$DT[money_sign]}{$price}/{$unit}{else}未填{/if}
+{if $brand}品牌:{$brand}
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $minamount}起订:{$minamount}{$unit}
{/if} +{if $amount>0}供应:{$amount}{$unit}
{/if} +{if $days}发货:{$days}天内
{/if} +{if $could_purchase} +
立即购买
+{elseif $could_inquiry} +
发送询价
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{template 'header-scroll', $template} +{template 'side_menu_top', $template} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/side_menu_top.htm b/template/hy-mobile/homepage-cdx064/side_menu_top.htm new file mode 100644 index 0000000..14ecaf4 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/side_menu_top.htm @@ -0,0 +1,39 @@ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/these.name.php b/template/hy-mobile/homepage-cdx064/these.name.php new file mode 100644 index 0000000..574b952 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/these.name.php @@ -0,0 +1,22 @@ + '品牌展示', + 'buy' => '采购清单', + 'contact' => '联系方式', + 'credit' => '诚信档案', + 'footer' => '公共页脚', + 'header' => '公共页头', + 'honor' => '荣誉资质', + 'index' => '公司首页', + 'info' => '招商代理', + 'introduce' => '公司介绍', + 'job' => '人才招聘', + 'link' => '友情链接', + 'mall' => '商城', + 'message' => '留言询价', + 'news' => '公司新闻', + 'photo' => '公司相册', + 'sell' => '供应产品', + 'video' => '公司视频', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx064/video.htm b/template/hy-mobile/homepage-cdx064/video.htm new file mode 100644 index 0000000..e526b77 --- /dev/null +++ b/template/hy-mobile/homepage-cdx064/video.htm @@ -0,0 +1,35 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+
+
+
+{if $itemid} +
{$player}
+ +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$comments}
+{if $content}
{$content}
{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/brand.htm b/template/hy-mobile/homepage-cdx072/brand.htm new file mode 100644 index 0000000..4fb5096 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/brand.htm @@ -0,0 +1,43 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+
+
+
+{if $itemid} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}留言
+
+{if $thumb}
{$title}
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $homepage}网站:{$homepage}
{/if} +{if $could_message} +
留言加盟
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/buy.htm b/template/hy-mobile/homepage-cdx072/buy.htm new file mode 100644 index 0000000..4dfb60b --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/buy.htm @@ -0,0 +1,49 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+
+
+
+{if $itemid} +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}报价
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $amount}数量:{$amount}
{/if} +{if $price}价格:{$price}
{/if} +{if $pack}包装:{$pack}
{/if} +{if $could_price} +
发送报价
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/contact.htm b/template/hy-mobile/homepage-cdx072/contact.htm new file mode 100644 index 0000000..941c66e --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/contact.htm @@ -0,0 +1,82 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
{if online($COM[userid])==1}在线{else}离线{/if}
+
+
+
+
+
+ +
+
+{if $COM[shop] && $COM[vshop]} +店铺名称:{$COM[shop]}
+{/if} +公司名称:{$COM[company]}
+{if $COM[address]} +公司地址:{$COM[address]}
+{/if} +{if $COM[postcode]} +邮政编码:{$COM[postcode]}
+{/if} +{if $COM[telephone]} +公司电话:{$COM[telephone]}
+{/if} +{if $COM[fax]} +公司传真:{$COM[fax]}
+{/if} +{if $COM[homepage]} +公司网址:{$COM[homepage]}
+{/if} +{if $COM[truename]} +联 系 人:{$COM[truename]} ({if $COM[gender]==1}先生{else}女士{/if})
+{/if} +{if $COM[department]} +部门(职位):{$COM[department]}{if $COM[career]} ({$COM[career]}){/if}
+{/if} +{if $COM[mobile] && $DT[im_mob]} +手机号码:{$COM[mobile]}
+{/if} +{if $COM[gzh]} +微信公众号:{$COM[gzh]}
+{/if} +{if $COM[gzhqr]} +扫码关注:
+
+{/if} +
+{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/credit.htm b/template/hy-mobile/homepage-cdx072/credit.htm new file mode 100644 index 0000000..f729e03 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/credit.htm @@ -0,0 +1,31 @@ +{template 'header', $template} +
+公司名称:{$COM[company]}
+公司类型:{$COM[type]} ({$COM[mode]})
+所在地区:{area_pos($COM[areaid], '/')}
+公司规模:{$COM[size]}
+注册资本:{if $COM[capital]}{$COM[capital]}万{$COM[regunit]}{else}未填写{/if}
+注册年份:{$COM[regyear]}
+资料认证:{if $COM[validated]}企业资料通过{$COM[validator]}认证{/if}
+{if $COM[vcompany]}工商认证:已通过
{/if} +{if $COM[vtruename]}实名认证:已通过
{/if} +{if $COM[vbank]}银行帐号认证:已通过
{/if} +{if $COM[vmobile]}手机认证:已通过
{/if} +{if $COM[vemail]}邮件认证:已通过
{/if} +{if $COM[deposit]} +保  证  金:已缴纳 {$DT[money_sign]}{$COM[deposit]} {$DT[money_unit]}
+{/if} +{if $COM[mode]} +经营模式:{$COM[mode]}
+{/if} +{if $COM[business]} +经营范围:{$COM[business]}
+{/if} +{if $COM[sell]} +销售产品:{$COM[sell]}
+{/if} +{if $COM[buy]} +采购产品:{$COM[buy]} +{/if} +
+{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/footer.htm b/template/hy-mobile/homepage-cdx072/footer.htm new file mode 100644 index 0000000..1ef9b92 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/footer.htm @@ -0,0 +1,56 @@ +
+
+

©2020 {$COM[company]} 版权所有

+

技术支持:{$DT[sitename]}

+
+ + +
+
+ +
+ +{if $share_icon == 'auto'}{/if} +{if $api_stats && $stats} +{php include DT_ROOT.'/api/stats/'.$HOME['stats_type'].'/show.inc.php';} +{/if} +{if $api_kf && $kf} +{php include DT_ROOT.'/api/kf/'.$HOME['kf_type'].'/show.inc.php';} +{/if} + +
+ + + + + + \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/header-scroll.htm b/template/hy-mobile/homepage-cdx072/header-scroll.htm new file mode 100644 index 0000000..08de449 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/header-scroll.htm @@ -0,0 +1,111 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{$COM[company]}{/if} +{if $head_keywords}{/if} +{if $head_description}{/if} + + + + + + + + + + + + + + + + + + + + + + +{if $JS} +{loop $JS $js} + +{/loop} +{/if} + + + +
+
+
+
+{if $share_icon && $share_icon != 'auto'}{/if} +
+
+
{$COM[company]}
+ + + + + + + +
+
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/header.htm b/template/hy-mobile/homepage-cdx072/header.htm new file mode 100644 index 0000000..ea3c8f7 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/header.htm @@ -0,0 +1,112 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{$COM[company]}{/if} +{if $head_keywords}{/if} +{if $head_description}{/if} + + + + + + + + + + + + + + + + + + + + + + + +{if $JS} +{loop $JS $js} + +{/loop} +{/if} + + + +
+
+
+
+{if $share_icon && $share_icon != 'auto'}{/if} +
+
+
{$COM[company]}
+ + + + + + + +
+
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/honor.htm b/template/hy-mobile/homepage-cdx072/honor.htm new file mode 100644 index 0000000..62b4cf9 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/honor.htm @@ -0,0 +1,34 @@ +{template 'header', $template} + +{if $itemid} +
+

{$title}

+
{timetodate($addtime, 3)}{$hits}
+
+{$title}
+发证机构:{$authority}
+发证时间 :{timetodate($fromtime, 3)}
+有效期至 :{if $totime}{timetodate($totime, 3)}{else}永久{/if}
+{$content} +
+{else} +{if $lists} +
+ {loop $lists $v} +
+ +
    +
  • {$v[title]}
  • +
  • {timetodate($v[fromtime], 3)} 至 {if $v[totime]}{timetodate($v[totime], 3)}{else}永久{/if}

  • +
  • {$v[authority]}

  • +
+
+ {/loop} +
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/index.htm b/template/hy-mobile/homepage-cdx072/index.htm new file mode 100644 index 0000000..1bfeb2a --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/index.htm @@ -0,0 +1,28 @@ +{template 'header', $template} + + + +
+
+ +
+
+ +
+ +{loop $HMAIN $HM $MAIN} +{template 'main_'.$main_file[$HM], $template} +{/loop} + +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/info.htm b/template/hy-mobile/homepage-cdx072/info.htm new file mode 100644 index 0000000..b615abf --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/info.htm @@ -0,0 +1,43 @@ +{template 'header', $template} +{if $itemid} +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+{if $islink} +
{$editdate}
+ +{else} +
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}留言
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $could_message} +
留言咨询
+{/if} +{$content} +
+{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/introduce.htm b/template/hy-mobile/homepage-cdx072/introduce.htm new file mode 100644 index 0000000..3b04f73 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/introduce.htm @@ -0,0 +1,65 @@ +{template 'header', $template} +
+
+ +
+
+ + + + + +{if $itemid} + {if $content}
{$content}
{/if} +{else} +
+ {if $video} +
{DC::player($video, 480, 270)}
+ {/if} + {if $thumb}
{/if} + {$content} +
+ {php $itemid = $userid;} +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+ {if $MOD[fee_award]}
打赏 {$awards}
{/if} + {if $could_comment}
评论 {$comments}
{/if} + +
+{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/job.htm b/template/hy-mobile/homepage-cdx072/job.htm new file mode 100644 index 0000000..52af776 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/job.htm @@ -0,0 +1,43 @@ +{template 'header', $template} +{if $itemid} +
+

{$title}

+
{$editdate}{area_pos($areaid, '')}{if $MOD[hits]}{$hits}{/if}{$comments}
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +行业:{$CATEGORY[$parentid][catname]}
+职位:{$CATEGORY[$catid][catname]}
+部门:{$department}
+人数:{if $total}{$total}人{else}若干{/if}
+地区:{area_pos($areaid, '')}
+性质:{$TYPE[$type]}
+性别:{$GENDER[$gender]}
+婚姻:{$MARRIAGE[$marriage]}
+学历:{$EDUCATION[$education]}
+经验:{if $experience}{$experience}年以上{else}不限{/if}
+年龄:{if $minage && $maxage}{$minage}-{$maxage}岁{elseif $minage}{$minage}岁以上{elseif $maxage}{$maxage}岁以内{else}不限年龄{/if}
+待遇:{if $minsalary && $maxsalary}{$minsalary}-{$maxsalary}{$DT[money_unit]}/月{elseif $minsalary}{$minsalary}{$DT[money_unit]}/月以上{elseif $maxsalary}{$maxsalary}{$DT[money_unit]}/月以内{else}面议{/if}
+{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/link.htm b/template/hy-mobile/homepage-cdx072/link.htm new file mode 100644 index 0000000..87790c8 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/link.htm @@ -0,0 +1,16 @@ +{template 'header', $template} +{if $lists} +
+{loop $lists $v} +
+{$v[title]} +

{$v[linkurl]}

+
+{/loop} +
+
+{else} +{template 'chip-empty', 'mobile'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/main_brand.htm b/template/hy-mobile/homepage-cdx072/main_brand.htm new file mode 100644 index 0000000..d771f52 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/main_brand.htm @@ -0,0 +1,20 @@ +
+
+
{$main_name[$HM]}BRAND
+
+
+
+ +
+
+
+ + + diff --git a/template/hy-mobile/homepage-cdx072/main_elite.htm b/template/hy-mobile/homepage-cdx072/main_elite.htm new file mode 100644 index 0000000..8079bc3 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/main_elite.htm @@ -0,0 +1,22 @@ +
+
+
{$main_name[$HM]}RECOMMEND
+
+
+
+ +
+ +
+
+ diff --git a/template/hy-mobile/homepage-cdx072/main_info.htm b/template/hy-mobile/homepage-cdx072/main_info.htm new file mode 100644 index 0000000..4617a42 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/main_info.htm @@ -0,0 +1,18 @@ +
+
+
{$main_name[$HM]}
+
+
+
+ +
+ +
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/main_introduce.htm b/template/hy-mobile/homepage-cdx072/main_introduce.htm new file mode 100644 index 0000000..3b6f9d4 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/main_introduce.htm @@ -0,0 +1,41 @@ + +
+
+
关于我们ABOUT US
+
+
{if $COM[thumb]}{/if} +
{dsubstr(strip_tags($COM[intro]), 300, '…')}
+
+ +
+
+
+
新闻中心NEWS CENTER
+
+ + +
+ + + + + + + diff --git a/template/hy-mobile/homepage-cdx072/main_mall.htm b/template/hy-mobile/homepage-cdx072/main_mall.htm new file mode 100644 index 0000000..855a7d9 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/main_mall.htm @@ -0,0 +1,19 @@ +
+
+
{$main_name[$HM]}HOT SALE
+
+
+
+ +
+ +
+
diff --git a/template/hy-mobile/homepage-cdx072/main_photo.htm b/template/hy-mobile/homepage-cdx072/main_photo.htm new file mode 100644 index 0000000..1778e56 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/main_photo.htm @@ -0,0 +1,19 @@ +
+
+
{$main_name[$HM]}PHOTOS
+
+
+
+ +
+ +
+
diff --git a/template/hy-mobile/homepage-cdx072/main_sell.htm b/template/hy-mobile/homepage-cdx072/main_sell.htm new file mode 100644 index 0000000..e7a3a58 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/main_sell.htm @@ -0,0 +1,22 @@ +
+
+
{$main_name[$HM]} +our products +
+
+
+
+ +
+ +
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/main_video.htm b/template/hy-mobile/homepage-cdx072/main_video.htm new file mode 100644 index 0000000..c08ef8f --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/main_video.htm @@ -0,0 +1,18 @@ +
+
+
{$main_name[$HM]}VIDEO
+
+
+
+ +
+ +
+
\ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/mall.htm b/template/hy-mobile/homepage-cdx072/mall.htm new file mode 100644 index 0000000..594b478 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/mall.htm @@ -0,0 +1,242 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+{if $TYPE} + +{/if} +
+
+
+
+
+{if $TYPE} + +{/if} +{if $itemid} + +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+{if $subtitle} +
{$subtitle}
+{/if} +
{if $MOD[hits]}{$hits}{/if}{$comments}{$orders}已售
+
+ + + + + +{if $a2} + + + + +{/if} +{if $promos} + + + + +{/if} +{if $express_name_1 == '包邮'} + + + + +{elseif $fee_start_1>0 || $fee_start_2>0 || $fee_start_3>0} + + + + +{/if} +{if $cod} + + + + +{/if} +{if $RL} + + + + +{/if} +{if $P1} + + + + +{/if} +{if $P2} + + + + +{/if} +{if $P3} + + + + +{/if} +{if $amount>0} +{if $status == 3} + + + + +{else} + + + + +{/if} +{else} + + + + +{/if} +
价格{$DT[money_sign]}{$price}
混批{$a1}-{$a2}{$unit} {$DT[money_sign]}{$p1}{if $a3}; {$a2+1}-{$a3}{$unit} {$DT[money_sign]}{$p2}; {$a3}{$unit}以上 {$DT[money_sign]}{$p3}{else}; {$a2+1}{$unit}以上 {$DT[money_sign]}{$p2}{/if}
优惠 + +{loop $promos $v} +{if $v[cost]} +满{$v[cost]}减{$v[price]} +{else} +{$v[price]}{$DT[money_unit]}优惠 +{/if} +{/loop} + +
运费 +{if $fee_start_1>0} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +满{$fee_start_1}包邮 +{else} +包邮 +{/if} +
运费 +{if $fee_start_1>0} {$express_name_1}:{$fee_start_1}  {/if} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +
到付支持货到付款
{$relate_name} +{loop $RL $v} + +{/loop} +
{$n1} +
    +{loop $P1 $i $v} +
  • {$v}
  • +{/loop} +
+
{$n2} +
    +{loop $P2 $i $v} +
  • {$v}
  • +{/loop} +
+
{$n3} +
    +{loop $P3 $i $v} +
  • {$v}
  • +{/loop} +
+
数量
-+
库存{$amount}{$unit}
该商品已下架
该商品库存不足
+
+
+
    +
  • 商品详情
  • +
  • 评价详情({$comments})
  • +
  • 联系方式
  • +
+
+
{$content}
+ + +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+{if $status == 3 && $amount>0} +
+
+
+ + + + + + + + + + + +
客服商铺购物车{if $_cart}{$_cart}{/if}
+
+
+{/if} + +{load('player.js')} + + + + + + + + + +{else} + +{template 'side_menu_top', $template} + +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/message.htm b/template/hy-mobile/homepage-cdx072/message.htm new file mode 100644 index 0000000..e69de29 diff --git a/template/hy-mobile/homepage-cdx072/news.htm b/template/hy-mobile/homepage-cdx072/news.htm new file mode 100644 index 0000000..0ea68cb --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/news.htm @@ -0,0 +1,36 @@ +{if $itemid} +{template 'header', $template} +
+

{$title}

+
{timetodate($addtime, 3)}{$hits}
+
{$content}
+{else} +{template 'header-scroll', $template} +{template 'side_menu_top', $template} + {if $tags} +
+ {loop $tags $k $t} + {if $t[thumb]} +
+ + +
+ {else} +
+ {$t[title]} + {if $t[introduce]}
{$t[introduce]}
{/if} +

{$t[date]}{$t[hits]}

+
+ {/if} + {/loop} +
+
+ {else} + {template 'empty', 'chip'} + {/if} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/photo.htm b/template/hy-mobile/homepage-cdx072/photo.htm new file mode 100644 index 0000000..4615f45 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/photo.htm @@ -0,0 +1,75 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+
+
+
+{if $itemid} +{if $pass} +
+ {$page}/{$items} +
+ {$P[introduce]} + + {loop $T $i $p} + {$p[introduce]} + {/loop} + +
+{/if} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$items}图片
+{if $pass} +{if $content}
{$content}
{/if} +{else} +
+ 此{$MOD[name]}需要验证,{if $open == 2}请输入访问密码{elseif $open == 1}请回答{$question}{/if} +
+ + +
+
立即验证
+
+
+ +{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/sell.htm b/template/hy-mobile/homepage-cdx072/sell.htm new file mode 100644 index 0000000..201e1ab --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/sell.htm @@ -0,0 +1,45 @@ +{if $itemid} +{template 'header', $template} +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{if $could_purchase}{$orders}已售{else}{$messages}询价{/if}
+
+价格:{if $price&&$unit}{$DT[money_sign]}{$price}/{$unit}{else}未填{/if}
+{if $brand}品牌:{$brand}
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $minamount}起订:{$minamount}{$unit}
{/if} +{if $amount>0}供应:{$amount}{$unit}
{/if} +{if $days}发货:{$days}天内
{/if} +{if $could_purchase} +
立即购买
+{elseif $could_inquiry} +
发送询价
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{template 'header-scroll', $template} +{template 'side_menu_top', $template} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/side_menu_top.htm b/template/hy-mobile/homepage-cdx072/side_menu_top.htm new file mode 100644 index 0000000..7c55beb --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/side_menu_top.htm @@ -0,0 +1,39 @@ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/these.name.php b/template/hy-mobile/homepage-cdx072/these.name.php new file mode 100644 index 0000000..574b952 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/these.name.php @@ -0,0 +1,22 @@ + '品牌展示', + 'buy' => '采购清单', + 'contact' => '联系方式', + 'credit' => '诚信档案', + 'footer' => '公共页脚', + 'header' => '公共页头', + 'honor' => '荣誉资质', + 'index' => '公司首页', + 'info' => '招商代理', + 'introduce' => '公司介绍', + 'job' => '人才招聘', + 'link' => '友情链接', + 'mall' => '商城', + 'message' => '留言询价', + 'news' => '公司新闻', + 'photo' => '公司相册', + 'sell' => '供应产品', + 'video' => '公司视频', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/homepage-cdx072/video.htm b/template/hy-mobile/homepage-cdx072/video.htm new file mode 100644 index 0000000..e526b77 --- /dev/null +++ b/template/hy-mobile/homepage-cdx072/video.htm @@ -0,0 +1,35 @@ +{template 'header', $template} +
+
+
+
{$head_name}
+
+
+
+
+{if $itemid} +
{$player}
+ +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$comments}
+{if $content}
{$content}
{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/brand.htm b/template/hy-mobile/homepage/brand.htm new file mode 100644 index 0000000..cb20a6b --- /dev/null +++ b/template/hy-mobile/homepage/brand.htm @@ -0,0 +1,60 @@ +{template 'header', $template} +
+
+
+
+ + + + + +
+
+
+
+
+
+
+{if !$itemid} +
+推荐 +综合 +留言 +浏览 +评论 +
+{/if} +{if $itemid} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}留言
+
+{if $thumb}
{$title}
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $homepage}网站:{$homepage}
{/if} +{if $could_message} +
留言加盟
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/buy.htm b/template/hy-mobile/homepage/buy.htm new file mode 100644 index 0000000..2b97f04 --- /dev/null +++ b/template/hy-mobile/homepage/buy.htm @@ -0,0 +1,66 @@ +{template 'header', $template} +
+
+
+
+ + + + + +
+
+
+
+
+
+
+{if !$itemid} +
+推荐 +综合 +报价 +人气 +评论 +
+{/if} +{if $itemid} +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}报价
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $amount}数量:{$amount}
{/if} +{if $price}价格:{$price}
{/if} +{if $pack}包装:{$pack}
{/if} +{if $could_price} +
发送报价
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/contact.htm b/template/hy-mobile/homepage/contact.htm new file mode 100644 index 0000000..880db94 --- /dev/null +++ b/template/hy-mobile/homepage/contact.htm @@ -0,0 +1,82 @@ +{template 'header', $template} +
+
+
+
{if $head_name}{$head_name}{else}联系方式{/if}
+
{if online($COM[userid])==1}在线{else}离线{/if}
+
+
+
+
+
+ +
+
+{if $COM[shop] && $COM[vshop]} +店铺名称:{$COM[shop]}
+{/if} +公司名称:{$COM[company]}
+{if $COM[address]} +公司地址:{$COM[address]}
+{/if} +{if $COM[postcode]} +邮政编码:{$COM[postcode]}
+{/if} +{if $COM[telephone]} +公司电话:{$COM[telephone]}
+{/if} +{if $COM[fax]} +公司传真:{$COM[fax]}
+{/if} +{if $COM[homepage]} +公司网址:{$COM[homepage]}
+{/if} +{if $COM[truename]} +联 系 人:{$COM[truename]} ({if $COM[gender]==1}先生{else}女士{/if})
+{/if} +{if $COM[department]} +部门(职位):{$COM[department]}{if $COM[career]} ({$COM[career]}){/if}
+{/if} +{if $COM[mobile] && $DT[im_mob]} +手机号码:{$COM[mobile]}
+{/if} +{if $COM[gzh]} +微信公众号:{$COM[gzh]}
+{/if} +{if $COM[gzhqr]} +扫码关注:
+
+{/if} +
+{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/credit.htm b/template/hy-mobile/homepage/credit.htm new file mode 100644 index 0000000..b653ce6 --- /dev/null +++ b/template/hy-mobile/homepage/credit.htm @@ -0,0 +1,52 @@ +{template 'header', $template} +
+
+
+
{if $head_name}{$head_name}{else}诚信档案{/if}
+
+
+
+
+
+ +
+公司名称:{$COM[company]}
+公司类型:{$COM[type]} ({$COM[mode]})
+所在地区:{area_pos($COM[areaid], '/')}
+公司规模:{$COM[size]}
+注册资本:{if $COM[capital]}{$COM[capital]}万{$COM[regunit]}{else}未填写{/if}
+注册年份:{$COM[regyear]}
+资料认证:{if $COM[validated]}企业资料通过{$COM[validator]}认证{/if}
+{if $COM[vcompany]}工商认证:已通过
{/if} +{if $COM[vtruename]}实名认证:已通过
{/if} +{if $COM[vbank]}银行帐号认证:已通过
{/if} +{if $COM[vmobile]}手机认证:已通过
{/if} +{if $COM[vemail]}邮件认证:已通过
{/if} +{if $COM[deposit]} +保  证  金:已缴纳 {$DT[money_sign]}{$COM[deposit]} {$DT[money_unit]}
+{/if} +{if $COM[mode]} +经营模式:{$COM[mode]}
+{/if} +{if $COM[business]} +经营范围:{$COM[business]}
+{/if} +{if $COM[sell]} +销售产品:{$COM[sell]}
+{/if} +{if $COM[buy]} +采购产品:{$COM[buy]} +{/if} +
+{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/exhibit.htm b/template/hy-mobile/homepage/exhibit.htm new file mode 100644 index 0000000..604ff3c --- /dev/null +++ b/template/hy-mobile/homepage/exhibit.htm @@ -0,0 +1,76 @@ +{template 'header', $template} +
+
+
+
+ + + + + +
+
+
+
+
+
+
+{if !$itemid} +
+推荐 +综合 +人气 +评论 +报名 +
+{/if} +{if $itemid} +

{$title}

+
{$fromdate}~{$todate}{if $MOD[hits]}{$hits}{/if}{$city}
+
+日期:{$fromdate}~{$todate}
+城市:{$city}
+地址:{$address}
+展馆:{$hallname}
+主办:{$sponsor}
+{if $could_sign} +
在线报名
+{/if} +
+{if $content}
{$content}
{/if} + +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+ +
联系方式
+{if $user_status == 3} +
+姓名:{$truename}
+{if $telephone}电话:{$telephone}
{/if} +{if $mobile}手机:{$mobile}
{/if} +{if $fax}传真:{$fax}
{/if} +{if $email}邮件:{$email}
{/if} +{if $qq}QQ:{$qq}
{/if} +{if $wx && $DT[im_wx]}微信:{$wx}
{/if} +{if $addr}地址:{$addr}
{/if} +
+{else} +
{template 'content', 'chip'}
+{/if} +{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/footer.htm b/template/hy-mobile/homepage/footer.htm new file mode 100644 index 0000000..13c9dee --- /dev/null +++ b/template/hy-mobile/homepage/footer.htm @@ -0,0 +1,46 @@ +{if $share_icon == 'auto'}{/if} + +
+ +{if $api_stats && $stats} +{php include DT_ROOT.'/api/stats/'.$HOME['stats_type'].'/show.inc.php';} +{/if} +{if $api_kf && $kf} +{php include DT_ROOT.'/api/kf/'.$HOME['kf_type'].'/show.inc.php';} +{/if} + +
+ + \ No newline at end of file diff --git a/template/hy-mobile/homepage/header.htm b/template/hy-mobile/homepage/header.htm new file mode 100644 index 0000000..aa2fc10 --- /dev/null +++ b/template/hy-mobile/homepage/header.htm @@ -0,0 +1,60 @@ + + + + +{if $sns_app} +{if $COM[shop] && $COM[vshop]}{$COM[shop]}{else}{$COM[company]}{/if} +{else} +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{if $COM[shop] && $COM[vshop]}{$COM[shop]}{else}{$COM[company]}{/if}{/if} +{/if} +{if $head_keywords}{/if} +{if $head_description}{/if} + + + + + + + + + + + + + + + + + + + + + + + + + +{if $JS} +{loop $JS $js} + +{/loop} +{/if} + + + +
+
+
+
+{if $share_icon && $share_icon != 'auto'}{/if} \ No newline at end of file diff --git a/template/hy-mobile/homepage/honor.htm b/template/hy-mobile/homepage/honor.htm new file mode 100644 index 0000000..ef8f577 --- /dev/null +++ b/template/hy-mobile/homepage/honor.htm @@ -0,0 +1,52 @@ +{template 'header', $template} +
+
+
+
{if $head_name}{$head_name}{else}{$DMENU[4]}{/if}
+
+
+
+
+
+ +{if $itemid} +
+

{$title}

+
{timetodate($addtime, 3)}{$hits}
+
+{$title}
+发证机构:{$authority}
+发证时间 :{timetodate($fromtime, 3)}
+有效期至 :{if $totime}{timetodate($totime, 3)}{else}永久{/if}
+{$content} +
+{else} +{if $lists} +
+ {loop $lists $v} +
+ +
    +
  • {$v[title]}
  • +
  • {timetodate($v[fromtime], 3)} 至 {if $v[totime]}{timetodate($v[totime], 3)}{else}永久{/if}

  • +
  • {$v[authority]}

  • +
+
+ {/loop} +
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/index.htm b/template/hy-mobile/homepage/index.htm new file mode 100644 index 0000000..b9323fa --- /dev/null +++ b/template/hy-mobile/homepage/index.htm @@ -0,0 +1,98 @@ +{template 'header', $template} + +
+
+
+
{$head_name}
+
+ +
+
+
+
+
+ +
+{if $logo}{/if} +
    +
  • {if $COM[shop] && $COM[vshop]}{$COM[shop]}{else}{$COM[company]}{/if}
  • +
  • {if $COM[vip]}{VIP}{$COM[vip]} 第{$COM[year]}年{else}普通会员{/if}
  • +
+
+{if $bannert == 2} +{if $banner1} + +
+{if $banner1}{/if} +{if $banner2}{/if} +{if $banner3}{/if} +{if $banner4}{/if} +{if $banner5}{/if} +
+ +{/if} +{elseif $bannert == 1} +{if $bannerf}{DC::player($bannerf, '100%', 270, 1, 0, ' muted="muted"')}{/if} +{else} +{if $banner}{/if} +{/if} +
+ +
+{if isset($MODULE[16]) && $my_mall} +
更多商品推荐
+
+ + {loop $tags $k $t} +
+
+ +

{$t[orders]}成交{$DT[money_sign]}{$t[price]}

+ {$t[title]} +
+
+ {/loop} +
+ +{elseif isset($MODULE[5]) && $my_sell} +
更多产品推荐
+
+ + {loop $tags $k $t} +
+ +
    +
  • {$t[title]}
  • + {if $t[unit] && $t[price]>0} +
  • {$t[orders]}成交{$DT[money_sign]}{$t[price]}

  • + {else} +
  • {$t[messages]}询价面议

  • + {/if} +
+
+ {/loop} +
+ +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/info.htm b/template/hy-mobile/homepage/info.htm new file mode 100644 index 0000000..8ea625c --- /dev/null +++ b/template/hy-mobile/homepage/info.htm @@ -0,0 +1,68 @@ +{template 'header', $template} +
+
+
+
+ + + + + +
+
+
+
+
+
+
+{if !$itemid} +
+推荐 +综合 +留言 +人气 +评论 +
+{/if} +{if $itemid} +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+{if $islink} +
{$editdate}
+ +{else} +
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}留言
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $could_message} +
留言咨询
+{/if} +{$content} +
+{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/introduce.htm b/template/hy-mobile/homepage/introduce.htm new file mode 100644 index 0000000..85855fb --- /dev/null +++ b/template/hy-mobile/homepage/introduce.htm @@ -0,0 +1,42 @@ +{template 'header', $template} +
+
+
+
{if $head_name}{$head_name}{else}公司介绍{/if}
+
+
+
+
+
+ +{if $itemid} + {if $content}
{$content}
{/if} +{else} +
+ {if $video}{DC::player($video, '100%', 270, 1, 0, ' muted="muted"')}{/if} + {if $thumb}
{/if} + {$content} +
+ {php $itemid = $userid;} +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+ {if $MOD[fee_award]}
打赏 {$awards}
{/if} + {if $could_comment}
评论 {$comments}
{/if} + +
+{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/job.htm b/template/hy-mobile/homepage/job.htm new file mode 100644 index 0000000..94a9d77 --- /dev/null +++ b/template/hy-mobile/homepage/job.htm @@ -0,0 +1,68 @@ +{template 'header', $template} +
+
+
+
+ + + + + +
+
+
+
+
+
+
+{if !$itemid} +
+推荐 +综合 +人气 +评论 +月薪 +
+{/if} +{if $itemid} +
+

{$title}

+
{$editdate}{area_pos($areaid, '')}{if $MOD[hits]}{$hits}{/if}{$comments}
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +行业:{$CATEGORY[$parentid][catname]}
+职位:{$CATEGORY[$catid][catname]}
+部门:{$department}
+人数:{if $total}{$total}人{else}若干{/if}
+地区:{area_pos($areaid, '')}
+性质:{$TYPE[$type]}
+性别:{$GENDER[$gender]}
+婚姻:{$MARRIAGE[$marriage]}
+学历:{$EDUCATION[$education]}
+经验:{if $experience}{$experience}年以上{else}不限{/if}
+年龄:{if $minage && $maxage}{$minage}-{$maxage}岁{elseif $minage}{$minage}岁以上{elseif $maxage}{$maxage}岁以内{else}不限年龄{/if}
+待遇:{if $minsalary && $maxsalary}{$minsalary}-{$maxsalary}{$DT[money_unit]}/月{elseif $minsalary}{$minsalary}{$DT[money_unit]}/月以上{elseif $maxsalary}{$maxsalary}{$DT[money_unit]}/月以内{else}面议{/if}
+{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/link.htm b/template/hy-mobile/homepage/link.htm new file mode 100644 index 0000000..560e3f6 --- /dev/null +++ b/template/hy-mobile/homepage/link.htm @@ -0,0 +1,35 @@ +{template 'header', $template} +
+
+
+
{if $head_name}{$head_name}{else}{$DMENU[11]}{/if}
+
+
+
+
+
+ +{if $lists} +
+{loop $lists $v} +
+{$v[title]} +

{$v[linkurl]}

+
+{/loop} +
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/mall.htm b/template/hy-mobile/homepage/mall.htm new file mode 100644 index 0000000..c48d357 --- /dev/null +++ b/template/hy-mobile/homepage/mall.htm @@ -0,0 +1,243 @@ +{template 'header', $template} +
+
+
+
+ + + + + + +
+
+
{if $TYPE}{else}{/if}
+
+
+
+
+{if !$itemid} +
+推荐 +综合 +销量 +评论 +价格 +
+{/if} +{if $TYPE} + +{/if} +{if $itemid} + +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+{if $subtitle} +
{$subtitle}
+{/if} +
{if $MOD[hits]}{$hits}{/if}{$comments}{$orders}已售
+
+ + + + + +{if $a2} + + + + +{/if} +{if $promos} + + + + +{/if} +{if $express_name_1 == '包邮'} + + + + +{elseif $fee_start_1>0 || $fee_start_2>0 || $fee_start_3>0} + + + + +{/if} +{if $cod} + + + + +{/if} +{if $RL} + + + + +{/if} +{if $P1} + + + + +{/if} +{if $P2} + + + + +{/if} +{if $P3} + + + + +{/if} +{if $amount>0} +{if $status == 3} + + + + +{else} + + + + +{/if} +{else} + + + + +{/if} +
价格{$DT[money_sign]}{$price}
混批{$a1}-{$a2}{$unit} {$DT[money_sign]}{$p1}{if $a3}; {$a2+1}-{$a3}{$unit} {$DT[money_sign]}{$p2}; {$a3}{$unit}以上 {$DT[money_sign]}{$p3}{else}; {$a2+1}{$unit}以上 {$DT[money_sign]}{$p2}{/if}
优惠 + +{loop $promos $v} +{if $v[cost]} +满{$v[cost]}减{$v[price]} +{else} +{$v[price]}{$DT[money_unit]}优惠 +{/if} +{/loop} + +
运费 +{if $fee_start_1>0} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +满{$fee_start_1}包邮 +{else} +包邮 +{/if} +
运费 +{if $fee_start_1>0} {$express_name_1}:{$fee_start_1}  {/if} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +
到付支持货到付款
{$relate_name} +{loop $RL $v} + +{/loop} +
{$n1} +
    +{loop $P1 $i $v} +
  • {$v}
  • +{/loop} +
+
{$n2} +
    +{loop $P2 $i $v} +
  • {$v}
  • +{/loop} +
+
{$n3} +
    +{loop $P3 $i $v} +
  • {$v}
  • +{/loop} +
+
数量
-+
库存{$amount}{$unit}
该商品已下架
该商品库存不足
+
+
+
    +
  • 商品详情
  • +
  • 评价详情({$comments})
  • +
  • 联系方式
  • +
+
+
{$content}
+ + +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+{if $status == 3 && $amount>0} +
+
+
+ + + + + + + + + + + +
客服商铺购物车{if $_cart}{$_cart}{/if}
+
+
+{/if} + +{load('player.js')} + + +{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/message.htm b/template/hy-mobile/homepage/message.htm new file mode 100644 index 0000000..e69de29 diff --git a/template/hy-mobile/homepage/news.htm b/template/hy-mobile/homepage/news.htm new file mode 100644 index 0000000..4d23478 --- /dev/null +++ b/template/hy-mobile/homepage/news.htm @@ -0,0 +1,68 @@ +{template 'header', $template} +
+
+
+
{if $head_name}{$head_name}{else}{$DMENU[3]}{/if}
+
+
+
+
+
+ +{if $itemid} +
+

{$title}

+
{timetodate($addtime, 3)}{$hits}
+
{$content}
+{else} + {if $tags} +
+ {loop $tags $k $t} + {if $t[thumb]} +
+ + +
+ {else} +
+ {$t[title]} + {if $t[introduce]}
{$t[introduce]}
{/if} +

{$t[date]}{$t[hits]}

+
+ {/if} + {/loop} +
+
+ {else} + {template 'empty', 'chip'} + {/if} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/photo.htm b/template/hy-mobile/homepage/photo.htm new file mode 100644 index 0000000..418772b --- /dev/null +++ b/template/hy-mobile/homepage/photo.htm @@ -0,0 +1,92 @@ +{template 'header', $template} +
+
+
+
+ + + + + +
+
+
+
+
+
+
+{if !$itemid} +
+推荐 +综合 +浏览 +评论 +图片 +
+{/if} +{if $itemid} +{if $pass} +
+ {$page}/{$items} +
+ {$P[introduce]} + + {loop $T $i $p} + {$p[introduce]} + {/loop} + +
+{/if} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$items}图片
+{if $pass} +{if $content}
{$content}
{/if} +{else} +
+ 此{$MOD[name]}需要验证,{if $open == 2}请输入访问密码{elseif $open == 1}请回答{$question}{/if} +
+ + +
+
立即验证
+
+
+ +{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/sell.htm b/template/hy-mobile/homepage/sell.htm new file mode 100644 index 0000000..508ce2a --- /dev/null +++ b/template/hy-mobile/homepage/sell.htm @@ -0,0 +1,86 @@ +{template 'header', $template} +
+
+
+
+ + + + + + +
+
+
{if $TYPE}{else}{/if}
+
+
+
+
+{if !$itemid} +
+推荐 +综合 +询价 +销量 +价格 +
+{/if} +{if $TYPE} + +{/if} +{if $itemid} +{if $thumb}{template 'album', 'chip'}{/if} +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{if $could_purchase}{$orders}已售{else}{$messages}询价{/if}
+
+价格:{if $price&&$unit}{$DT[money_sign]}{$price}/{$unit}{else}未填{/if}
+{if $brand}品牌:{$brand}
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $minamount}起订:{$minamount}{$unit}
{/if} +{if $amount>0}供应:{$amount}{$unit}
{/if} +{if $days}发货:{$days}天内
{/if} +{if $could_purchase} +
立即购买
+{elseif $could_inquiry} +
发送询价
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/homepage/these.name.php b/template/hy-mobile/homepage/these.name.php new file mode 100644 index 0000000..26c565f --- /dev/null +++ b/template/hy-mobile/homepage/these.name.php @@ -0,0 +1,23 @@ + '品牌展示', + 'buy' => '采购清单', + 'contact' => '联系方式', + 'credit' => '诚信档案', + 'exhibit' => '展会', + 'footer' => '公共页脚', + 'header' => '公共页头', + 'honor' => '荣誉资质', + 'index' => '公司首页', + 'info' => '招商代理', + 'introduce' => '公司介绍', + 'job' => '人才招聘', + 'link' => '友情链接', + 'mall' => '商城', + 'message' => '留言询价', + 'news' => '公司新闻', + 'photo' => '公司相册', + 'sell' => '供应产品', + 'video' => '公司视频', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/homepage/video.htm b/template/hy-mobile/homepage/video.htm new file mode 100644 index 0000000..b88b593 --- /dev/null +++ b/template/hy-mobile/homepage/video.htm @@ -0,0 +1,52 @@ +{template 'header', $template} +
+
+
+
+ + + + + +
+
+
+
+
+
+
+{if !$itemid} +
+推荐 +综合 +播放 +评论 +点赞 +
+{/if} +{if $itemid} +
{$player}
+ +
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$comments}
+{if $content}
{$content}
{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+{else} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/hy-mobile/index.htm b/template/hy-mobile/index.htm new file mode 100644 index 0000000..ed66dba --- /dev/null +++ b/template/hy-mobile/index.htm @@ -0,0 +1,60 @@ +{template 'header'} +
+
+{if $DT_MBS=='b2b'} +
+{elseif $DT[city]} + +{else} +
+{/if} +
+
+
+
+
+
+
+{if $ads} + +
+{loop $ads $t} +{$t[image_alt]} +{/loop} +
+ +{/if} +
+
+
    + {loop $MOD_MY $i $m} + {if $i < 9}
  • {$m[name]}
  • {/if} + {if $i == 8}
  • 更多
  • {/if} + {/loop} +
+
+{if isset($MODULE[21])} +
+
更多行业快讯
+ +
+{/if} +{if isset($MODULE[16])} +
更多商品推荐
+
+
+ +
+ +{elseif isset($MODULE[5])} +
更多产品推荐
+
+ +
+ +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/index.html b/template/hy-mobile/index.html new file mode 100644 index 0000000..c1e1f00 --- /dev/null +++ b/template/hy-mobile/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/hy-mobile/info/index.htm b/template/hy-mobile/info/index.htm new file mode 100644 index 0000000..ac99de2 --- /dev/null +++ b/template/hy-mobile/info/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +留言 +人气 +评论 +
+{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/info/list.htm b/template/hy-mobile/info/list.htm new file mode 100644 index 0000000..1ed8fab --- /dev/null +++ b/template/hy-mobile/info/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +留言 +人气 +评论 +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/info/message.htm b/template/hy-mobile/info/message.htm new file mode 100644 index 0000000..c366882 --- /dev/null +++ b/template/hy-mobile/info/message.htm @@ -0,0 +1,139 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+ + +

留言主题*

+
+

快捷提问

+
+ +
+

主要内容*

+
+

回复时间

+
前回复
+{if $_userid} +

联系方式

+
+公司:{$company}
+姓名:{$truename}
+电话:{$telephone}
+邮件:{$email}
+{if $DT[im_qq]}QQ:{$qq}
{/if} +{if $DT[im_wx]}微信:{$wx}
{/if} +{if $DT[im_ali]}阿里旺旺:{$ali}
{/if} +{if $DT[im_skype]}Skype:{$skype}
{/if} +
+{else} +

公司

+
+

姓名*

+
+

电话*

+
+

邮箱

+
+{if $DT[im_qq]} +

QQ

+
+{/if} +{if $DT[im_wx]} +

微信

+
+{/if} +{if $DT[im_ali]} +

阿里旺旺

+
+{/if} +{if $DT[im_skype]} +

Skype

+
+{/if} +{/if} +{if $_userid && $DT[sms]} +

短信通知

+
剩余{$_sms}条
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+{if $MG[message_limit]} +
+今日可发 {$MG[message_limit]}
+当前已发 {$limit_used}
+还可以发 {$limit_free}
+
+{/if} +
+
+{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/info/search.htm b/template/hy-mobile/info/search.htm new file mode 100644 index 0000000..9fa5535 --- /dev/null +++ b/template/hy-mobile/info/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+
+推荐 +综合 +留言 +人气 +评论 +
+{if $catid || $areaid} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/info/show.htm b/template/hy-mobile/info/show.htm new file mode 100644 index 0000000..00d3014 --- /dev/null +++ b/template/hy-mobile/info/show.htm @@ -0,0 +1,60 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+{if $thumb}{template 'album', 'chip'}{/if} +

{$title}

+{if $islink} +
{$editdate}
+ +{else} +
{$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}留言
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $could_message} +
留言咨询
+{/if} +{$content} +
+{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+
+ {if $username} + + {else} + + {/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/info/these.name.php b/template/hy-mobile/info/these.name.php new file mode 100644 index 0000000..7692625 --- /dev/null +++ b/template/hy-mobile/info/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'message' => '留言页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/job/apply.htm b/template/hy-mobile/job/apply.htm new file mode 100644 index 0000000..d8281fd --- /dev/null +++ b/template/hy-mobile/job/apply.htm @@ -0,0 +1,23 @@ +{template 'header'} +
+
+
+
投递简历
+
+
+
+
+
+
+ +

选择简历

+{loop $lists $k $v} +
+    {$v[title]} +
+{/loop} +
+ +
+
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/job/index.htm b/template/hy-mobile/job/index.htm new file mode 100644 index 0000000..4947a46 --- /dev/null +++ b/template/hy-mobile/job/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
+
+
+ +
+ +
+
+
+
+
+
+推荐 +综合 +人气 +评论 +月薪 +
+{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/job/list.htm b/template/hy-mobile/job/list.htm new file mode 100644 index 0000000..435797e --- /dev/null +++ b/template/hy-mobile/job/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +人气 +评论 +月薪 +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/job/resume.htm b/template/hy-mobile/job/resume.htm new file mode 100644 index 0000000..d5c0457 --- /dev/null +++ b/template/hy-mobile/job/resume.htm @@ -0,0 +1,50 @@ +{template 'header'} +
+
+
+
简历详情
+
+{if $_username != $username}添加{/if} +
+
+
+
+
+

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}
+
+姓名:{$truename}
+性别:{if $gender == 1}男{else}女{/if}
+生日:{$birthday}
+婚姻状况:{if $marriage == 2}已婚{else}未婚{/if}
+身高:{$height} cm
+体重:{$weight} kg
+居住地:{area_pos($areaid, '')}
+学历:{$EDUCATION[$education]}
+毕业院校:{$school}
+专业:{$major}
+工作性质:{$TYPE[$type]}
+工作经验:{if $experience}{$experience}年{else}无{/if}
+行业意向:{$CATEGORY[$parentid][catname]}
+职位意向:{$CATEGORY[$catid][catname]}
+专业技能:{$skill}
+语言水平:{$language}
+期望薪资: +{if $minsalary && $maxsalary} + {$minsalary}-{$maxsalary}{$DT[money_unit]}/月 +{elseif $minsalary} + {$minsalary}{$DT[money_unit]}/月以上 +{elseif $maxsalary} + {$maxsalary}{$DT[money_unit]}/月以内 +{else} + 面议 +{/if}
+求职状态:{$SITUATION[$situation]}
+
+{if $content} +
自我鉴定
+
{$content}
+{/if} +
联系方式
+
{template 'content', 'chip'}
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/job/search.htm b/template/hy-mobile/job/search.htm new file mode 100644 index 0000000..d346de9 --- /dev/null +++ b/template/hy-mobile/job/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+
+推荐 +综合 +人气 +评论 +月薪 +
+{if $catid || $areaid} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/job/show.htm b/template/hy-mobile/job/show.htm new file mode 100644 index 0000000..4afe531 --- /dev/null +++ b/template/hy-mobile/job/show.htm @@ -0,0 +1,63 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ +

{$title}

+
{$editdate}{area_pos($areaid, '')}{if $MOD[hits]}{$hits}{/if}{$comments}
+
+{if !$username}非会员信息
{/if} +{if $vip}{VIP}:{$vip}级
{/if} +行业:{$CATEGORY[$parentid][catname]}
+职位:{$CATEGORY[$catid][catname]}
+部门:{$department}
+人数:{if $total}{$total}人{else}若干{/if}
+性质:{$TYPE[$type]}
+性别:{$GENDER[$gender]}
+婚姻:{$MARRIAGE[$marriage]}
+学历:{$EDUCATION[$education]}
+经验:{if $experience}{$experience}年以上{else}不限{/if}
+年龄:{if $minage && $maxage}{$minage}-{$maxage}岁{elseif $minage}{$minage}岁以上{elseif $maxage}{$maxage}岁以内{else}不限年龄{/if}
+待遇:{if $minsalary && $maxsalary}{$minsalary}-{$maxsalary}{$DT[money_unit]}/月{elseif $minsalary}{$minsalary}{$DT[money_unit]}/月以上{elseif $maxsalary}{$maxsalary}{$DT[money_unit]}/月以内{else}面议{/if}
+{$content} +{if $username} +
职位申请
+{/if} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+
+
+ {if $username} + + {else} + + {/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/job/these.name.php b/template/hy-mobile/job/these.name.php new file mode 100644 index 0000000..7df97cd --- /dev/null +++ b/template/hy-mobile/job/these.name.php @@ -0,0 +1,10 @@ + '职位申请', + 'index' => '首页', + 'list' => '列表页', + 'resume' => '默认简历', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/know/expert.htm b/template/hy-mobile/know/expert.htm new file mode 100644 index 0000000..081c372 --- /dev/null +++ b/template/hy-mobile/know/expert.htm @@ -0,0 +1,51 @@ +{template 'header'} +
+
+
+
{$MOD[name]}专家
+
+{if $itemid} + +{else} +{/if} +
+
+
+
+
+{if $itemid} +
+ + +
+
+ 被提问:{$ask}
+ 人气:{$hits}
+ 回答:{$answer}
+ 被采纳:{$best}
+ 采纳率:{$rate}
+ {$content} +
+
向TA提问
+
+
+{else} + {if $lists} + {loop $lists $v} +
+ + +
+ {/loop} + {else} + {template 'empty', 'chip'} + {/if} + {if $pages}
{$pages}
{/if} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/know/faq.htm b/template/hy-mobile/know/faq.htm new file mode 100644 index 0000000..3e6e641 --- /dev/null +++ b/template/hy-mobile/know/faq.htm @@ -0,0 +1,87 @@ +{template 'header'} +
+
+
+
{$MOD[name]}礼仪
+
+
+
+
+
+ 1、标题要正确
+ 在提问或答复的时候不要写无意义或模糊的题目,为了别人解答时理解的方便请正确书写标题。
+ 2、对问题进行具体的说明
+ 在提问或答复的时候,内容要具体详细地书写。问题内容越详细别人的答复也就越正确,答复越详细也就越让人容易理解。
+ 3、检查问题是否重复
+ 在提问之前,请先对问题进行搜索,或者在提问的时候,先关注一下提问页面右侧的“相关问题”列表,其中是否已经有过得到解决的类似问题。在确认没有令您满意的答案后再提问。
+ 4、检查问题的分类是否正确
+ 提交问题之前请确认问题的分类是否正确,提问的正确归类可以让你更快地得到满意的回答。
+ 5、及时处理问题
+ 在提问后的{$MOD[overdays]}天之内,如果有满意的答复一定要作出选择,以免伤害热心回答的网友。如果有答案而过期不对问题进行处理,我们将扣除您{$MOD[credit_deal]}分的{$DT[credit_name]}以示惩戒。
+ 6、学会表示感谢
+ 对所有解答自己问题的会员表示感谢。选出最佳答案后也请给予回答者一些友好的评价,尊重他人的劳动成果。
+ 7、互相尊重
+ 提问者提问时的语气请尽量友好,避免给他人以责问、逼问的不良感受。回答者在答复时候也不要小看或嘲笑提问者,要有诚意地解答,正确地书写。
+
+
+ +
+
    +
  • {$DT[credit_name]}增加
  • +
+
+ + + + + + + + + + + + + + + + + +
操作增加值
提交回答+{$MOD[credit_answer]}
回答被采纳为最佳答案+{$MOD[credit_best]} +悬赏分
参与投票+{$MOD[credit_vote]}
+
+
+ +
+
    +
  • {$DT[credit_name]}扣除
  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
操作增加值
悬赏付出-悬赏分
匿名提问-{$MOD[credit_hidden]}
提问上线后被删除-{$MOD[credit_del]}
回答上线后被删除-{$MOD[credit_del_answer]}
问题{$MOD[overdays]}天内不处理-{$MOD[credit_deal]}
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/know/index.htm b/template/hy-mobile/know/index.htm new file mode 100644 index 0000000..71f27fd --- /dev/null +++ b/template/hy-mobile/know/index.htm @@ -0,0 +1,35 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+ + +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/know/list.htm b/template/hy-mobile/know/list.htm new file mode 100644 index 0000000..06df0ff --- /dev/null +++ b/template/hy-mobile/know/list.htm @@ -0,0 +1,34 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+ + +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/know/search.htm b/template/hy-mobile/know/search.htm new file mode 100644 index 0000000..93b4c8f --- /dev/null +++ b/template/hy-mobile/know/search.htm @@ -0,0 +1,42 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + +
+
+推荐 +待解决 +综合 +答案 +人气 +悬赏 +
+{if $catid || $areaid} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/know/show.htm b/template/hy-mobile/know/show.htm new file mode 100644 index 0000000..7c1a95a --- /dev/null +++ b/template/hy-mobile/know/show.htm @@ -0,0 +1,124 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ +

{$title}

+
{$PROCESS[$process]}{$answer}回答{if $MOD[hits]}{$hits}点击{/if}
+{if $page == 1} +
+ +
    +
  • + +{if $credit} +悬赏{$credit}{$DT[credit_name]} +{/if} +{if $hidden}匿名{else}{$passport}{/if}
  • +
  • + + +{$editdate}
  • +
+
+
+{$content} +{if $addition} +
问题补充: +
{nl2br($addition)} +{/if} +{if $process == 1 || $process == 2} +
离问题结束还有{secondstodate($totime-$DT_TIME)} +{elseif $process == 3} +
{timetodate($updatetime, 5)} 已解决 +{/if} +
+ +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+ +
+ +{if $user_status == 3 && $best} +
+ +
    +
  • 最佳答案{if $best[hidden]}匿名{else}{$best[passport]}{/if}{if $expert} 专家{/if}
  • +
  • {timetodate($best[addtime], 5)} +
  • +
+
+{/if} +
+{if $best} + {if $user_status == 3} + {$best[content]} + {else} + {template 'content', 'chip'} + {/if} +{else} +暂无最佳答案{if $could_answer}    我来回答{/if} +{/if} +
+{if $best} +
+支持 {$best[likes]} +反对 {$best[hates]} +举报 +
+{/if} +{/if} +{if $answers} +{loop $answers $k $v} +
+ +
    +
  • {$v[floor]}楼{if $v[hidden]}匿名{else}{if $v[username]}{$v[passport]}{else}{ip2area($item[ip])}访客{/if}{/if}
  • +
  • {timetodate($v[addtime], 5)}
  • +
+
+
{$v[content]}
+
+支持 {$v[likes]} +反对 {$v[hates]} +举报 +
+{/loop} +{/if} +{if $could_answer} +
+
+
+
+{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/know/these.name.php b/template/hy-mobile/know/these.name.php new file mode 100644 index 0000000..e550b71 --- /dev/null +++ b/template/hy-mobile/know/these.name.php @@ -0,0 +1,10 @@ + '专家', + 'faq' => 'FAQ帮助', + 'index' => '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/mail/alert.htm b/template/hy-mobile/mail/alert.htm new file mode 100644 index 0000000..6daab63 --- /dev/null +++ b/template/hy-mobile/mail/alert.htm @@ -0,0 +1,48 @@ + + + + + + + + + + + +
{$DT[sitename]} LOGO网站首页 | 管理商机 
发送时间:{timetodate($DT_TIME, 5)} 
+
商机分类:{$MODULE[$mid][name]} +   关键词:{if $kw}{$kw}{else}不限{/if} +   行业分类: +{if $catid} +{php $C = get_cat($catid);} +{$C[catname]} +{else} +不限 +{/if} +   所在地区:{if $areaid}{$AREA[$areaid][areaname]}{else}不限{/if} +   发送频率:{if $rate}{$rate}天{else}不限{/if} +
+
+{if $lists} + + + + + + +{loop $lists $v} + + + + + +{/loop} +
标题地区发布时间
{$v[title]}{area_pos($v[areaid], ' - ', 2)}{timetodate($v[addtime], 5)}
+{else} +
抱歉,没有找到相应的商机,建议您调整条件以便获得更多商机。

+点此立即调整

+{/if} +
+
请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果需要取消此邮件,请点这里
+
\ No newline at end of file diff --git a/template/hy-mobile/mail/ask.htm b/template/hy-mobile/mail/ask.htm new file mode 100644 index 0000000..7542914 --- /dev/null +++ b/template/hy-mobile/mail/ask.htm @@ -0,0 +1,17 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+尊敬的会员:
+来自{$DT[sitename]}的会员{$_username} 向您提问:
{$question}
+请点这里查看问题或解答,谢谢 +
+请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
\ No newline at end of file diff --git a/template/hy-mobile/mail/email-default.htm b/template/hy-mobile/mail/email-default.htm new file mode 100644 index 0000000..6300af8 --- /dev/null +++ b/template/hy-mobile/mail/email-default.htm @@ -0,0 +1,16 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+尊敬的会员:
+{$content} +
+请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
\ No newline at end of file diff --git a/template/hy-mobile/mail/email-login.htm b/template/hy-mobile/mail/email-login.htm new file mode 100644 index 0000000..c9bf3c5 --- /dev/null +++ b/template/hy-mobile/mail/email-login.htm @@ -0,0 +1,24 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+尊敬的会员:
+您已经30天没有登录 {$DT[sitename]} 了,建议您定期登录,以免错失重要商机。
+点这里立即登录
+----------------------------------------
+小提示:
+您的登录户名:{$user[username]}
+您的登录密码:已加密 (如果您忘记了密码,请点这里找回)
+您的注册邮箱:{$user[email]}
+----------------------------------------
+{$content} +
+请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
\ No newline at end of file diff --git a/template/hy-mobile/mail/email-password.htm b/template/hy-mobile/mail/email-password.htm new file mode 100644 index 0000000..87f94cf --- /dev/null +++ b/template/hy-mobile/mail/email-password.htm @@ -0,0 +1,26 @@ +query("UPDATE {$db->pre}member SET password='$dpassword',passsalt='$passsalt' WHERE username='$username'"); +?> + + + + + + + + + + +
{$DT[sitename]} LOGO
+尊敬的会员:
+以下为您在{$DT[sitename]}的帐号信息,请您妥善保存:
+户名:{$username}
+密码:{$password}
+为了您的账户安全,请定期修改密码 +
+请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除 +
\ No newline at end of file diff --git a/template/hy-mobile/mail/email.htm b/template/hy-mobile/mail/email.htm new file mode 100644 index 0000000..691d225 --- /dev/null +++ b/template/hy-mobile/mail/email.htm @@ -0,0 +1,19 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+邮件群发模板系列,请创建本系列模板,并设置内容,内容支持系统变量和会员资料,会员资料保存于$user数组。
+例如:
+{$user[username]} 表示会员名
+{$user[truename]} 表示会员姓名
+{$user[company]} 表示公司名称
+
+请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
diff --git a/template/hy-mobile/mail/emailcode.htm b/template/hy-mobile/mail/emailcode.htm new file mode 100644 index 0000000..5581283 --- /dev/null +++ b/template/hy-mobile/mail/emailcode.htm @@ -0,0 +1,16 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+尊敬的会员
+您在{$DT[sitename]}请求的邮件验证码为 {$emailcode} (有效期{$MOD[auth_days]}0分钟)
请使用此验证码继续操作,切勿透露给他人。 +
+请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除 +
\ No newline at end of file diff --git a/template/hy-mobile/mail/message.htm b/template/hy-mobile/mail/message.htm new file mode 100644 index 0000000..c01c94b --- /dev/null +++ b/template/hy-mobile/mail/message.htm @@ -0,0 +1,20 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+Hi, {$touser}:
+您在{$DT[sitename]}收到了新的站内信({$title}),内容如下:

+{$content}

+原始信件:{$MODULE[2][linkurl]}message.php?action=show&itemid={$itemid}
+{if $fromuser}发件会员:{$fromuser}
{/if} +发送时间:{timetodate($addtime, 6)}
+
+请注意:此信件系根据您的设置自动发送,如果不希望接收,请点这里取消 +
\ No newline at end of file diff --git a/template/hy-mobile/mail/messager.htm b/template/hy-mobile/mail/messager.htm new file mode 100644 index 0000000..a91bf12 --- /dev/null +++ b/template/hy-mobile/mail/messager.htm @@ -0,0 +1,16 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+Hi, {$touser}:
+{$content} +
+请注意:此信件系{$DT[sitename]}系统信使自动发送,请勿直接回复 +
\ No newline at end of file diff --git a/template/hy-mobile/mail/these.name.php b/template/hy-mobile/mail/these.name.php new file mode 100644 index 0000000..6f143aa --- /dev/null +++ b/template/hy-mobile/mail/these.name.php @@ -0,0 +1,14 @@ + '贸易提醒', + 'ask' => '收到提问', + 'email' => '邮件发送', + 'email-default' => '邮件发送默认', + 'email-login' => '邮件发送30天未登录', + 'email-password' => '邮件发送会员密码(明文)', + 'emailcode' => '邮件验证码', + 'message' => '站内信转发', + 'messager' => '系统信使模板', + 'welcome' => '欢迎信模板', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/mail/welcome.htm b/template/hy-mobile/mail/welcome.htm new file mode 100644 index 0000000..1168759 --- /dev/null +++ b/template/hy-mobile/mail/welcome.htm @@ -0,0 +1,21 @@ + + + + + + + + + + +
{$DT[sitename]} LOGO
+尊敬的会员:
+恭喜您成功注册成为{$DT[sitename]}会员!
+以下为您的会员帐号信息:
+户名:{$username}
+密码:{if isset($post[password])}{$post[password]}{else}已加密 (如果您忘记了密码,请点这里找回){/if}
+请您妥善保存,切勿告诉他人。
+如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。
+
+请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除 +
\ No newline at end of file diff --git a/template/hy-mobile/mall/comment.htm b/template/hy-mobile/mall/comment.htm new file mode 100644 index 0000000..8e0ed9d --- /dev/null +++ b/template/hy-mobile/mall/comment.htm @@ -0,0 +1,73 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
{$stat[pc5]}
{$stat[pc4]}
{$stat[pc3]}
{$stat[pc2]}
{$stat[pc1]}
+
+
+   +   +   +   +   +   +   +   +
+{if $lists} +{loop $lists $k $v} + +
+{if $v[buyer_hidden]} + +{else} + +{/if} +
    +
  • {$v[addtime]}{if $v[buyer_hidden]}{hide_info($v[buyer])}{else}{$v[buyer]}{/if}
  • +
  • +
+
+
{if $v[seller_comment]}{nl2br($v[seller_comment])}{else}买家没有发表评价内容{/if}
+{if $v[thumbs] || $v[video]} +
+
    +{if $v[video]}
  • {/if} +{loop $v[thumbs] $t} +{if $t}
  • {/if} +{/loop} +
+

+
+{/if} +{if $v[buyer_reply]} +
{$v[replytime]}商家回复:
{nl2br($v[buyer_reply])}
+{/if} +{/loop} +{if $pages}
{$pages}
{/if} +{else} +
暂无评价
+{/if} \ No newline at end of file diff --git a/template/hy-mobile/mall/compare.htm b/template/hy-mobile/mall/compare.htm new file mode 100644 index 0000000..dd03831 --- /dev/null +++ b/template/hy-mobile/mall/compare.htm @@ -0,0 +1,120 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+ +
+ + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + +
移除移除
图片
商品
价格{$v[price]}
品牌
{$v[brand]}
日期{$v[editdate]}
公司
会员 +{if $v[vip]}{VIP}{/if} +
地区{area_pos($v[areaid], ' ', 2)}
销量{$v[sales]}
评价{$v[comments]}
联系  + {if $v[username] && $DT[im_web]}{im_web($v[username].'&mid='.$moduleid.'&itemid='.$v[itemid])} {/if} + {if $v[qq] && $DT[im_qq]}{im_qq($v[qq])} {/if} + {if $v[wx] && $DT[im_wx]}{im_wx($v[wx], $v[username])} {/if} + {if $v[ali] && $DT[im_ali]}{im_ali($v[ali])} {/if} + {if $v[skype] && $DT[im_skype]}{im_skype($v[skype])} {/if} +
购买购买
移除移除
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/mall/index.htm b/template/hy-mobile/mall/index.htm new file mode 100644 index 0000000..720d529 --- /dev/null +++ b/template/hy-mobile/mall/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +销量 +评论 +价格 +
+{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/mall/list.htm b/template/hy-mobile/mall/list.htm new file mode 100644 index 0000000..14cd143 --- /dev/null +++ b/template/hy-mobile/mall/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +销量 +评论 +价格 +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/mall/search.htm b/template/hy-mobile/mall/search.htm new file mode 100644 index 0000000..215f9a8 --- /dev/null +++ b/template/hy-mobile/mall/search.htm @@ -0,0 +1,43 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + +
+
+推荐 +综合 +销量 +评论 +价格 +
+{if $catid || $areaid || $minprice || $maxprice} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +{if $minprice || $maxprice}{if $minprice}{$minprice}{$DT[money_unit]}{else}不限{/if}至{if $maxprice}{$maxprice}{$DT[money_unit]}{else}不限{/if}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/mall/show.htm b/template/hy-mobile/mall/show.htm new file mode 100644 index 0000000..078f240 --- /dev/null +++ b/template/hy-mobile/mall/show.htm @@ -0,0 +1,213 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + +{if $thumb}{template 'album', 'chip'}{/if} +

{$title}

+{if $subtitle} +
{$subtitle}
+{/if} +
{if $MOD[hits]}{$hits}{/if}{$comments}{$orders}已售
+
+ + + + + +{if $a2} + + + + +{/if} +{if $promos} + + + + +{/if} +{if $express_name_1 == '包邮'} + + + + +{elseif $fee_start_1>0 || $fee_start_2>0 || $fee_start_3>0} + + + + +{/if} +{if $cod} + + + + +{/if} +{if $RL} + + + + +{/if} +{if $P1} + + + + +{/if} +{if $P2} + + + + +{/if} +{if $P3} + + + + +{/if} +{if $amount>0} +{if $status == 3} + + + + +{else} + + + + +{/if} +{else} + + + + +{/if} +
价格{$DT[money_sign]}{$price}
混批{$a1}-{$a2}{$unit} {$DT[money_sign]}{$p1}{if $a3}; {$a2+1}-{$a3}{$unit} {$DT[money_sign]}{$p2}; {$a3}{$unit}以上 {$DT[money_sign]}{$p3}{else}; {$a2+1}{$unit}以上 {$DT[money_sign]}{$p2}{/if}
优惠 + +{loop $promos $v} +{if $v[cost]} +满{$v[cost]}减{$v[price]} +{else} +{$v[price]}{$DT[money_unit]}优惠 +{/if} +{/loop} + +
运费 +{if $fee_start_1>0} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +满{$fee_start_1}包邮 +{else} +包邮 +{/if} +
运费 +{if $fee_start_1>0} {$express_name_1}:{$fee_start_1}  {/if} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +
到付支持货到付款
{$relate_name} +{loop $RL $v} + +{/loop} +
{$n1} +
    +{loop $P1 $i $v} +
  • {$v}
  • +{/loop} +
+
{$n2} +
    +{loop $P2 $i $v} +
  • {$v}
  • +{/loop} +
+
{$n3} +
    +{loop $P3 $i $v} +
  • {$v}
  • +{/loop} +
+
数量
-+
库存{$amount}{$unit}
该商品已下架
该商品库存不足
+
+
+
    +
  • 商品详情
  • +
  • 评价详情({$comments})
  • +
  • 联系方式
  • +
+
+
{$content}
+ + + +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
+ +
+{if $status == 3 && $amount>0} +
+
+
+ + + + + + + + + + + +
客服商铺购物车{if $_cart}{$_cart}{/if}
+
+
+{/if} + +{load('player.js')} + + +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/mall/these.name.php b/template/hy-mobile/mall/these.name.php new file mode 100644 index 0000000..f3bc0df --- /dev/null +++ b/template/hy-mobile/mall/these.name.php @@ -0,0 +1,12 @@ + '评价记录', + 'compare' => '商品比较', + 'index' => '首页', + 'list' => '列表页', + 'order' => '交易记录', + 'search' => '搜索页', + 'show' => '内容页', + 'view' => '浏览记录', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/mall/view.htm b/template/hy-mobile/mall/view.htm new file mode 100644 index 0000000..8c9e471 --- /dev/null +++ b/template/hy-mobile/mall/view.htm @@ -0,0 +1,34 @@ +{template 'header'} +
+
+
+
{$head_name}
+ +
+
+
+
+{if $lists} + {loop $lists $k $tags} +
+
+ +
+
+ {loop $tags $v} +
+ +
    + {$v[title]} +
  • {$DT[money_sign]}{$v[price]}成交:{$v[orders]}
  • +
+
+ {/loop} +
+ {/loop} + {if $pages}
{$pages}
{/if} +{else} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/member/account.htm b/template/hy-mobile/member/account.htm new file mode 100644 index 0000000..455362c --- /dev/null +++ b/template/hy-mobile/member/account.htm @@ -0,0 +1,413 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+{if $action && $action != 'index'}
{/if} +
+
+
+
+{if $action == 'group'} +{if $itemid} +
您所在的会员组 {$MG[groupname]} 没有权限使用此功能,请升级
+{/if} +
+
+ +
+
+ +{elseif $action == 'grade'} +
+ + +
+
+
    +
  • {$GROUP[$_groupid][groupname]}当前组
  • +
  • {$GROUP[$groupid][groupname]}升级为
  • + {if $fee>0} +
  • {$fee}{$DT[money_unit]}应付总额
  • + {else} +
  • 公司名称
  • + {/if} +
+
+{if $fee>0} + + + + + +{/if} +
+
+
+
+
+
+ +{elseif $action == 'vip'} +
+ +
+
+
    +
  • {$todate}到期时间
  • +
  • {$havedays}天剩余时间
  • +
  • + + + + 续费年限 +
  • +
  • {$fee}{$DT[money_unit]}应付总额
  • +
+
+ + + + + +
+
+
+
+ +{elseif $action == 'upgrade'} + +{if $lists} +{loop $lists $v} +
+
    +
  • +{$_status[$v[status]]} +{$v[company]} +
  • +
  • {$v[adddate]}{$GROUP[$v[gid]][groupname]} - {$GROUP[$v[groupid]][groupname]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{elseif $action == 'renew'} + +{if $lists} +{loop $lists $v} +
+
    +
  • +{$DT[money_sign]}{$v[amount]} +{$GROUP[$v[groupid]][groupname]} +
  • +
  • {$v[adddate]}{$v[fromdate]}/{$v[todate]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{elseif $action == 'login'} +{if $lists} +{loop $lists $v} +
+
    +
  • +{$v[area]} +{$v[loginip]} +
  • +
  • {$v[message]}{$v[logintime]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} + +{elseif $action == 'username'} +
+ +
+

当前账号

+
{$_username}
+{if $linkurl} +

主页地址

+
{$linkurl}
+{/if} +

新会员名*

+
+

格式要求

+
{$MOD[minusername]}-{$MOD[maxusername]}个字符,只能使用小写字母(a-z)、数字(0-9)、下划线(_)、中划线(-),且以字母或数字开头和结尾
+
+ +
+
+
+ + +{elseif $action == 'passport'} +
+ +
+

当前昵称

+
{$_passport}
+

新昵称*

+
+
+ +
+
+
+ + +{elseif $action == 'close'} +
+ +
+

当前账号

+
{$_username}
+

注销原因*

+
+

重要提示

+
注销申请一旦通过,该账号名下所有数据和文件将被彻底删除且不可恢复
请确认必须要注销此账户并且已经备份过重要数据再点击申请按钮
+
+ +
+
+
+ + +{else} + +
+ +
+
+{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/ad.htm b/template/hy-mobile/member/ad.htm new file mode 100644 index 0000000..467780d --- /dev/null +++ b/template/hy-mobile/member/ad.htm @@ -0,0 +1,288 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add'} + +{elseif $action=='list'} + +{else} +购买 +{/if} +
+
+
+
+
+{if $action == 'add'} + +
+ + + +
+
+
    +
  • {$p[name]}广告位名称
  • +
  • {$TYPE[$typeid]}广告位类型
  • + {if $p[introduce]}
  • {$p[introduce]}广告位介绍
  • {/if} + {if $p[width] && $p[height]}
  • {$p[width]}px X {$p[height]}px广告位大小
  • {/if} +
+
+
+
+{if $typeid == 1} +

广告代码*

+
+{elseif $typeid == 2} +

链接文字*

+
+

链接地址*

+
+

标题提示

+
+{elseif $typeid == 3 || $typeid == 5} +

图片地址*

+
+
+ + +

链接地址*

+
+

标题提示

+
+{elseif $typeid == 4} +

视频地址*

+
+
+ + +

自动播放

+
+ 是   + 否 +
+

循环播放

+
+ 是   + 否 +
+

链接地址

+
+{elseif $typeid == 6} +

所属模块

+
{$MODULE[$p[moduleid]][name]}
+

所属分类

+
{ajax_category_select('post[catid]', '请选择', 0, $p[moduleid])}
+

关键词

+
+{if $p[moduleid] == 4} + +{else} +

信息ID*

+
+{/if} +{elseif $typeid == 7} +

所属模块

+
{$MODULE[$p[moduleid]][name]}
+

所属分类

+
{ajax_category_select('post[catid]', '请选择', 0, $p[moduleid])}
+

关键词

+
+

广告代码*

+
+{/if} +

开始日期*

+
+

购买时长*

+
+ +
+{if $price} +

广告价格

+
{$p[price]}{$unit}/月
+

应付总价

+
{$p[price]}{$unit}
+{if $currency == 'money'} +

账户余额

+
{$_money} {$DT[money_unit]}  [充值]
+

支付密码*

+
+{else} +

{$DT[credit_name]}余额

+
{$_credit} {$DT[credit_unit]}  [购买]
+{/if} +{/if} +

备注事项

+
+
+
+
+
+
+
+
+{load('clear.js')} +{elseif $action == 'list'} +
+
+ +
+{if $pages}
{$pages}
{/if} +{else} + + +{if $lists} +{loop $lists $v} +
+
    +
  • {$v[amount]}{if $v[currency]=='money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{$TYPE[$v[typeid]]}/{$v[title]}
  • +
  • {$v[process]}{timetodate($v[fromtime], 3)} / {timetodate($v[totime], 3)}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{if $action == 'add'} +{load('clear.js')} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/address.htm b/template/hy-mobile/member/address.htm new file mode 100644 index 0000000..e68e2ee --- /dev/null +++ b/template/hy-mobile/member/address.htm @@ -0,0 +1,128 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} +
+ + + +
+

所在地区*

+
{ajax_area_select('post[areaid]', '请选择', $areaid)}
+

详细地址*

+
+

邮政编码*

+
+

真实姓名*

+
+

手机号码*

+
+

电话号码

+
+

显示顺序

+
+
+ +
+
+
+ +{else} +
+{if $lists} +{loop $lists $v} +
+ + +
+{/loop} +{/if} +{if $MG[address_limit]} +
总共可加 {$MG[address_limit]} 条   当前已加 {$limit_used} 条   还可以加 {$limit_free}
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+ +
+
+
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/agreement.htm b/template/hy-mobile/member/agreement.htm new file mode 100644 index 0000000..2f4dd66 --- /dev/null +++ b/template/hy-mobile/member/agreement.htm @@ -0,0 +1,152 @@ +{template 'header', 'member'} +
+
+
+
注册协议
+
+
+
+
+
+
+欢迎阅读{$DT[sitename]}服务条款协议(下称“本协议”)。本协议阐述之条款和条件适用于您使用{$DT[sitename]}所提供的在企业间(B-TO-B)电子市场中进行贸易和交流的各种工具和服务(下称“服务”)。
+ +1. 接受条款。
+以任何方式进入{$DT[sitename]}网站即表示您同意自己已经与{$DT[sitename]}订立本协议,且您将受本协议的条款和条件(“条款”) 约束。{$DT[sitename]}可随时自行全权决定更改“条款”。如“条款”有任何变更,{$DT[sitename]}将在其网站上刊载公告,通知予您。如您不同意相关变更,必须停止使用“服务”。经修订的“条款”一经在{$DT[sitename]}网站的公布后,立即自动生效。您应在第一次登录后仔细阅读修订后的“条款”,并有权选择停止继续使用“服务”;一旦您继续使用“服务”,则表示您已接受经修订的“条款”,当您与{$DT[sitename]}发生争议时,应以最新的服务协议为准。除另行明确声明外,任何使“服务”范围扩大或功能增强的新内容均受本协议约束。除非经{$DT[sitename]}的授权高层管理人员签订书面协议,本协议不得另行作出修订。

+ + +2.谁可使用{$DT[sitename]}网站?
+“服务”仅供能够根据相关法律订立具有法律约束力的合约的个人或公司使用。因此,您的年龄必须在十八周岁或以上,才可使用本公司服务。如不符合本项条件,请勿使用“服务”。{$DT[sitename]}可随时自行全权决定拒绝向任何人士提供“服务”。“服务”不会提供给被暂时或永久中止资格的{$DT[sitename]}会员。

+ +3. 收费。
+本公司保留在根据第1条通知您后,收取“服务”费用的权利。您因进行交易、向本公司获取有偿服务或接触本公司服务器而发生的所有应纳税赋,以及相关硬件、软件、通讯、网络服务及其他方面的费用均由您自行承担。本公司保留在无须发出书面通知,仅在{$DT[sitename]}网站公示的情况下,暂时或永久地更改或停止部分或全部“服务”的权利。

+ +4.{$DT[sitename]}网站仅作为交易地点。
+本公司网站仅作为用户物色交易对象,就货物和服务的交易进行协商,以及获取各类与贸易相关的服务的地点。但是,本公司不能控制交易所涉及的物品的质量、安全或合法性,商贸信息的真实性或准确性,以及交易方履行其在贸易协议项下的各项义务的能力。本公司不能也不会控制交易各方能否履行协议义务。此外,您应注意到,与外国国民、未成年人或以欺诈手段行事的人进行交易的风险是客观存在的。

+ +5.您的资料和供买卖的物品。
+“您的资料”包括您在注册、交易或列举物品过程中、在任何公开信息场合或通过任何电子邮件形式,向本公司或其他用户提供的任何资料,包括数据、文本、软件、音乐、声响、照片、图画、影像、词句或其他材料。您应对“您的资料”负全部责任,而本公司仅作为您在网上发布和刊登“您的资料”的被动渠道。但是,倘若本公司认为“您的资料”可能使本公司承担任何法律或道义上的责任,或可能使本公司 (全部或部分地) 失去本公司的互联网服务供应商或其他供应商的服务,或您未在{$DT[sitename]}规定的期限内登录或再次登录网站,则本公司可自行全权决定对“您的资料”采取本公司认为必要或适当的任何行动,包括但不限于删除该类资料。您特此保证,您对提交给{$DT[sitename]}的“您的资料”拥有全部权利,包括全部版权。您确认,{$DT[sitename]}没有责任去认定或决定您提交给本公司的资料哪些是应当受到保护的,对享有“服务”的其他用户使用“您的资料”,本公司也不必负责。

+ +5.1 注册义务。
+如您在{$DT[sitename]}网站注册,您同意:
+(a) 根根据{$DT[sitename]}网站刊载的会员资料表格的要求,提供关于您或贵公司的真实、准确、完整和反映当前情况的资料;
+(b) 维持并及时更新会员资料,使其保持真实、准确、完整和反映当前情况。倘若您提供任何不真实、不准确、不完整或不能反映当前情况的资料,或{$DT[sitename]}有合理理由怀疑该等资料不真实、不准确、不完整或不能反映当前情况,{$DT[sitename]}有权暂停或终止您的注册身份及资料,并拒绝您在目前或将来对“服务”(或其任何部份) 以任何形式使用。如您代表一家公司或其他法律主体在本公司登记,则您声明和保证,您有权使该公司或其他法律主体受本协议“条款”约束。

+ +5.2 会员注册名、密码和保密。
+在登记过程中,您将选择会员注册名和密码。您须自行负责对您的会员注册名和密码保密,且须对您在会员注册名和密码下发生的所有活动承担责任。您同意:
+(a) 如发现任何人未经授权使用您的会员注册名或密码,或发生违反保密规定的任何其他情况,您会立即通知{$DT[sitename]};
+(b) 确保您在每个上网时段结束时,以正确步骤离开网站。{$DT[sitename]}不能也不会对因您未能遵守本款规定而发生的任何损失或损毁负责。

+ +5.3 关于您的资料的规则。
+您同意,“您的资料”和您供在{$DT[sitename]}网站上交易的任何“物品”(泛指一切可供依法交易的、有形的或无形的、以各种形态存在的某种具体的物品,或某种权利或利益,或某种票据或证券,或某种服务或行为。本协议中“物品”一词均含此义)

+a. 不会有欺诈成份,与售卖伪造或盗窃无涉;
+b. 不会侵犯任何第三者对该物品享有的物权,或版权、专利、商标、商业秘密或其他知识产权,或隐私权、名誉权;
+c. 不会违反任何法律、法规、条例或规章 (包括但不限于关于规范出口管理、贸易配额、保护消费者、不正当竞争或虚假广告的法律、法规、条例或规章);
+d. 不会含有诽谤(包括商业诽谤)、非法恐吓或非法骚扰的内容;
+e. 不会含有淫秽、或包含任何儿童色情内容;
+f. 不会含有蓄意毁坏、恶意干扰、秘密地截取或侵占任何系统、数据或个人资料的任何病毒、伪装破坏程序、电脑蠕虫、定时程序炸弹或其他电脑程序;
+g. 不会直接或间接与下述各项货物或服务连接,或包含对下述各项货物或服务的描述:
+ (i) 本协议项下禁止的货物或服务;或
+ (ii) 您无权连接或包含的货物或服务。
+此外,您同意不会:
+(h) 在与任何连锁信件、大量胡乱邮寄的电子邮件、滥发电子邮件或任何复制或多余的信息有关的方面使用“服务”;
+(i) 未经其他人士同意,利用“服务”收集其他人士的电子邮件地址及其他资料;或
+(j) 利用“服务”制作虚假的电子邮件地址,或以其他形式试图在发送人的身份或信息的来源方面误导其他人士。

+ +5.4 被禁止物品。
+您不得在本公司网站公布或通过本公司网站买卖:
+(a) 可能使本公司违反任何相关法律、法规、条例或规章的任何物品;或
+(b) {$DT[sitename]}认为应禁止或不适合通过本网站买卖的任何物品。

+ +6. 您授予本公司的许可使用权。
+您授予本公司独家的、全球通用的、永久的、免费的许可使用权利 (并有权在多个层面对该权利进行再授权),使本公司有权(全部或部份地) 使用、复制、修订、改写、发布、翻译、分发、执行和展示"您的资料"或制作其派生作品,和/或以现在已知或日后开发的任何形式、媒体或技术,将"您的资料"纳入其他作品内。

+ +7.隐私。
+尽管有第6条所规定的许可使用权,{$DT[sitename]}将仅根据本公司的隐私声明使用“您的资料”。本公司隐私声明的全部条款属于本协议的一部份,因此,您必须仔细阅读。请注意,您一旦自愿地在{$DT[sitename]}交易地点披露“您的资料”,该等资料即可能被其他人士获取和使用。

+ +8.交易程序。
+ +8.1 添加产品描述条目。
+产品描述是由您提供的在{$DT[sitename]}网站上展示的文字描述、图画和/或照片,可以是
+(a) 对您拥有而您希望出售的产品的描述;或
+(b) 对您正寻找的产品的描述。您可在{$DT[sitename]}网站发布任一类产品描述,或两种类型同时发布,条件是,您必须将该等产品描述归入正确的类目内。
+{$DT[sitename]}不对产品描述的准确性或内容负责。

+ +8.2 就交易进行协商。
+交易各方通过在{$DT[sitename]}网站上明确描述报盘和回盘,进行相互协商。所有各方接纳报盘或回盘将使所涉及的{$DT[sitename]}用户有义务完成交易。除非在特殊情况下,诸如用户在您提出报盘后实质性地更改对物品的描述或澄清任何文字输入错误,或您未能证实交易所涉及的用户的身份等,报盘和承诺均不得撤回。

+ +8.3 处理交易争议。
+本公司不会且不能牵涉进交易各方的交易当中。倘若您与一名或一名以上用户,或与您通过本公司网站获取其服务的第三者服务供应商发生争议,您免除{$DT[sitename]} (及本公司代理人和雇员) 在因该等争议而引起的,或在任何方面与该等争议有关的不同种类和性质的任何 (实际和后果性的) 权利主张、要求和损害赔偿等方面的责任。

+ +8.4 运用常识。
+本公司不能亦不试图对其他用户通过“服务”提供的资料进行控制。就其本质而言,其他用户的资料,可能是令人反感的、有害的或不准确的,且在某些情况下可能带有错误的标识说明或以欺诈方式加上标识说明。本公司希望您在使用本公司网站时,小心谨慎并运用常识。

+ +9.交易系统。

+ +9.1 不得操纵交易。
+您同意不利用帮助实现蒙蔽或欺骗意图的同伙(下属的客户或第三方),操纵与另一交易方所进行的商业谈判的结果。

+ +9.2 系统完整性。
+您同意,您不得使用任何装置、软件或例行程序干预或试图干预{$DT[sitename]}网站网站的正常运作或正在本公司网站上进行的任何交易。您不得采取对任何将不合理或不合比例的庞大负载加诸本公司网络结构的行动。您不得向任何第三者披露您的密码,或与任何第三者共用您的密码,或为任何未经批准的目的使用您的密码。

+ +9.3 反馈。
+您不得采取任何可能损害信息反馈系统的完整性的行动,诸如:利用第二会员身份标识或第三者为您本身留下正面反馈;利用第二会员身份标识或第三者为其他用户留下负面反馈 (反馈数据轰炸);或在用户未能履行交易范围以外的某些行动时,留下负面的反馈 (反馈恶意强加)。

+ +9.4 不作商业性利用。
+您同意,您不得对任何资料作商业性利用,包括但不限于在未经{$DT[sitename]}授权高层管理人员事先书面批准的情况下,复制在{$DT[sitename]}网站上展示的任何资料并用于商业用途。

+ +10. 终止或访问限制。
+您同意,在{$DT[sitename]}未向您收费的情况下,{$DT[sitename]}可自行全权决定以任何理由 (包括但不限于{$DT[sitename]}认为您已违反本协议的字面意义和精神,或您以不符合本协议的字面意义和精神的方式行事,或您在超过90天的时间内未以您的帐号及密码登录网站) 终止您的“服务”密码、帐户 (或其任何部份) 或您对“服务”的使用,并删除和丢弃您在使用“服务”中提交的 “您的资料”。您同意,在{$DT[sitename]}向您收费的情况下,{$DT[sitename]}应基于合理的怀疑且经电子邮件通知的情况下实施上述终止服务的行为。{$DT[sitename]}同时可自行全权决定,在发出通知或不发出通知的情况下,随时停止提供“服务”或其任何部份。您同意,根据本协议的任何规定终止您使用“服务”之措施可在不发出事先通知的情况下实施,并承认和同意,{$DT[sitename]}可立即使您的帐户无效,或撤销您的帐户以及在您的帐户内的所有相关资料和档案,和/或禁止您进一步接入该等档案或“服务”。帐号终止后,{$DT[sitename]}没有义务为您保留原帐号中或与之相关的任何信息,或转发任何未曾阅读或发送的信息给您或第三方。此外,您同意,{$DT[sitename]}不会就终止您接入“服务”而对您或任何第三者承担任何责任。第12、13、14和22各条应在本协议终止后继续有效。

+ + +11. 违反规则会有什么后果?
+在不限制其他补救措施的前提下,发生下述任一情况,本公司可立即发出警告,暂时中止、永久中止或终止您的会员资格,删除您的任何现有产品信息,以及您在网站上展示的任何其他资料:
+(i) 您违反本协议;
+(ii) 本公司无法核实或鉴定您向本公司提供的任何资料;或
+(iii) 本公司相信您的行为可能会使您、本公司用户或通过本公司或本公司网站提供服务的第三者服务供应商发生任何法律责任。在不限制任何其他补救措施的前提下,倘若发现您从事涉及本公司网站的诈骗活动,{$DT[sitename]}可暂停或终止您的帐户。

+ +12. 服务“按现状”提供。
+本公司会尽一切努力使您在使用{$DT[sitename]}网站的过程中得到乐趣。遗憾的是,本公司不能随时预见到任何技术上的问题或其他困难。该等困难可能会导致数据损失或其他服务中断。为此,您明确理解和同意,您使用“服务”的风险由您自行承担。“服务”以“按现状”和“按可得到”的基础提供。{$DT[sitename]}明确声明不作出任何种类的所有明示或暗示的保证,包括但不限于关于适销性、适用于某一特定用途和无侵权行为等方面的保证。{$DT[sitename]}对下述内容不作保证:
+(i)“服务”会符合您的要求;
+(ii)“服务”不会中断,且适时、安全和不带任何错误;
+(iii) 通过使用“服务”而可能获取的结果将是准确或可信赖的;
+(iv) 您通过“服务”而购买或获取的任何产品、服务、资料或其他材料的质量将符合您的预期。通过使用“服务”而下载或以其他形式获取任何材料是由您自行全权决定进行的,且与此有关的风险由您自行承担,对于因您下载任何该等材料而发生的您的电脑系统的任何损毁或任何数据损失,您将自行承担责任。您从{$DT[sitename]}或通过或从“服务”获取的任何口头或书面意见或资料,均不产生未在本协议内明确载明的任何保证。

+ +13. 责任范围。
+您明确理解和同意,{$DT[sitename]}不对因下述任一情况而发生的任何损害赔偿承担责任,包括但不限于利润、商誉、使用、数据等方面的损失或其他无形损失的损害赔偿 (无论{$DT[sitename]}是否已被告知该等损害赔偿的可能性):
+(i) 使用或未能使用“服务”;
+(ii) 因通过或从“服务”购买或获取任何货物、样品、数据、资料或服务,或通过或从“服务”接收任何信息或缔结任何交易所产生的获取替代货物和服务的费用;
+(iii) 未经批准接入或更改您的传输资料或数据;
+(iv) 任何第三者对“服务”的声明或关于“服务”的行为;或因任何原因而引起的与“服务”有关的任何其他事宜,包括疏忽。

+ +14. 赔偿。
+您同意,因您违反本协议或经在此提及而纳入本协议的其他文件,或因您违反了法律或侵害了第三方的权利,而使第三方对{$DT[sitename]}及其子公司、分公司、董事、职员、代理人提出索赔要求(包括司法费用和其他专业人士的费用),您必须赔偿给{$DT[sitename]}及其子公司、分公司、董事、职员、代理人,使其等免遭损失。

+ +15. 遵守法律。
+您应遵守与您使用“服务”,以及与您竞买、购买和销售任何物品以及提供商贸信息有关的所有相关的法律、法规、条例和规章。

+ +16. 无代理关系。
+您与{$DT[sitename]}仅为独立订约人关系。本协议无意结成或创设任何代理、合伙、合营、雇用与被雇用或特许权授予与被授予关系。

+ +17. 广告和金融服务。
+您与在“服务”上或通过“服务”物色的刊登广告人士通讯或进行业务往来或参与其推广活动,包括就相关货物或服务付款和交付相关货物或服务,以及与该等业务往来相关的任何其他条款、条件、保证或声明,仅限于在您和该刊登广告人士之间发生。您同意,对于因任何该等业务往来或因在“服务”上出现该等刊登广告人士而发生的任何种类的任何损失或损毁,{$DT[sitename]}无需负责或承担任何责任。您如打算通过“服务”创设或参与与任何公司、股票行情、投资或证券有关的任何服务,或通过“服务”收取或要求与任何公司、股票行情、投资或证券有关的任何新闻信息、警戒性信息或其他资料,敬请注意,{$DT[sitename]}不会就通过“服务”传送的任何该等资料的准确性、有用性或可用性、可获利性负责或承担任何责任,且不会对根据该等资料而作出的任何交易或投资决策负责或承担任何责任。

+ +18. 链接。
+“服务”或第三者均可提供与其他万维网网站或资源的链接。由于{$DT[sitename]}并不控制该等网站和资源,您承认并同意,{$DT[sitename]}并不对该等外在网站或资源的可用性负责,且不认可该等网站或资源上或可从该等网站或资源获取的任何内容、宣传、产品、服务或其他材料,也不对其等负责或承担任何责任。您进一步承认和同意,对于任何因使用或信赖从此类网站或资源上获取的此类内容、宣传、产品、服务或其他材料而造成(或声称造成)的任何直接或间接损失,{$DT[sitename]}均不承担责任。

+ +19. 通知。
+除非另有明确规定,任何通知应以电子邮件形式发送,(就{$DT[sitename]}而言) 电子邮件地址为以本站域名后缀之地址,或 (就您而言) 发送到您在登记过程中向{$DT[sitename]}提供的电子邮件地址,或有关方指明的该等其他地址。在电子邮件发出二十四 (24) 小时后,通知应被视为已送达,除非发送人被告知相关电子邮件地址已作废。或者,本公司可通过邮资预付挂号邮件并要求回执的方式,将通知发到您在登记过程中向{$DT[sitename]}提供的地址。在该情况下,在付邮当日三 (3) 天后通知被视为已送达。

+ +20. 不可抗力。
+对于因本公司合理控制范围以外的原因,包括但不限于自然灾害、罢工或骚乱、物质短缺或定量配给、暴动、战争行为、政府行为、通讯或其他设施故障或严重伤亡事故等,致使本公司延迟或未能履约的,{$DT[sitename]}不对您承担任何责任。

+ +21. 转让。
+{$DT[sitename]}转让本协议无需经您同意。

+ +22. 其他规定。
+本协议取代您和{$DT[sitename]}先前就相同事项订立的任何书面或口头协议。本协议各方面应受中华人民共和国大陆地区法律的管辖。倘若本协议任何规定被裁定为无效或不可强制执行,该项规定应被撤销,而其余规定应予执行。条款标题仅为方便参阅而设,并不以任何方式界定、限制、解释或描述该条款的范围或限度。本公司未就您或其他人士的某项违约行为采取行动,并不表明本公司撤回就任何继后或类似的违约事件采取行动的权利。

+ +23. 诉讼。
+因本协议或本公司服务所引起或与其有关的任何争议应向人民法院提起诉讼,并以中华人民共和国法律为管辖法律。 +
+{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/alert.htm b/template/hy-mobile/member/alert.htm new file mode 100644 index 0000000..245ea97 --- /dev/null +++ b/template/hy-mobile/member/alert.htm @@ -0,0 +1,113 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add' || $action=='edit' || $action=='list'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} +
+ + + + +
+

关键词

+
+

行业分类

+
{ajax_category_select('post[catid]', '请选择', $catid, $mid)}
+

所在地区

+
{ajax_area_select('post[areaid]', '请选择', $areaid)}
+

发送频率

+
+ +
+
+ +
+
+
+{elseif $action=='list'} +
+
+ +
+
+{else} + + +
+{if $lists} +{loop $lists $v} +
+ + +
+{/loop} +{/if} +{if $MG[alert_limit]} +
总共可添加 {$MG[alert_limit]} 条   当前已添加 {$limit_used} 条   还可以添加 {$limit_free}
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+ +
+
+
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/ask.htm b/template/hy-mobile/member/ask.htm new file mode 100644 index 0000000..251732d --- /dev/null +++ b/template/hy-mobile/member/ask.htm @@ -0,0 +1,174 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add' || $action=='edit' || $action=='show'} + +{elseif $action=='support'} +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ + + +
+

分类*

+
{$type_select}
+

标题*

+
+

内容*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+
+ +
+
+
+{elseif $action == 'show'} +
+问题分类:{$TYPE[$typeid][typename]}
+问题标题:{$title}
+{if $qid}来源问题:点击查看
{/if} +问题详情: +
{$content}
+提交时间:{$addtime}
+受理状态:{$dstatus[$status]}
+{if $status > 1} +问题回复: +
{$reply}
+受理时间:{$edittime}
+受理人:{$editor}
+{if $star} +我的评分:{$stars[$star]} +{else} +我的评分:
+
+ + + +
+{/if} +{if $star != 3} +
+ +{/if} +{/if} +
+
+{elseif $action == 'support'} +
+ +
+
+{if $user[truename]}姓名:{$user[truename]} ({if $user[gender]==1}先生{else}女士{/if})
{/if} +{if $user[telephone]}电话:{$user[telephone]}
{/if} +{if $user[mobile]}手机:{$user[mobile]}
{/if} +{if $user[fax]}传真:{$user[fax]}
{/if} +{if $user[mail]}邮件:{$user[mail]}
{/if} +{if $user[address]}地址:{$user[address]}
{/if} +{if $user[postcode]}邮编:{$user[postcode]}
{/if} +
+{else} +
+
+
+
+
+{if $lists} +{loop $lists $v} +
+ +
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{if $support} +
+
+ +
+
+{/if} +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/avatar.htm b/template/hy-mobile/member/avatar.htm new file mode 100644 index 0000000..624138a --- /dev/null +++ b/template/hy-mobile/member/avatar.htm @@ -0,0 +1,49 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+
+
+ + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/award.htm b/template/hy-mobile/member/award.htm new file mode 100644 index 0000000..1f4fc31 --- /dev/null +++ b/template/hy-mobile/member/award.htm @@ -0,0 +1,116 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+
+
+
+ + + +
+ + +
+
+ +
+{if $awards} +
+
{loop $awards $v}
{$v}{$DT[money_unit]}
{/loop}
+{/if} +
+
+
    +
  • {$DT[money_unit]}打赏金额
  • +
+
+ + + + + + + +
+
+
+ +{if $tags} +
+
    +
  • 打赏记录
  • +
+
+
+{loop $tags $t} + +{/loop} +
+{/if} +
+ +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/biz.htm b/template/hy-mobile/member/biz.htm new file mode 100644 index 0000000..017841c --- /dev/null +++ b/template/hy-mobile/member/biz.htm @@ -0,0 +1,68 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+ +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/member/buy.htm b/template/hy-mobile/member/buy.htm new file mode 100644 index 0000000..945e265 --- /dev/null +++ b/template/hy-mobile/member/buy.htm @@ -0,0 +1,337 @@ +{template 'header', 'member'} + +{if $action == 'show'} +
+
+
+
{$head_name}
+
+
+
+
+ {if $success} +
+

订单提交成功!

+ + + +
+ {else} +
+

订单提交失败!

+ + + +
+ {/if} +{else} +
+
+
+
{$head_name}
+
+
+
+
+
+{if $lists} +
+
+ + +{loop $lists $tags} +{loop $tags $i $t} +{if $i == 0} +
+ + + + + + +
+ {php $promos = get_promos($t[username]);} + {if $promos} +   领券 + {/if} + 0.00 +
+
+{php $coupons = get_coupons($_username, $t[username]);} +{if $coupons} +
+ +
+{/if} +{/if} + + + + + + + + + + + + + +
+ + + + + + +
+

{$t[alt]}

+ {if $t[m1]}{$t[n1]}:{$t[m1]} {/if}{if $t[m2]}{$t[n2]}:{$t[m2]} {/if}{if $t[m3]}{$t[n3]}:{$t[m3]} {/if} +
+ + + + + + + +
{$DT[money_sign]}{$t[price]}{if isset($t[unit]) && $t[unit]}/{$t[unit]}{/if}-+
+
+ 0.00 +
+
+
+ 运费:0.00 + + {if $t[express_name_1] == '包邮' && $t[fee_start_1]>0} 满{$t[fee_start_1]}包邮{/if} + {if $t[cod]} 货到付款{/if} +
+
+ +
+{/loop} +{/loop} +
+ +
+
    +
  • 总价
  • +
  • 运费
  • +
  • 优惠
  • +
  • 实付
  • +
+
+
提示:实际的运费可能因为收货地址的不同而有差异,具体以提交之后系统计算或与卖家协商为准
+
+

收货地址*管理

+
+ +
+ +

所在地区*

+
{ajax_area_select('add[areaid]', '请选择', $user[areaid])}
+ +

街道地址*

+
+ +

邮政编码*

+
+ +

真实姓名*

+
+ +

手机号码*

+
+ +
+ +
+
+
+{else} +


您还没有挑选商品,赶快行动吧!
马上去 挑选商品


+{/if} +{/if} +{if !$_userid}{/if} + +{if $DT_PC} +{template 'footer'} +{else} +{template 'footer', 'member'} +{/if} \ No newline at end of file diff --git a/template/hy-mobile/member/cart.htm b/template/hy-mobile/member/cart.htm new file mode 100644 index 0000000..2878e5d --- /dev/null +++ b/template/hy-mobile/member/cart.htm @@ -0,0 +1,227 @@ +{template 'header', 'member'} + +{if $action == 'show'} +
+
+
+
购物车
+
+
+
+
+
+{if $code > 0} +
+

商品已成功加入购物车!

+ + +
+{else} +
+

+ 添加失败! + {if $code == -1} + 商品已经下架 + {elseif $code == -2} + 商品由您自己发布 + {elseif $code == -5} + 商品库存不足 + {else} + 商品已经下架或由您自己发布 + {/if} +

+ +
+{/if} +{else} +
+
+
+
{$head_name}
+
{if $lists}{/if}
+
+
+
+
+{if $lists} +
+ + +{loop $lists $tags} +{loop $tags $i $t} +{if $i == 0} +
+ + + + + + +
+ {php $promos = get_promos($t[username]);} + {if $promos} + 优惠券 + {/if} + 0.00 +
+
+{/if} + + + + + + + +
+ + + + + + +
+

{$t[alt]}

+ {if $t[m1]}{$t[n1]}:{$t[m1]} {/if}{if $t[m2]}{$t[n2]}:{$t[m2]} {/if}{if $t[m3]}{$t[n3]}:{$t[m3]} {/if} +
+ + + + + + + +
{$DT[money_sign]}{$t[price]}{if isset($t[unit]) && $t[unit]}/{$t[unit]}{/if}-{if $t[valid]}{else}失效{/if}+
+
+ {$t[price]} +
+
+{/loop} +{/loop} +
+
+ + + + + + +

件,计

+
+
+{else} +
+{if $action == 'guest'} +您还没有登录,请先登录或注册 +
+
+
立即登录
+
+
注册会员
+{elseif $action == 'close'} +购物车功能未开放 +{else} +您的购物车还是空的,赶快行动吧!马上去 +
+
+
挑选商品
+{/if} +
+{/if} +{/if} + +{template 'footer', 'member'} diff --git a/template/hy-mobile/member/cash.htm b/template/hy-mobile/member/cash.htm new file mode 100644 index 0000000..7344a5d --- /dev/null +++ b/template/hy-mobile/member/cash.htm @@ -0,0 +1,185 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
{if $action == 'record'}提现{else}{/if}
+
+
+
+
+{if $action == 'record'} +{if $lists} +{loop $lists $v} +
+
    +
  • +{$v[dstatus]} ++{$v[amount]} +
  • +
  • {$v[bank]}{$v[addtime]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{elseif $action == 'setting'} + +{if $vbank} +
+开户银行:{$member[bank]}
+开户网点:{$member[branch]}
+收款户名:{if $member[banktype]}{$member[company]}{else}{$member[truename]}{/if}
+帐号类型:{if $member[banktype]}对公{else}对私{/if}
+收款帐号:{$member[account]}
+认证状态:已认证
+
+{else} +
+ +
+
+

开户银行*

+
{$bank_select}
+

帐号类型*

+
+ 对私 + 对公 +
+

开户网点*

+
+

收款户名*

+
{$member[truename]}
+

收款帐号*

+
+

支付密码*

+
{template 'password', 'chip'}
+
+ +
+
+
+ +{/if} +{else} + +{if $action == 'confirm'} +
+ + +
+
    +
  • {$DT[money_sign]}{$_money}{$DT[money_unit]}账户余额
  • +
  • {$DT[money_sign]}{$amount}{$DT[money_unit]}提现金额
  • +
  • {$DT[money_sign]}{$fee}{$DT[money_unit]}手续费
  • +
  • {$DT[money_sign]}{$money}{$DT[money_unit]}实收金额
  • +
+
+
+
+
+
+
+
+
+ + +{else} +
+ +
+
    +
  • {$_money}{$DT[money_unit]}账户余额
  • +
+
+
+
+
+
+{if $MOD[cash_times]}- 24小时可提现次数{$MOD[cash_times]}次
{/if} +{if $MOD[cash_min]}- 单次提现最小金额{$MOD[cash_min]}{$DT[money_unit]}
{/if} +{if $MOD[cash_max]}- 单次提现最大金额{$MOD[cash_max]}{$DT[money_unit]}
{/if} +{if $MOD[cash_fee]}- 提现费率{$MOD[cash_fee]}%
{/if} +{if $MOD[cash_fee_min]}- 提现费率最小值{$MOD[cash_fee_min]}{$DT[money_unit]}
{/if} +{if $MOD[cash_fee_max]}- 提现费率封顶值{$MOD[cash_fee_max]}{$DT[money_unit]}
{/if} +
+
+
+
+
+ +{/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/charge.htm b/template/hy-mobile/member/charge.htm new file mode 100644 index 0000000..bd2efde --- /dev/null +++ b/template/hy-mobile/member/charge.htm @@ -0,0 +1,153 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action == 'record'} + +{/if} +
+
+
+
+
+{if $action == 'record'} +{if $lists} +{loop $lists $v} +
+ +
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{elseif $action == 'card'} +
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +{elseif $action == 'pay'} +{if $MOD[pay_online]} +
+ + + + +
+
+
+
+
+{if $PAYLIST} + +
+
    +{loop $PAYLIST $k $v} +
  • {$v[name]} {if $v[percent]>0}手续费 {$v[percent]}%{/if}
  • +{/loop} +
+
+
+
+{else} +
抱歉,系统未设置支付平台,暂时无法在线支付
+{/if} +
+{if $MOD[pay_card]} +
+
+{/if} +{if $MOD[pay_url]} +
+
+{/if} +
+
+ +{/if} +{elseif $action == 'confirm'} +
+ + + + + +
+
+
    +
  • {$PAY[$bank][name]}支付平台
  • +
  • {$amount} {$DT[money_unit]}支付金额
  • +
  • {$fee} {$DT[money_unit]}手续费
  • +
  • {$charge} {$DT[money_unit]}实收金额
  • +
+
+
+
+
+
+
+
+{if $auto}{/if} +{else} +{if $charge_status == 2} +
+

支付异常 {$charge_errcode}

+ +
+{elseif $charge_status == 1} +
+

支付成功{$charge_amount}{$DT[money_unit]}

+ +
+{else} +
+

支付失败

+ +
+{/if} +{if $charge_forward}{/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/chat.htm b/template/hy-mobile/member/chat.htm new file mode 100644 index 0000000..27c520e --- /dev/null +++ b/template/hy-mobile/member/chat.htm @@ -0,0 +1,174 @@ +{template 'header', 'member'} + +
+
+
+
{$user[username]} •
+
+
+
+
+
+
+ +
+{if $faces} +
+ +{loop $faces $k $v} +{if $k%10==0}{/if} + +{if $k%10==9}{/if} +{/loop} +
+ +
+{/if} +
+
+ + + +{if $faces}{/if} + + + +
发送
+
+ + + + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/child.htm b/template/hy-mobile/member/child.htm new file mode 100644 index 0000000..130e2e4 --- /dev/null +++ b/template/hy-mobile/member/child.htm @@ -0,0 +1,206 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+{if $_cid} +{if $action=='password'} + +{elseif $job=='my'} + +{else} + +{/if} +{else} +{if $action=='add' || $action=='edit' || $action=='password' || $action=='home'} + +{else} + +{/if} +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} +
+ + + +
+

户名*

+
+

密码*

+
+

昵称

+
+

角色

+
+

部门

+
+

姓名

+
+

性别

+
+ 先生   + 女士 +
+

手机

+
+

权限*

+
+{loop $CHILD $k $v} +
+{/loop} +{loop $MENUMODS $k $v} +
+{/loop} +
+

状态*

+
+ 启用   + 禁用 +
+
+ +
+
+
+ +{elseif $action == 'password'} +
+ + +
+

新登录密码*

+
+

重复登录密码*

+
+

现有登录密码*

+
+
+ +
+
+
+ +{elseif $action == 'home'} +{if $job == 'my'} +
+会员:{$username}
+昵称:{$nickname}
+角色:{$role}
+部门:{$department}
+姓名:{$truename}
+手机:{$mobile}
+登录:{$logintimes}次
+
+
修改密码
+
+
退出登录
+
+
+{else} +
+ +
+{/if} +{else} +
+{if $lists} +{loop $lists $v} +
+ + +
+{/loop} +{/if} +{if $MG[child_limit]} +
总共可加 {$MG[child_limit]} 个   当前已加 {$limit_used} 个   还可以加 {$limit_free}
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+ +
+
+
+ +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/member/coupon.htm b/template/hy-mobile/member/coupon.htm new file mode 100644 index 0000000..d237542 --- /dev/null +++ b/template/hy-mobile/member/coupon.htm @@ -0,0 +1,57 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='my'} +领券 +{else} +我的 +{/if} +
+
+
+
+
+{if $action=='my'} +{loop $lists $v} +
+
    +
  • +{if $v[cost]}满{$v[cost]}可用{else}不限消费金额{/if} +{$DT[money_sign]}{$v[price]} +
  • +
  • + + {if $v[oid]} + 已使用 + {elseif $v[fromtime] > $DT_TIME} + 未开始 + {elseif $v[totime] < $DT_TIME} + 已过期 + {else} + 立即使用 + {/if} + + {if $v[seller]}店铺:{$v[seller]}{else}全站通用{/if} / {timetodate($v[fromtime], 3)} - {timetodate($v[totime], 3)}
  • +
+
+{/loop} +{if $pages}
{$pages}
{/if} +{else} +{loop $lists $v} +
+
    +
  • +{if $v[cost]}满{$v[cost]}可用{else}不限消费金额{/if} +{$DT[money_sign]}{$v[price]} +
  • +
  • {if isset($gets[$v[itemid]])}已领取{else}立即领取 + {/if}{if $v[username]}店铺:{$v[username]}{else}全站通用{/if} / 剩余{$v[left]}张
  • +
+
+{/loop} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/credit.htm b/template/hy-mobile/member/credit.htm new file mode 100644 index 0000000..3355fba --- /dev/null +++ b/template/hy-mobile/member/credit.htm @@ -0,0 +1,139 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
{if $action == 'buy' || $action == 'invite'}{else}购买{/if}
+
+
+
+
+{if $action == 'buy'} +
+ + + + + + + + +{loop $C $k $v} + + + + + +{/loop} +
  {$DT[credit_name]}({$DT[credit_unit]})    {$DT[money_name]}({$DT[money_unit]})  
{$v}{$P[$k]}
+
+
+
    +
  • 0.00{$DT[money_unit]}应付总额
  • +
+
+ + + +
+
+
+
+{elseif $action == 'invite'} +
+推广网址
+网站首页:复制网址
+会员注册:复制网址
+我的主页:复制网址
+
+推广方法
+- 将上面的网址发给您QQ/微信/Email等好友
+- 在论坛签名,博客链接,网站等加上上面的网址
+
+奖励规则
+- 每引导一个IP访问您可以获赠 {$MOD[credit_ip]} {$DT[credit_name]} (24小时内最多积{$MOD[credit_maxip]}{$DT[credit_name]})
+- 每引导一个用户注册您可以获赠 {$MOD[credit_user]} {$DT[credit_name]}
+
+备注事项
+- 无论引导至那个页面,系统均会自动记录您为用户注册推荐人
+- 引导用户需注册成功完善资料后方可为您加分
+- 同一IP 24小时内计算一次
+
+推广记录
+点击查看 +


+
+{else} +{if $lists} +{loop $lists $v} +
+
    +
  • +余额:{$v[balance]} +{if $v[amount] < 0} +{$v[amount]} +{else} ++{$v[amount]} +{/if} +
  • +
  • {$v[addtime]}{$v[reason]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{if $action == 'buy'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/deal.htm b/template/hy-mobile/member/deal.htm new file mode 100644 index 0000000..f6387b3 --- /dev/null +++ b/template/hy-mobile/member/deal.htm @@ -0,0 +1,330 @@ +{template 'header', 'member'} +{if $action == 'update'} + {if $step == 'detail'} +
+
+
+
订单详情
+
+
+
+
+
+
+ {template 'goods', 'chip'} + {if $td[logistic]} +
快递信息
+
+ 邮编:{$td[buyer_postcode]}
+ 地址:{$td[buyer_address]}
+ 姓名:{$td[buyer_name]}
+ 手机:{$td[buyer_mobile]}
+ {if $td[send_time]} + 发货日期:{$td[send_time]}
+ 快递类型:{$td[send_type]}
+ 快递单号:{$td[send_no]}{if $td[send_type] && $td[send_no]}   [快递追踪]{/if}
+ 快递状态:{$_send_status[$td[send_status]]}
+ + {/if} +
+ {else} +
验证信息
+
+ 密码:{$td[password]}
+ 手机:{$td[buyer_mobile]}
+
+ {/if} +
订单详情
+
+ 联系卖家:{$td[seller]}
+ 下单时间:{$td[adddate]}
+ 最后更新:{$td[updatedate]}
+ {if $td[send_time]} + 发货时间:{$td[send_time]}
+ {/if} + 订单状态:{$_status[$td[status]]}
+ {if $td[buyer_reason]} + 退款理由:{$td[buyer_reason]}
+ {/if} + {if $td[refund_reason]} + 操作原因:{$td[refund_reason]}
+ {/if} + {if $td[status] == 6} +
+ +
+ {/if} +
+ {elseif $step == 'express'} +
+
+
+
快递信息
+
+
+
+
+
+ {template 'goods', 'chip'} +
快递信息
+
+ 发货日期:{$td[send_time]}
+ 快递类型:{$td[send_type]}
+ 快递单号:{$td[send_no]}
+ 快递状态:{$_send_status[$td[send_status]]}
+ 追踪结果:
+
正在查询...
+
+ + {elseif $step == 'pay'} +
+
+
+
订单支付
+
+
+
+
+ {template 'goods', 'chip'} +
+ + + + + + + + + + + +
+
+
+
+ + {elseif $step == 'remind'} +
+
+
+
提醒发货
+
+
+
+
+
+ + + + + +
+ + {elseif $step == 'refund'} +
+
+
+
申请退款
+
+
+
+
+ {template 'goods', 'chip'} + +
+ + + + + +
+

退款原因*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
+ + +
+

支付密码*

+
{template 'password', 'chip'}
+
+
+
+
+
+ + {/if} +{elseif $action == 'express'} +
+
+
+
我的快递
+
+
+
+
+
+{loop $lists $v} +
+ +
+{/loop} +{if $pages}
{$pages}
{/if} +{else} +
+
+
+
{$MODULE[$mid][name]}订单 ▾
+
+
+
+
+
+ + + +
+{loop $lists $v} +
+{$v[dstatus]}{$v[addtime]} {$v[seller]} +
+
+ +
    +
  • {$v[title]}
  • +
  • {$DT[money_sign]}{$v[amount]}{$DT[money_sign]}{$v[price]}x{$v[number]}
  • +
+
+
+{if $v[status] == 0} +{if $v[logistic]} +提醒发货 +{/if} +申请退款 +{elseif $v[status] == 1} +{if $v[lefttime]} +确认收货 +{if $v[send_type] && $v[send_no]} +快递追踪 +{/if} +申请退款 +{else} +{/if} +{elseif $v[status] == 2} +{if $v[lefttime]} +确认消费 +申请退款 +{else} +{/if} +{elseif $v[status] == 6} +立即付款 +{/if} +订单详情 +
+{/loop} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/deposit.htm b/template/hy-mobile/member/deposit.htm new file mode 100644 index 0000000..b049a22 --- /dev/null +++ b/template/hy-mobile/member/deposit.htm @@ -0,0 +1,125 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' && $itemid==1}
尊敬的用户,为了保证信息的真实有效,请先缴纳保证金,缴纳之后即可发布信息
{/if} +{if $action=='add'} +
+ + +
+
- +增资金额
+
+ + + + + + + +
+
+
+
+{else} +{if $lists} +{loop $lists $v} +
+
    +
  • +{$v[addtime]} +{if $v[amount] < 0} +{$v[amount]} +{else} ++{$v[amount]} +{/if} +
  • +
  • {if $v[reason]}{$v[reason]}{else}无备注{/if}
  • +
+
+{/loop} +{/if} +
+
+
    +
  • {$DT[money_sign]}{$_deposit} {$DT[money_unit]}当前保证金
  • +
+
+
+{if $pages}
{$pages}
{/if} +{/if} +{if $action == 'add'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/edit.htm b/template/hy-mobile/member/edit.htm new file mode 100644 index 0000000..7fd1afe --- /dev/null +++ b/template/hy-mobile/member/edit.htm @@ -0,0 +1,542 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+
+
+
+{if $is_company && !$_edittime} +
贵公司尚未完善详细资料!完善的商业信息有助于获得别人的信任,结交潜在的商业伙伴,获取商业机会,请尽快完善
+{/if} + +
+ +
+
+
+
    +
  • {$_username}个人资料
  • +
+
+

邮件

+
{$_email}{if $DT[mail_type] != 'close'}  修改{/if}
+{if $vmobile} +

手机

+
{$mobile}{if $DT[sms]}  修改{/if}
+{else} +

手机

+
+{/if} +{if $vtruename} +

姓名

+
{$truename}
+{else} +

姓名*

+
+{/if} +{if !$is_company} +

地区*

+
{ajax_area_select('post[areaid]', '请选择', $areaid)}
+

地址

+
+

邮编

+
+

电话

+
+{/if} +

部门

+
+

职位

+
+{if $DT[im_qq]} +

QQ

+
+{/if} +{if $DT[im_wx]} +

微信

+
+

微信二维码

+
+ +
+
+ +
+{/if} +{if $DT[im_ali]} +

旺旺

+
+{/if} +

站内信提示音

+
+   +   +   + +
+
+
+ +
+
+
    +
  • 修改密码密码管理
  • +
+
+

新登录密码

+
+

重复登录密码

+
+

现有密码

+
+

新支付密码

+
+

重复支付密码

+
+

现有支付密码

+
+
+找回支付密码 +
+
+{if $is_company} +
+
+
    +
  • {$_company}公司资料
  • +
+
+

公司类型*

+
{dselect($COM_TYPE, 'post[type]', '请选择', $type, 'id="type"', 0)}
+

所在地区*

+
{ajax_area_select('post[areaid]', '请选择', $areaid)}
+

主营行业*

+
{ajax_category_select('', '请选择行业', 0, 4)}   添加
+ +
+
请添加主营行业,最多可添加 {$MOD[cate_max]}
+{loop $cates $c} +
删除{strip_tags(cat_pos(get_cat($c), '/'))}
+{/loop} +
+ +

主营范围*

+
+

成立年份*

+
+

形象图片

+
+ +
+
+ +
+

经营模式

+
{$mode_check}
+

公司规模

+
{dselect($COM_SIZE, 'post[size]', '请选择规模', $size, '', 0)}
+

注册资本

+
{dselect($MONEY_UNIT, 'post[regunit]', '', $regunit, '', 0)}
+

销售的产品

+
+

采购的产品

+
+
+
+ +
+
+
    +
  • 联系方式
  • +
+
+

公司地址*

+
+

邮政编码

+
+

公司电话*

+
+

公司传真

+
+

公司邮件

+
+

公司网址

+
+

微信公众号

+
+

公众号二维码

+
+ +
+
+ +
+
+
+ +
+
+
    +
  • 公司介绍
  • +
+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+{/if} + +{if $need_captcha} +
+

验证码*

+
{template 'captcha', 'chip'}
+
+
+{/if} + +
+
+
+ +
+
+ +{load('clear.js')} + +{template 'footer',$module} \ No newline at end of file diff --git a/template/hy-mobile/member/express.htm b/template/hy-mobile/member/express.htm new file mode 100644 index 0000000..52c765b --- /dev/null +++ b/template/hy-mobile/member/express.htm @@ -0,0 +1,129 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} +
+ + + + +
+

模板名称*

+
+

快递名称*

+
+

默认运费

+
+

增加一件商品增加

+
+

显示顺序

+
+

备注信息

+
+
+ +
+
+
+{else} +
+{if $lists} +{loop $lists $v} +
+ +
    +
  • {$v[title]}
  • +
  • {$DT[money_sign]}{$v[fee_start]} {$v[express]}
  • +
+
+{/loop} +{/if} +{if $MG[express_limit]} +
总共可发 {$MG[express_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+ +
+
+
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/favorite.htm b/template/hy-mobile/member/favorite.htm new file mode 100644 index 0000000..c9f20fb --- /dev/null +++ b/template/hy-mobile/member/favorite.htm @@ -0,0 +1,110 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add' || $action=='edit' || $action=='show'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} +
+ + + + +
+

分类

+
{$type_select}
+

标题*

+
+

网址*

+
+

备注

+
+

排序

+
+
+ +
+
+
+{else} +
+
+
+
+
+
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $MG[favorite_limit]} +
收藏夹容量 {$MG[favorite_limit]} 条   当前已收藏 {$limit_used} 条   还可以收藏 {$limit_free}
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+ +
+
+
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/footer.htm b/template/hy-mobile/member/footer.htm new file mode 100644 index 0000000..1294776 --- /dev/null +++ b/template/hy-mobile/member/footer.htm @@ -0,0 +1,65 @@ + +{if $foot} +
+
+
    +{if $DT_MBS=='app'} +
  • 首页
  • +
  • 频道
  • +{if $DT[max_cart]>0} +
  • 购物车{if $_cart}{$_cart}{/if}
  • +{/if} +
  • 消息{if $_message || $_chat}{/if}
  • +
  • 我的
  • +{if $DT[max_cart]<1} +
  • 更多
  • +{/if} +{else} +
  • 首页
  • +
  • 频道
  • +{if $DT[max_cart]>0} +
  • 购物车{if $_cart}{$_cart}{/if}
  • +{/if} +
  • 消息{if $_message || $_chat}{/if}
  • +
  • 我的
  • +{if $DT[max_cart]<1} +
  • 更多
  • +{/if} +{/if} +
+
+{/if} + +
+ + \ No newline at end of file diff --git a/template/hy-mobile/member/friend.htm b/template/hy-mobile/member/friend.htm new file mode 100644 index 0000000..b59fc4e --- /dev/null +++ b/template/hy-mobile/member/friend.htm @@ -0,0 +1,168 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add' || $action=='edit' || $action=='show'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} +
+ + + + +
+

分类

+
{$type_select}
+

会员

+
+

姓名*

+
+

公司

+
+

职位

+
+

电话

+
+

手机

+
+

邮件

+
+{if $DT[im_qq]} +

QQ

+
+{/if} +{if $DT[im_wx]} +

微信

+
+{/if} +{if $DT[im_ali]} +

旺旺

+
+{/if} +{if $DT[im_skype]} +

Skype

+
+{/if} +

排序

+
+
+ +
+
+
+{elseif $action=='show'} +
+{if $typeid} +分类:{$TYPE[$typeid][typename]}
+{/if} +{if $username} +会员: {if $DT[im_web]}{im_web($username)} {/if}{$username}
+{/if} +姓名:{$truename}
+公司:{$company}
+职位:{$career}
+电话:{$telephone}
+手机:{$mobile}
+主页:{$homepage}
+邮件:{$email}
+{if $qq} +QQ:{im_qq($qq)} {$qq}
+{/if} +{if $wx} +微信:{im_wx($wx, $username)} {$wx}
+{/if} +{if $ali} +旺旺:{im_ali($ali)} {$ali}
+{/if} +{if $skype} +Skype:{im_skype($v[skype])} {$skype}
+{/if} +备注:{$note}
+
+ +
+ +
+
+{else} +
+
+
+
+
+
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $MG[friend_limit]} +
商友上限 {$MG[friend_limit]} 人   当前已加 {$limit_used} 人   还可以加 {$limit_free}
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+ +
+
+
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/grade.htm b/template/hy-mobile/member/grade.htm new file mode 100644 index 0000000..6ce9594 --- /dev/null +++ b/template/hy-mobile/member/grade.htm @@ -0,0 +1,20 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+ +
+{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/group.htm b/template/hy-mobile/member/group.htm new file mode 100644 index 0000000..ad8ad0a --- /dev/null +++ b/template/hy-mobile/member/group.htm @@ -0,0 +1,307 @@ +{template 'header', 'member'} +{if $action == 'update'} + {if $step == 'detail'} +
+
+
+
订单详情
+
+
+
+
+
+
+ {template 'goods', 'chip'} + {if $td[logistic]} +
快递信息
+
+ 邮编:{$td[buyer_postcode]}
+ 地址:{$td[buyer_address]}
+ 姓名:{$td[buyer_name]}
+ 手机:{$td[buyer_mobile]}
+ 买家备注:{if $td[note]}{$td[note]}{else}无{/if}
+ {if $td[send_time]} + 发货日期:{$td[send_time]}
+ 快递类型:{$td[send_type]}
+ 快递单号:{$td[send_no]}{if $td[send_type] && $td[send_no]}   [快递追踪]{/if}
+ 快递状态:{$_send_status[$td[send_status]]}
+ + {/if} +
+ {else} +
验证信息
+
+ 密码:{$td[password]}
+ 手机:{$td[buyer_mobile]}
+
+ {if $td[status] == 0} +
+ +
+ {/if} + {/if} +
订单详情
+
+ 联系买家:{$td[buyer]}
+ 下单时间:{$td[adddate]}
+ 最后更新:{$td[updatedate]}
+ {if $td[send_time]} + 发货时间:{$td[send_time]}
+ {/if} + 订单状态:{$_status[$td[status]]}
+ {if $td[buyer_reason]} + 退款理由:{$td[buyer_reason]}
+ {/if} + {if $td[refund_reason]} + 操作原因:{$td[refund_reason]}
+ {/if} +
+ {elseif $step == 'express'} +
+
+
+
快递信息
+
+
+
+
+
+ {template 'goods', 'chip'} +
快递信息
+
+ 发货日期:{$td[send_time]}
+ 快递类型:{$td[send_type]}
+ 快递单号:{$td[send_no]}
+ 快递状态:{$_send_status[$td[send_status]]}
+ 追踪结果:
+
正在查询...
+
+ + {elseif $step == 'send'} +
+
+
+
确认发货
+
+
+
+
+ {template 'goods', 'chip'} +
+ + + + + + +
+

快递类型

+
+ +
+

快递单号

+
+

发货时间

+
+
+
+
+
+
+ + {elseif $step == 'add_time'} +
+
+
+
订单延时
+
+
+
+
+ {template 'goods', 'chip'} +
+ + + + + +
+

延长时间*

+
小时
+
+
+
+
+
+ + {elseif $step == 'refund_agree'} +
+
+
+
同意退款
+
+
+
+
+ {template 'goods', 'chip'} +
+ 联系买家:{$td[buyer]}
+ 下单时间:{$td[adddate]}
+ 退款原因:
+ {$td[buyer_reason]} +
+
+ + + + + +
+

同意原因

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
+ + +
+

支付密码*

+
{template 'password', 'chip'}
+
+
+
+
+
+ + {/if} +{elseif $action == 'express'} +
+
+
+
我的快递
+
+
+
+
+
+{loop $lists $v} +
+ +
+{/loop} +{if $pages}
{$pages}
{/if} +{else} +
+
+
+
{$MODULE[$mid][name]}订单 ▾
+
+
+
+
+
+ + + +
+{loop $lists $v} +
+{$v[dstatus]}{$v[addtime]} {$v[buyer]} +
+
+ +
    +
  • {$v[title]}
  • +
  • {$DT[money_sign]}{$v[amount]}{$DT[money_sign]}{$v[price]}x{$v[number]}
  • +
+
+
+{if $v[status] == 0} +{if $v[logistic]} +确认发货 +{else} +确认消费 +{/if} +{elseif $v[status] == 1} +{if $v[lefttime]} +延长时间 +{else} +直接收款 +{/if} +{if $v[send_type] && $v[send_no]} +快递追踪 +{/if} +{elseif $v[status] == 2} +{if $v[lefttime]} +延长时间 +{else} +直接收款 +{/if} +{elseif $v[status] == 4} +同意退款 +{/if} +订单详情 +
+{/loop} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/group_print.htm b/template/hy-mobile/member/group_print.htm new file mode 100644 index 0000000..f1edf1a --- /dev/null +++ b/template/hy-mobile/member/group_print.htm @@ -0,0 +1,80 @@ + + + + +打印订单 + + + + +
+

发货单

+ + + + + + + + + + + + + + + + + + + + +
收货信息
收货地址{$td[buyer_address]}{if $td[buyer_postcode]} ({$td[buyer_postcode]}){/if}
买家姓名{$td[buyer_name]}
买家手机{$td[buyer_mobile]}
会员名称{$td[buyer]}
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
订单信息
订单编号{$td[itemid]}
下单时间{$td[adddate]}
卖家名称{$td[seller]}
商品名称{$td[title]}
购买数量{$td[number]}
商品单价{$DT[money_sign]}{$td[price]}
订单总额{$DT[money_sign]}{$td[total]}
+
+ +
+
+
+ + \ No newline at end of file diff --git a/template/hy-mobile/member/header.htm b/template/hy-mobile/member/header.htm new file mode 100644 index 0000000..96df830 --- /dev/null +++ b/template/hy-mobile/member/header.htm @@ -0,0 +1,56 @@ + + + + +{if $sns_app} +{if $seo_title}{$seo_title}{else}{$head_title}{/if} +{else} +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{if $city_sitename}{$city_sitename}{else}{$site_name}{/if}{/if} +{/if} +{if $head_keywords} + +{/if} +{if $head_description} + +{/if} + + + + + + + + + + + + + + + + + + + + + + +{if $DT_MBS == 'app' || $DT_MBS == 'b2b' || $DT_MBS == 'web'} + +{/if} + + + +
+
+
+
+{dmsg()} \ No newline at end of file diff --git a/template/hy-mobile/member/home.htm b/template/hy-mobile/member/home.htm new file mode 100644 index 0000000..22f22a8 --- /dev/null +++ b/template/hy-mobile/member/home.htm @@ -0,0 +1,696 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+
+
+
+
+ +
+ +
+
+
+
    +
  • 常用设置
  • +
+
+

自定义背景图

+
+
+ + +

自定义背景色

+
例如红色为 red 或者 #FF0000
+

自定义LOGO

+
+
+ + +

自定义CSS

+
+

横幅宽度

+
px
+

横幅高度

+
px
+

横幅显示方式

+
+    +    +    +
+
+

横幅图片地址

+
+
+ + +
+
+

横幅视频地址

+
+
+ + +
+
+

横幅图片地址1

+
+
+ + +

横幅图片链接1

+
+

横幅图片地址2

+
+
+ + +

横幅图片链接2

+
+

横幅图片地址3

+
+
+ + +

横幅图片链接3

+
+

横幅图片地址4

+
+
+ + +

横幅图片链接4

+
+

横幅图片地址5

+
+
+ + +

横幅图片链接5

+
+
+

形象视频地址

+
+
+ + +

网站公告

+
+

访问次数

+
+     + +
+
+
+ +
+
+
    +
  • 导航菜单
  • +
+
+ + + + + + + +{loop $HMENU $k $v} +{if strpos($menu_f, ','.$menu_file[$k].',') !== false} + + + + + + +{else} + + + + + + +{/if} +{/loop} +
排序名称分页
+ + +
+ + +
+
+
恢复默认
+
+
+ +
+
+
    +
  • 侧边栏
  • +
+
+

侧栏宽度

+
px
+

侧栏位置

+
+   + +
+
+ + + + + + + +{loop $HSIDE $k $v} +{if strpos($side_f, ','.$side_file[$k].',') !== false} + + + + + + +{else} + + + + + + +{/if} +{/loop} +
排序名称数量
+ +
+ +
+
+
恢复默认
+
+
+ +
+
+
    +
  • 首页设置
  • +
+
+

公司简介显示

+
字符
+
+ + + + + + + +{loop $HMAIN $k $v} +{if strpos($main_f, ','.$main_file[$k].',') !== false} + + + + + + +{else} + + + + + + +{/if} +{/loop} +
排序名称数量
+ +
+ +
+
+
恢复默认
+
+
+ +
+
+
    +
  • 其他设置
  • +
+
+

首页SEO标题

+
+

网站关键词

+
+

网站描述

+
+ +{if $api_map && $MG[map]} +{php include DT_ROOT.'/api/map/'.$api_map.'/post.inc.php';} +{/if} +{if $api_stats && $MG[stats]} +{php include DT_ROOT.'/api/stats/these.name.php';} + + + + +{loop $api_stats $v} +{php include DT_ROOT.'/api/stats/'.$v.'/post.inc.php';} +{/loop} +{/if} + +{if $api_kf && $MG[kf]} +{php include DT_ROOT.'/api/kf/these.name.php';} + + + + +{loop $api_kf $v} +{php include DT_ROOT.'/api/kf/'.$v.'/post.inc.php';} +{/loop} +{/if} +
统计类型 + +
客服类型 + +
+
+
+ +{if $need_captcha} +
+

验证码*

+
{template 'captcha', 'chip'}
+
+
+{/if} + +
+
+
+ +
+ + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/honor.htm b/template/hy-mobile/member/honor.htm new file mode 100644 index 0000000..cd85a37 --- /dev/null +++ b/template/hy-mobile/member/honor.htm @@ -0,0 +1,212 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ + + + +
+

证书名称*

+
+

发证机构*

+
+

发证日期*

+
+

到期日期

+
+

证书图片*

+
+ +
+
+ +
+

证书介绍

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+
+ +
+
+
+{else} +
+
+ +
+
+
+ + +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $MG[honor_limit]} +
总共可发 {$MG[honor_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+ +
+
+
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/im.htm b/template/hy-mobile/member/im.htm new file mode 100644 index 0000000..4114255 --- /dev/null +++ b/template/hy-mobile/member/im.htm @@ -0,0 +1,189 @@ +{template 'header', 'member'} + +
+
+
+
+
+
消息{if $_message}{$_message}{/if}
+
聊天{if $_chat}{$_chat}{/if}
+
+
+
+{if $action == 'guest' || $action == 'close'} +{elseif $action=='view'} + +{elseif $action=='group'} + +{elseif $action=='friend'} + +{else} + +{/if} +
+
+
+
+
+{if $action == 'guest'} +
+ 您还没有登录,请先登录或注册 +
+
+
立即登录
+
+
注册会员
+
+{elseif $action == 'close'} +
+ 您所在的会员组无权限 +
+{elseif $action=='view'} +
+
+ + +
+
+
+{if $lists} +{loop $lists $v} +
+ +
    +
  • {$v[date]}{if $v[nickname]}{$v[nickname]}@{/if}{$v[username]}
  • +
+
+
{$v[word]}
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{elseif $action == 'group'} + +
+ +
+{if $lists} +{loop $lists $k $v} +
+{/loop} +{else} +
+ 暂未加入群聊 +
+
+
查找群
+
+
+{/if} +{elseif $action == 'friend'} + +
+ +
+
+
+ +
+
+
+{if $lists} +{loop $TYPE $i $t} +
{$t[typename]} ({$t[num]})
+
+{loop $lists[$i] $k $v} +
+{/loop} +
+{/loop} +{else} +
+ 暂无好友 +
+
+
添加好友
+
+
+{/if} +{else} + +
+ +
+ +
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/index.htm b/template/hy-mobile/member/index.htm new file mode 100644 index 0000000..40a46f9 --- /dev/null +++ b/template/hy-mobile/member/index.htm @@ -0,0 +1,49 @@ +{template 'header'} +
+
+
+
会员中心
+
+
+
+
+
+ +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/member/index.html b/template/hy-mobile/member/index.html new file mode 100644 index 0000000..c1e1f00 --- /dev/null +++ b/template/hy-mobile/member/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/hy-mobile/member/link.htm b/template/hy-mobile/member/link.htm new file mode 100644 index 0000000..70d6d99 --- /dev/null +++ b/template/hy-mobile/member/link.htm @@ -0,0 +1,113 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} +
+ + + + +
+

网站名称*

+
+

链接地址*

+
+

显示顺序

+
+
+ +
+
+
+{else} +
+
+ +
+
+
+ + +
+{if $lists} +{loop $lists $v} +
+ + +
+{/loop} +{/if} +{if $MG[link_limit]} +
总共可发 {$MG[link_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+ +
+
+
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/login.htm b/template/hy-mobile/member/login.htm new file mode 100644 index 0000000..12b1f0a --- /dev/null +++ b/template/hy-mobile/member/login.htm @@ -0,0 +1,163 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
{if $action == 'sms' || $action == 'child'}{else}注册{/if}
+
+
+
+
+{if $action == 'sms'} +
+ + +{if $verfiy}
 本次登录需要使用手机短信验证身份
{/if} +
+
{template 'captcha', 'chip'}
+ +
+
+
+
+
+{elseif $action == 'child'} +
+ + +
+
+{if $MOD[captcha_login]} +
{template 'captcha', 'chip'}
+{/if} +
+
+
+
+{else} +
+ + + +
+
+{if $MOD[captcha_login]} +
{template 'captcha', 'chip'}
+{/if} +
+
+
+
+{if $oa} +
+
+{loop $OAUTH $k $v} +{if $v[enable]}{$v[name]}{/if} +{/loop} +
+
+
+ +{/if} +{/if} +
+{if $action == 'child'} +{elseif $action == 'sms'} +
+ +
+{else} +
+ +
+{/if} +
+
+

完成

+
+
+ +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/mail.htm b/template/hy-mobile/member/mail.htm new file mode 100644 index 0000000..5ce0a9a --- /dev/null +++ b/template/hy-mobile/member/mail.htm @@ -0,0 +1,52 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='list'} +订阅 +{elseif $action=='show'} +关闭 +{else} +列表 +{/if} +
+
+
+
+
+{if $action == 'list'} +{if $lists} +{loop $lists $v} +
+
    +
  • {$v[title]}
  • +
  • {$TYPE[$v[typeid]][typename]}{$v[adddate]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{elseif $action == 'show'} +
{$r[title]}
+
{$r[adddate]}
+
{$r[content]}
+{else} +
+
+
+
+{loop $TYPE $k $v} +
+{/loop} +
+
+ +
+ +
+
+
+{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/message.htm b/template/hy-mobile/member/message.htm new file mode 100644 index 0000000..01fa6f5 --- /dev/null +++ b/template/hy-mobile/member/message.htm @@ -0,0 +1,294 @@ +{if $job == 'ajax'} +{if $lists} +{loop $lists $v} +
+{$v[title]} +

{timetodate($v[addtime], 5)}{$v[user]}

+
+{/loop} +{/if} +{exit} +{/if} +{template 'header', 'member'} + +
+
+{if $action=='send'} +
+{else} +
+{/if} +
+{if $DT[im_web]} +
+
消息{if $_message}{$_message}{/if}
+
聊天{if $_chat}{$_chat}{/if}
+
+{else} +{$head_title} +{/if} +
+
+{if $action == 'send'} + +{elseif $action == 'edit'} + +{elseif $action == 'show'} + +{else} + +{/if} +
+
+
+
+
+{if $action == 'guest'} +
+ 您还没有登录,请先登录或注册 +
+
+
立即登录
+
+
注册会员
+
+{elseif $action == 'close'} +
+ 您所在的会员组无权限 +
+{elseif $action == 'send'} +
+ + + + +
+

收件人*

+
+

标题*

+
+

内容*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

选项

+
+
+
+
+
+{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+{if $MG[message_limit]} +
+今日可发 {$MG[message_limit]}
+当前已发 {$limit_used}
+还可以发 {$limit_free}
+
+{/if} +
+
+{load('clear.js')} + +{elseif $action == 'edit'} +
+ + + +
+

收件人*

+
+

标题*

+
+

内容*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

选项

+
+
+
+
+
+
+ +
+
+
+{load('clear.js')} + +{elseif $action == 'show'} +

{$title}

+
{$addtime} + {if $status==4 || $status==3} + {if $fromuser} + {$fromuser} + {/if} + {elseif $status==2} + {$touser} + {/if} +
+
{$content}
+
+{if $status == 1} +
+{elseif $status == 3 && $fromuser} +
+{else} +
+{/if} +
+
+
+{else} + + +{if $lists} +
+{loop $lists $v} +
+{$v[title]} +

{timetodate($v[addtime], 5)}{$v[user]}

+
+{/loop} +
+
+{else} +
暂无消息
+{/if} +{if $status==3} +{if $MG[inbox_limit]} +
收件箱容量 {$MG[inbox_limit]} 条   当前接收 {$limit_used} 条   还可以接收 {$limit_free} 条   建议定期删除无用信件
+{/if} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer',$module} \ No newline at end of file diff --git a/template/hy-mobile/member/my.htm b/template/hy-mobile/member/my.htm new file mode 100644 index 0000000..7e2e5ad --- /dev/null +++ b/template/hy-mobile/member/my.htm @@ -0,0 +1,22 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+ +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_article.htm b/template/hy-mobile/member/my_article.htm new file mode 100644 index 0000000..cd6d8ff --- /dev/null +++ b/template/hy-mobile/member/my_article.htm @@ -0,0 +1,289 @@ +{template 'header', 'member'} +
+
+
+
{$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + +

所属分类*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+

{$MOD[name]}标题*

+
+{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

详细内容*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

{$MOD[name]}简介

+
+

{$MOD[name]}作者

+
+

{$MOD[name]}来源

+
+

来源链接

+
+

标题图片

+
+ +
+
+
+

关键词(Tag)

+
+{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_brand.htm b/template/hy-mobile/member/my_brand.htm new file mode 100644 index 0000000..c6cc2ad --- /dev/null +++ b/template/hy-mobile/member/my_brand.htm @@ -0,0 +1,310 @@ +{template 'header', 'member'} +
+
+
+
{$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + +

所属分类*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+

{$MOD[name]}标题*

+
+

{$MOD[name]}LOGO*

+
+ +
+
+
+

官方网站

+
+{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

详细内容

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $timetype!='add'}{/if} +{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_buy.htm b/template/hy-mobile/member/my_buy.htm new file mode 100644 index 0000000..725056c --- /dev/null +++ b/template/hy-mobile/member/my_buy.htm @@ -0,0 +1,421 @@ +{template 'header', 'member'} +
+
+
+
{$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + +

信息类型*

+
+{loop $TYPE $k $v} +
+{/loop} +
+

所属分类*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+

{$MOD[name]}标题*

+
+{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

详细内容

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

过期时间

+
+

主要参数

+
+ + + + + + + + + + + + + + + + + + + + + +
参数名称参数值
例如:规格例如:10cm*20cm
+
+

交易条件

+
+ + + + + + + + + + + + + +
需求数量
价格要求
包装要求
+ *建议详细填写交易条件,以便符合要求的卖家与您取得联系 +
+

产品图片

+
+ +
+ +
+

宣传视频

+
+ +
+ +
+{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $timetype!='add'}{/if} +{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_club.htm b/template/hy-mobile/member/my_club.htm new file mode 100644 index 0000000..d218dd8 --- /dev/null +++ b/template/hy-mobile/member/my_club.htm @@ -0,0 +1,274 @@ +{template 'header', 'member'} +
+
+
+
{if $action=='add'}发帖{elseif $action=='edit'}帖子修改{else}我的帖子 ▾{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + +

所属商圈

+
{$GRP[title]}
+

{$MOD[name]}标题*

+
+

标题图片

+
+ +
+
+
+{if $CP} + + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

详细内容*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if}{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} diff --git a/template/hy-mobile/member/my_club_fans.htm b/template/hy-mobile/member/my_club_fans.htm new file mode 100644 index 0000000..90cf5f6 --- /dev/null +++ b/template/hy-mobile/member/my_club_fans.htm @@ -0,0 +1,82 @@ +{template 'header', 'member'} +
+
+
+
粉丝管理 ▾
+
+
+
+
+
+
+ +
+
+ + + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + +
    +
  • {$v[username]}
  • +
  • {if $v[ban]}禁言 {else}{$v[reason]}{/if}{$v[adddate]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +
+
+
+ {if $status == 3} + + {elseif $status == 2} + + + {elseif $status == 1} + + {/if} + + + +
+
+
+ +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_club_group.htm b/template/hy-mobile/member/my_club_group.htm new file mode 100644 index 0000000..dc65453 --- /dev/null +++ b/template/hy-mobile/member/my_club_group.htm @@ -0,0 +1,262 @@ +{template 'header', 'member'} +
+
+
+
{if $action=='add'}创建商圈{elseif $action=='edit'}修改商圈{else}我的商圈 ▾{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + +

所属分类

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+

{$MOD[name]}名称*

+
+

{$MOD[name]}图标*

+
+ +
+
+
+

{$MOD[name]}简介*

+
+
+
+

加圈方式*

+
+
+ +
+{if $action == 'add'} +

创建理由*

+
+{/if} +{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{else} +
+
+ + + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + +
    +
  • {$v[title]}
  • +
  • 主题:{$v[post]}   粉丝:{$v[fans]}
  • +
+
+{/loop} +{/if} +{if $group_limit} +
+总共可建 {$group_limit} 个    +当前已建 {$limit_used} 个    +还可以建 {$limit_free} 个    +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} diff --git a/template/hy-mobile/member/my_club_join.htm b/template/hy-mobile/member/my_club_join.htm new file mode 100644 index 0000000..7b3cbc3 --- /dev/null +++ b/template/hy-mobile/member/my_club_join.htm @@ -0,0 +1,250 @@ +{template 'header', 'member'} +
+
+
+
加入商圈 ▾
+
+{if $action=='add' || $action=='edit'} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + + +

加入{$MOD[name]}

+
{$GRP[title]}
+

加入原因*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$reason}
+ + +
+{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{else} +
+
+ + + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + +
    +
  • {$v[title]}
  • +
  • 主题:{$v[post]}   粉丝:{$v[fans]}
  • +
+
+{/loop} +{/if} +{if $join_limit} +
+总共可加 {$join_limit} 个    +当前已加 {$limit_used} 个    +还可以加 {$limit_free} 个    +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} diff --git a/template/hy-mobile/member/my_club_manage.htm b/template/hy-mobile/member/my_club_manage.htm new file mode 100644 index 0000000..6ffd58e --- /dev/null +++ b/template/hy-mobile/member/my_club_manage.htm @@ -0,0 +1,37 @@ +{template 'header', 'member'} +
+
+
+
商圈{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理 ▾{/if}
+
+
+
+
+
+
+ + + +
+
+
+
+{if $lists} +{loop $lists $v} +
+
    +
  • {$v[title]}
  • +
  • {if $v[rid]}回复{else}帖子{/if}{$MANAGE[$v[typeid]]}{$v[date]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $MG[delete]}{/if} +
+
+
+{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_club_reply.htm b/template/hy-mobile/member/my_club_reply.htm new file mode 100644 index 0000000..7ca590e --- /dev/null +++ b/template/hy-mobile/member/my_club_reply.htm @@ -0,0 +1,243 @@ +{template 'header', 'member'} +
+
+
+
{if $action=='add'}回帖{elseif $action=='edit'}修改回复{else}我的回复 ▾{/if}
+
+{if $action=='add' || $action=='edit'} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + + + +

回复帖子

+ +

回复内容*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{else} +
+
+ + + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + +
+{/loop} +{/if} +{if $reply_limit} +
+今日可回复 {$reply_limit} 次    +当前已回复 {$limit_used} 次    +还可以回复 {$limit_free} 次    +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_down.htm b/template/hy-mobile/member/my_down.htm new file mode 100644 index 0000000..c2f3ee9 --- /dev/null +++ b/template/hy-mobile/member/my_down.htm @@ -0,0 +1,344 @@ +{template 'header', 'member'} +
+
+
+
{$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + +

所属分类*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+

{$MOD[name]}标题*

+
+{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

详细内容

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

文件地址*

+
+ +
+ +
+

文件类型*

+
{ext_select('post[fileext]', $fileext, 'id="fileext"')}
+

文件大小*

+
 {unit_select('post[unit]', $unit, 'id="unit"')}
+

标题图片

+
+ +
+
+
+{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_exhibit.htm b/template/hy-mobile/member/my_exhibit.htm new file mode 100644 index 0000000..4db1862 --- /dev/null +++ b/template/hy-mobile/member/my_exhibit.htm @@ -0,0 +1,353 @@ +{template 'header', 'member'} +
+
+
+
{$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + +

所属分类*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+

{$MOD[name]}标题*

+
+{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

展会时间*

+
+

地区选择

+
{ajax_area_select('post[areaid]', '请选择', $areaid)}
+

展出城市

+
+

展出地址*

+
+

展馆名称*

+
+

展会说明

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

展会备注

+
+

标题图片

+
+ +
+
+
+

主办单位*

+
+

承办单位

+
+

官方网站

+
+

联系人*

+
+

联系电话*

+
+

联系手机*

+
+

通讯地址

+
+

邮政编码

+
+

联系传真

+
+

电子邮件

+
+{if $DT[im_qq]} +

QQ

+
+{/if} +{if $DT[im_wx]} +

微信

+
+{/if} +

在线报名

+
+
+
+
+{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_group.htm b/template/hy-mobile/member/my_group.htm new file mode 100644 index 0000000..d764bbc --- /dev/null +++ b/template/hy-mobile/member/my_group.htm @@ -0,0 +1,325 @@ +{template 'header', 'member'} +
+
+
+
{$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + +

所属分类*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+

{$MOD[name]}标题*

+
+

标题图片*

+
+ +
+
+
+

{$MOD[name]}团购价*

+
+

{$MOD[name]}市场价*

+
+

{$MOD[name]}最低人数

+
+

{$MOD[name]}最多人数

+
+

过期时间

+
+

{$MOD[name]}简介

+
+{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

详细内容

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

需要快递

+
+    + +
+{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $timetype!='add'}{/if} +{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} diff --git a/template/hy-mobile/member/my_info.htm b/template/hy-mobile/member/my_info.htm new file mode 100644 index 0000000..5bb31a1 --- /dev/null +++ b/template/hy-mobile/member/my_info.htm @@ -0,0 +1,390 @@ +{template 'header', 'member'} +
+
+
+
{$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + +

所属分类*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+

{$MOD[name]}标题*

+
+{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

详细内容*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

过期时间

+
+

主要参数

+
+ + + + + + + + + + + + + + + + + + + + + +
参数名称参数值
例如:规格例如:10cm*20cm
+
+

{$MOD[name]}图片

+
+ +
+ +
+

宣传视频

+
+ +
+ +
+

{$MOD[name]}区域

+
{ajax_area_select('post[areaid]', '请选择', $areaid)}不选择代表全国
+{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $timetype!='add'}{/if} +{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_job.htm b/template/hy-mobile/member/my_job.htm new file mode 100644 index 0000000..3689670 --- /dev/null +++ b/template/hy-mobile/member/my_job.htm @@ -0,0 +1,399 @@ +{if $action == 'resume_invite'} + + + + +Loading... + + +
+ + + + +
+ + +{else} +{template 'header', 'member'} +
+
+
+
{$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + +

行业职位*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+

{$MOD[name]}标题*

+
+{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

招聘部门

+
+

招聘人数*

+
人(填0为若干)
+

待遇水平*

+
元/月 (填0为面议)
+

工作地区*

+
{ajax_area_select('post[areaid]', '请选择', $areaid)}
+

工作性质*

+
+{loop $TYPE $k $v} +
+{/loop} +
+

性别要求*

+
+{loop $GENDER $k $v} +
+{/loop} +
+

婚姻要求*

+
+{loop $MARRIAGE $k $v} +
+{/loop} +
+

学历要求*

+
+{loop $EDUCATION $k $v} +
+{/loop} + (以上) +
+

年龄要求*

+
周岁 (填0为面议)
+

工作经验*

+
+   年以上 +
+

详细内容*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

过期时间

+
+

联系人*

+
+

性别*

+
+
+
+
+

联系电话*

+
+

电子邮件

+
+

联系手机

+
+

联系地址

+
+{if $DT[im_qq]} +

QQ

+
+{/if} +{if $DT[im_wx]} +

微信

+
+{/if} +{if $DT[im_ali]} +

阿里旺旺

+
+{/if} +{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $timetype!='add'}{/if} +{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} +{/if} \ No newline at end of file diff --git a/template/hy-mobile/member/my_job_resume.htm b/template/hy-mobile/member/my_job_resume.htm new file mode 100644 index 0000000..aa958e7 --- /dev/null +++ b/template/hy-mobile/member/my_job_resume.htm @@ -0,0 +1,411 @@ +{template 'header', 'member'} +
+
+
+
简历{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + + +

所属分类*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+

{$MOD[name]}名称*

+
+

真实姓名*

+
+

免冠照片

+
+ + +
+
+
+

性别*

+
+{loop $GENDER $k $v} +{if $k > 0} +
+{/if} +{/loop} +
+

婚姻状况*

+
+{loop $MARRIAGE $k $v} +{if $k > 0} +
+{/if} +{/loop} +
+

现居住地*

+
{ajax_area_select('post[areaid]', '请选择', $areaid)}
+

生日*

+
+年 + +月 + +日 +
+

身高

+
cm
+

体重

+
kg
+

学历*

+
+{loop $EDUCATION $k $v} +{if $k > 0} +
+{/if} +{/loop} +
+

毕业院校*

+
+

所学专业

+
+

专业技能

+
+

语言水平

+
+

工作性质*

+
+{loop $TYPE $k $v} +{if $k > 0} +
+{/if} +{/loop} +
+

期望薪资

+
元/月 (不填或者填0为不限)
+

工作经验*

+
+{if $FD}{fields_html('', '', $item)}{/if} +

自我鉴定*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

联系手机*

+
+

电子邮件*

+
+

联系电话

+
+

联系地址

+
+{if $DT[im_qq]} +

QQ

+
+{/if} +{if $DT[im_wx]} +

微信

+
+{/if} +{if $DT[im_ali]} +

阿里旺旺

+
+{/if} +

求职状态

+
+ +
+

公开程度

+
+ 开放
+ 仅网站可见
+ 关闭
+
+

简历模板

+
+{tpl_select('resume', $module, 'post[template]', '默认模板', $template, 'id="template"')} +
+{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $resume_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $resume_limit} +总共可发 {$resume_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $resume_free_limit<0}无限{else}{$resume_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_know.htm b/template/hy-mobile/member/my_know.htm new file mode 100644 index 0000000..182ec7b --- /dev/null +++ b/template/hy-mobile/member/my_know.htm @@ -0,0 +1,263 @@ +{template 'header', 'member'} +
+
+
+
{$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
+
+{if $action=='add'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add'} + +
+ +
+ + + + + +

您的提问*

+
+

问题分类*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

补充说明

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+{if $action=='add'} +

悬赏{$DT[credit_name]}

+
+ +您目前的{$DT[credit_name]}为{$_credit} +
+

匿名设定

+
+ +
+{/if} +{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+{/if} +{if $action == 'add'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_know_answer.htm b/template/hy-mobile/member/my_know_answer.htm new file mode 100644 index 0000000..986a92d --- /dev/null +++ b/template/hy-mobile/member/my_know_answer.htm @@ -0,0 +1,103 @@ +{template 'header', 'member'} +
+
+
+
我来回答
+
+{if $action=='add'} + +{else} + +{/if} +
+
+
+
+
+
+ + +
+ + + + + +

问题原文

+ +

答案内容

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

参考资料

+ +{if $_userid} +

匿名设定

+ 如果不需要显示您的信息,您可以对回答设定匿名 +{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
{$DT[credit_name]}规则
+
+ +
+{if $answer_limit} +
+今日可回答 {$answer_limit} 次    +当前已回答 {$limit_used} 次    +还可以回答 {$limit_free} 次    +
+{/if} + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_mall.htm b/template/hy-mobile/member/my_mall.htm new file mode 100644 index 0000000..1591721 --- /dev/null +++ b/template/hy-mobile/member/my_mall.htm @@ -0,0 +1,802 @@ +{template 'header', 'member'} +
+
+
+
商品{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + +

所属分类*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+

商品名称*

+
+

商品卖点

+
+

卖点链接

+
+

商品品牌

+
+

价格模式*

+
+
+
+
+ +
+
+

商品单价*

+
+
+
+

商品价格*

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
数量价格
填写示例
+
+
+
+

商品库存*

+
+
+
+

商品属性

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
属性名称属性值
属性价格
例如:颜色例如:黑色|白色|红色 多个属性用|分隔
+
+
+
+

销售属性

+
点击设置
+
+
+

商品条码

+
+
+

商品图片*

+
+ +
+ +
+

宣传视频

+
+ +
+ +
+{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

详细内容*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

运费设置

+
+ + + + + + + + + + + + + + + + + + + + + +
快递默认运费每件增加
+
+

我的推荐

+
+     + +
+{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $timetype!='add'}{/if} +{if $status==3}{/if} +{if $status==4}{/if} +{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_photo.htm b/template/hy-mobile/member/my_photo.htm new file mode 100644 index 0000000..2f7929d --- /dev/null +++ b/template/hy-mobile/member/my_photo.htm @@ -0,0 +1,424 @@ +{template 'header', 'member'} +
+
+
+
{$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{elseif $action=='item'}上传{else}管理{/if}
+
+{if $action=='add' || $action=='edit' || $action=='item'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + +

所属分类*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+

{$MOD[name]}名称*

+
+

标题图片*

+
+ +
+
+
+{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

{$MOD[name]}说明

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

公开程度

+
+ + + +
+
+

验证密码*

+
+
+
+

验证问题*

+
+

验证答案*

+
+
+{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{elseif $action == 'item'} + +
+ + + + + + +{if $items < $MOD[maxitem]} + +
+ +
+
    +
  • +
  • {$items} / {$MOD[maxitem]}
  • +
+
+ +{/if} +{if $lists} +{loop $lists $v} +
+ + + +
    +
  • +
  • +
+
+{/loop} +{/if} +
+
+
+{if $pages}
{$pages}
{/if} +
+
+
+ +
+
+
+ +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $mod_limit || (!$MG['fee_mode'] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG['fee_mode'] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_quote.htm b/template/hy-mobile/member/my_quote.htm new file mode 100644 index 0000000..4abc881 --- /dev/null +++ b/template/hy-mobile/member/my_quote.htm @@ -0,0 +1,275 @@ +{template 'header', 'member'} +
+
+
+
{$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + + +
+ + + + + +
+

所属分类*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+

{$MOD[name]}标题*

+
+{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

报价单*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

所在地区

+
{ajax_area_select('post[areaid]', '选择地区', $areaid, $moduleid)}
+{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+
+ +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_sell.htm b/template/hy-mobile/member/my_sell.htm new file mode 100644 index 0000000..25abfa9 --- /dev/null +++ b/template/hy-mobile/member/my_sell.htm @@ -0,0 +1,508 @@ +{template 'header', 'member'} +
+
+
+
{$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + +

信息类型*

+
+{loop $TYPE $k $v} +
+{/loop} +
+

信息标题*

+
+

行业分类*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

产品品牌

+
+

详细说明

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

相册图片

+
+ +
+ +
+

宣传视频

+
+ +
+ +
+

过期时间

+
+

主要参数

+
+ + + + + + + + + + + + + + + + + + + +
参数名参数值
+
+
例如:规格 10cm*20cm
+

交易条件

+
+ + + + + + + + + + + + + + + + + + + + + + + +
计量单位
产品单价{$DT[money_unit]}/{if $unit}{$unit}{else}单位{/if}
最小起订量{if $unit}{$unit}{else}单位{/if}
供货总量{if $unit}{$unit}{else}单位{/if}
+
+
供发货期限
自买家付款之日起    天内发货
+
建议详细填写交易条件,否则买家无法为您的产品下订单
+ +

我的推荐

+
+
+ +
+ +{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $action=='add' && $could_elite} +

推荐到网站首页

+
+ +需要上传至少1张产品图片,且需消费 {$MOD[credit_elite]} {$DT[credit_name]} +
+{/if} +{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $timetype!='add'}{/if} +{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/my_video.htm b/template/hy-mobile/member/my_video.htm new file mode 100644 index 0000000..f7fc299 --- /dev/null +++ b/template/hy-mobile/member/my_video.htm @@ -0,0 +1,357 @@ +{template 'header', 'member'} +
+
+
+
{$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ +
+ + + + + +

所属分类*

+
{ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
+

{$MOD[name]}标题*

+
+{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

详细内容

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

{$MOD[name]}地址*

+
+ +
+ +
+

{$MOD[name]}宽度

+
+ px +
+

{$MOD[name]}高度

+
+ px +
+

标题图片*

+
+ +
+
+
+{if $fee_add} +

发布此信息需消费

+
{$fee_add} {$fee_unit}
+{if $fee_currency == 'money'} +

{$DT[money_name]}余额

+
{$_money}{$fee_unit} [充值]
+{else} +

{$DT[credit_name]}余额

+
{$_credit}{$fee_unit} [购买]
+{/if} +{/if} +{if $need_password} +

支付密码*

+
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+
+ + +{load('clear.js')} +{else} +
+
+ + +
+
+
+{if $_userid} + + +{/if} +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
+{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+{if $MG[delete]}{/if} +
+
+
+ +{/if} +{if $action == 'add' || $action == 'edit'} +{load('player.js')} +{load('url2video.js')} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/news.htm b/template/hy-mobile/member/news.htm new file mode 100644 index 0000000..861d700 --- /dev/null +++ b/template/hy-mobile/member/news.htm @@ -0,0 +1,200 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ + + + +
+

新闻标题*

+
+

标题图片

+
+ +
+
+ +
+

新闻内容*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

新闻分类

+
{$type_select}
+
+ +
+
+
+{else} +
+
+ +
+
+
+ + +
+{if $lists} +{loop $lists $v} +
+ + + +
+{/loop} +{/if} +{if $MG[news_limit]} +
总共可发 {$MG[news_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+ +
+
+
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/oauth.htm b/template/hy-mobile/member/oauth.htm new file mode 100644 index 0000000..bee334c --- /dev/null +++ b/template/hy-mobile/member/oauth.htm @@ -0,0 +1,45 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+
+
+
+{if $action=='bind'} +
+
+
+
{$nickname}
+
+
只差一步,绑定后就可以用{$site}自动登录{$DT[sitename]}
+
+ +
+ +
+{else} +{loop $OAUTH $k $v} +{if $v[enable]} +{if isset($lists[$k])} +
+ +
    +
  • {$v[name]}{$lists[$k][nickname]}
  • +
  • 更换账号{$lists[$k][logindate]}
  • +
+
+{else} +
+ + +
+{/if} +{/if} +{/loop} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/order.htm b/template/hy-mobile/member/order.htm new file mode 100644 index 0000000..2f97ac9 --- /dev/null +++ b/template/hy-mobile/member/order.htm @@ -0,0 +1,842 @@ +{template 'header', 'member'} +{if $action == 'update'} + {if $step == 'detail'} +
+
+
+
订单详情
+
+
+
+
+ {template 'goods', 'chip'} +
快递信息
+
+ 邮编:{$td[buyer_postcode]}
+ 地址:{$td[buyer_address]}
+ 姓名:{$td[buyer_name]}
+ 手机:{$td[buyer_mobile]}
+ {if $td[send_time]} + 发货日期:{$td[send_time]}
+ 快递类型:{$td[send_type]}
+ 快递单号:{$td[send_no]}{if $td[send_type] && $td[send_no]}   [快递追踪]{/if}
+ 快递状态:{$_send_status[$td[send_status]]}
+ + {/if} +
+
订单详情
+
+ 联系卖家:{$td[seller]}
+ 订单进程:
+ {loop $logs $v} + {$v[adddate]} - {$v[title]}
+ {/loop} + 订单状态:{$_status[$td[status]]}
+ {if $td[buyer_reason]} + 退款理由:{$td[buyer_reason]}
+ {/if} + {if $td[refund_reason]} + 操作原因:{$td[refund_reason]}
+ {/if} + {if $td[status] == 1} +
+ +
+ {/if} +
+ {elseif $step == 'express'} +
+
+
+
快递信息
+
+
+
+
+
+ {template 'goods', 'chip'} +
快递信息
+
+ 发货日期:{$td[send_time]}
+ 快递类型:{$td[send_type]}
+ 快递单号:{$td[send_no]}
+ 快递状态:{$_send_status[$td[send_status]]}
+ 追踪结果:
+
正在查询...
+
+ + {elseif $step == 'pay'} +
+
+
+
订单支付
+
+
+
+
+ {template 'goods', 'chip'} +
+ + + + + + + + + + + + {if $DT[sms]} +
+
+

可用短信{$_sms}条 短信通知卖家发货

+
+ {/if} + +
+ {if $could_pay} +
+ {else} +
+ {/if} +
+
+ + {elseif $step == 'remind'} +
+
+
+
提醒发货
+
+
+
+
+
+ + + + + +
+ + {elseif $step == 'refund'} +
+
+
+
申请退款
+
+
+
+
+ {template 'goods', 'chip'} + +
+ + + + + +
+

退款原因*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
+ + +
+

支付密码*

+
{template 'password', 'chip'}
+
+
+
+
+
+ + {elseif $step == 'comment'} +
+
+
+
交易评价
+
+
+
+
+ + + {load('player.js')} + {load('url2video.js')} + + {template 'goods', 'chip'} +
+ + + + +
+ {loop $lists $k $v} +

{$v[title]}

+

商品评分*

+
+ +
+ + + + + + 非常好 +
+
+

物流服务*

+
+ +
+ + + + + + 非常好 +
+
+

商家态度*

+
+ +
+ + + + + + 非常好 +
+
+

详细评价*

+
+

上传图片

+
+ +
+ +
+

上传视频

+
+ +
+ +
+ {/loop} +
+
+
+
+
+ + {elseif $step == 'comment_detail'} +
+
+
+
评价详情
+
+
+
+
+
+ + + {load('player.js')} + {template 'goods', 'chip'} + +
卖家评价
+
+ {loop $lists $k $v} + {if $k > 0} +
+
+ {/if} + 商品名称:{$v[title]}
+ {if $comments[$k][buyer_star]} + 卖家评分: {$STARS[$comments[$k][buyer_star]]} + {if !$comments[$k][seller_reply]} +   [解释] + {/if}
+ 卖家评价:
+ {nl2br($comments[$k][buyer_comment])}
+ 评价时间:{timetodate($comments[$k][buyer_ctime], 6)}
+ {if $comments[$k][seller_reply]} + 我的解释:
+ {nl2br($comments[$k][seller_reply])}
+ 解释时间:{timetodate($comments[$k][seller_rtime], 6)}
+ {/if} + {else} + 卖家评价:暂未评价
+ {/if} + {/loop} +
+
我的评价
+
+ {loop $lists $k $v} + {if $k > 0} +
+
+ {/if} + 商品名称:{$v[title]}
+ {if $comments[$k][seller_star]} + 商品评分: {$STARS[$comments[$k][seller_star]]}
+ 物流服务: {$STARS[$comments[$k][seller_star_express]]}
+ 商家态度: {$STARS[$comments[$k][seller_star_service]]}
+ 买家评价:
+ {nl2br($comments[$k][seller_comment])}
+ {if $comments[$k][seller_thumbs]} +
+
    + {if $comments[$k][seller_video]}
  • {/if} + {loop $comments[$k][seller_thumbs] $t} +
  • + {/loop} +
+
+

+ {/if} + 评价时间:{timetodate($comments[$k][seller_ctime], 6)}
+ {if $comments[$k][buyer_reply]} + 卖家解释:
+ {nl2br($comments[$k][buyer_reply])}
+ 解释时间:{timetodate($comments[$k][buyer_rtime], 6)}
+ {/if} + {else} + 买家评价:暂未评价
+ {/if} + {/loop} +
+ + {/if} +{elseif $action == 'express'} +
+
+
+
我的快递
+
+
+
+
+
+{loop $lists $v} +
+ +
+{/loop} +{if $pages}
{$pages}
{/if} +{elseif $action == 'muti'} + +
+
+
+
批量付款
+
+
+
+
+
+ + +{loop $lists $k $v} +
+ + + + + + +
+

{$v[title]}

+ {$v[par]} +
+ + + + + + +
{$DT[money_sign]}{$v[price]}x{$v[number]}{$DT[money_sign]}{$v[money]}
+
+
+
+{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} +
+ + + + + + +
+

{$t[title]}

+ {$t[par]} +
+ + + + + + +
{$DT[money_sign]}{$t[price]}x{$t[number]}
+
+
+
+{/loop} +{/if} +{/loop} + + + + + + + +{if $DT[sms]} +
+
+

可用短信{$_sms}条 短信通知卖家发货

+
+{/if} + +
+
+ + + + + + +

件,计

+
+
+ + +{else} +
+
+
+
我的订单 ▾
+
+
+
+
+
+ + + +
+{loop $lists $k $v} +
+{$v[dstatus]}{$v[addtime]} {$v[seller]} +
+
+ +
    +
  • {$v[title]}
  • +
  • {$DT[money_sign]}{$v[price]}x{$v[number]}{$v[par]}
  • +
+
+{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} +
+ +
    +
  • {$t[title]}
  • +
  • {$DT[money_sign]}{$t[price]}x{$t[number]}{$t[par]}
  • +
+
+{/loop} +{/if} +
合计:{$DT[money_sign]}{$v[money]}订单号:{$v[itemid]}
+
+{if $v[status] == 0} +关闭交易 +{elseif $v[status] == 1} + 立即付款 + 关闭交易 +{elseif $v[status] == 2} + 提醒发货 + 申请退款 +{elseif $v[status] == 3} + {if $v[lefttime]} + 确认到货 + {if $v[send_type] && $v[send_no]} + 快递追踪 + {/if} + 申请退款 + {else} + {/if} +{elseif $v[status] == 4} + {if $MODULE[$v[mid]][module] == 'mall'} + {if $v[seller_star]} + 评价详情 + {else} + 评价 + {/if} + {/if} +{elseif $v[status] == 9} + 删除订单 +{/if} +订单详情 +
+{/loop} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/page.htm b/template/hy-mobile/member/page.htm new file mode 100644 index 0000000..fa98219 --- /dev/null +++ b/template/hy-mobile/member/page.htm @@ -0,0 +1,140 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ + + + +
+

单页标题*

+
+

单页内容*

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

显示顺序

+
+
+ +
+
+
+{else} +
+
+ +
+
+
+ + +
+{if $lists} +{loop $lists $v} +
+ + +
+{/loop} +{/if} +{if $MG[page_limit]} +
总共可发 {$MG[page_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
+{/if} +{if $pages}
{$pages}
{/if} +
+
+
+ +
+
+
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/pay.htm b/template/hy-mobile/member/pay.htm new file mode 100644 index 0000000..4a846bb --- /dev/null +++ b/template/hy-mobile/member/pay.htm @@ -0,0 +1,82 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+
+
+
+ +
+ + + +
+
+
    +
  • +
  • {$fee}{$DT[money_unit]}应付总额
  • + {if $fee != $member_fee}
  • {$member_fee}{$DT[money_unit]}会员价
  • {/if} +
+
+ + + + + + + +
+
+
+
+ +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/promo.htm b/template/hy-mobile/member/promo.htm new file mode 100644 index 0000000..f1a3ae0 --- /dev/null +++ b/template/hy-mobile/member/promo.htm @@ -0,0 +1,166 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} +
+ + + +
+

优惠名称*

+
+

优惠金额*

+
+

最低消费

+
+

数量限制*

+
+

有效时间*

+
+
+
+

备注信息

+
+
+ +
+
+
+{elseif $action == 'coupon'} + +{loop $lists $v} +
+
    +
  • +{$v[price]} +{$v[username]} +
  • +
  • + + {if $v[oid]} + 已使用 + {elseif $v[fromtime] > $DT_TIME} + 未开始 + {elseif $v[totime] < $DT_TIME} + 已过期 + {else} + 待使用 + {/if} + + {$v[title]}
  • +
+
+{/loop} +{if $MG[promo_limit]} +
总共可加 {$MG[promo_limit]} 条   当前已加 {$limit_used} 条   还可以加 {$limit_free}
+{/if} +{if $pages}
{$pages}
{/if} +{else} + +
+{if $lists} +{loop $lists $v} +
+ +
    +
  • {$v[title]}
  • +
  • 金额:{$v[price]} / 消费:{$v[cost]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +
+
+
+ +
+
+
+ +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/record.htm b/template/hy-mobile/member/record.htm new file mode 100644 index 0000000..5fc904f --- /dev/null +++ b/template/hy-mobile/member/record.htm @@ -0,0 +1,82 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+
+
+
+
+{if $action == 'pay'} + +{if $lists} +{loop $lists $v} +
+
    +
  • +{$MODULE[$v[mid]][name]} +-{$v[fee]}{if $v[currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if} +
  • +
  • {$v[paytime]}{$v[title]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{elseif $action == 'award'} + +{if $lists} +{loop $lists $v} +
+
    +
  • +{$MODULE[$v[mid]][name]} +-{$v[fee]}{if $v[currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if} +
  • +
  • {$v[paytime]}{$v[title]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{else} + +{if $lists} +{loop $lists $v} +
+
    +
  • +余额:{$v[balance]} +{if $v[amount] < 0} +{$v[amount]} +{else} ++{$v[amount]} +{/if} +
  • +
  • {$v[addtime]}{$v[bank]} / {$v[reason]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/register.htm b/template/hy-mobile/member/register.htm new file mode 100644 index 0000000..2b07824 --- /dev/null +++ b/template/hy-mobile/member/register.htm @@ -0,0 +1,329 @@ +{template 'header', 'member'} +
+
+
+
{if $stepid==3}注册成功{elseif $stepid==2}填写资料{else}注册验证{/if}
+
+
+
+
+
+{if $action == 'success'} +
+

恭喜您!会员注册成功

+
9秒后自动登录系统...
+ +
+ + +{elseif $action == 'verify'} +
+ + +{if $MOD[captcha_register]} +
{template 'captcha', 'chip'}
+{/if} + +
+
+
+
+ +{elseif $action == 'sms'} +
+ + +{if $MOD[checkuser] == 4} + +{/if} +
+
{template 'captcha', 'chip'}
+ +
+ +
+
+
+
+ +{elseif $action == 'mail'} +
+ + +{if $MOD[checkuser] == 4} + +{/if} +
+
{template 'captcha', 'chip'}
+ +
+ +
+
+
+
+ +{else} +
+ +
+

会员类型*

+
+
+{loop $GROUP $k $v} +{if $k>6 && $v[vip]==0 && $v[reg]==1}
{/if}{/loop} +{if $GROUP[5][reg]}{/if} +
+ +
+

公司名称*

+
+
+ +

会员名称*

+
+ +{if $MOD[passport] && $passport} +

会员昵称*

+
+{/if} + +

登录密码*

+
+ +

重复输入*

+
+ +
+ +
+
+
+ +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/send.htm b/template/hy-mobile/member/send.htm new file mode 100644 index 0000000..4bc7623 --- /dev/null +++ b/template/hy-mobile/member/send.htm @@ -0,0 +1,394 @@ +{template 'header', 'member'} +{if $action == 'email'} +
+
+
+
修改邮箱
+
+
+
+
+
+{if $step == 2} +
+

邮箱修改成功

+ +
+{elseif $step == 1} +
+ + +
+

邮件验证码*

+
+
+ +
+ +
+
+
+ +{else} +
+ + +
+

新邮箱*

+
+

验证码*

+
{template 'captcha', 'chip'}
+
+ +
+
+
+ +{/if} +{elseif $action == 'mobile'} +
+
+
+
修改手机
+
+
+
+
+
+{if $step == 2} +
+

手机修改成功

+ +
+{elseif $step == 1} +
+ + +
+

短信验证码*

+
+
+ +
+ +
+
+
+ +{else} +
+ + +
+

新手机号*

+
+

验证码*

+
{template 'captcha', 'chip'}
+
+ +
+
+
+ +{/if} +{elseif $action == 'contact'} +
+
+
+
人工申诉
+
+
+
+
+
+

+
请联系网站客服,并提供相关信息
由客服人工协助找回
+
+ +
+ +
+
+{elseif $action == 'sms'} +
+
+
+
短信找回
+
+
+
+
+
+{if $step == 2} +
+{if $_userid} +

支付密码修改成功

+ +{else} +

登录密码修改成功

+ +{/if} +
+{elseif $step == 1} +
+ + +
+

新{if $_userid}支付{else}登录{/if}密码*

+
+ +

重复新密码*

+
+ +

短信验证码*

+
+ +
+ +
+ +
+
+
+ +{else} +
+ + +
+

手机号码*

+
+

验证码*

+
{template 'captcha', 'chip'}
+
+ +
+
+
+ +{/if} +{elseif $action == 'mail'} +
+
+
+
邮箱找回
+
+
+
+
+
+{if $step == 2} +
+{if $_userid} +

支付密码修改成功

+ +{else} +

登录密码修改成功

+ +{/if} +
+{elseif $step == 1} +
+ + +
+

新{if $_userid}支付{else}登录{/if}密码*

+
+ +

重复新密码*

+
+ +

邮件验证码*

+
+ +
+ +
+ +
+
+
+ +{else} +
+ + +
+

邮箱地址*

+
+

验证码*

+
{template 'captcha', 'chip'}
+
+ +
+
+
+ +{/if} +{else} +
+
+
+
找回密码
+
+
+
+
+
+
+
+ +
+
+{/if} +{if $seconds} + +{/if} +{template 'footer', 'member'}} \ No newline at end of file diff --git a/template/hy-mobile/member/sms.htm b/template/hy-mobile/member/sms.htm new file mode 100644 index 0000000..03dee8f --- /dev/null +++ b/template/hy-mobile/member/sms.htm @@ -0,0 +1,146 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action == 'buy'} + +{else} +购买 +{/if} +
+
+
+
+
+{if $action == 'buy'} +
+ +
+
+
+
+ +
+
+
    +
  • {$_sms}条可用短信
  • +
  • {$fee}{$DT[money_unit]}/条短信单价
  • +
  • 0.00{$DT[money_unit]}应付总额
  • +
+
+ + + + + + + +
+
+
+
+{elseif $action == 'record'} + +{if $lists} +{loop $lists $v} +
+
    +
  • +{$v[word]}字/{$v[num]}条 +{$v[mobile]} +
  • +
  • {$v[code]}{$v[sendtime]}
  • +
+
+
{$v[message]}
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{else} + +{if $lists} +{loop $lists $v} +
+
    +
  • +余额:{$v[balance]} +{if $v[amount] < 0} +{$v[amount]} +{else} ++{$v[amount]} +{/if} +
  • +
  • {$v[reason]} / {$v[note]}{$v[addtime]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{if $action == 'buy'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/spread.htm b/template/hy-mobile/member/spread.htm new file mode 100644 index 0000000..a6b00af --- /dev/null +++ b/template/hy-mobile/member/spread.htm @@ -0,0 +1,207 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add' || $action=='list'} + +{else} +购买 +{/if} +
+
+
+
+
+{if $action == 'add'} +
+ + + + +
+
+
    +
  • {$word}关键词
  • +
  • {$MODULE[$mid][name]}所属频道
  • +
+
+ +
+
+
    +
  • 我的出价
  • +
  • + + + + 购买时长 +
  • +
  • 信息ID
  • +
+
+ +
+
+
    +
  • {$price}{$unit}最低出价
  • +
  • {if $step}{$step}{$unit}{else}不限{/if}加价幅度
  • +
  • {$price}{$unit}应付总额
  • +
+
+ +{if $currency == 'money'} + + + + + +{else} +
+
+
    +
  • {$_credit}{$unit}{$DT[credit_name]}余额
  • +
+
+{/if} +
+
+
+
+
+
+{elseif $action == 'list'} +
+
+ +

关键词*

+
+

频道*

+
+ +
+
+ +
+
+ + +{else} + + +{if $lists} +{loop $lists $v} +
+
    +
  • {$v[price]}{if $v[currency]=='money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{$MODULE[$v[mid]][name]}/{$v[word]}
  • +
  • {$v[process]}{timetodate($v[fromtime], 3)} / {timetodate($v[totime], 3)}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{if $action == 'add'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/stats.htm b/template/hy-mobile/member/stats.htm new file mode 100644 index 0000000..2e25f52 --- /dev/null +++ b/template/hy-mobile/member/stats.htm @@ -0,0 +1,286 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+
+
+
+ +{if $action=='report'} + + + +{if $job == 'pv'} + +{elseif $job == 'ip'} + +{elseif $job == 'rb'} + +{elseif in_array($job, array('domain', 'username', 'itemid'))} + +{/if} +{elseif $action == 'record'} +
+
+ +
+
+
+
+{if $lists} +{loop $lists $v} +
+
    +
  • {$v[url]}
  • +
  • {$v[ip]} / {$v[area]} / {$v[username]}{$v[addtime]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{else} + +{if $lists} +{loop $lists $v} +
+ +
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +
+
+
+ +
+
+
+{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/stock.htm b/template/hy-mobile/member/stock.htm new file mode 100644 index 0000000..c98f705 --- /dev/null +++ b/template/hy-mobile/member/stock.htm @@ -0,0 +1,392 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='add' || $action=='edit' || $action=='update'} + +{else} + +{/if} +
+
+
+
+
+{if $action=='add' || $action=='edit'} + +
+ + + + +
+

商品分类

+
{$type_select}
+

条形编码*

+
{if in_array($DT_MBS, array('app','b2b','web')) || $wx_jssdk}
{/if}
+

商品名称*

+
+

商品图片*

+
+ +
+
+ +
+

商品售价*

+
/
+

商品进价

+
+

库存数量

+
+

仓储货位

+
+

商品品牌

+
+

主要参数

+
+ + + + + + + + + + + + + + + + + +
参数名称参数值
+
+

商品介绍

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
{$content}
+ + +
+

备注信息

+
+
+ +
+
+
+ +{elseif $action=='update'} +
+ + + + +
+{if $title} +

商品名称

+
{$title}
+{/if} +

{if $type}出库{else}入库{/if}数量*

+
+

操作事由

+
  +
+

备注信息

+
+

条形编码*

+
{if in_array($DT_MBS, array('app','b2b','web')) || $wx_jssdk}
{/if}
+
+ +
+
+
+ +{elseif $action == 'record'} +
+
+ +
+
+
+ + +
+{if $lists} +{loop $lists $v} +
+
    +
  • +余:{$v[balance]} +{if $v[amount] < 0} +{$v[amount]} +{else} ++{$v[amount]} +{/if} +
  • +
  • {$v[addtime]}{$v[title]}
  • +
+
+{/loop} +{/if} +{if $MG[stock_limit]} +
总共可发 {$MG[stock_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
+{/if} +{if $pages}
{$pages}
{/if} +{elseif $action == 'open'} +
+ + +
+ +
+ + +
+{if $lists} +{loop $lists $v} +
+ + +
    +
  • {$v[title]}
  • +
  • {$DT[money_sign]}{$v[price]} / {$v[brand]} / {$v[skuid]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +{else} +
+ + +
+ +
+ + +
+{if $lists} +{loop $lists $v} +
+ + +
    +
  • {$v[title]}
  • +
  • {$DT[money_sign]}{$v[price]} / {$v[amount]} / {$v[skuid]}
  • +
+
+{/loop} +{/if} +{if $pages}
{$pages}
{/if} +
+
+
+ +
+
+
+ +{/if} +{if $wx_jssdk} + + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/style.htm b/template/hy-mobile/member/style.htm new file mode 100644 index 0000000..bc4fecb --- /dev/null +++ b/template/hy-mobile/member/style.htm @@ -0,0 +1,208 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+
+{if $action=='buy' || $action=='order'} + +{else} +我的 +{/if} +
+
+
+
+
+{if $action=='buy'} +
+ + +
+ + +
+ +
+
+
    +
  • + + + + 购买时长 +
  • +
  • {$fee} {$unit}应付总额
  • +
+
+ +{if $currency == 'money'} + + + + + +{else} +
+
+
    +
  • {$_credit}{$unit}{$DT[credit_name]}余额
  • +
+
+{/if} +
+
+
+
+ + +{elseif $action=='order'} +
+
+ +
    +
  • {$c[title]}
  • +
  • + +{if $c[fee]} + {if $c[currency] == 'money'} + {$c[fee]}{$DT[money_unit]}/月 + {else} + {$c[fee]}{$DT[credit_unit]}/月 + {/if} +{else} +免费 +{/if} + +

  • +
  • 删除使用中

  • +
+
+{if $lists} +{loop $lists $v} +
+ +
    +
  • {$v[title]}
  • +
  • x {$v[number]} + +{if $v[fee]} + {if $v[currency] == 'money'} + {$v[fee]}{$DT[money_unit]}/月 + {else} + {$v[fee]}{$DT[credit_unit]}/月 + {/if} +{else} +免费 +{/if} + +

  • +
  • 续费{if $v[days]}{$v[days]}天剩余{else}过期{/if}

  • +
+
+{/loop} +{/if} +
+
+{if $pages}
{$pages}
{/if} +{else} +{if $lists} +
+{loop $lists $v} +
+ +
    +
  • {$v[title]}
  • +
  • {$v[group]}
  • +
  • {$v[orders]}成交 + +{if $v[fee]} + {if $v[currency] == 'money'} + {$v[fee]}{$DT[money_unit]}/月 + {else} + {$v[fee]}{$DT[credit_unit]}/月 + {/if} +{else} +免费 +{/if} + +

  • +
+
+{/loop} +
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/these.name.php b/template/hy-mobile/member/these.name.php new file mode 100644 index 0000000..3ef4d55 --- /dev/null +++ b/template/hy-mobile/member/these.name.php @@ -0,0 +1,81 @@ + '账户详情', + 'ad' => '广告管理', + 'address' => '收货地址', + 'agreement' => '用户协议', + 'alert' => '贸易提醒', + 'ask' => '客服中心', + 'avatar' => '头像上传', + 'award' => '打赏', + 'biz' => '商户后台', + 'buy' => '商品购买', + 'cart' => '购物车', + 'cash' => '申请提现', + 'charge' => '帐户充值', + 'chat' => '在线交谈', + 'child' => '子账号', + 'coupon' => '优惠券', + 'credit' => '积分记录', + 'deal' => '团购订单', + 'deposit' => '保证金', + 'edit' => '修改资料', + 'express' => '运费模板', + 'favorite' => '商机收藏', + 'footer' => '会员页脚', + 'friend' => '我的商友', + 'grade' => '会员升级', + 'group' => '团购订单', + 'group_print' => '团购订单打印', + 'header' => '会员页头', + 'home' => '主页设置', + 'honor' => '荣誉资质', + 'im' => '站内交谈', + 'index' => '商务室首页', + 'link' => '公司链接', + 'login' => '会员登录', + 'mail' => '商机订阅', + 'message' => '站内信件', + 'my' => '发布信息', + 'my_article' => '管理文章', + 'my_brand' => '管理品牌', + 'my_buy' => '管理求购', + 'my_club' => '管理商圈帖子', + 'my_club_fans' => '管理商圈粉丝', + 'my_club_group' => '管理商圈', + 'my_club_join' => '加入商圈', + 'my_club_manage' => '管理商圈记录', + 'my_club_reply' => '管理商圈回复', + 'my_down' => '管理下载', + 'my_exhibit' => '管理展会', + 'my_group' => '管理团购', + 'my_info' => '管理信息', + 'my_job' => '管理招聘', + 'my_job_resume' => '管理简历', + 'my_know' => '管理知道', + 'my_know_answer' => '知道答案', + 'my_mall' => '管理商城', + 'my_photo' => '管理图库', + 'my_quote' => '管理行情', + 'my_sell' => '管理供应', + 'my_video' => '管理视频', + 'news' => '公司新闻', + 'oauth' => '一键登录', + 'order' => '我的订单', + 'page' => '公司单页', + 'pay' => '站内支付', + 'promo' => '优惠促销', + 'record' => '流水记录', + 'register' => '会员注册', + 'send' => '邮件验证', + 'sms' => '手机短信', + 'spread' => '排名推广', + 'stats' => '流量统计', + 'stock' => '库存管理', + 'style' => '模板设置', + 'trade' => '交易管理', + 'trade_print' => '订单打印', + 'validate' => '资料认证', + 'weixin' => '微信绑定', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/member/trade.htm b/template/hy-mobile/member/trade.htm new file mode 100644 index 0000000..d1a750b --- /dev/null +++ b/template/hy-mobile/member/trade.htm @@ -0,0 +1,692 @@ +{template 'header', 'member'} +{if $action == 'update'} + {if $step == 'detail'} +
+
+
+
订单详情
+
+
+
+
+
+
+ {template 'goods', 'chip'} +
我的备注
+
+ + + + +
+ + +
+
+ +
快递信息
+
+ 邮编:{$td[buyer_postcode]}
+ 地址:{$td[buyer_address]}
+ 姓名:{$td[buyer_name]}
+ 手机:{$td[buyer_mobile]}
+ 买家备注:{if $td[note]}{$td[note]}{else}无{/if}
+ {if $td[send_time]} + 发货日期:{$td[send_time]}
+ 快递类型:{$td[send_type]}
+ 快递单号:{$td[send_no]}{if $td[send_type] && $td[send_no]}   [快递追踪]{/if}
+ 快递状态:{$_send_status[$td[send_status]]}
+ + {/if} +
+
订单详情
+
+ 联系买家:{$td[buyer]}
+ 订单进程:
+ {loop $logs $v} + {$v[adddate]} - {$v[title]}
+ {/loop} + 订单状态:{$_status[$td[status]]}
+ {if $td[buyer_reason]} + 退款理由:{$td[buyer_reason]}
+ {/if} + {if $td[refund_reason]} + 操作原因:{$td[refund_reason]}
+ {/if} + {if $td[status] == 0} +
+
确 认
+
+ {elseif $td[status] == 2} +
+
发 货
+
+ {/if} +
+ {elseif $step == 'express'} +
+
+
+
快递信息
+
+
+
+
+
+ {template 'goods', 'chip'} +
快递信息
+
+ 发货日期:{$td[send_time]}
+ 快递类型:{$td[send_type]}
+ 快递单号:{$td[send_no]}
+ 快递状态:{$_send_status[$td[send_status]]}
+ 追踪结果:
+
正在查询...
+
+ + {elseif $step == 'edit_price'} +
+
+
+
修改订单
+
+
+
+
+ {template 'goods', 'chip'} +
+ + + + +
+

附加名称

+
+

附加金额

+
+ {if $td[status] < 1} +
同时确认订单
+ {/if} + {if $td[cod] < 1} +
改为货到付款
+ {/if} + {if $DT[sms]} +
短信通知买家 可用短信{$_sms}条
+ {/if} +
+
+
+
+
+ + {elseif $step == 'send_goods'} +
+
+
+
确认发货
+
+
+
+
+ {template 'goods', 'chip'} +
+ + + + +
+

快递类型

+
+ +
+

快递单号

+
{if in_array($DT_MBS, array('app','b2b','web')) || $wx_jssdk}
{/if}
+

发货时间

+
+ {if $DT[sms]} +
短信通知买家 可用短信{$_sms}条
+ {/if} +
+
+
+
+
+ + {elseif $step == 'add_time'} +
+
+
+
订单延时
+
+
+
+
+ {template 'goods', 'chip'} +
+ + + + + +
+

延长时间*

+
小时
+
+
+
+
+
+ + {elseif $step == 'refund_agree'} +
+
+
+
同意退款
+
+
+
+
+ {template 'goods', 'chip'} +
+ 联系买家:{$td[buyer]}
+ 下单时间:{$td[adddate]}
+ 退款原因:
+ {$td[buyer_reason]} +
+
+ + + + + +
+

同意原因

+
+ +
    +
  • +
  • B
  • +
  • I
  • +
  • U
  • +
+
+ + +
+

支付密码*

+
{template 'password', 'chip'}
+
+
+
+
+
+ + {elseif $step == 'comment'} +
+
+
+
交易评价
+
+
+
+
+ + + {template 'goods', 'chip'} +
+ + + + +
+ {loop $lists $k $v} +

{$v[title]}

+

交易评分*

+
+ +
+ + + + + + 非常好 +
+
+

详细评价*

+
+ {/loop} +
+
+
+
+
+ + {elseif $step == 'comment_detail'} +
+
+
+
评价详情
+
+
+
+
+
+ + + {load('player.js')} + {template 'goods', 'chip'} + +
买家评价
+
+ {loop $lists $k $v} + {if $k > 0} +
+
+ {/if} + 商品名称:{$v[title]}
+ {if $comments[$k][seller_star]} + 商品评分: {$STARS[$comments[$k][seller_star]]}{if !$comments[$k][buyer_reply]}  [解释]{/if}
+ 物流服务: {$STARS[$comments[$k][seller_star_express]]}
+ 商家态度: {$STARS[$comments[$k][seller_star_service]]}
+ 买家评价:
+ {nl2br($comments[$k][seller_comment])}
+ {if $comments[$k][seller_thumbs]} +
+
    + {if $comments[$k][seller_video]}
  • {/if} + {loop $comments[$k][seller_thumbs] $t} +
  • + {/loop} +
+
+

+ {/if} + 评价时间:{timetodate($comments[$k][seller_ctime], 6)}
+ {if $comments[$k][buyer_reply]} + 我的解释:
+ {nl2br($comments[$k][buyer_reply])}
+ 解释时间:{timetodate($comments[$k][buyer_rtime], 6)}
+ {/if} + {else} + 卖家评价:暂未评价
+ {/if} + {/loop} +
+
我的评价
+
+ {loop $lists $k $v} + {if $k > 0} +
+
+ {/if} + 商品名称:{$v[title]}
+ {if $comments[$k][buyer_star]} + 买家评分: {$STARS[$comments[$k][buyer_star]]}
+ 买家评价:
+ {nl2br($comments[$k][buyer_comment])}
+ 评价时间:{timetodate($comments[$k][buyer_ctime], 6)}
+ {if $comments[$k][seller_reply]} + 买家解释:
+ {nl2br($comments[$k][seller_reply])}
+ 解释时间:{timetodate($comments[$k][seller_rtime], 6)}
+ {/if} + {else} + 买家评价:暂未评价
+ {/if} + {/loop} +
+ + {/if} +{elseif $action == 'express'} +
+
+
+
我的快递
+
+
+
+
+
+{loop $lists $v} +
+ +
+{/loop} +{if $pages}
{$pages}
{/if} +{elseif $action == 'muti'} + +
+
+
+
批量发货
+
+
+
+
+
+ + + +
+ + +
+

快递类型*

+
+ +{if $send_type} +   +上次使用 {$send_type} +{/if} +
+
+ +{loop $lists $k $v} +
+{$v[buyer_mobile]} {$v[buyer_address]} {$v[buyer_name]} +
+
+ +
    +
  • {$v[title]}
  • +
  • {$DT[money_sign]}{$v[price]}x{$v[number]}{$v[par]}
  • +
+
+{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} +
+ +
    +
  • {$t[title]}
  • +
  • {$DT[money_sign]}{$t[price]}x{$t[number]}{$t[par]}
  • +
+
+{/loop} +{/if} +
合计:{$DT[money_sign]}{$v[money]}{if in_array($DT_MBS, array('app','b2b','web')) || $wx_jssdk}{/if}
+{/loop} + +
+

发货时间

+
+{if $DT[sms]} +
短信通知买家 可用短信{$_sms}条
+{/if} +
+
+
+
+
+ +{else} +
+
+
+
我的订单 ▾
+
+
+
+
+
+ + + +
+{loop $lists $k $v} +
+{$v[dstatus]}{$v[addtime]} {$v[seller]} +
+
+ +
    +
  • {$v[title]}
  • +
  • {$DT[money_sign]}{$v[price]}x{$v[number]}{$v[par]}
  • +
+
+{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} +
+ +
    +
  • {$t[title]}
  • +
  • {$DT[money_sign]}{$t[price]}x{$t[number]}{$t[par]}
  • +
+
+{/loop} +{/if} +
合计:{$DT[money_sign]}{$v[money]}订单号:{$v[itemid]}
+
+{if $v[status] == 0} +确认订单 +修改订单 +关闭交易 +{elseif $v[status] == 1} +修改订单 +关闭交易 +{elseif $v[status] == 2} +确认发货 +{elseif $v[status] == 3} + {if $v[lefttime]} + 延长时间 + {else} + 直接收款 + {/if} + {if $v[send_type] && $v[send_no]} + 快递追踪 + {/if} +{elseif $v[status] == 4} + {if $MODULE[$v[mid]][module] == 'mall'} + {if $v[buyer_star]} + 评价详情 + {else} + 评价 + {/if} + {/if} +{elseif $v[status] == 5} + 同意退款 +{elseif $v[status] == 7} + {if $v[send_time]} + 确认完成 + {else} + 确认发货 + {/if} +{elseif $v[status] == 8} + 删除订单 +{/if} +订单详情 +
+{/loop} +{if $pages}
{$pages}
{/if} +{/if} +{if $wx_jssdk} + + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/trade_print.htm b/template/hy-mobile/member/trade_print.htm new file mode 100644 index 0000000..ef2095f --- /dev/null +++ b/template/hy-mobile/member/trade_print.htm @@ -0,0 +1,96 @@ + + + + +订单详情 + + + + +
+ + + + + + + + + + + + + + + + + + + + +
收货信息
收货地址{$td[buyer_address]}{if $td[buyer_postcode]} ({$td[buyer_postcode]}){/if}
买家姓名{$td[buyer_name]}
买家手机{$td[buyer_mobile]}
会员名称{$td[buyer]}
+
+
+ + + +{if $td[sku]}{/if} +{if $td[sku]}{/if} + + + + +{loop $lists $k $v} + + +{if $td[sku]}{/if} +{if $td[sku]}{/if} + + + + +{/loop} +
商品名称条形码仓储货位规格数量买家留言
{$v[title]}{if $v[skuid]}{/if}{if $v[sku]}{$v[sku][location]}{/if}{$v[par]}{$v[number]}{$v[note]}
+
+
+ + + + + + + + + + + + + + + + +{if $td[fee_name] && $td[fee]} + + + + +{/if} + + + + +
订单信息
订单编号{$td[itemid]}
下单时间{$td[adddate]}
卖家名称{$td[seller]}
{$td[fee_name]}{$DT[money_sign]}{$td[fee]}
订单总额{$DT[money_sign]}{$td[total]}
+
+ +
+
+
+ + \ No newline at end of file diff --git a/template/hy-mobile/member/validate.htm b/template/hy-mobile/member/validate.htm new file mode 100644 index 0000000..43c84aa --- /dev/null +++ b/template/hy-mobile/member/validate.htm @@ -0,0 +1,609 @@ +{template 'header', 'member'} +{if $action == 'email'} +
+
+
+
邮箱认证
+
+
+
+
+
+{if $step == 2} +
+

邮箱认证成功

+ +
+{elseif $step == 1} +
+ + +
+

邮件验证码*

+
+
+ +
+ +
+
+
+ +{else} +
+ + +
+

电子邮件*

+
+

验证码*

+
{template 'captcha', 'chip'}
+
+ +
+
+
+ +{/if} +{elseif $action == 'vemail'} +
+
+
+
邮件认证
+
+
+
+
+
+
+

邮件已认证

+
{$_email}
+ + +
+{elseif $action == 'mobile'} +
+
+
+
手机认证
+
+
+
+
+
+{if $step == 2} +
+

手机认证成功

+ +
+{elseif $step == 1} +
+ + +
+

短信验证码*

+
+
+ +
+ +
+
+
+ +{else} +
+ + +
+

手机号码*

+
+

验证码*

+
{template 'captcha', 'chip'}
+
+ +
+
+
+ +{/if} +{elseif $action == 'vmobile'} +
+
+
+
手机认证
+
+
+
+
+
+
+

手机已认证

+
{$_mobile}
+ + +
+{elseif $action == 'truename'} +
+
+
+
实名认证
+
+
+
+
+
+ +
+ +
+

真实姓名*

+
+

证件图片*

+
+ + + +
+
+
+
+ +
+

验证码*

+
{template 'captcha', 'chip'}
+
+ +
+
+
+ +{load('clear.js')} +{elseif $action == 'vtruename'} +
+
+
+
实名认证
+
+
+
+
+
+
+

真实姓名{if $user[vtruename] || $va[status] == 3}已认证{else}审核中{/if}

+
{$user[truename]}
+ +
+{elseif $action == 'company'} +
+
+
+
公司认证
+
+
+
+
+
+ +
+ +
+

公司名称*

+
+

证件图片*

+
+ + + +
+
+
+
+ +
+

验证码*

+
{template 'captcha', 'chip'}
+
+ +
+
+
+ +{load('clear.js')} +{elseif $action == 'vcompany'} +
+
+
+
公司认证
+
+
+
+
+
+
+

公司{if $user[vcompany] || $va[status] == 3}已认证{else}审核中{/if}

+
{$user[company]}
+ +{elseif $action == 'shop'} +
+
+
+
商铺认证
+
+
+
+
+
+ +
+ +
+

商铺名称*

+
+

证件图片*

+
+ + + +
+
+
+
+ +
+

验证码*

+
{template 'captcha', 'chip'}
+
+ +
+
+
+ +{load('clear.js')} +
{elseif $action == 'vshop'} +
+
+
+
商铺认证
+
+
+
+
+
+
+

商铺{if $user[vshop] || $va[status] == 3}已认证{else}审核中{/if}

+
{$va[title]}
+ +
+{elseif $action == 'bank'} +
+
+
+
银行认证
+
+
+
+
+
+
+
+
    +
  • {if $user[bank]}{$user[bank]}{else}未设置{/if}开户银行
  • +
  • {if $user[branch]}{$user[branch]}{else}未设置{/if}开户网点
  • +
  • {if $user[account]}{$user[account]}{else}未设置{/if}收款帐号
  • +
  • {if $user[banktype]}{$user[company]}{else}{$user[truename]}{/if}收款户名
  • +
  • {if $user[vbank]}已认证{else}未认证{/if}认证状态
  • +
+
+
+ +
+ +
+{else} +
+
+
+
认证类型
+
+
+
+
+
+
+ +
+{/if} +{if $seconds} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/member/weixin.htm b/template/hy-mobile/member/weixin.htm new file mode 100644 index 0000000..0be2682 --- /dev/null +++ b/template/hy-mobile/member/weixin.htm @@ -0,0 +1,61 @@ +{template 'header', 'member'} +
+
+
+
{$head_name}
+{if $W} +
+{/if} +
+
+
+
+{if $W} +
+ +
    +
  • 已绑定{if $W[nickname]}{$W[nickname]}{else}未填写{/if}
  • +
  • 上次访问:{timetodate($W[visittime], 5)}
  • +
+
+{else} +
+ +
    +
  • 待绑定微信昵称
  • +
  • N/A
  • +
+
+{/if} +
+{if $W} +
+{if $DT_MBS == 'weixin'} +长按识别上图二维码,进入公众号 +{else} +扫一扫上图二维码,进入公众号 +{/if} +{else} +
+{if $DT_MBS == 'weixin'} +长按识别上图二维码,添加关注并绑定 +{else} +扫一扫上图二维码,添加关注并绑定 +{/if} + +{/if} +
+
+
+{template 'footer', 'member'} \ No newline at end of file diff --git a/template/hy-mobile/message/403.htm b/template/hy-mobile/message/403.htm new file mode 100644 index 0000000..557741f --- /dev/null +++ b/template/hy-mobile/message/403.htm @@ -0,0 +1,39 @@ +{template 'header'} +
+
+
+
无权访问
+
+
+
+
+
+
+

{$head_title}

+
+ 秒后将自动跳转到{if $_userid}会员升级页面{else}会员登录页面{/if} +

+{if $_userid} +  1、请升级您的会员组。
+{else} +  1、请 登录注册
+{/if} +  2、请检查输入的网址是否正确。
+  3、如果不能确认输入的网址,请浏览网站首页来查看所要访问的网址。
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/message/404.htm b/template/hy-mobile/message/404.htm new file mode 100644 index 0000000..088f892 --- /dev/null +++ b/template/hy-mobile/message/404.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
页面不存在
+
+
+
+
+
+
+

您正在请求的页面可能 不存在已经被删除

+
请尝试以下操作:
+ • 确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误
+ • 请与网站管理员联系,告诉他们您发现的错误以便网站管理员处理
+ • 30秒后自动返回网站首页
+
+ + +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/message/alert.htm b/template/hy-mobile/message/alert.htm new file mode 100644 index 0000000..43484a1 --- /dev/null +++ b/template/hy-mobile/message/alert.htm @@ -0,0 +1,22 @@ + + + + +提示信息{$DT[seo_delimiter]}{$DT[sitename]} + + + + + + + \ No newline at end of file diff --git a/template/hy-mobile/message/com-notfound.htm b/template/hy-mobile/message/com-notfound.htm new file mode 100644 index 0000000..16094f0 --- /dev/null +++ b/template/hy-mobile/message/com-notfound.htm @@ -0,0 +1,14 @@ +{template 'header'} +
+
+
+
公司不存在
+
+
+
+
+
+
+您正在访问的公司主页可能已经删除、更名或尚未开通...
+
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/message/com-opening.htm b/template/hy-mobile/message/com-opening.htm new file mode 100644 index 0000000..c769456 --- /dev/null +++ b/template/hy-mobile/message/com-opening.htm @@ -0,0 +1,17 @@ +{template 'header'} +
+
+
+
主页未开通
+
+
+
+
+
+
+您正在访问的公司主页已经注册,将在所属公司{if $COM[edittime]}资料认证{else}资料完善{/if}后自动开通,请稍后访问...
+{if $username == $_username} +系统检测到您为该公司所属会员,{if $COM[edittime]}请点这里立即认证公司资料{else}请点这里立即完善公司资料{/if},激活公司主页
+{/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/message/guest.htm b/template/hy-mobile/message/guest.htm new file mode 100644 index 0000000..42b1caf --- /dev/null +++ b/template/hy-mobile/message/guest.htm @@ -0,0 +1,16 @@ +{template 'header'} +
+
+
+
会员未注册
+
+
+
+
+
+
+

{$head_title}

+
+您访问的公司尚未注册本站会员,无法查看详细信息,建议优先选择 {VIP} 会员
+
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/message/list-notfound.htm b/template/hy-mobile/message/list-notfound.htm new file mode 100644 index 0000000..cf8c457 --- /dev/null +++ b/template/hy-mobile/message/list-notfound.htm @@ -0,0 +1,31 @@ +{template 'header'} +
+
+
+
分类不存在
+
+
+
+
+
+
+

{$head_title}

+
+ 秒后将自动跳转到{$MOD[name]}首页 +
+ +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/message/message.htm b/template/hy-mobile/message/message.htm new file mode 100644 index 0000000..ba6d0bf --- /dev/null +++ b/template/hy-mobile/message/message.htm @@ -0,0 +1,42 @@ + + + + +提示信息{$DT[seo_delimiter]}{$DT[sitename]} + + + + + + +
+{if $dtime == -1} + +
+
+ {$dmessage} +
+{else} +
+
+
+
提示信息
+
+
+
+
+
+
{$dmessage}
+
+{if $dforward == 'goback'} +
+{elseif $dforward} +
+ +{/if} +{/if} +
+ + \ No newline at end of file diff --git a/template/hy-mobile/message/mysql.htm b/template/hy-mobile/message/mysql.htm new file mode 100644 index 0000000..54d41c4 --- /dev/null +++ b/template/hy-mobile/message/mysql.htm @@ -0,0 +1,16 @@ +{template 'header'} +
+
+
+
ʾ
+
+
+
+
+
+
+ݿʧ(Can not connect to MySQL server)
+ϵͳ޷MySQL˲鿴Ľ
+{$DT[sitename]}
+
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/message/show-notfound.htm b/template/hy-mobile/message/show-notfound.htm new file mode 100644 index 0000000..5622d0e --- /dev/null +++ b/template/hy-mobile/message/show-notfound.htm @@ -0,0 +1,31 @@ +{template 'header'} +
+
+
+
信息不存在
+
+
+
+
+
+
+

{$head_title}

+
+ 秒后将自动跳转到{$MOD[name]}首页 +
+ +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/message/these.name.php b/template/hy-mobile/message/these.name.php new file mode 100644 index 0000000..66e4517 --- /dev/null +++ b/template/hy-mobile/message/these.name.php @@ -0,0 +1,14 @@ + 'JS提示信息', + 'com-notfound' => '公司不存在', + 'com-opening' => '公司未激活', + 'guest' => '游客主页', + 'list-notfound' => '列表页不存在', + 'message' => 'HTML提示信息', + 'mysql' => 'MySQL无法连接', + 'show-notfound' => '内容页不存在', + 403 => '403拒绝访问', + 404 => '404未找到网页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/mobile/about.htm b/template/hy-mobile/mobile/about.htm new file mode 100644 index 0000000..9bf47a0 --- /dev/null +++ b/template/hy-mobile/mobile/about.htm @@ -0,0 +1,21 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+
+ +
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/mobile/area.htm b/template/hy-mobile/mobile/area.htm new file mode 100644 index 0000000..d2be825 --- /dev/null +++ b/template/hy-mobile/mobile/area.htm @@ -0,0 +1,23 @@ +{template 'header'} +
+
+
+
+ +
+
+
+
+
+
+
+
+{/loop} + +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/mobile/category.htm b/template/hy-mobile/mobile/category.htm new file mode 100644 index 0000000..25b8b90 --- /dev/null +++ b/template/hy-mobile/mobile/category.htm @@ -0,0 +1,23 @@ +{template 'header'} +
+
+
+
+ +
+
+
+
+
+
+
+
+{/loop} + +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/mobile/channel.htm b/template/hy-mobile/mobile/channel.htm new file mode 100644 index 0000000..926fff3 --- /dev/null +++ b/template/hy-mobile/mobile/channel.htm @@ -0,0 +1,19 @@ +{template 'header'} +{if $sns_app} +{else} +
+
+
{$head_name}
+
+
+
+
+{/if} +
+
    + {loop $MODULE $i $m} + {if $m[moduleid] > 3 && $m[ismenu]}
  • {$m[name]}
  • {/if} + {/loop} +
+
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/mobile/device.htm b/template/hy-mobile/mobile/device.htm new file mode 100644 index 0000000..b547302 --- /dev/null +++ b/template/hy-mobile/mobile/device.htm @@ -0,0 +1,10 @@ +{template 'header'} +
+
+
设备错误
+
+
+
+
+
您的设备不支持浏览手机版

点击切换到电脑版
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/mobile/more.htm b/template/hy-mobile/mobile/more.htm new file mode 100644 index 0000000..2cfc037 --- /dev/null +++ b/template/hy-mobile/mobile/more.htm @@ -0,0 +1,46 @@ +{template 'header'} +
+
+{if $foot == 'my'}
{/if} +
{$head_name}
+
+
+
+
+
+ +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/mobile/my.htm b/template/hy-mobile/mobile/my.htm new file mode 100644 index 0000000..5651af4 --- /dev/null +++ b/template/hy-mobile/mobile/my.htm @@ -0,0 +1,37 @@ +{template 'header'} + + +
+ +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/mobile/search.htm b/template/hy-mobile/mobile/search.htm new file mode 100644 index 0000000..95953cc --- /dev/null +++ b/template/hy-mobile/mobile/search.htm @@ -0,0 +1,82 @@ +{template 'header'} + +
+
+
+
{$head_name}
+
+
+
+
+
+ +{if $lists} +
+ {loop $lists $v} + {$v[kw]} + {/loop} + 清空记录 +
+{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/mobile/setting.htm b/template/hy-mobile/mobile/setting.htm new file mode 100644 index 0000000..dacd56f --- /dev/null +++ b/template/hy-mobile/mobile/setting.htm @@ -0,0 +1,122 @@ +{template 'header'} + +
+
+
+
{$head_name}
+
+
+
+
+
+
+
已选频道轻按移除,左右滑动排序
+
+{loop $my_arr $i} +
{$MOB_MOD[$i][name]}
+{/loop} +
+
待选频道轻按恢复
+
+{loop $rm_arr $i} +
{$MOB_MOD[$i][name]}
+{/loop} +
+
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/mobile/these.name.php b/template/hy-mobile/mobile/these.name.php new file mode 100644 index 0000000..3c80b0a --- /dev/null +++ b/template/hy-mobile/mobile/these.name.php @@ -0,0 +1,14 @@ + '关于我们', + 'area' => '按地区浏览', + 'category' => '按分类浏览', + 'channel' => '频道', + 'device' => '设备错误', + 'more' => '更多', + 'my' => '我的', + 'search' => '搜索', + 'setting' => '设置', + 'tips' => '提示', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/photo/index.htm b/template/hy-mobile/photo/index.htm new file mode 100644 index 0000000..796cd38 --- /dev/null +++ b/template/hy-mobile/photo/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +浏览 +评论 +图片 +
+{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/photo/list.htm b/template/hy-mobile/photo/list.htm new file mode 100644 index 0000000..0242a85 --- /dev/null +++ b/template/hy-mobile/photo/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +浏览 +评论 +图片 +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/photo/private.htm b/template/hy-mobile/photo/private.htm new file mode 100644 index 0000000..608a9b7 --- /dev/null +++ b/template/hy-mobile/photo/private.htm @@ -0,0 +1,24 @@ +{template 'header'} +
+
+
+
身份验证
+
+ +
+
+
+
+
+
+
+ + +

{if $open == 2}请输入访问密码{elseif $open == 1}请回答,{$question}?{/if}*{$error}

+
+
+ +
+
+
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/photo/search.htm b/template/hy-mobile/photo/search.htm new file mode 100644 index 0000000..3072007 --- /dev/null +++ b/template/hy-mobile/photo/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+
+推荐 +综合 +浏览 +评论 +图片 +
+{if $catid || $areaid} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/photo/show.htm b/template/hy-mobile/photo/show.htm new file mode 100644 index 0000000..4d2b643 --- /dev/null +++ b/template/hy-mobile/photo/show.htm @@ -0,0 +1,57 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ +{if $user_status == 3} +
+ {$page}/{$items} +
+ {$P[introduce]} + + {loop $T $i $p} + {$p[introduce]} + {/loop} + +
+{/if} +

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$items}图片
+{if $user_status == 3} +{else} +
{template 'content', 'chip'}
+{/if} +{if $content}
{$content}
{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
+ {if $username} + + {else} + + {/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/photo/these.name.php b/template/hy-mobile/photo/these.name.php new file mode 100644 index 0000000..7aa6165 --- /dev/null +++ b/template/hy-mobile/photo/these.name.php @@ -0,0 +1,10 @@ + '首页', + 'list' => '列表页', + 'private' => '验证身份', + 'search' => '搜索页', + 'show' => '内容页', + 'view' => '全部图片', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/photo/view.htm b/template/hy-mobile/photo/view.htm new file mode 100644 index 0000000..3b94281 --- /dev/null +++ b/template/hy-mobile/photo/view.htm @@ -0,0 +1,15 @@ +{template 'header'} +
+
+
+
图片列表
+
+
+
+
+
+{loop $T $i $t} + +{/loop} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/quote/index.htm b/template/hy-mobile/quote/index.htm new file mode 100644 index 0000000..ffaa543 --- /dev/null +++ b/template/hy-mobile/quote/index.htm @@ -0,0 +1,34 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +人气 +评论 +点赞 +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/quote/list.htm b/template/hy-mobile/quote/list.htm new file mode 100644 index 0000000..407460d --- /dev/null +++ b/template/hy-mobile/quote/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +人气 +评论 +点赞 +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/quote/price.htm b/template/hy-mobile/quote/price.htm new file mode 100644 index 0000000..f5f2587 --- /dev/null +++ b/template/hy-mobile/quote/price.htm @@ -0,0 +1,178 @@ +{template 'header'} +
+
+
+
报价详情
+
+{if $could_add} + +{else} +{/if} +
+
+
+
+
+{if $could_add} + +{load('guest.js')} + +{/if} +

{$P[title]}

+
{timetodate($P[edittime], 5)}{$P[item]}报价{$P[hits]}
+
+单位:{$P[unit]}
+{if $P[n1] && $P[v1]}{$P[n1]}:{$P[v1]}
{/if} +{if $P[n2] && $P[v2]}{$P[n2]}:{$P[v2]}
{/if} +{if $P[n3] && $P[v3]}{$P[n3]}:{$P[v3]}
{/if} +{if $P[content]}{$P[content]}{/if} +
+{if $sd} + + +{/if} +
+{if $tags} +
{template 'list-quote-price', 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/quote/product.htm b/template/hy-mobile/quote/product.htm new file mode 100644 index 0000000..a550da1 --- /dev/null +++ b/template/hy-mobile/quote/product.htm @@ -0,0 +1,27 @@ +{template 'header'} +
+
+
+
产品报价
+
+ +
+
+
+
+
+ +{if $tags} +
{template 'list-quote-product', 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/quote/search.htm b/template/hy-mobile/quote/search.htm new file mode 100644 index 0000000..0feba1b --- /dev/null +++ b/template/hy-mobile/quote/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+
+推荐 +综合 +人气 +评论 +点赞 +
+{if $catid || $areaid} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/quote/show.htm b/template/hy-mobile/quote/show.htm new file mode 100644 index 0000000..3df7556 --- /dev/null +++ b/template/hy-mobile/quote/show.htm @@ -0,0 +1,44 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ +

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{$comments}
+
+ {if $user_status == 3} + {$content} + {else} + {template 'content', 'chip'} + {/if} +
+{if $pages}
{$pages}
{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
+ +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/quote/these.name.php b/template/hy-mobile/quote/these.name.php new file mode 100644 index 0000000..f97aaad --- /dev/null +++ b/template/hy-mobile/quote/these.name.php @@ -0,0 +1,11 @@ + '首页', + 'list' => '列表页', + 'price' => '价格曲线', + 'product' => '产品列表', + 'quote' => '报价单', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/sell/compare.htm b/template/hy-mobile/sell/compare.htm new file mode 100644 index 0000000..9571dcf --- /dev/null +++ b/template/hy-mobile/sell/compare.htm @@ -0,0 +1,126 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+ +
+ + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + +
移除移除
图片
标题
品牌
{$v[brand]}
日期{$v[editdate]}
公司
会员 +{if $v[vip]}{VIP}{/if}  +
地区{area_pos($v[areaid], '', 2)}
价格{if $v[price]>0}{$v[price]}{$DT[money_unit]}/{$v[unit]}{else}面议{/if}
起订{if $v[minamount]}{$v[minamount]} {$v[unit]}{else}未填写{/if}
总量{if $v[amount]}{$v[amount]} {$v[unit]}{else}未填写{/if}
发货{if $v[days]}{$v[days]}天内{else}未填写{/if}
联系  + {if $v[username] && $DT[im_web]}{im_web($v[username].'&mid='.$moduleid.'&itemid='.$v[itemid])} {/if} + {if $v[qq] && $DT[im_qq]}{im_qq($v[qq])} {/if} + {if $v[wx] && $DT[im_wx]}{im_wx($v[wx], $v[username])} {/if} + {if $v[ali] && $DT[im_ali]}{im_ali($v[ali])} {/if} + {if $v[skype] && $DT[im_skype]}{im_skype($v[skype])} {/if} +
询价
移除移除
+
+ +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/sell/index.htm b/template/hy-mobile/sell/index.htm new file mode 100644 index 0000000..5aca514 --- /dev/null +++ b/template/hy-mobile/sell/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +询价 +销量 +价格 +
+{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/sell/inquiry.htm b/template/hy-mobile/sell/inquiry.htm new file mode 100644 index 0000000..bc50caa --- /dev/null +++ b/template/hy-mobile/sell/inquiry.htm @@ -0,0 +1,147 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+ +
+
+
+
+
+
+
+ + +

询价标题*

+
+

我想了解

+
+{loop $itype $k $v} +
+{/loop} +
+

快捷提问

+
+ +
+

主要内容*

+
+

回复时间

+
前回复
+{if $_userid} +

联系方式

+
+公司:{$company}
+姓名:{$truename}
+电话:{$telephone}
+邮件:{$email}
+{if $DT[im_qq]}QQ:{$qq}
{/if} +{if $DT[im_wx]}微信:{$wx}
{/if} +{if $DT[im_ali]}阿里旺旺:{$ali}
{/if} +{if $DT[im_skype]}Skype:{$skype}
{/if} +
+{else} +

公司

+
+

姓名*

+
+

电话*

+
+

邮箱

+
+{if $DT[im_qq]} +

QQ

+
+{/if} +{if $DT[im_wx]} +

微信

+
+{/if} +{if $DT[im_ali]} +

阿里旺旺

+
+{/if} +{if $DT[im_skype]} +

Skype

+
+{/if} +{/if} +{if $_userid && $DT[sms]} +

短信通知

+
剩余{$_sms}条
+{/if} +{if $need_question} +

验证问题*

+
{template 'question', 'chip'}
+{/if} +{if $need_captcha} +

验证码*

+
{template 'captcha', 'chip'}
+{/if} +
+ +
+{if $MG[inquiry_limit]} +
+今日可询价 {$MG[inquiry_limit]}
+当前已询价 {$limit_used}
+还可以询价 {$limit_free}
+
+{/if} +
+
+{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/sell/list.htm b/template/hy-mobile/sell/list.htm new file mode 100644 index 0000000..5ba772c --- /dev/null +++ b/template/hy-mobile/sell/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +询价 +销量 +价格 +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/sell/search.htm b/template/hy-mobile/sell/search.htm new file mode 100644 index 0000000..3ff3673 --- /dev/null +++ b/template/hy-mobile/sell/search.htm @@ -0,0 +1,43 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + +
+
+推荐 +综合 +询价 +销量 +价格 +
+{if $catid || $areaid || $minprice || $maxprice} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +{if $minprice || $maxprice}{if $minprice}{$minprice}{$DT[money_unit]}{else}不限{/if}至{if $maxprice}{$maxprice}{$DT[money_unit]}{else}不限{/if}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/sell/show.htm b/template/hy-mobile/sell/show.htm new file mode 100644 index 0000000..b062ff4 --- /dev/null +++ b/template/hy-mobile/sell/show.htm @@ -0,0 +1,60 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+{if $thumb}{template 'album', 'chip'}{/if} +

{$title}

+
{$editdate}{if $MOD[hits]}{$hits}{/if}{if $could_purchase}{$orders}已售{else}{$messages}询价{/if}
+
+价格:{if $price&&$unit}{$DT[money_sign]}{$price}/{$unit}{else}未填{/if}
+{if $brand}品牌:{$brand}
{/if} +{if $n1 && $v1}{$n1}:{$v1}
{/if} +{if $n2 && $v2}{$n2}:{$v2}
{/if} +{if $n3 && $v3}{$n3}:{$v3}
{/if} +{if $minamount}起订:{$minamount}{$unit}
{/if} +{if $amount>0}供应:{$amount}{$unit}
{/if} +{if $days}发货:{$days}天内
{/if} +{if $could_purchase} +
立即购买
+{elseif $could_inquiry} +
发送询价
+{/if} +{$content} +
+
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
联系方式
+
{template 'contact', 'chip'}
+
+ {if $username} + + {else} + + {/if} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/sell/these.name.php b/template/hy-mobile/sell/these.name.php new file mode 100644 index 0000000..592f810 --- /dev/null +++ b/template/hy-mobile/sell/these.name.php @@ -0,0 +1,10 @@ + '产品比较', + 'index' => '首页', + 'inquiry' => '询盘页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/special/index.htm b/template/hy-mobile/special/index.htm new file mode 100644 index 0000000..0e663d7 --- /dev/null +++ b/template/hy-mobile/special/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +浏览 +评论 +点赞 +
+{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/special/list.htm b/template/hy-mobile/special/list.htm new file mode 100644 index 0000000..6b7fd4b --- /dev/null +++ b/template/hy-mobile/special/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +浏览 +评论 +点赞 +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/special/search.htm b/template/hy-mobile/special/search.htm new file mode 100644 index 0000000..a69dada --- /dev/null +++ b/template/hy-mobile/special/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+
+推荐 +综合 +浏览 +评论 +点赞 +
+{if $catid || $areaid} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/special/show.htm b/template/hy-mobile/special/show.htm new file mode 100644 index 0000000..f3c986e --- /dev/null +++ b/template/hy-mobile/special/show.htm @@ -0,0 +1,96 @@ +{template 'header'} +
+
+
+
+
+
+
+{if $cfg_type && $TYPE} + +{else} + +{/if} +
+
+
+
+
+
+ +{if $cfg_type && $TYPE} + +{/if} +{if $action == 'type'} + {if $tags} +
{template 'list-special-type', 'tag'}
+
+ {else} + {template 'empty', 'chip'} + {/if} + {if $pages}
{$pages}
{/if} +{else} +

{$title}

+ {if $islink} +
{$editdate}
+ + {else} +
{$editdate}{if $MOD[hits]}{$hits}{/if}{$comments}
+ {if $banner}{/if} +
+ {if $user_status == 3} + {$content} + {else} + {template 'content', 'chip'} + {/if} +
+ {if $cfg_photo} +
+
图片报道
+
+
+ +
+
+ {/if} + {if $cfg_video} +
+
视频报道
+
+
+ +
+
+ {/if} + {/if} +
+ {if $MOD[likes]}{/if} + {if $MOD[likes]}
反对 {$hates}
{/if} +
收藏 {$favorites}
+ {if $MOD[fee_award]}
打赏 {$awards}
{/if} + {if $could_comment}
评论 {$comments}
{/if} + +
+{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/special/these.name.php b/template/hy-mobile/special/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/hy-mobile/special/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/tag/list-article.htm b/template/hy-mobile/tag/list-article.htm new file mode 100644 index 0000000..b0e1c0b --- /dev/null +++ b/template/hy-mobile/tag/list-article.htm @@ -0,0 +1,17 @@ +{loop $tags $k $t} +{if $t[thumb]} +
+ +
    +
  • {$t[title]}
  • +{if $t[introduce]}
    {$t[introduce]}
    {/if} +
+
+{else} +
+{$t[title]} +{if $t[introduce]}
{$t[introduce]}
{/if} +

{timetodate($t[edittime], 3)}{$t[hits]}

+
+{/if} +{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-brand.htm b/template/hy-mobile/tag/list-brand.htm new file mode 100644 index 0000000..a11bdc1 --- /dev/null +++ b/template/hy-mobile/tag/list-brand.htm @@ -0,0 +1,10 @@ +{loop $tags $k $t} +
+
+ +

{$t[messages]}留言{$t[hits]}浏览

+{if !isset($homepage)}{$t[company]}{/if} +{$t[title]} +
+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-buy.htm b/template/hy-mobile/tag/list-buy.htm new file mode 100644 index 0000000..e8b4b69 --- /dev/null +++ b/template/hy-mobile/tag/list-buy.htm @@ -0,0 +1,10 @@ +{loop $tags $k $t} +
+ + +
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-club-group.htm b/template/hy-mobile/tag/list-club-group.htm new file mode 100644 index 0000000..d62916e --- /dev/null +++ b/template/hy-mobile/tag/list-club-group.htm @@ -0,0 +1,9 @@ +{loop $tags $k $t} +
+
+ +

{$t[fans]}粉丝{$t[post]}主题

+{$t[title]}{$MOD[seo_name]} +
+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-club-reply.htm b/template/hy-mobile/tag/list-club-reply.htm new file mode 100644 index 0000000..5ad9936 --- /dev/null +++ b/template/hy-mobile/tag/list-club-reply.htm @@ -0,0 +1,6 @@ +{loop $tags $k $t} +
+{$t[title]} +

{$t[adddate]}{$t[passport]}

+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-club.htm b/template/hy-mobile/tag/list-club.htm new file mode 100644 index 0000000..fe9c6d3 --- /dev/null +++ b/template/hy-mobile/tag/list-club.htm @@ -0,0 +1,16 @@ +{loop $tags $k $t} +{if $t[thumb]} +
+ + +
+{else} +
+{$t[title]} +

{$t[hits]}{$t[reply]}{$t[passport]}

+
+{/if} +{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-company.htm b/template/hy-mobile/tag/list-company.htm new file mode 100644 index 0000000..e9ed1a6 --- /dev/null +++ b/template/hy-mobile/tag/list-company.htm @@ -0,0 +1,10 @@ +{loop $tags $k $t} +
+ +
    +
  • {$t[company]}
  • +
  • {$t[business]}
  • +
  • {if $t[areaid]}{area_pos($t[areaid], '', 2)}{else}未填写{/if}

  • +
+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-down.htm b/template/hy-mobile/tag/list-down.htm new file mode 100644 index 0000000..a26008d --- /dev/null +++ b/template/hy-mobile/tag/list-down.htm @@ -0,0 +1,9 @@ +{loop $tags $k $t} +
+ +
    +
  • {$t[title]}
  • +
  • {$t[download]}下载{$t[hits]}浏览{$t[filesize]}{$t[unit]}

  • +
+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-exhibit.htm b/template/hy-mobile/tag/list-exhibit.htm new file mode 100644 index 0000000..d744497 --- /dev/null +++ b/template/hy-mobile/tag/list-exhibit.htm @@ -0,0 +1,6 @@ +{loop $tags $k $t} +
+{$t[title]} +

{$t[city]}{timetodate($t[fromtime], 3)} 至 {timetodate($t[totime], 3)}

+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-group.htm b/template/hy-mobile/tag/list-group.htm new file mode 100644 index 0000000..0711847 --- /dev/null +++ b/template/hy-mobile/tag/list-group.htm @@ -0,0 +1,10 @@ +{loop $tags $k $t} +
+
+ +

{$t[orders]}已售{$DT[money_sign]}{$t[price]}

+{$t[company]} +{$t[title]} +
+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-info.htm b/template/hy-mobile/tag/list-info.htm new file mode 100644 index 0000000..5ceaa08 --- /dev/null +++ b/template/hy-mobile/tag/list-info.htm @@ -0,0 +1,10 @@ +{loop $tags $k $t} +
+
+ +

{$t[messages]}留言{$t[hits]}浏览

+{if !isset($homepage)}{$t[company]}{/if} +{$t[title]} +
+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-job.htm b/template/hy-mobile/tag/list-job.htm new file mode 100644 index 0000000..480ab4a --- /dev/null +++ b/template/hy-mobile/tag/list-job.htm @@ -0,0 +1,20 @@ +{loop $tags $k $t} +
+{$t[title]} +{if isset($t[parent])} +
{$CATEGORY[$t[parentid]][catname]} / {$CATEGORY[$t[catid]][catname]}
+{/if} +

+ + {if $t[minsalary] && $t[maxsalary]} + {$t[minsalary]}-{$t[maxsalary]}{$DT[money_unit]}/月 + {elseif $t[minsalary]} + {$t[minsalary]}{$DT[money_unit]}/月以上 + {elseif $t[maxsalary]} + {$t[maxsalary]}{$DT[money_unit]}/月以内 + {else} + 面议 + {/if} + {area_pos($t[areaid], '')}

+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-know.htm b/template/hy-mobile/tag/list-know.htm new file mode 100644 index 0000000..c52299b --- /dev/null +++ b/template/hy-mobile/tag/list-know.htm @@ -0,0 +1,6 @@ +{loop $tags $k $t} +
+{$t[title]} +

{$PROCESS[$t[process]]}{$t[date]}

+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-mall.htm b/template/hy-mobile/tag/list-mall.htm new file mode 100644 index 0000000..8a48133 --- /dev/null +++ b/template/hy-mobile/tag/list-mall.htm @@ -0,0 +1,10 @@ +{loop $tags $k $t} +
+
+ +

{$t[orders]}成交{$DT[money_sign]}{$t[price]}

+{if !isset($homepage)}{$t[company]}{/if} +{$t[title]} +
+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-photo.htm b/template/hy-mobile/tag/list-photo.htm new file mode 100644 index 0000000..3d10502 --- /dev/null +++ b/template/hy-mobile/tag/list-photo.htm @@ -0,0 +1,9 @@ +{loop $tags $k $t} +
+
+ +

{$t[hits]}浏览{$t[items]}图片

+{$t[title]} +
+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-quote-price.htm b/template/hy-mobile/tag/list-quote-price.htm new file mode 100644 index 0000000..e81fb70 --- /dev/null +++ b/template/hy-mobile/tag/list-quote-price.htm @@ -0,0 +1,9 @@ +{loop $tags $t} +
+
    +
  • {$DT[money_sign]}{$t[price]}
  • +
  • {$t[company]}
  • +
  • {area_pos($t[areaid], '', 2)}{timetodate($t[addtime], 5)}

  • +
+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-quote-product.htm b/template/hy-mobile/tag/list-quote-product.htm new file mode 100644 index 0000000..6ac5e9f --- /dev/null +++ b/template/hy-mobile/tag/list-quote-product.htm @@ -0,0 +1,15 @@ +{loop $tags $t} +
+
    +
  • {$t[title]}
  • +
  • +

    +{if $t[v1]}{$t[n1]}:{$t[v1]}  {/if} +{if $t[v2]}{$t[n2]}:{$t[v2]}  {/if} +{if $t[v3]}{$t[n3]}:{$t[v3]}  {/if} +

    +
  • +
  • {$t[item]}报价{$DT[money_sign]}{$t[price]}/{$t[unit]}

  • +
+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-quote.htm b/template/hy-mobile/tag/list-quote.htm new file mode 100644 index 0000000..fd6a7e8 --- /dev/null +++ b/template/hy-mobile/tag/list-quote.htm @@ -0,0 +1,17 @@ +{loop $tags $k $t} +{if $t[thumb]} +
+ +
    +
  • {$t[title]}
  • +
  • {$t[comments]}评论{timetodate($t[addtime], 3)}

  • +
+
+{else} +
+{$t[title]} +{if $t[introduce]}
{$t[introduce]}
{/if} +

{$t[comments]}评论{timetodate($t[addtime], 3)}{$t[hits]}

+
+{/if} +{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-sell.htm b/template/hy-mobile/tag/list-sell.htm new file mode 100644 index 0000000..782ea61 --- /dev/null +++ b/template/hy-mobile/tag/list-sell.htm @@ -0,0 +1,14 @@ +{loop $tags $k $t} +
+ +
    +
  • {$t[title]}
  • +{if !isset($homepage)}
  • {$t[company]}
  • {/if} +{if $t[unit] && $t[price]>0} +
  • {$DT[money_sign]}{$t[price]}

  • +{else} +
  • 面议

  • +{/if} +
+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-special-type.htm b/template/hy-mobile/tag/list-special-type.htm new file mode 100644 index 0000000..26eeecd --- /dev/null +++ b/template/hy-mobile/tag/list-special-type.htm @@ -0,0 +1,17 @@ +{loop $tags $k $t} +{if $t[thumb]} +
+ + +
+{else} +
+{$t[title]} +{if $t[introduce]}
{$t[introduce]}
{/if} +

{$t[date]}

+
+{/if} +{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-special.htm b/template/hy-mobile/tag/list-special.htm new file mode 100644 index 0000000..6b58f78 --- /dev/null +++ b/template/hy-mobile/tag/list-special.htm @@ -0,0 +1,9 @@ +{loop $tags $k $t} +
+
+ +

{$t[comments]}评论{$t[hits]}浏览

+{$t[title]} +
+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-thumb.htm b/template/hy-mobile/tag/list-thumb.htm new file mode 100644 index 0000000..a4ceaf1 --- /dev/null +++ b/template/hy-mobile/tag/list-thumb.htm @@ -0,0 +1,9 @@ +{loop $tags $k $t} +
+
+ +{if $datetype}

{if isset($t[hits])}{$t[hits]}浏览{/if}{timetodate($t[addtime], $datetype)}

{/if} +{$t[title]} +
+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list-video.htm b/template/hy-mobile/tag/list-video.htm new file mode 100644 index 0000000..656335c --- /dev/null +++ b/template/hy-mobile/tag/list-video.htm @@ -0,0 +1,9 @@ +{loop $tags $k $t} +
+
+ +

{$t[comments]}评论{$t[hits]}播放

+{$t[title]} +
+
+{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/list.htm b/template/hy-mobile/tag/list.htm new file mode 100644 index 0000000..5adec21 --- /dev/null +++ b/template/hy-mobile/tag/list.htm @@ -0,0 +1,16 @@ +{loop $tags $k $t} +{if $t[thumb]} +
+ +
    +
  • {$t[title]}
  • +
  • {$t[comments]}{timetodate($t[addtime], 3)}

  • +
+
+{else} +
+{$t[title]} +

{$t[comments]}{timetodate($t[addtime], 3)}{$t[hits]}

+
+{/if} +{/loop} \ No newline at end of file diff --git a/template/hy-mobile/tag/these.name.php b/template/hy-mobile/tag/these.name.php new file mode 100644 index 0000000..084782f --- /dev/null +++ b/template/hy-mobile/tag/these.name.php @@ -0,0 +1,28 @@ + '默认列表', + 'list-article' => '文章列表', + 'list-brand' => '品牌列表', + 'list-buy' => '求购列表', + 'list-club' => '帖子列表', + 'list-club-group' => '商圈列表', + 'list-club-reply' => '帖子回复', + 'list-company' => '公司列表', + 'list-down' => '下载列表', + 'list-exhibit' => '展会列表', + 'list-group' => '团购列表', + 'list-info' => '信息列表', + 'list-job' => '招聘列表', + 'list-know' => '知道列表', + 'list-mall' => '商品列表', + 'list-photo' => '图库列表', + 'list-quote' => '行情列表', + 'list-quote-price' => '行情报价列表', + 'list-quote-product' => '行情产品列表', + 'list-sell' => '供应列表', + 'list-special' => '专题列表', + 'list-special-type' => '专题分类', + 'list-thumb' => '图片列表', + 'list-video' => '视频列表', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/these.name.php b/template/hy-mobile/these.name.php new file mode 100644 index 0000000..7642c5a --- /dev/null +++ b/template/hy-mobile/these.name.php @@ -0,0 +1,33 @@ + '文章模板', + 'brand' => '品牌模板', + 'buy' => '求购模板', + 'chip' => '模板片断', + 'city' => '城市分站', + 'club' => '商圈模板', + 'company' => '公司模板', + 'down' => '下载模板', + 'exhibit' => '展会模板', + 'extend' => '功能扩展', + 'footer' => '全站页脚', + 'group' => '团购模板', + 'header' => '全站页头', + 'homepage' => '公司主页', + 'index' => '网站首页', + 'info' => '信息模板', + 'job' => '人才模板', + 'know' => '知道模板', + 'mail' => '邮件模板', + 'mall' => '商城模板', + 'member' => '商务中心', + 'message' => '提示信息', + 'mobile' => '手机版', + 'photo' => '图库模板', + 'quote' => '行情模板', + 'sell' => '供应模板', + 'special' => '专题模板', + 'tag' => '标签模板', + 'video' => '视频模板', +); +?> \ No newline at end of file diff --git a/template/hy-mobile/video/index.htm b/template/hy-mobile/video/index.htm new file mode 100644 index 0000000..e6a9498 --- /dev/null +++ b/template/hy-mobile/video/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+推荐 +综合 +播放 +评论 +点赞 +
+{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/video/list.htm b/template/hy-mobile/video/list.htm new file mode 100644 index 0000000..52402ad --- /dev/null +++ b/template/hy-mobile/video/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
+
+
+
{$head_name}
+
+
+
+
+
+
+推荐 +综合 +播放 +评论 +点赞 +
+ +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/video/search.htm b/template/hy-mobile/video/search.htm new file mode 100644 index 0000000..f80ef5a --- /dev/null +++ b/template/hy-mobile/video/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+
+推荐 +综合 +播放 +评论 +点赞 +
+{if $catid || $areaid} +
+{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
+{/if} +{if $tags} +
{template 'list-'.$module, 'tag'}
+
+{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
{$pages}
{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/video/show.htm b/template/hy-mobile/video/show.htm new file mode 100644 index 0000000..d6bdbd2 --- /dev/null +++ b/template/hy-mobile/video/show.htm @@ -0,0 +1,55 @@ +{template 'header'} +
+
+
+
+
+
+
+
+
+
+
+
+ +{if $user_status == 3} +
{$player}
+ +{/if} +

{$title}

+
{$editdate}{if $content}简介{/if}{if $MOD[hits]}{$hits}{/if}{$comments}
+{if $user_status == 3} +{else} +{template 'content', 'chip'} +{/if} +{if $content}
{$content}
{/if} +
+{if $MOD[likes]}{/if} +{if $MOD[likes]}
反对 {$hates}
{/if} +
举报 {$reports}
+
收藏 {$favorites}
+{if $MOD[fee_award]}
打赏 {$awards}
{/if} +{if $could_comment}
评论 {$comments}
{/if} + +
+
+
+ {php $tags = playlist($item);} + {loop $tags $t} +
+ +
    +
  • {$t[title]}
  • +
  • {$t[comments]}评论{$t[hits]}播放

  • +
+
+ {/loop} +
+{template 'footer'} \ No newline at end of file diff --git a/template/hy-mobile/video/these.name.php b/template/hy-mobile/video/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/hy-mobile/video/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/index.html b/template/index.html new file mode 100644 index 0000000..c1e1f00 --- /dev/null +++ b/template/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/article/index-jishu.htm b/template/m15dt8h3jk4j34l1kl4232l12l/article/index-jishu.htm new file mode 100644 index 0000000..9b82ab7 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/article/index-jishu.htm @@ -0,0 +1,65 @@ +{template 'header'} +
+
+
+ +
+
+ +
+
+
+
+
+
推荐阅读
+ + +
+ +
+
最新信息
+ +
+ + + + + + +
+ +
+ +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/article/index-plus.htm b/template/m15dt8h3jk4j34l1kl4232l12l/article/index-plus.htm new file mode 100644 index 0000000..72a982b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/article/index-plus.htm @@ -0,0 +1,199 @@ +{template 'header-news-vip'} + + + + + + + + + + + +
+
+
我们的优势
+
    +
  • 多网引流

    专业买家绿色流量

  • +
  • 品效合一

    提升网商竞争力,提升成交机会

  • +
  • 操作便捷

    一站式整合营销方案

  • +
+
+
+ +
+
核心产品
+
+
+ +
+
+
推广管理免费展示 点击扣费
+

产品概述

+

通过实时竞价的方式,您的产品有机会展示在内外网多个有利位置,获取更多曝光机会,按照点击付费的营销模式。推广管理包含:基础推广、定向推广、一键推广的形式。

+

核心价值

+
    +
  • 多网引流 专业流量
  • +
  • 免费展示 效果付费
  • +
  • 准确投放 数据可见
  • +
  • 操作便捷 节约成本
  • +
+查看详情 +
+
+ +
+
+
全网定投按周竞价 点击免费
+

产品概述

+

产地秀电商网为想要提升效果与品牌影响力的中小企业量身定做展示在权威搜索引擎的一款竞价产品。

+

核心价值

+
    +
  • 权威搜索引擎优势位置投放
  • +
  • 精选高流量关键词
  • +
  • 准确投放 数据可见
  • +
+查看详情 +
+
+ +
+
+
增效商城彰显品牌 固定收费
+

商城概述

+

产地秀电商网为您提供的多款品牌效果类产品,固定收费模式,彰显品牌实力,一次收费,固定展示,省时省力,操作便捷。

+

商城产品

+ +查看详情 +
+
+
+ + + +
+
营销工具
+
+ +
+
+ +
+
+
+ 功能介绍:

开启一键推广,就有机会直接展示在慧聪的各层级网站页面,匹配您店铺产品与采购者的实时采购需求。无需买词,系统自动帮您准确匹配,轻松抢占绿色流量。

+ 核心价值:

系统生成,省时省力,操作便捷。

+ 查看详情>> +
+
+ 功能介绍:

为您提供的一个便捷操作按钮,点击快捷推广后,系统将按照您的商机质量,高频核心关键词为您生成推广计划及具体的推广关键词,您可以按照自己的需求点击开启即可快速推广,省时省力,操作便捷!

+ 核心价值:

系统生成,省时省力,操作便捷。

+ 查看详情>> +
+
+ 功能介绍:

开启一键推广,就有机会直接展示在慧聪的各层级网站页面,匹配您店铺产品与采购者的实时采购需求。无需买词,系统自动帮您准确匹配,轻松抢占绿色流量。

+ 功能介绍:

开启一键推广,就有机会直接展示在慧聪的各层级网站页面,匹配您店铺产品与采购者的实时采购需求。无需买词,系统自动帮您准确匹配,轻松抢占绿色流量。

+ 查看详情>> +
+
+ 功能介绍:

开启一键推广,就有机会直接展示在慧聪的各层级网站页面,匹配您店铺产品与采购者的实时采购需求。无需买词,系统自动帮您准确匹配,轻松抢占绿色流量。

+ 功能介绍:

开启一键推广,就有机会直接展示在慧聪的各层级网站页面,匹配您店铺产品与采购者的实时采购需求。无需买词,系统自动帮您准确匹配,轻松抢占绿色流量。

+ 查看详情>> +
+
+ 功能介绍:

开启一键推广,就有机会直接展示在慧聪的各层级网站页面,匹配您店铺产品与采购者的实时采购需求。无需买词,系统自动帮您准确匹配,轻松抢占绿色流量。

+ 功能介绍:

开启一键推广,就有机会直接展示在慧聪的各层级网站页面,匹配您店铺产品与采购者的实时采购需求。无需买词,系统自动帮您准确匹配,轻松抢占绿色流量。

+ 查看详情>> +
+
+ 功能介绍:

开启一键推广,就有机会直接展示在慧聪的各层级网站页面,匹配您店铺产品与采购者的实时采购需求。无需买词,系统自动帮您准确匹配,轻松抢占绿色流量。

+ 功能介绍:

开启一键推广,就有机会直接展示在慧聪的各层级网站页面,匹配您店铺产品与采购者的实时采购需求。无需买词,系统自动帮您准确匹配,轻松抢占绿色流量。

+ 查看详情>> +
+
+
+ +
+
+ + +
+
探索成功之路
+
+
+
+ +
+
+
开户流程
+
    +
  • 1.填写注册信息
  • +
  • 2.进入会员中心
  • +
  • 3.申请互通宝套餐
  • +
  • 4.与工作人员联系
  • +
  • 5.成功开通会员服务
  • + + 立即申请PLUS +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/article/index-vip.htm b/template/m15dt8h3jk4j34l1kl4232l12l/article/index-vip.htm new file mode 100644 index 0000000..563ad15 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/article/index-vip.htm @@ -0,0 +1,686 @@ +{template 'header-news-vip'} + + + + + + + +
+
+
+
免费会员
+
    +
  • + +
    信誉
    +
    身份不明确,无法取得买家信任
    +
  • +
  • + +
    报价
    +
    每日报价机会有限易错失优质订单
    +
  • +
  • + +
    排名
    +
    排名无优势,易错失曝光率
    +
  • +
  • + +
    数据统计
    +
    统计维度有限,缺乏数据指导
    +
  • +
  • + +
    域名
    +
    网站统一域名,辨识度低,权重易分流
    +
  • +
  • + +
    发布权限
    +
    发布数量有限,且需要消耗积分
    +
  • +
+
+
+
VIP会员
+
    +
  • + +
    更多报价机会
    +
    每日30次报价机会,更易提升成单率
    + 点击获取 +
  • +
  • + +
    尊贵标识
    +
    经过企业认证,享有尊贵标识
    + 点击获取 +
  • +
  • + +
    第三方统计
    +
    接入第三方统计代码,提供更好的数据指导
    + 点击获取 +
  • +
  • + +
    排名优先
    +
    搜产品排名优先展示,抢先获得买家关注
    + 点击获取 +
  • +
  • + +
    发布特权
    +
    免积分发布数量多,并赠送大量积分可购买广告位
    + 点击获取 +
  • +
  • + +
    尊享域名
    +
    超高权重域名,产品信息可获得更快的收录,更好的排名
    + 点击获取 +
  • +
+
+
+
+ +
+
+

现在开通你将获得以下权益

+
    +
  • +
    + +
    +
    优质快速建站
    +

    优质二级域名配套专属模板,万条商品发布权限打造定制企业商铺

    +
  • +
  • +
    + +
    +
    全网引流
    +

    10年品牌B2B流量,千万级用户沉淀,助力成交

    +
  • +
  • +
    + +
    +
    多终端营销
    +

    PC+移动+小程序多场景营销,保障信息高曝光高展现

    +
  • +
  • +
    + +
    +
    交易撮合
    +

    专享报价特权,全方位消息推送不错过任何一个询盘

    +
  • +
  • +
    + +
    +
    效果追溯
    +

    在线推广工具为你的营销推广保驾护航,效果可查

    +
  • +
+
+
+ + +
+
+

商铺特权对比

+
+
+
功能与特权
+
    +
  • 企业商铺
  • +
  • 尊享域名
  • +
  • 商铺装修
  • +
  • 移动模板
  • +
  • 移动站管理
  • +
  • 搜索引擎优化
  • +
  • 第三方在线客服
  • +
  • 友情链接数量
  • +
  • 招商发布数量
  • +
  • 招聘发布数量
  • +
  • 品牌发布数量
  • +
  • 相册发布数量
  • +
  • 视频发布数量
  • +
  • 公司新闻发布数量
  • +
+
+
+
企业会员
+
¥0元/年
+ 立即升级 +
    +
  • +
  • +
  • 部分模板可用
    (需积分)
  • +
  • 需要积分购买
  • +
  • 不可配置
  • +
  • 基础配置
  • +
  • +
  • 3条
  • +
  • 1条
    (需积分)
  • +
  • 10条
    (需积分)
  • +
  • 1个
    (需积分)
  • +
  • 1个
    (需积分)
  • +
  • 1个
    (需积分)
  • +
  • 20条
  • +
+
+
+
+
+
基础版
+
¥1888元/年
+ 立即升级 +
    +
  • +
  • +
  • 12套专属模板
    (可用赠送积分购买其它模版)
  • +
  • 2套专属模板
  • +
  • 可配置
  • +
  • 专业配置
  • +
  • +
  • 10条
  • +
  • 20条
  • +
  • 20条
  • +
  • 5个
  • +
  • 20个
  • +
  • 20个
  • +
  • 500条
  • +
+
+
+
标准版
+
¥2800元/年
+ 立即升级 +
    +
  • +
  • +
  • 12套专属模板
    (可用赠送积分购买其它模版)
  • +
  • 2套专属模板
  • +
  • 可配置
  • +
  • 专业配置
  • +
  • +
  • 20条
  • +
  • 30条
  • +
  • 30条
  • +
  • 10个
  • +
  • 30个
  • +
  • 30个
  • +
  • 1000条
  • +
+
+
+
黄金版
+
¥5800元/年
+ 立即升级 +
    +
  • +
  • +
  • 12套专属模板
    (可用赠送积分购买其它模版)
  • +
  • 2套专属模板
  • +
  • 可配置
  • +
  • 专业配置
  • +
  • +
  • 30条
  • +
  • 50条
  • +
  • 50条
  • +
  • 20个
  • +
  • 50个
  • +
  • 50个
  • +
  • 2000条
  • +
+
+
+
+ +
+
+

产品管理特权对比

+
+
+
功能与特权
+
    +
  • 产品信息发布总量
  • +
  • 产品信息刷新
  • +
  • 上传一张图片扣积分
  • +
  • 自定义分类数量
  • +
  • 发布信息需要验证码
  • +
  • 是否允许复制信息
  • +
  • 提交百度收录
  • +
  • 24小时发布信息数量
  • +
+
+
+
企业会员
+
¥0元/年
+ 立即升级 +
    +
  • 120条
    (需积分)
  • +
  • 需要积分
  • +
  • 3积分
  • +
  • 10个
  • +
  • 需要
  • +
  • +
  • 前2条免积分,第3条起每条2积分
  • +
  • 20条
  • +
+
+
+
+
+
基础版
+
¥1888元/年
+ 立即升级 +
    +
  • 总量不限
    (免积分发布2000条)
  • +
  • 不需要积分
  • +
  • 不需要积分
  • +
  • 50个
  • +
  • 不需要
  • +
  • +
  • 不需要积分
  • +
  • 200条
  • +
+
+
+
标准版
+
¥2800元/年
+ 立即升级 +
    +
  • 总量不限
    (免积分发布7000条)
  • +
  • 不需要积分
  • +
  • 不需要积分
  • +
  • 100个
  • +
  • 不需要
  • +
  • +
  • 不需要积分
  • +
  • 300条
  • +
+
+
+
黄金版
+
¥5800元/年
+ 立即升级 +
    +
  • 总量不限
    (免积分发布15000条)
  • +
  • 不需要积分
  • +
  • 不需要积分
  • +
  • 200个
  • +
  • 不需要
  • +
  • +
  • 不需要积分
  • +
  • 500条
  • +
+
+
+
+ +
+
+

诚信特权对比

+
+
+
功能与特权
+
    +
  • 商铺尊贵标识
  • +
  • 移动商铺VIP标识
  • +
  • 荣誉资质数量
  • +
+
+
+
企业会员
+
¥0元/年
+ 立即升级 +
    +
  • +
  • +
  • 3个
  • +
+
+
+
+
+
基础版
+
¥1888元/年
+ 立即升级 +
    +
  • +
  • +
  • 10个
  • +
+
+
+
标准版
+
¥2800元/年
+ 立即升级 +
    +
  • +
  • +
  • 15个
  • +
+
+
+
黄金版
+
¥5800元/年
+ 立即升级 +
    +
  • +
  • +
  • 20个
  • +
+
+
+
+ +
+
+

营销特权对比

+
+
+
功能与特权
+
    +
  • 优先排名
  • +
  • 搜索结果竞价广告
  • +
  • 标王
  • +
  • 黄金展位
  • +
  • 移动端标王广告同步展现
  • +
  • 首页产品轮播图推荐
  • +
  • 移动端优先推荐
  • +
  • 每日报价次数
  • +
  • 每日询盘次数
  • +
  • 创建商圈总数
  • +
  • 加入商圈总数
  • + +
+
+
+
企业会员
+
¥0元/年
+ 立即升级 +
    +
  • +
  • 积分购买
  • +
  • 积分购买
  • +
  • 积分购买
  • +
  • +
  • +
  • +
  • 3次/天
  • +
  • 10次/天
  • +
  • 5个
  • +
  • 10个
  • + +
+
+
+
+
+
基础版
+
¥1888元/年
+ 立即升级 +
    +
  • +
  • 9折
  • +
  • 积分购买
  • +
  • 积分购买
  • +
  • +
  • +
  • +
  • 30次/天
  • +
  • 50次/天
  • +
  • 20个
  • +
  • 50个
  • + +
+
+
+
标准版
+
¥2800元/年
+ 立即升级 +
    +
  • +
  • 8折
  • +
  • 2个
  • +
  • 2个
  • +
  • +
  • +
  • +
  • 50次/天
  • +
  • 100次/天
  • +
  • 25个
  • +
  • 70个
  • + +
+
+
+
黄金版
+
¥5800元/年
+ 立即升级 +
    +
  • +
  • 7折
  • +
  • 4个
  • +
  • 4个
  • +
  • +
  • +
  • +
  • 100条/天
  • +
  • 200次/天
  • +
  • 30个
  • +
  • 100个
  • + +
+
+
+
+ + +
+
+

尊享特权对比

+
+
+
功能与特权
+
    +
  • 微信咨询
  • +
  • 第三方数据统计
  • +
  • 专属客服中心
  • +
  • 商机订阅
  • +
  • 在线营销工具
  • +
+
+
+
企业会员
+
¥0元/年
+ 立即升级 +
    +
  • +
  • +
  • +
  • +
  • 使用积分
  • +
+
+
+
+
+
基础版
+
¥1888元/年
+ 立即升级 +
    +
  • +
  • +
  • +
  • +
  • 使用积分
  • +
+
+
+
标准版
+
¥2800元/年
+ 立即升级 +
    +
  • +
  • +
  • +
  • +
  • 日免
  • +
+
+
+
黄金版
+
¥5800元/年
+ 立即升级 +
    +
  • +
  • +
  • +
  • +
  • 全免
  • +
+
+
+
+ + +
+
+ VIP会员仅需1888元起! + 立即体验 +
+
+ + +
+
+

客户案例

+
+
+
+
  • +
  • +
  • +
  • +
    +
    +
    +
    +
    + +
    塑胶原料
    +
    logo1
    +
    +

    我是三月份刚刚开通的VIP会员,公司赠送一个独立二级域名。通过工厂网的专业指导和自己多年推广维护经验不断努力优化,百度收录这一块效果显著,大多数的快照都是来自世界工厂网的链接,产品发布这一块工厂网是做的很好的,都是秒上架,希望工厂网不断壮大,一起共创美好未来,多组织会员朋友讨论推广经验。

    +
    +
    +
    +
    + +
    微波设备
    +
    logo3
    +
    +

    我们与世界工厂网合作开通付费会员套餐已经3年了,搜索排名总体都挺不错的,非常感谢世界工厂网的帮助,也希望世界工厂网越来越壮大,可以为我们获得更多资源,一起进步!

    +
    +
    +
    +
    + +
    塑胶原料
    +
    logo5
    +
    +

    与世界工厂网合作5年了,建立了深厚的感情,从最初免费会员很快做到付费会员,这是世界工厂网的魅力所在,因为他让我看到了希望,接到很多的订单,让和西智能产品不断被终端用户在互联网端找到,给我们带来了实实在在的收获,所以成为加入付费会员是名有所归,世界工厂网不断在变革,推动着我们不断进步,无论从服务还是新产品的引荐,都做得特别到位,让用户省心,再次感谢合作伙伴-世界工厂网!

    +
    +
    +
    +
    + +
    塑料制品
    +
    logo6
    +
    +

    我们已经连续在世界工厂网开通会员6年了,第一是因为有效果,在百度上软文收录都很好,第二是工厂网的服务很好,遇到问题可以得到快速指导和解决很重要,期待有更多的客户资源,百度排名越来越好,也希望工厂网越来越好!

    +
    +
    + +
    +
    + + + +
    +

    最新VIP企业动态

    +
    +
      + +{loop $tags $i $t} +
    • {$t[company]}
    • +{/loop} +
    +
    +
    + +
    +
    + +
    +
    +

    常见问题

    +
    +
      +
    • + 1 + VIP服务的价格是多少? +

      2017年12月9日世界工厂网VIP服务全面升级,性价比更高,为1888元/年,您可以通过线上方式自助办理,更方便快捷。点此在线办理 >

      +
    • +
    • + 2 + 办理VIP服务需要什么材料? +

      首先您必须是企业会员,并提供清晰有效的公司营业执照,部分行业(包括但不限于:医疗医药、保健品)是不允许使用VIP会员推广服务的。

      +
    • +
    • + 3 + VIP服务开通流程? +

      个人会员 → 企业会员 → 充值余额 → 在线提交 → 3-5个工作日工作人员开通并向你发送信息反馈。

      +
    • +
    +
    + +
    +
    + + + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/article/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/article/index.htm new file mode 100644 index 0000000..3c5ea93 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/article/index.htm @@ -0,0 +1,52 @@ +{template 'header'} +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    推荐{$MOD[name]}
    + +
    + +
    +
    最新{$MOD[name]}
    + +
    + +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/article/list-jishu.htm b/template/m15dt8h3jk4j34l1kl4232l12l/article/list-jishu.htm new file mode 100644 index 0000000..847e5e9 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/article/list-jishu.htm @@ -0,0 +1,46 @@ +{template 'header'} + +
    + +
    +
    +
    +
    +
    +{if $tags}{template 'list-cat', 'tag'}{/if} +
    +
    +
    +
    +
    +
    推荐阅读
    + +
    + +
    +
    最新信息
    + +
    + +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/article/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/article/list.htm new file mode 100644 index 0000000..433fe6e --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/article/list.htm @@ -0,0 +1,50 @@ +{template 'header'} + +
    + +
    +
    +
    +
    +
    +{if $tags}{template 'list-cat', 'tag'}{/if} +
    +
    +
    +
    +
    +
    推荐{$MOD[name]}
    + + +
    + +
    +
    最新{$MOD[name]}
    + +
    + +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/article/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/article/search.htm new file mode 100644 index 0000000..49497b6 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/article/search.htm @@ -0,0 +1,78 @@ +{template 'header'} + +
    + +
    +
    +
    关键词
    +
    +   + {loop $sfields $k $v} +   + {/loop} +
    +
    +
    +
    +
    分类
    +
    + {$category_select} + 地区 + {$area_select} + 排序 + {$order_select} +
    +
    +
    + {if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    +
    +
    +
    +
    +
    + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
    {template 'list-cat', 'tag'}
    + {else} + {template 'empty', 'chip'} + {/if} +
    +
    + {if $kw} +
    相关搜索
    +
    +
      + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
    • {$mod[name]} 找 {$kw}
    • {/if}{/loop} +
    +
    + + {/if} + +
    今日排行
    +
    + +
    +
    本周排行
    +
    + +
    +
    本月排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/article/show-jishu.htm b/template/m15dt8h3jk4j34l1kl4232l12l/article/show-jishu.htm new file mode 100644 index 0000000..794d707 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/article/show-jishu.htm @@ -0,0 +1,82 @@ +{template 'header'} + +
    + +
    +
    +
    +
    +
    +

    {$title}

    +
    +
    +
    +{if $copyfrom}来源:{if $fromurl}{/if}{$copyfrom}{if $fromurl}{/if}{/if} +{if $author}  作者:{$author}{/if} +  {$editdate} 阅读:{$hits} +
    +
    +{if $CP}{template 'property', 'chip'}{/if} +{template 'content', 'chip'} + +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + +
    + +{if $keytags} +
    +标签: +{loop $keytags $t} +{$t} +{/loop} +
    +{/if} +
    +
    +

    免责声明:
    本站部份内容系网友自发上传与转载,不代表本网赞同其观点;
    如涉及内容、版权等问题,请在30日内联系,我们将在第一时间删除内容!

    +
    +
    {ad(27)}
    +{if $MOD[page_srelate]} +{if $keytags} +

    相关{$MOD[name]}

    +
    +{else} +

    相关{$MOD[name]}

    +
    +{/if} +{/if} +
    +
    +
    +
    更多推荐{$MOD[name]}
    + +
    +
    +
    更多最新{$MOD[name]}
    + +
    +
    +
    + +{if $content}{/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/article/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/article/show.htm new file mode 100644 index 0000000..5df0150 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/article/show.htm @@ -0,0 +1,82 @@ +{template 'header'} + +
    + +
    +
    +
    +
    +
    +

    {$title}

    +
    +
    +
    +{if $copyfrom}来源:{if $fromurl}{/if}{$copyfrom}{if $fromurl}{/if}{/if} +{if $author}  作者:{$author}{/if} +  {$editdate} 阅读:{$hits} +
    +
    +{if $CP}{template 'property', 'chip'}{/if} +{template 'content', 'chip'} + +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + +
    + +{if $keytags} +
    +标签: +{loop $keytags $t} +{$t} +{/loop} +
    +{/if} +
    +
    +

    免责声明:
    本站部份内容系网友自发上传与转载,不代表本网赞同其观点;
    如涉及内容、版权等问题,请在30日内联系,我们将在第一时间删除内容!

    +
    +
    {ad(27)}
    +{if $MOD[page_srelate]} +{if $keytags} +

    相关{$MOD[name]}

    +
    +{else} +

    相关{$MOD[name]}

    +
    +{/if} +{/if} +
    +
    +
    +
    更多推荐{$MOD[name]}
    + +
    +
    +
    更多最新{$MOD[name]}
    + +
    +
    +
    + +{if $content}{/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/article/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/article/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/article/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/brand/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/brand/index.htm new file mode 100644 index 0000000..0bd8124 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/brand/index.htm @@ -0,0 +1,75 @@ +{template 'header'} +
    +
    {ad(35)}
    +
    +
    +
    +
  • 最新加入
  • +
  • 热门品牌
  • +
    +
    +
    +
      + + +{loop $tags $i $t} +
    • +

      {$t[title]}

      +
    • {/loop} +
    +
    +
      + +{loop $tags $i $t} +
    • +

      {$t[title]}

      +
    • {/loop}
    +
    +
    + +
    + + +
    +
    + +
    + +
    + +
    +
    热门品牌
    +
    + +
    +
    + + + + +{if $MOD[page_icat]} +{loop $maincat $i $c} +
    + +
    + +
    +
    +{/loop} +{/if} + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/brand/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/brand/list.htm new file mode 100644 index 0000000..9a935c5 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/brand/list.htm @@ -0,0 +1,41 @@ +{template 'header'} +
    + +
    +
    +
    +
    +
    行业
    +
    + +
    +
    +
    +
    地区
    +
    +
      + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
    • {$v[areaname]}
    • + {/loop} +
    +
    +
    + {if $CP}{template 'property_list', 'chip'}{/if} + {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
    +
    + +
    搜索排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/brand/message.htm b/template/m15dt8h3jk4j34l1kl4232l12l/brand/message.htm new file mode 100644 index 0000000..35eb143 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/brand/message.htm @@ -0,0 +1,205 @@ +{template 'header'} +
    + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + {if $_userid} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + {else} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + {/if} + {if $need_question} + + + + + {/if} + {if $need_captcha} + + + + + {/if} + {if $_userid && $DT[sms]} + + + + + {/if} + + + + +
    * 留言主题
    快捷提问 + + (不用打字 “快捷提问”帮您忙!) +
    * 主要内容
    +
    回复日期{dcalendar('date', $date)} 之前
    联系方式修改
    公司{$company}
    姓名{$truename}
    电话{$telephone}
    邮件{$email}
    QQ{$qq}
    微信{$wx}
    阿里旺旺{$ali}
    Skype{$Skype}
    联系方式还不是会员?请 注册 或 请留下您的联系方式  已经是会员?请 登录
    公司
    * 姓名
    * 电话
    邮件
    QQ
    微信
    阿里旺旺
    Skype
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
    短信通知 发送短信通知至接收人手机 (我的可用短信 {$_sms})
    +   + {if $MG[message_limit]} +   今日可发 {$MG[message_limit]} 次 +   当前已发 {$limit_used} 次 +   还可以发 {$limit_free} 次 + {/if} +
    +
    +
    +{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/brand/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/brand/search.htm new file mode 100644 index 0000000..751a61a --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/brand/search.htm @@ -0,0 +1,59 @@ +{template 'header'} + +
    +
    +
    +
    关键词
    +
    +   + {loop $sfields $k $v} +   + {/loop} +
    +
    +
    +
    +
    分类
    +
    + {$category_select} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} +
    +
    +
    +
    +
    地区
    +
    + {$area_select} + 排序 + {$order_select} +
    +
    +
    + {if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    +
    +
    +
    + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + {template 'list-'.$module, 'tag'} + {else} +
    + {template 'empty', 'chip'} +
    + {/if} + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/brand/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/brand/show.htm new file mode 100644 index 0000000..2dbfbfc --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/brand/show.htm @@ -0,0 +1,73 @@ +{template 'header'} + + +
    + +
    +
    +
    +
    {$title}
    +
    +

    {$title}

    + +
    + +{if $t[catname]}{$t[catname]}{/if}{cat_pos($CAT, '')}/ + +{area_pos($areaid, '')}/ + + +{$hits} +
    +
    + + + +
    +
    +{$editdate} +发布时间 +
    +
    +{$homepage} +官方网站 +
    + + +
    + +
    {$content}
    + +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}反对 {$hates}{/if} +举报 {$reports} +收藏 {$favorites} +{if $MOD[fee_award]}打赏 {$awards}{/if} +{if $could_comment}评论 {$comments}{/if} + +
    +
    +
    +
    +
    {template 'contact', 'chip'}
    +
    + +{if $MOD[page_srelate]} +
    +
    该企业最新{$MOD[name]}
    + +
    +{/if} + + +
    + +
    +{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/brand/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/brand/these.name.php new file mode 100644 index 0000000..6b2f194 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/brand/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'message' => '留言加盟', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/buy/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/buy/index.htm new file mode 100644 index 0000000..564fcf2 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/buy/index.htm @@ -0,0 +1,92 @@ +{template 'header'} + +
    +
    +
    +
      + +{loop $tags $k $t} +
    • +{/loop} +
    +
    + +
    +
    +
      + +{loop $tags $k $t} +
    • +{/loop} + +{loop $tags $k $t} +
    • +{/loop} +
    +
    +
    + +
    +
    +
    +
    +
    +

    推荐求购

    +
    +
    +
      + +{loop $tags $t} +
    • +
      +

      {$t[title]}

      +

      采购数量:{if $t[amount]}{$t[amount]}{else}大量{/if}

      +
      +
      +

      发布时间:{timetodate($t[addtime], 3)}

      +

      截止时间:{if $t[totime]}{timetodate($t[totime], 3)}{else}长期有效{/if}

      +

      已有报价:{$t[messages]}

      +
      + +
    • +{/loop} +
    +
    +
    +
    +
    {ad(109)}
    +
    +
    +
    +
    +

    最新求购

    +
    +
    +
      + +{loop $tags $t} +
    • +
      +

      {$t[title]}

      +

      采购数量:{if $t[amount]}{$t[amount]}{else}大量{/if}

      +
      +
      +

      发布时间:{timetodate($t[addtime], 3)}

      +

      截止时间:{if $t[totime]}{timetodate($t[totime], 3)}{else}长期有效{/if}

      +

      已有报价:{$t[messages]}

      +
      + +
    • +{/loop} +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/buy/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/buy/list.htm new file mode 100644 index 0000000..70f2b51 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/buy/list.htm @@ -0,0 +1,54 @@ +{template 'header'} +
    + +
    +
    +
    +
    +
    行业
    +
    + +
    +
    +
    +
    地区
    +
    +
      + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
    • {$v[areaname]}
    • + {/loop} +
    +
    +
    + {if $TYPE} +
    +
    类别
    +
    +
      + {loop $TYPE $k $v} +
    • {$v}
    • + {/loop} +
    +
    +
    + {/if} + {if $CP}{template 'property_list', 'chip'}{/if} + + {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
    +
    + +
    搜索排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/buy/price.htm b/template/m15dt8h3jk4j34l1kl4232l12l/buy/price.htm new file mode 100644 index 0000000..3b4577b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/buy/price.htm @@ -0,0 +1,209 @@ +{template 'header'} +
    + +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + {if $_userid} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + {else} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + {/if} + {if $need_question} + + + + + {/if} + {if $need_captcha} + + + + + {/if} + {if $_userid && $DT[sms]} + + + + + {/if} + + + + +
    * 报价主题
    快捷提问 + + (不用打字 “快捷提问”帮您忙!) +
    * 主要内容
    +
    回复日期{dcalendar('date', $date)} 之前
    联系方式修改
    公司{$company}
    姓名{$truename}
    电话{$telephone}
    邮件{$email}
    QQ{$qq}
    微信{$wx}
    阿里旺旺{$ali}
    Skype{$Skype}
    联系方式还不是会员?请 注册 或 请留下您的联系方式  已经是会员?请 登录
    公司
    * 姓名
    * 电话
    邮件
    QQ
    微信
    阿里旺旺
    Skype
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
    短信通知 发送短信通知至接收人手机 (我的可用短信 {$_sms})
    + + + {if $MG[price_limit]} +    今日可报价 {$MG[price_limit]} 次 +    当前已报价 {$limit_used} 次 +    还可以报价 {$limit_free} 次 + {/if} + +
    +
    +
    +
    +{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/buy/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/buy/search.htm new file mode 100644 index 0000000..a185923 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/buy/search.htm @@ -0,0 +1,69 @@ +{template 'header'} + +
    + +
    +
    +
    关键词
    +
    +   + {loop $sfields $k $v} +   + {/loop} + {$order_select} +
    +
    +
    +
    +
    行业
    +
    + {$category_select} + 类型 + {$type_select}   + 图片   + {VIP}   +
    +
    +
    +
    +
    地区
    +
    + {$area_select} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} +
    +
    +
    + {if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
      + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + {template 'list-'.$module, 'tag'} + {else} + {template 'empty', 'chip'} + {/if} +
    +
    +
    + +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/buy/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/buy/show.htm new file mode 100644 index 0000000..8831889 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/buy/show.htm @@ -0,0 +1,100 @@ +{template 'header'} + + +
    + +
    +
    +

    {if $username && !$expired} + 我要报价 + {/if}{$title}

    +
    +
  • 价格 : {if $price}{$price}元{else}面议{/if}
  • + + +{if $n1 && $v1} +
  • {$n1}:{$v1}
  • + {/if} + {if $n2 && $v2} +
  • {$n2}:{$v2}
  • + {/if} + {if $n3 && $v3} +
  • {$n3}:{$v3}
  • + {/if} + {if $amount}
  • 需求数量:{$amount}
  • {/if} + {if $pack}
  • 包装要求:{$pack}
  • {/if} +
  • 所在地:{area_pos($areaid, '')}
  • +
  • 有效期至:{if $todate}{$todate}{else}长期有效{/if}{if $expired} [已过期]{/if}
  • +
  • 最后更新:{$editdate}
  • + + +{if $options && $values} +{loop $options $i $o} +
  • {if trim($values[$o[oid]])}{$o[name]}: +{nl2br($values[$o[oid]])}{/if}
  • +{/loop} +{/if} + +
    + +
    +
    +

    求购详情

    +
    {$content}
    + +
    + +
    +{template 'commentp', 'chip'} +
    +
    +

    相关求购

    +
    + + {loop $tags $t} +
  • + +

    {$t[title]}

    +
    价格 : {if $t[price]}{$t[price]}元以内{/if}
    +

    发布时间 : {date('m-d', $addtime)}

    +

    我要报价

    + + + +
  • +{/loop} +
    +
    +
    +
    免责声明
    +

    本网页所展示的有关【{$title}】的信息/图片/参数等由的会员【{if $user_status == 3} +{$member[company]} +{/if}】提供,由{$DT[sitename]}会员【{if $user_status == 3} +{$member[company]} +{/if}】自行对信息/图片/参数等的真实性、准确性和合法性负责,本平台(本网站)仅提供展示服务,请谨慎交易,因交易而产生的法律关系及法律纠纷由您自行协商解决,本平台(本网站)对此不承担任何责任。您在本网页可以浏览【{$title}】有关的信息/图片/价格等及提供 + 【{$title}】的商家公司简介、联系方式等信息。

    +

    在您的合法权益受到侵害时,请您致电{$DT[telephone]},我们将竭诚为您服务,感谢您对{$DT[sitename]}的关注与支持!

    +
    +
    +
    +
    +

    店铺信息

    +{template 'contact', 'chip'}
    +
    +

    广告推荐采购

    + + +
    +
    +
    +{if $content}{/if} +{template 'footer'} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/buy/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/buy/these.name.php new file mode 100644 index 0000000..3d9138a --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/buy/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'price' => '报价页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/acontact.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/acontact.htm new file mode 100644 index 0000000..a0be8e8 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/acontact.htm @@ -0,0 +1,21 @@ +{if $user_status == 3} +{if $member[groupid] > "4"} + + + +{else} + +{/if} +{/if} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/ad.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/ad.htm new file mode 100644 index 0000000..28837cb --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/ad.htm @@ -0,0 +1,23 @@ +{if $typeid==1} +{$code} +{elseif $typeid==2} +{$text_name} +{elseif $typeid==3} +{if $url}{/if}{$image_alt}{if $url}{/if} +{elseif $typeid==4} +{if $url}{/if} +{elseif $typeid == 5} +{load('slide.js')} +
    +{loop $tags $i $t} +{$t[alt]} +{/loop} +
    + +{elseif $typeid==6} + {if $tags} +
    +
    {template 'list-'.$ad_module, 'tag'}
    +
    + {/if} +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/captcha.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/captcha.htm new file mode 100644 index 0000000..324b949 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/captcha.htm @@ -0,0 +1,39 @@ +  + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/catalog.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/catalog.htm new file mode 100644 index 0000000..4a988e7 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/catalog.htm @@ -0,0 +1,25 @@ +{php $child = get_maincat(0, $mid, 1);} + +{loop $child $i $c} +{if $i%2==0}{/if} + +{if $i%2==1}{/if} +{/loop} +
    +

    + {set_style($c[catname], $c[style])} + {if $c[child]} + {php $sub = get_maincat($c[catid], $mid, 2);} + {loop $sub $j $s}{if $j < 5}|{set_style($s[catname], $s[style])}{/if}{/loop} + {/if} +

    +{if $c[child]} +{php $sub = get_maincat($c[catid], $mid, 1);} +{php $n = count($sub) - 1;} + +{/if} +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/club_js.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/club_js.htm new file mode 100644 index 0000000..a109279 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/club_js.htm @@ -0,0 +1,21 @@ + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/comment.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/comment.htm new file mode 100644 index 0000000..7f9b3c7 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/comment.htm @@ -0,0 +1,41 @@ +{if $could_comment} + {if $EXT[comment_api] == 'changyan'} +
    +
    相关评论
    +
    +
    + + +
    +
    + {elseif $EXT[comment_api] == 'duoshuo'} +
    +
    相关评论
    +
    +
    + +
    +
    + {else} +
    +
    0相关评论
    +
    +
    + + {/if} +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/contact.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/contact.htm new file mode 100644 index 0000000..3bbb3c6 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/contact.htm @@ -0,0 +1,130 @@ +{if $user_status == 3} + +{if $member} +
    +

    {$member[company]}

    +
    + 加为商友 发送信件 +{if online($member[userid])==1}当前在线{else}当前离线{/if} +
    +
    +
    +

    所在地区:{area_pos($item[areaid], ' ')}

    +{php $gr=cache_read('group-'.$member[groupid].'.php')} + +

    会员级别:{$gr[groupname]}{vip_year($member[fromtime])}

    + +{if $member[vcompany] || $member[vtruename] || $member[vbank] || $member[vmobile] || $member[vemail]} +

    身份认证: + {if $member[vcompany]} {/if} + {if $member[vtruename]} {/if} + {if $member[vbank]} {/if} + {if $member[vmobile]} {/if} + {if $member[vemail]} {/if}

    + {else}

    身份认证:暂无认证

    {/if} + +

    在线客服: +{if $member[username] && $DT[im_web]}{im_web($member[username].'&mid='.$moduleid.'&itemid='.$itemid)}{/if} + {if $member[qq] && $DT[im_qq]}{im_qq($member[qq])}{/if} + + {if $member[wxqr]}{/if} + {if $member[ali] && $DT[im_ali]}{im_ali($member[ali])}{/if} + +

    +
    + + + +
    +

    企业名片

    +
    +

    {$member[company]}

    + +
    +
      +
    • 联系人:{$member[truename]}({gender($member[gender])}) {$member[career]}
    • + {if $vip}{if $member[telephone]}
    • 电话:{anti_spam($member[telephone])}
    • {/if} + {if $member[mobile]}
    • 手机:{anti_spam($member[mobile])}
    • {/if}{else}电话:暂无联系方式,企业可申请展示{/if} + {if $member[address]}
    • 地址:{$member[address]}
    • {/if} +
    +{if $vip}
    {if $member[wxqr]}
    微信客服
    {else}
    微信公众号
    {/if}
    {/if} +
    +
    【温馨提示】来电请说明在{$DT[sitename]}看到我们的,谢谢
    +
    +
    + + + +{/if} + +{elseif $user_status == 2} +
    + + + + + + + +{if $MOD[fee_period]} + + + +{/if} + + + +
    查看该信息联系方式需支付{$name} {$fee} {$unit}
    我的{$name}余额 {if $currency=='money'}{$_money}{else}{$_credit}{/if} {$unit}
    支付后可查看{$MOD[fee_period]}分钟,过期重新计费
    +
    +{elseif $user_status == 1} +
    + + + + + + + +{if $DT[telephone]} + + + +{/if} + + + +
    您的会员级别没有查看联系方式的权限
    获得更多商业机会,建议升级会员级别
    咨询电话:{$DT[telephone]}
    +
    +{elseif $user_status == 0} +
    +
    + + + + + + + + + + +
    +
    +您还没有登录,请登录后查看详情 +
    +
    +
    +
    +{else} +


    +
    +


    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/contact2.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/contact2.htm new file mode 100644 index 0000000..ce199a7 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/contact2.htm @@ -0,0 +1,106 @@ +{if $user_status == 3} + +{if $member} +
    +

    {$member[company]}

    +
    + 加为商友 发送信件 +{if online($member[userid])==1}当前在线{else}当前离线{/if} +
    +
    +
    +

    所在地区:{area_pos($item[areaid], ' ')}

    +{php $gr=cache_read('group-'.$member[groupid].'.php')} + +

    会员级别:{$gr[groupname]}{vip_year($member[fromtime])}

    + +

    身份认证: + {if $member[vcompany]} {/if} + {if $member[vtruename]} {/if} + {if $member[vbank]} {/if} + {if $member[vmobile]} {/if} + {if $member[vemail]} {/if}

    + {if $member[deposit]} +

    已  缴 纳:{$member[deposit]} 元保证金

    {/if} +

    我的勋章:{if $member[validated]}  通过{$member[validator]}认证{/if} +  [诚信档案]

    +

    在线客服: +{if $member[username] && $DT[im_web]}{im_web($member[username].'&mid='.$moduleid.'&itemid='.$itemid)}{/if} + {if $member[qq] && $DT[im_qq]}{im_qq($member[qq])}{/if} + + {if $member[wxqr]}{/if} + {if $member[ali] && $DT[im_ali]}{im_ali($member[ali])}{/if} + +

    +
    + + +{/if} + +{elseif $user_status == 2} +
    + + + + + + + +{if $MOD[fee_period]} + + + +{/if} + + + +
    查看该信息联系方式需支付{$name} {$fee} {$unit}
    我的{$name}余额 {if $currency=='money'}{$_money}{else}{$_credit}{/if} {$unit}
    支付后可查看{$MOD[fee_period]}分钟,过期重新计费
    +
    +{elseif $user_status == 1} +
    + + + + + + + +{if $DT[telephone]} + + + +{/if} + + + +
    您的会员级别没有查看联系方式的权限
    获得更多商业机会,建议升级会员级别
    咨询电话:{$DT[telephone]}
    +
    +{elseif $user_status == 0} +
    +
    + + + + + + + + + + +
    +
    +您还没有登录,请登录后查看详情 +
    +
    +
    +
    +{else} +


    +
    +


    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/content.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/content.htm new file mode 100644 index 0000000..5462a7a --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/content.htm @@ -0,0 +1,172 @@ +{if $user_status == 3} + {if $module == 'exhibit'} + 联系人:{$truename}
    + {if $addr}地址:{$addr}
    {/if} + {if $postcode}邮编:{$postcode}
    {/if} + {if $mobile}手机:{anti_spam($mobile)}
    {/if} + {if $telephone}电话:{anti_spam($telephone)}
    {/if} + {if $fax}传真:{anti_spam($fax)}
    {/if} + {if $email}邮件:{anti_spam($email)}
    {/if} + {if $qq}QQ:{im_qq($qq)}
    {/if} + {if $wx}微信:{im_wx($wx, $username)}
    {/if} + {elseif $module == 'job'} + + {if $mobile} + + + + + {/if} + {if $email} + + + + + {/if} + {if $telephone} + + + + + {/if} + {if $address} + + + + + {/if} + + + + +
    联系手机{anti_spam($mobile)}
    电子邮件{anti_spam($email)}
    联系电话{anti_spam($telephone)}
    联系地址{$address}
    即时通讯 + {if $username && $DT[im_web]}{im_web($username.'&mid='.$moduleid.'&itemid='.$itemid)} {/if} + {if $qq && $DT[im_qq]}{im_qq($qq)} {/if} + {if $wx && $DT[im_wx]}{im_wx($wx, $username)} {/if} + {if $ali && $DT[im_ali]}{im_ali($ali)} {/if} + {if $skype && $DT[im_skype]}{im_skype($skype)} {/if} +
    + {elseif $module == 'know'} +
    + {$best[content]} + {if $best[url]}
    + 参考资料:{$best[url]} + {/if} +
    + {elseif $module == 'down'} +
    + +
    + {elseif $module == 'photo'} + {if $action == 'side'} + {loop $S $k $v} + + {/loop} + {else} +
    +
    + {/if} + {elseif $module == 'video'} +
    {$player}
    + {elseif $module == 'article'} +
    {$content}
    + {else} + {$content} + {/if} +{elseif $user_status == 2} + {if isset($description) && $description} + {if $module == 'exhibit'} +
    {$description}
    + {elseif $module == 'article'} +
    {$description}
    + {else} + {$description} + {/if} + {/if} +

    +
    + + + + + + + +{if $MOD[fee_period]} + + + +{/if} + + + +
    +
    +查看详情需要支付{$fee_name} {$fee} {$fee_unit} +
    +
    我的{$fee_name}余额 {if $currency=='money'}{$_money}{else}{$_credit}{/if} {$fee_unit}
    支付后可查看{$MOD[fee_period]}分钟,过期重新计费
    +
    +

    +{elseif $user_status == 1} +

    +
    + + + + + + + +{if $DT[telephone]} + + + +{/if} + + + +
    +
    +您的会员级别没有查看详情的权限 +
    +
    获得更多商业机会,建议升级会员级别
    咨询电话:{$DT[telephone]}
    +
    +

    +{elseif $user_status == 0} +

    +
    + + + + + + + + + + +
    +
    +您还没有登录,请登录后查看详情 +
    +
    +
    +

    +{else} + {if $description} +
    {$description}
    + {else} +





    +
    +





    + {/if} +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/empty.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/empty.htm new file mode 100644 index 0000000..0d33b22 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/empty.htm @@ -0,0 +1,9 @@ +{if $DT_QST} +
    +抱歉,没有找到{if $kw}与“{$kw}” {/if}相关的内容。

    建议您:
    +  • 看看输入的文字是否有误
    +  • 去掉可能不必要的字词,如“的”、“什么”等
    +  • 调整更确切的关键词或搜索条件
    +
    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/goods.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/goods.htm new file mode 100644 index 0000000..0ea18ab --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/goods.htm @@ -0,0 +1,47 @@ +
    + + + + + + + + +{loop $lists $k $v} + + + + + + + +{/loop} + + + + + +{if isset($td[money])} + + + + +{/if} +{if $td[fee_name] && $td[fee]} + + + + +{/if} +{if isset($td[discount])} + + + + +{/if} + + + + +
    商品信息单价数量买家留言
    {$v[title]}
    {$v[par]}{if isset($v[sku]) && $v[sku]}
    仓储货位:{$v[sku][location]} 库存:{$v[sku][amount]}{/if}
    {$v[price]}{$v[number]}
    订单编号:{$td[itemid]}
    订单总额:{$td[money]}
    {$td[fee_name]}:{$td[fee]}
    优惠金额:-{$td[discount]}
    实付金额:{$td[total]}
    +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/guest_contact.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/guest_contact.htm new file mode 100644 index 0000000..722fbd6 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/guest_contact.htm @@ -0,0 +1,66 @@ +
    +   +非会员补充信息: +   +建议 立即登录注册会员 以便系统长久保存您的联系方式 +
    * 公司名称 个人请填姓名 例如:张三
    * 所在地区{ajax_area_select('post[areaid]', '请选择', $areaid)}
    * 联系人
    * 联系手机
    电子邮件
    联系电话
    联系地址
    QQ
    微信
    阿里旺旺
    Skype
    +{if $CATALOG} +{loop $CATALOG $i $c} +{if $i%$cols==0}{/if} + +{if $i%$cols==$cols-1}{/if} +{/loop} +{else} + +{/if} +
    {set_style($c[catname], $c[style])}
    没有拼音字母 {$letter} 开头的类目
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/line.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/line.htm new file mode 100644 index 0000000..94bf31c --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/line.htm @@ -0,0 +1,27 @@ +var destoon_userid = {$_userid},destoon_username = '{$_username}',destoon_message = {$_message},destoon_chat = {$_chat},destoon_cart = get_cart(),destoon_member = destoon_guest = ''; +{if $_userid} +destoon_member += '{$_truename}  |  商务中心  |  站内信({if $_message}{$_message}{if $_sound}'+sound('message_{$_sound}')+'{/if}{else}0{/if}){if $DT[im_web]}  |  新交谈({if $_chat}{$_chat}'+sound('chat_new')+'{else}0{/if}){/if}  |  退出登录'; +{else} + destoon_guest = '会员登录  |  免费注册  |  忘记密码'; + {if $EXT[oauth]} + var oauth_site = '{get_cookie('oauth_site')}'; + var oauth_user = '{get_cookie('oauth_user')}'; + destoon_member += (oauth_user && oauth_site) ? ''+oauth_user+'  |  绑定帐号  |  退出登录' : destoon_guest; + {else} + destoon_member += destoon_guest; + {/if} +{/if} +$('#destoon_member').html(destoon_member); +{if $DT[city]} +$('#destoon_city').html('{$city_name}'); +{/if} +{if $DT[max_cart]>0} +$('#destoon_cart').html(destoon_cart > 0 ? ''+destoon_cart+'' : 0); +{/if} +{if $_message} +Dnotification('new_message', '{$MODULE[2][linkurl]}message.php', '{useravatar($_username, 'large')}', '站内信 ({$_message})', '收到新的站内信件,点击查看'); +{/if} +{if $_chat} +Dnotification('new_chat', '{$MODULE[2][linkurl]}im.php', '{useravatar($_username, 'large')}', '新交谈 ({$_chat})', '收到新的对话请求,点击交谈'); +{/if} +{if $_userid && $DT[pushtime]}window.setInterval('PushNew()',{$DT[pushtime]}*1000);{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/password.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/password.htm new file mode 100644 index 0000000..1806a41 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/password.htm @@ -0,0 +1,8 @@ +  + + + +{if $DT[md5_pass] && ($action != 'login' || ($action == 'login' && !$MOD[passport]))} + + +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/player.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/player.htm new file mode 100644 index 0000000..dbcb474 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/player.htm @@ -0,0 +1,57 @@ +{if $video_p == 1} + + + + + + +{elseif $video_p == 2} + +{elseif $video_p == 3} + +{elseif $video_p == 4} + +{elseif $video_p == 5} + +{else} + +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/poll.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/poll.htm new file mode 100644 index 0000000..70a45f7 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/poll.htm @@ -0,0 +1,25 @@ +
    + +{loop $polls $i $v} +{if $i%$cols==0}{/if} + +{if $i%$cols==($cols-1)}{/if} +{/loop} +
    +{if $v[thumb]} +
    {if $v[linkurl]}{/if}{$v[alt]}{if $v[linkurl]}{/if}
    +{/if} + +
    +
    +{if $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/property_js.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/property_js.htm new file mode 100644 index 0000000..7d5bdc6 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/property_js.htm @@ -0,0 +1,24 @@ +if(Dd('property_required') != null) { + var ptrs = Dd('property_required').getElementsByTagName('option'); + for(var i = 0; i < ptrs.length; i++) { + f = 'property-'+ptrs[i].value; + var t = $('#'+f).attr('tagName').toLowerCase(); + if(t == 'span') { + j = checked_count(f); + if(j == 0) { + Dmsg('请选择'+ptrs[i].innerHTML, f, 1); + return false; + } + } else if(t == 'select') { + if(Dd(f).value == '') { + Dmsg('请选择'+ptrs[i].innerHTML, f); + return false; + } + } else { + if(Dd(f).value.length < 1) { + Dmsg('请填写'+ptrs[i].innerHTML, f); + return false; + } + } + } +} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/property_list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/property_list.htm new file mode 100644 index 0000000..5d556c3 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/property_list.htm @@ -0,0 +1,10 @@ +{loop $PPT $p} +
    +
    {$p[name]}:
    +
    +{loop $p[options] $o} +{$o} +{/loop} +
    +
    +{/loop} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/property_search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/property_search.htm new file mode 100644 index 0000000..b14e9e5 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/property_search.htm @@ -0,0 +1,15 @@ +{loop $PPT $p} +
    +
    {$p[name]}
    +
    + +
      + 全部 + {loop $p[options] $o} + {$o}
    • + {/loop} +
    +
    +
    +
    +{/loop} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/property_show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/property_show.htm new file mode 100644 index 0000000..c905b26 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/property_show.htm @@ -0,0 +1,12 @@ +{if $options && $values} +
    +
    +
      + {loop $options $o} +
    • {$o[name]}:{if isset($values[$o[oid]])}{nl2br($values[$o[oid]])}{/if}
    • + {/loop} +
    +
    +
    +
    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/push.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/push.htm new file mode 100644 index 0000000..8b0c8cd --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/push.htm @@ -0,0 +1,43 @@ +var _destoon_message = {$_message}; +var _destoon_chat = {$_chat}; +var _destoon_cart = get_cart(); +if(typeof destoon_member == 'undefined') { + $('#destoon_message em').remove(); + $('#message em').remove(); + if(_destoon_message) { + $('#destoon_message').append(''+_destoon_message+''); + $('#message').append(''+_destoon_message+''); + } + if(_destoon_message > destoon_message && {$_sound}) { + $('#destoon_space').html(sound('message_{$_sound}')); + destoon_message = _destoon_message; + } + {if $DT[im_web]} + $('#destoon_chat em').remove(); + $('#chats em').remove(); + if(_destoon_chat) { + $('#destoon_chat').append(''+_destoon_chat+''); + $('#chats').append(''+_destoon_chat+''); + } + if(_destoon_chat > destoon_chat) { + $('#destoon_space').html(sound('chat_new')); + destoon_chat = _destoon_chat; + } + {/if} +} else { + $('#destoon_message').html(_destoon_message ? ''+_destoon_message+'' : 0); + if(_destoon_message > destoon_message && {$_sound}) { + $('#destoon_space').html(sound('message_{$_sound}')); + destoon_message = _destoon_message; + } + {if $DT[im_web]} + $('#destoon_chat').html(_destoon_chat ? ''+_destoon_chat+'' : 0); + if(_destoon_chat > destoon_chat) { + $('#destoon_space').html(sound('chat_new')); + destoon_chat = _destoon_chat; + } + {/if} + {if $DT[max_cart]} + $('#destoon_cart').html(_destoon_cart > 0 ? ''+_destoon_cart+'' : 0); + {/if} +} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/question.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/question.htm new file mode 100644 index 0000000..4916336 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/question.htm @@ -0,0 +1,43 @@ + + + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/quote.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/quote.htm new file mode 100644 index 0000000..5ea9e95 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/quote.htm @@ -0,0 +1,26 @@ + + + +{if $P[n1] && $P[v1]}{/if} +{if $P[n2] && $P[v2]}{/if} +{if $P[n3] && $P[v3]}{/if} + + + + + + +{loop $lists $t} + + +{if $P[n1] && $P[v1]}{/if} +{if $P[n2] && $P[v2]}{/if} +{if $P[n3] && $P[v3]}{/if} + + + + + + +{/loop} +
    品名{$P[n1]}{$P[n2]}{$P[n3]}价格单位备注地区日期
    {$P[title]}{$P[v1]}{$P[v2]}{$P[v3]}{$t[price]}{$P[unit]}{dsubstr($t[note], 20, '..')}{area_pos($t[areaid], '', 2)}{timetodate($t[addtime], 3)}
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/spread.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/spread.htm new file mode 100644 index 0000000..e9791d8 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/spread.htm @@ -0,0 +1,6 @@ +{if $tags} +
    +
    {template 'list-'.$spread_module, 'tag'}
    +
    我也要加入推广? 了解更多»以上为参与排名推广的信息
    +
    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/chip/these.name.php new file mode 100644 index 0000000..6837efb --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/these.name.php @@ -0,0 +1,27 @@ + '广告代码', + 'captcha' => '验证码', + 'catalog' => '行业分类', + 'club_js' => '商圈二级菜单', + 'contact' => '联系方式收费', + 'content' => '内容收费', + 'empty' => '列表为空', + 'goods' => '订单商品', + 'guest_contact' => '游客联系方式', + 'letter' => '字母索引', + 'line' => '会员状态', + 'password' => '密码输入', + 'poll' => '行业票选', + 'property_js' => '分类属性JS', + 'property_list' => '属性列表', + 'property_search' => '属性搜索', + 'property_show' => '属性展示', + 'push' => '消息推送', + 'question' => '验证问题', + 'quote' => '报价单模板', + 'spread' => '推广代码', + 'vote' => '投票调用', + 'weibo' => '微博同步', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/truename.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/truename.htm new file mode 100644 index 0000000..0f3a464 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/truename.htm @@ -0,0 +1,5 @@ +{if $user_status == 3} +{if $member[groupid] > "4"} +{$member[truename]} +{/if} +{/if} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/vote.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/vote.htm new file mode 100644 index 0000000..1021706 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/vote.htm @@ -0,0 +1,56 @@ +
    +
    + + + +
      +{loop $votes $k $v} +
    • +{/loop} +
    +{if $verify == 1} +

    验证码   +{template 'captcha', 'chip'}

    +{/if} +{if $verify == 2} +

    验证问题  {template 'question', 'chip'}

    +{/if} +

       +

    +
    +
    + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/chip/weibo.htm b/template/m15dt8h3jk4j34l1kl4232l12l/chip/weibo.htm new file mode 100644 index 0000000..4e495b5 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/chip/weibo.htm @@ -0,0 +1 @@ +我在#{$DT[sitename]}#发布了《{$title}》{$linkurl} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/city/city.htm b/template/m15dt8h3jk4j34l1kl4232l12l/city/city.htm new file mode 100644 index 0000000..1a1361e --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/city/city.htm @@ -0,0 +1,32 @@ +{template 'header'} + + +
    + + + + + + {loop $lists $k $v} + + + + + {/loop} +
      + [智能]  +   {$L[allcity]} +
    {$k} + +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/city/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/city/index.htm new file mode 100644 index 0000000..385878e --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/city/index.htm @@ -0,0 +1 @@ +城市分站模板,请参考网站首页模板制作 \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/city/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/city/these.name.php new file mode 100644 index 0000000..a64fec1 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/city/these.name.php @@ -0,0 +1,6 @@ + '切换城市', + 'index' => '分站模板示例', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/club/chat.htm b/template/m15dt8h3jk4j34l1kl4232l12l/club/chat.htm new file mode 100644 index 0000000..7141c31 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/club/chat.htm @@ -0,0 +1,224 @@ +{template 'header'} + + + +
    + + + + + + + + + + + +
    +
    {$GRP[title]}{$MOD[seo_name]}群聊
    +
    +
    {if $GRP[fans]>35}共{$GRP[fans]}名成员{/if}成员列表
    +
    + +
    + +
    + + + + + + {if $MOD[chat_file] && $MG[upload]} + + + {/if} + + + + + +
    + +
     
     
     
     
     
     
    +
    +
    +
    +
    + + + + + + + + + + + +
    +
    + +
    + + + + + + + + +
    +
    + + + +
    + + + {if $MOD[chat_file] && $MG[upload]}{/if} +
    +
    +{loop $lists $k $v} +
    +{$v[username]} +

    {$v[passport]}

    +
    +{/loop} +
    + +
    +
    +{if $MOD[chat_file] && $MG[upload]} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/club/fans.htm b/template/m15dt8h3jk4j34l1kl4232l12l/club/fans.htm new file mode 100644 index 0000000..106887f --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/club/fans.htm @@ -0,0 +1,19 @@ +{template 'header'} + +
    +
    + + {loop $lists $k $v} + {if $k%10==0}{/if} + + {if $k%10==9}{/if} + {/loop} +
    {$v[username]} +
    +
    + {if $pages}
    {$pages}
    {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/club/group.htm b/template/m15dt8h3jk4j34l1kl4232l12l/club/group.htm new file mode 100644 index 0000000..7cc99d1 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/club/group.htm @@ -0,0 +1,48 @@ +{template 'header'} +
    + +
    + +
    +
    +
    + + 加入本圈 + + {if $GRP[thumb]}{/if} + {$GRP[title]}{$MOD[seo_name]}    + 主题:{$GRP[post]}    + 粉丝:{$GRP[fans]}    + 圈主:{$GRP[passport]}    + 版主: + {if $GRP[managers]} + + {else} + 暂无版主 + {/if} +
    + {if $GRP[content]} +
    {nl2br($GRP[content])}
    + {/if} +
    +
    +
    +
    +
    + {if $MOD[chat] && $GRP[chat]}群聊{/if} + 发帖 +
    + {loop $TYPE $k $v} + {$v} + {/loop} +
    +
    +
    + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/club/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/club/index.htm new file mode 100644 index 0000000..4528c10 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/club/index.htm @@ -0,0 +1,82 @@ +{template 'header'} + +
    +
    +
    +
    + {if $MOD[page_islide]} + + {/if} +
    +
    +
    + +
    +
    + +
    +
    +
    + {loop $childcat $i $c} +
    更多>{$c[catname]}
    +
    + + {loop $tags $i $t} +
    + {$t[alt]} + +
    + {/loop} +
    + {/loop} +
    +
    + +
    +
      +
    • {php echo $db->count($table_group, 'status=3', 1800);}商圈
    • +
    • {php echo $db->count($table, 'status=3', 1800);}帖子
    • +
    • {php echo $db->count($table, 'status=3 and addtime>'.($DT_TODAY-86400), 1800);}今日
    • +
    +
    +
    点击排行
    +
    +
    商圈排行
    +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/club/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/club/list.htm new file mode 100644 index 0000000..9fed8f4 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/club/list.htm @@ -0,0 +1,41 @@ +{template 'header'} +
    + +
    +
    +
    + + + + + + + + + + {loop $tags $k $t} + + + + + + + + + {/loop} +
    商圈主题粉丝圈主版主
    {$t[alt]}{$t[title]}{$MOD[seo_name]}{if $t[introduce]}

    {$t[introduce]}

    {/if}
    {$t[post]}{$t[fans]}{$t[username]} + +
    +
    + {if $showpage && $pages}
    {$pages}
    {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/club/nofans.htm b/template/m15dt8h3jk4j34l1kl4232l12l/club/nofans.htm new file mode 100644 index 0000000..280402c --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/club/nofans.htm @@ -0,0 +1,34 @@ +{template 'header'} + +
    +
    +
    +

    抱歉,{$GRP[title]}圈仅成员可以{if $action=='show'}查看帖子{elseif $action=='post'}发帖{elseif $action=='reply'}回复{else}访问{/if}


    +    秒后将自动跳转到{if $_userid}申请加入商圈{else}会员登录{/if}页面 +

    + {if $_userid} +   1、您还没有加入本圈或者申请正在审核中。
    + {else} +   1、请 登录免费注册
    + {/if} +   2、请检查输入的网址是否正确。
    +   3、如果不能确认输入的网址,请浏览{$MOD[name]}首页来查看所要访问的网址。
    +
    +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/club/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/club/search.htm new file mode 100644 index 0000000..705b429 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/club/search.htm @@ -0,0 +1,167 @@ +{template 'header'} + + +
    +
    +
    + + {if $action == 'group'} +
    +
    关键词
    +
    + + 分类 + {$category_select} +
    +
    + {else} +
    +
    关键词
    +
    + + 作者 + +
    +
    日期
    +
    + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} +
    +
    + {/if} + {if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    +
    +
    +{if $action == 'group'} + {if $tags} +
    + + + + + + + + + + {loop $tags $k $t} + + + + + + + + + {/loop} +
    商圈主题粉丝圈主版主
    {$t[alt]}{$t[title]}{$MOD[seo_name]}{if $t[introduce]}

    {$t[introduce]}

    {/if}
    {$t[post]}{$t[fans]}{$t[username]} + +
    +
    + {if $pages}
    {$pages}
    {/if} + {else} + {template 'empty', 'chip'} + {/if} +{elseif $action == 'reply'} + {if $tags} +
    + + + + {loop $tags $k $t} + + + + + + {/loop} +
    回复内容 + 回复人 + 回复时间 +
    {$t[passport]}{$t[adddate]}
    +
    + {if $pages}
    {$pages}
    {/if} + {else} + {template 'empty', 'chip'} + {/if} +{else} + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + {template 'list-'.$module, 'tag'} + {else} + {template 'empty', 'chip'} + {/if} +{/if} +
    +
    + {if $kw} +
    相关搜索
    +
    +
      + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
    • {$mod[name]} 找 {$kw}
    • {/if}{/loop} +
    +
    + + {if $_username} + + {/if} + {/if} + +
    今日排行
    +
    + +
    +
    本周排行
    +
    + +
    +
    本月排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/club/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/club/show.htm new file mode 100644 index 0000000..e8cb622 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/club/show.htm @@ -0,0 +1,151 @@ +{template 'header'} + + +
    + +
    +{if $page == 1} +
    +
    + + + + + +
    +
      +
    • + {if $item[username]} + {$item[passport]} + {else} + 游客 + {/if} +
    • +
    • + {if $item[username] && $DT[im_web]}
    • {im_web($item[username], 1)}
    • {/if} + {if $item[username] == $GRP[username]} +
    • 圈主
    • + {elseif in_array($item[passport], $GRP[managers])} +
    • 版主
    • + {/if} +
    • +
    +
    +
    + + {if $MOD[hits]}点击 {$hits}{/if} + 回复 {$reply} + + 原帖 + + {timetodate($addtime, 5)}楼主{if $level}  {/if} +
    +

    {$title}

    + {if $CP}{template 'property_show', 'chip'}{/if} +
    {$content}
    + +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
    + +
    +
    +
    +{/if} +{if $replys} + {loop $replys $k $v} +
    + +
    +
    + + + + + +
    +
      +
    • + {if $v[username]} + {$v[passport]} + {else} + 游客 + {/if} +
    • +
    • + {if $v[username] && $DT[im_web]}
    • {im_web($v[username], 1)}
    • {/if} + + {if $v[username] == $GRP[username]} +
    • 圈主
    • + {elseif in_array($v[passport], $GRP[managers])} +
    • 版主
    • + {/if} +
    • +
    +
    +
    + + 支持 {$v[likes]} + 反对 {$v[hates]} + 回复 + 举报 + + {if $v[fname]}{$v[fname]}{else}{$v[floor]}楼{/if} + + {timetodate($v[addtime], 5)}{if $v[username] == $item[username]}楼主{/if}{if $v[level]}  {/if} +
    +
    {$v[content]}
    +
    +
    +
    + {/loop} +{/if} +
    + +
    +
    + + + + + +
    + + + +
    +
    +
    +{if $pages} +
    {$pages}
    +{/if} + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/club/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/club/these.name.php new file mode 100644 index 0000000..2099e81 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/club/these.name.php @@ -0,0 +1,11 @@ + '商圈成员', + 'group' => '商圈页', + 'index' => '首页', + 'list' => '列表页', + 'nofans' => '非成员提示', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/company/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/company/index.htm new file mode 100644 index 0000000..bcacaf4 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/company/index.htm @@ -0,0 +1,169 @@ +{template 'header'} +
    +
    +
    +
    +
    +免费加入{$MOD[name]}
    开始网上贸易 +
    + +
    + +
    {ad(26)}
    + +
    +
    +
    +
    {$MOD[name]}动态
    +
    + +

    +{php echo $db->count($DT_PRE.'company', '1', 1800);}
    企业入驻总数 +

    +

    +{php echo $db->count($DT_PRE.'sell_5', 'status=3', 1800);}
    发布产品总数 +

    +
    +
    +
    +
    +
    +
    +企业新秀榜 + +我也要出现在这里 + +
    +
    +
    +
      + +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    金牌企业推荐
    +
    + +{loop $tags $i $t} +
    +
    +
    {$t[title]}
    +

    地区: {area_pos($t[areaid], ' ')}

    +

    主营:{$t[business]}

    +
    +{/loop} +
    +
    +
    +
    +
    +
    +
    企业分类
    +
    +
    + +
    + +
    +{php $mid=4} +{php $child = get_maincat(0,$mid,1);} +{loop $child $i $c} +{php $kk=$i+1} +{if $i < 9} + +
    +
    +

    {$c[catname]}

    + +
    + +
    +{/if} +{/loop} +
    + +
    + +
    + + + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/company/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/company/list.htm new file mode 100644 index 0000000..2fbd7d8 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/company/list.htm @@ -0,0 +1,41 @@ +{template 'header'} +
    + +
    +
    +
    +
    +
    行业
    +
    + +
    +
    +
    +
    地区
    +
    +
      + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
    • {$v[areaname]}
    • + {/loop} +
    +
    +
    + + {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
    +
    + +
    搜索排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/company/news.htm b/template/m15dt8h3jk4j34l1kl4232l12l/company/news.htm new file mode 100644 index 0000000..eac6881 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/company/news.htm @@ -0,0 +1,24 @@ +{template 'header'} +
    + +
    +
    +
    +
      + {loop $lists $k $v} +
    • {timetodate($v[addtime], 5)}{$v[title]}
    • + {if $k && $k%5==4}
    •  
    • {/if} + {/loop} +
    +
    + {if $pages}
    {$pages}
    {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/company/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/company/search.htm new file mode 100644 index 0000000..81a2173 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/company/search.htm @@ -0,0 +1,87 @@ +{template 'header'} +
    + +
    +
    +
    +
    +
    关键词
    +
    +   + {$vip_select} +
    +
    +
    +
    +
    行业
    +
    + {$category_select} + 类型 + {$type_select}   + 模式 + {$mode_select}   +
    +
    +
    +
    +
    地区
    +
    + {$area_select} + 规模 + {$size_select} + 资本 + ~ 万 +
    +
    +
    +
    +
     
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    + + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + {template 'list-'.$module, 'tag'} + {else} + {template 'empty', 'chip'} + {/if} +
    +
    + {if $kw} +
    相关搜索
    +
    +
      + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
    • {$mod[name]} 找 {$kw}
    • {/if}{/loop} +
    +
    + + {/if} + +
    今日排行
    +
    + +
    +
    本周排行
    +
    + +
    +
    本月排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/company/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/company/show.htm new file mode 100644 index 0000000..80aa1ce --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/company/show.htm @@ -0,0 +1,57 @@ +{template 'header'} +
    +
    +
    +
    当前位置: 首页 » {$MOD[name]} » {$member[company]}
    +
    {$content}
    +
    +
    +
    +
    +
     
    +
    +
    公司资料
    +
    +
      +
    • {$member[company]}
    • + {if $member[vip]} +
    • {VIP} [第{vip_year($member[fromtime])}年] 指数:{$member[vip]}
    • + {/if} + {if $member[validated] || $member[vcompany] || $member[vtruename] || $member[vbank] || $member[vmobile] || $member[vemail]} +
    • + {if $member[vcompany]} {/if} + {if $member[vtruename]} {/if} + {if $member[vbank]} {/if} + {if $member[vmobile]} {/if} + {if $member[vemail]} {/if} + {if $member[validated]}  企业资料通过{$member[validator]}认证{/if} +
    • + {/if} +
    • + 联系人{$member[truename]}({gender($member[gender])}) {$member[career]}  + {if $member[username] && $DT[im_web]}{im_web($member[username])} {/if} + {if $member[qq] && $DT[im_qq]}{im_qq($member[qq])} {/if} + {if $member[wx] && $DT[im_wx]}{im_wx($member[wx], $member[username])} {/if} + {if $member[ali] && $DT[im_ali]}{im_ali($member[ali])} {/if} + {if $member[skype] && $DT[im_skype]}{im_skype($member[skype])} {/if} +
    • +
    • 会员 [加为商友] [发送信件]
    • + {if $member[mail]}
    • 邮件{anti_spam($member[mail])}
    • {/if} + {if $member[telephone]}
    • 电话{anti_spam($member[telephone])}
    • {/if} + {if $member[fax]}
    • 传真{anti_spam($member[fax])}
    • {/if} +
    • 所在地{area_pos($member[areaid], ' ')}
    • + {if $member[address]}
    • 地址{$member[address]}
    • {/if} + {if $member[postcode]}
    • 邮编{$member[postcode]}
    • {/if} + {if $member[business]}
    • 主营行业{$member[business]}
    • {/if} + {if $member[type]}
    • 公司类型{$member[type]}
    • {/if} + {if $member[mode]}
    • 经营模式{$member[mode]}
    • {/if} + {if $member[size]}
    • 公司规模{$member[size]}
    • {/if} + {if $member[capital]}
    • 注册资本{$member[capital]}万{$member[regunit]}
    • {/if} + {if $member[regyear]}
    • 注册年份{$member[regyear]}
    • {/if} + {if $member[sell]}
    • 销售产品{$member[sell]}
    • {/if} + {if $member[buy]}
    • 采购产品{$member[buy]}
    • {/if} +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/company/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/company/these.name.php new file mode 100644 index 0000000..68e8a68 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/company/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'news' => '公司新闻', + 'search' => '搜索页', + 'show' => '简易公司主页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/down/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/down/index.htm new file mode 100644 index 0000000..84aba8b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/down/index.htm @@ -0,0 +1,34 @@ +{template 'header'} +
    +{if $MOD[page_irec]} +
    +
    {loop $maincat $k $v}{if $k<10}{if $k}  |  {/if}{$v[catname]}{/if}{/loop}推荐{$MOD[name]}
    +
    +
    +{/if} +
    +
    +
    + {if $MOD[page_icat]} + + {loop $maincat $i $c} + {if $i%2==0}{/if} + + {if $i%2==0}{/if} + {if $i%2==1}{/if} + {/loop} +
    +
    更多>{$c[catname]}
    +
    +
     
    + {/if} +
    +
    +
    总下载排行
    +
    +
    月下载排行
    +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/down/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/down/list.htm new file mode 100644 index 0000000..1b9206b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/down/list.htm @@ -0,0 +1,20 @@ +{template 'header'} +
    + +
    +
    +
    + {if $CP}{template 'property_list', 'chip'}{/if} +
    +
    {if $tags}{template 'list-'.$module, 'tag'}{/if}
    +
    +
    + +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/down/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/down/search.htm new file mode 100644 index 0000000..06c0725 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/down/search.htm @@ -0,0 +1,78 @@ +{template 'header'} +
    + +
    +
    +
    +
    +
    +
    关键词
    +
    +   + {loop $sfields $k $v} +   + {/loop} +
    +
    +
    +
    分类
    +
    + {$category_select} + {if $area_select} + 地区 + {$area_select} + {/if} + 排序 + {$order_select} +
    +
    + {if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    +
    + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
    +
    {template 'list-'.$module, 'tag'}
    + {else} + {template 'empty', 'chip'} + {/if} +
    +
    + {if $kw} +
    相关搜索
    +
    +
      + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
    • {$mod[name]} 找 {$kw}
    • {/if}{/loop} +
    +
    + + {if $_username} + + {/if} + {/if} + +
    今日排行
    +
    + +
    +
    本周排行
    +
    + +
    +
    本月排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/down/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/down/show.htm new file mode 100644 index 0000000..a840bbd --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/down/show.htm @@ -0,0 +1,42 @@ +{template 'header'} + +
    + +
    +
    +
    +

    {$title}

    +
    + {$adddate} + {if $MOD[hits]}{$hits}{/if} + {$download} + {$filesize}{$unit} + {if $could_comment}{$comments}{/if} +
    + {if $CP}{template 'property_show', 'chip'}{/if} +
    {if $content}{$content}{else}{$title}{/if}
    +
    {template 'content', 'chip'}
    +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
    + {if $tag} +
    更多>相关{$MOD[name]}
    +
    + {/if} +
    +
    +
    本类推荐
    +
    +
    下载排行
    +
    +
    +
    +
    +{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/down/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/down/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/down/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/index.htm new file mode 100644 index 0000000..9b07e9c --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/index.htm @@ -0,0 +1,121 @@ +{template 'header'} + + +
    +
    +
    NEW
    即将开展
    + +
    +
    + +
    +
    +
    +
    +{php $mid=$moduleid} +{php $maincat = get_maincat(0,$mid);} +{loop $maincat $k $t} +
  • +{$t[catname]} +
  • +{/loop} +
    +
    +{php $mid=$moduleid} +{php $maincat = get_maincat(0,$mid);} +{loop $maincat $k $t} +
    + +
    +{/loop} +
    + +
    + +
    + +
    +
    + +{php for($i=1;$i<13;$i++){ $j = $i<10 ? '0'.$i : $i;} +{$j}月 +{php } } + +
    + + + + + + + + + + + + +
    +
    +
    +
    +
    +
    展会动态
    + +{loop $tags $i $t} +
    + +

    {$t[title]}

    +
    +{/loop} + + +{loop $tagsss $k $t} +更多展会动态 +{/loop} +
    +
    +
    关注我们
    +
    + +

    关注微信公众号
    +随时随地查看展会信息

    +
    +
    +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/list.htm new file mode 100644 index 0000000..92a7a44 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/list.htm @@ -0,0 +1,52 @@ +{template 'header'} +
    + +
    +
    +
    +
    +
    行业
    +
    + +
    +
    +
    +
    地区
    +
    +
      + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
    • {$v[areaname]}
    • + {/loop} +
    +
    +
    +
    +
    月份
    +
    +
      + {php for($i=1;$i<13;$i++) { } +
    • {$i}月
    • + {php } } +
    +
    +
    + {if $CP}{template 'property_list', 'chip'}{/if} + + {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
    +
    + +
    搜索排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/search.htm new file mode 100644 index 0000000..bb10160 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/search.htm @@ -0,0 +1,97 @@ +{template 'header'} +
    + +
    +
    + +
    + +{if $MOD[sphinx]} +
    +
    关键词
    +
    + +
    +
    +
    +
    +
    行业
    +
    +{$category_select} +地区 +{$area_select} +
    +
    +
    +{else} +
    +
    关键词
    +
    +   +{loop $sfields $k $v} +   +{/loop} +
    +
    +
    +
    +
    分类
    +
    +{$category_select} +日期 +{dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')}   + +
    +
    +
    +
    +
    地区
    +
    +{$area_select} + +排序 +{$order_select} +
    +
    +
    +{if $TYPE} +
    +
    类别
    +
    + + +
    +
    +
    +{/if} +{/if} +{if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    +
    +
    +
    +
    + +{if $page==1 && $kw} +{ad($moduleid,$catid,$kw,6)} +{load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} +{/if} +{if $tags} +{template 'list-'.$module, 'tag'} +{else} +{template 'empty', 'chip'} +{/if} +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/show.htm new file mode 100644 index 0000000..439475e --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/show.htm @@ -0,0 +1,114 @@ +{template 'header'} + +
    + +
    +
    +
    +
    +

    {$title}

    +
       +日期:{$adddate}     +{if $MOD[hits]}浏览:{$hits}    {/if} +状态:状态 +
    +
    + + + + + + + + + + + + + + + + + + + + + +{if $undertaker} + + + + +{/if} +{if $homepage} + + + + +{/if} +{if $sign && $process == 1 && $username} + + + + +{/if} +
    展会日期{$fromdate} 至 {$todate}
    展出城市{$city}
    展出地址{$address}
    展馆名称{$hallname}
    主办单位{$sponsor}
    承办单位{$undertaker}
    官方网站{$homepage}
    在线报名在线报名
    +
    +
    展会说明
    +
    {template 'content', 'chip'}
    +{if $remark} +
    展会备注
    +
    {nl2br($remark)}
    +{/if} +{if $CP}{template 'property_show', 'chip'}{/if} +{if $content} +
    展会说明
    +
    {$content}
    +{/if} +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}反对 {$hates}{/if} +举报 {$reports} +收藏 {$favorites} +{if $MOD[fee_award]}打赏 {$awards}{/if} +{if $could_comment}评论 {$comments}{/if} + +
    +{template 'comment', 'chip'} +
    +
    +
    +
    +
    +
    展会动态
    + +{loop $tags $i $t} +
    + +

    {$t[title]}

    +
    +{/loop} + + +{loop $tagsss $k $t} +更多展会动态 +{/loop} +
    +
    +
    关注我们
    +
    + +

    关注微信公众号
    +随时随地查看展会信息

    +
    +
    +
    +
    +{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/sign.htm b/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/sign.htm new file mode 100644 index 0000000..08c6f9b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/sign.htm @@ -0,0 +1,102 @@ +{template 'header'} +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + + + + + {if $need_captcha} + + + + + {/if} + + + + +
    * 报名人数
    * 联系人
    * 手机号码
    公司名称
    通讯地址{ajax_area_select('areaid', '请选择', $areaid)}
    邮政编码
    电子邮箱
    QQ
    微信
    备注事项 +
    +
    * 验证码{template 'captcha', 'chip'}
    + +
    +
    +
    +{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/these.name.php new file mode 100644 index 0000000..16b3480 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/exhibit/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', + 'sign' => '报名页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/ad.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/ad.htm new file mode 100644 index 0000000..e95b7fa --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/ad.htm @@ -0,0 +1,76 @@ +{template 'header'} +
    +
    +
    + {if $action == 'view'} +


    +
    + {if $ad_moduleid} + {ad($ad_moduleid,$ad_catid,$ad_kw,$typeid)} + {elseif $pid} + {ad($pid)} + {/if} +
    +


    +


    +
    以上为广告效果预览,如未看到任何内容,表明此广告为空或不可预览
    +


    + {else} + + + + {if !$typeid}{/if} + + + + + {if $MOD[ad_buy]}{/if} + + {loop $lists $k $v} + + + {if !$typeid}{/if} + + + + {if $v[thumb]}查看{else}暂无{/if} + {if $MOD[ad_buy]} + + {/if} + + {/loop} +
    编号广告类型广告位名称规格(px)价格示意图预定
    A{$v[pid]}{$v[typename]}{$v[name]}{$v[width]} x {$v[height]}{if $v[price]}{$v[price]}{$unit}/月{else}面议{/if}预定
    + {if $pages}
    {$pages}
    {/if} + {/if} +
    +
    + +
    +
    +
    + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/address.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/address.htm new file mode 100644 index 0000000..21ee6de --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/address.htm @@ -0,0 +1,31 @@ +{template 'header'} +
    + +
    +
    +
    + + +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/announce-dy.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/announce-dy.htm new file mode 100644 index 0000000..cf4370e --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/announce-dy.htm @@ -0,0 +1,512 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{if $city_sitename}{$city_sitename}{else}{$DT[sitename]}{/if}{/if} +{if $head_keywords} + +{/if} +{if $head_description} + +{/if} +{if $head_mobile} + +{/if} + + +{if $head_canonical} + +{/if} +{if $EXT[archiver_enable]} + +{/if} + +{if $moduleid>1} + +{/if} + +{if !DT_DEBUG}{/if} + + + + + + + + + + + + + +{if $lazy}{/if} +{if $JS} +{loop $JS $js} + +{/loop} +{/if} +{php $searchid = ($moduleid > 3 && $MODULE[$moduleid]['ismenu'] && !$MODULE[$moduleid]['islink']) ? $moduleid : 5;} + + + + + + +
    +
    +
    欢迎来到{$DT[sitename]}
    +
    +
    + + + +
    {$DT[telephone]}
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + {if $moduleid<4} +
    +

    扫码关注

    +

    +
    + +

    {$DT[sitename]}
    微信扫码关注

    +
    +
    +{/if} +
    +
    +
    +
    + +
    +
    + +
    +
    +
      +
    • + + +
    • + + +
    • +
    • + + +
    • + + +
    • + + +
    • + + +
    • + + +
    • + + +
    • + + +
    • + + +
    • +
    + +
    + +
    +
    +
    +
      +
        +
      • + 武汉名实生物医药科技有限责任公司 +
      • +
      • + 武汉玉竹科技有限公司 +
      • +
      • + 日照海旭医疗器械有限公司 +
      • +
      • + 江苏泓寿生物工程有限公司 +
      • +
      • + 江苏中农科食品工程有限公司 +
      • +
      • + 江西樟树庆仁保健品有限公司 +
      • +
      +
    +
    +
    + +
    +
    +
    +
    +
    + + + + +
    +
    + +
    +
    +
    + +
    +
    +

    黄金招商A区

    +
    +
    +
    +
    +
      + +
    • 深圳市三也生物科技有限公司
    • +
    • 山东美吉客生物科技有限公司
    • +
    • 成都市万弘云生健康科技有限公司
    • +
    • 河南国玺医药科技有限公司
    • +
    • 山东圣信堂医药科技有限公司
    • +
    • 深圳市健澳康生物科技有限公司
    • +
    • 湖北爱士康医药科技有限公司
    • + +
    • 焦作市怀府草堂生物科技有限公司
    • +
    • 陕西千驰生物科技有限公司
    • +
    • 厦门金达威保健品有限公司
    • +
    +
    +
    +
    + +
    + +
    + +
    +
    +

    黄金招商B区

    +
    +
    +
    +
    +
      + +
    • 深圳市三也生物科技有限公司
    • +
    • 山东美吉客生物科技有限公司
    • +
    • 成都市万弘云生健康科技有限公司
    • +
    • 河南国玺医药科技有限公司
    • +
    • 山东圣信堂医药科技有限公司
    • +
    • 深圳市健澳康生物科技有限公司
    • +
    • 湖北爱士康医药科技有限公司
    • + +
    • 焦作市怀府草堂生物科技有限公司
    • +
    • 陕西千驰生物科技有限公司
    • +
    • 厦门金达威保健品有限公司
    • + +
    +
    +
    +
    + +
    + +
    +
    +
    +

    黄金招商C区

    +
    +
    +
    +
    +
      + +
    • 深圳市三也生物科技有限公司
    • +
    • 山东美吉客生物科技有限公司
    • +
    • 成都市万弘云生健康科技有限公司
    • +
    • 河南国玺医药科技有限公司
    • +
    • 山东圣信堂医药科技有限公司
    • +
    • 深圳市健澳康生物科技有限公司
    • +
    • 湖北爱士康医药科技有限公司
    • + +
    • 焦作市怀府草堂生物科技有限公司
    • +
    • 陕西千驰生物科技有限公司
    • +
    • 厦门金达威保健品有限公司
    • + +
    +
    +
    +
    + +
    + +
    +
    +
    +

    黄金招商D区

    +
    +
    +
    +
    +
      + +
    • 深圳市三也生物科技有限公司
    • +
    • 山东美吉客生物科技有限公司
    • +
    • 成都市万弘云生健康科技有限公司
    • +
    • 河南国玺医药科技有限公司
    • +
    • 山东圣信堂医药科技有限公司
    • +
    • 深圳市健澳康生物科技有限公司
    • +
    • 湖北爱士康医药科技有限公司
    • + +
    • 焦作市怀府草堂生物科技有限公司
    • +
    • 陕西千驰生物科技有限公司
    • +
    • 厦门金达威保健品有限公司
    • + +
    +
    +
    +
    + +
    + +
    +
    +
    +

    黄金招商E区

    +
    +
    +
    +
    +
      + +
    • 深圳市三也生物科技有限公司
    • +
    • 山东美吉客生物科技有限公司
    • +
    • 成都市万弘云生健康科技有限公司
    • +
    • 河南国玺医药科技有限公司
    • +
    • 山东圣信堂医药科技有限公司
    • +
    • 深圳市健澳康生物科技有限公司
    • +
    • 湖北爱士康医药科技有限公司
    • + +
    • 焦作市怀府草堂生物科技有限公司
    • +
    • 陕西千驰生物科技有限公司
    • +
    • 厦门金达威保健品有限公司
    • + +
    +
    +
    +
    + +
    + +
    +
    +
    +
      +
    • + + +
    • + + +
    • +
    • + + +
    • + + +
    • + + +
    • + + +
    • + + +
    • + + +
    • + + +
    • + + +
    • +
    + +
    + +
    +
    +
    +
      +
        +
      • + 武汉名实生物医药科技有限责任公司 +
      • +
      • + 武汉玉竹科技有限公司 +
      • +
      • + 日照海旭医疗器械有限公司 +
      • +
      • + 江苏泓寿生物工程有限公司 +
      • +
      • + 江苏中农科食品工程有限公司 +
      • +
      • + 江西樟树庆仁保健品有限公司 +
      • +
      +
    +
    +
    +
    +
    +
    +
    + +
    +
    + +
    + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/announce.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/announce.htm new file mode 100644 index 0000000..44f415c --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/announce.htm @@ -0,0 +1,45 @@ +{template 'header'} +
    +
    +
    + {if $itemid} +

    {$title}

    +
    [打印]{$adddate}    有效期:{$fromdate} 至 {$todate}{$hits}
    +
    {$content}
    + {else} + + + {if !$typeid}{/if} + + + + + {loop $lists $k $v} + + {if !$typeid}{/if} + + + + + {/loop} +
    类别标题点击发布时间
    {$v[typename]}{$v[title]}{$v[hits]}{$v[adddate]}
    + {if $pages}
    {$pages}
    {/if} + {/if} +
    +
    + +
    +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/archiver.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/archiver.htm new file mode 100644 index 0000000..6046a15 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/archiver.htm @@ -0,0 +1,42 @@ + + + + +{$head_title}{$DT[seo_delimiter]}{$DT[sitename]} + + + + +
    {$DT[sitename]}
    + +{/loop} + +
    {$head_title}
    +
    + +
    +{if $DT[stats]} + +{/if} + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/comment.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/comment.htm new file mode 100644 index 0000000..96c55d1 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/comment.htm @@ -0,0 +1,332 @@ +{if $iframe} + + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{$DT[sitename]}{/if} +{if $head_keywords} + +{/if} +{if $head_description} + +{/if} + + + + + + + + + + + + + + + + + + +{else} + +{template 'header'} + +
    + +
    +
    +
    + +{/if} + + +{if $iframe} + {if $template == 'close'} +
    [该评论已关闭]
    + + + + {exit} + {/if} +{else} + {if $EXT[comment_api] == 'changyan'} +
    +
    + + +
    + {template 'footer'} + {exit} + {/if} +{/if} + + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    5星
    {$stat[pc5]}
    4星
    {$stat[pc4]}
    3星
    {$stat[pc3]}
    2星
    {$stat[pc2]}
    1星
    {$stat[pc1]}
    +
    + {loop $lists $k $v} +
    + + + + + +
    +
    + {if $v[uname]}{/if}{if $v[uname]}{/if} +
    +
    +
    + {if $v[floor]}{$v[floor]}{else}精选{/if} + {$v[name]} 于 {$v[addtime]} 评论: +
    +
    {if $v[quotation]}{$v[quotation]}{else}{$v[content]}{/if}
    + {if $v[reply]} +
    + {if $v[editor]}管理员{else}{$v[replyer]}{/if} {$v[replytime]} 回复: {nl2br($v[reply])} +
    + {/if} +
    + + {if $MOD[comment_vote]} + 支持 {$v[likes]} + 反对 {$v[hates]} + {/if} + 回复 {$v[quotes]} + 举报 + {if $could_del} + 删除 + {/if} + + +
    +
    +
    + {/loop} + + {if $pages}
    {$pages}
    {/if} + +
    +
    + + + + + + + + + + + + + + + + + {if $need_captcha} + + + + {/if} + + + +
    + +
    + + + + + +
    + + +
    + +      匿名发表 +     (内容限{$MOD[comment_min]}至{$MOD[comment_max]}字) +     当前已经输入 0 字 +      + +
    +
    +
    +
    + + +{if $iframe} + + + +{else} + +
    +
    + {if $mid == 4} +
    评论排行
    +
    + {else} +
    评论月排行
    +
    +
    评论年排行
    +
    +
    评论总排行
    +
    + {/if} +
    +
    + +{template 'footer'} +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/feed.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/feed.htm new file mode 100644 index 0000000..64c9714 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/feed.htm @@ -0,0 +1,69 @@ +{template 'header'} +
    +
    +
    + {if $action == 'diy'} + + + + + + + +
    定制订阅
    +
    + +   +   + {if $category_select}{$category_select} {/if} + {if $area_select}{$area_select} {/if} +    + +
    +
    + {if $feed_code} +
     
    + + + + + + + + + + + +
    频道订阅地址订阅
    {$MODULE[$mid][name]}订阅
    + {/if} + {else} + + + + + + + {loop $FD $k $v} + + + + + + {/loop} +
    频道订阅地址订阅
    {$v[name]}订阅
    + {/if} +
    +
    + +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/form.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/form.htm new file mode 100644 index 0000000..a733c8c --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/form.htm @@ -0,0 +1,203 @@ +{template 'header'} +
    +{if $itemid} +
    + {if $page == 2} +
    +
    + 提交成功,感谢您的参与!     + 返回 +
    +
    + {else} +

    {$title}

    +
    + 浏览:{$hits} + 添加时间:{$adddate}    有效期:{$fromdate} 至 {$todate}     +
    + {if $content}
    {$content}
    {else}
    {/if} + {if $lists} +
    + + +
    + + {loop $lists $k $v} + + + {if $display} + + + {/if} + + + {/loop} +
    {$k+1}. {$v[name]}{if $v[min]} *{/if}
    + {if $v[type] == 0} + + {elseif $v[type] == 1} +
    + {elseif $v[type] == 2} + + {elseif $v[type] == 3} +
      + {loop $v[option] $kk $vv} +
    • +
    • + {/loop} +

    + {elseif $v[type] == 4} +
      + {loop $v[option] $kk $vv} +
    • + {/loop} +

    + {/if} +
    +
    + + {if $verify == 1 && !$error} + + + + + {/if} + {if $verify == 2 && !$error} + + + + + {/if} + + + + +
    * 验证码  {template 'captcha', 'chip'}
    * 验证问题  {template 'question', 'chip'}
    + {if $error == 5} + 您还没有登录,请先 登录注册 + {elseif $error == 4} + 当前会员组无提交权限 + {elseif $error == 3} + 未开始 + {elseif $error == 2} + 已过期 + {elseif $error == 1} + 已提交过 + {else} + + {/if} +
    +
    + {/if} +
    + {/if} +
    +{else} +
    +
    + + + {if !$typeid}{/if} + + + + + {loop $lists $k $v} + + {if !$typeid}{/if} + + + + + {/loop} +
    类别标题点击发布时间
    {$v[typename]}{$v[title]}{$v[hits]}{$v[adddate]}
    + {if $pages}
    {$pages}
    {/if} +
    +
    + +
    +
    +
    + +{/if} +{if $itemid} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/gift.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/gift.htm new file mode 100644 index 0000000..6a968f6 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/gift.htm @@ -0,0 +1,112 @@ +{template 'header'} +
    +
    +
    + {if $action == 'my'} + + + + + + + + + + + {loop $lists $k $v} + + + + + + + + + + {/loop} +
    订单编号礼品{$DT[credit_name]}下单时间快递更新时间状态
    {$v[oid]}{$v[title]}{$v[credit]}{$v[adddate]}{if $v[express] && $v[expressid]}{$v[express]}:{$v[expressid]}{/if}{$v[editdate]}{$v[status]}
    + {if $pages}
    {$pages}
    {/if} + + {else} + {if $itemid} + {if isset($success)} +
    + 恭喜您,礼品兑换成功!请检查您的联系方式是否正确,以便工作人员与您取得联系   + 更新资料   + 查看订单 +
    + {/if} +

    {$title}

    +
    + + + + + + +
    + {$title} + +
      +
    • 会员权限:{if $gname}{$gname}{else}全部{/if}
    • +
    • 浏览次数:{$hits}
    • +
    • 当前状态:{if $left}有效期:{$fromdate} 至 {$todate}{else}已结束{/if}
    • +
    +
    +
      +
    • 所需{$DT[credit_name]}:{$credit}
    • +
    • 剩余名额:{$left}
    • +
    • 立即兑换
    • +
    +
    +
    + {if $content}
    {$content}
    {else} {/if} + + {else} + + + + + + + + + {loop $lists $k $v} + + + + + + + + {/loop} +
    图片礼品名称{$DT[credit_name]}库存立即兑换
    {$v[alt]}{$v[title]}{$v[credit]}{$v[left]}立即兑换
    + {if $pages}
    {$pages}
    {/if} + {/if} + + {/if} +
    +
    + +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/guestbook.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/guestbook.htm new file mode 100644 index 0000000..2c13122 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/guestbook.htm @@ -0,0 +1,164 @@ +{template 'header'} +
    +
    +
    + {if $action == 'add'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + + {if $MOD[guestbook_captcha]} + + + + + {/if} + + + + +
    {if $report}举报{else}留言{/if}类型 + +
    * {if $report}举报{else}留言{/if}内容
    + +
    与您联系 +      + +
    * 验证码 + {template 'captcha', 'chip'} + +
    {if $report && $forward}    {/if}
    +
    + {load('guest.js')} + {else} + {if $lists} + {loop $lists $k $v} + + + + + + {if $v[reply]} + + + + + {/if} +
    {if $v[hidden]}匿名{else}{$v[truename]}{/if} {$v[adddate]} 留言:{$v[content]}
    网站 {$v[editdate]} 回复:{$v[reply]}
    +
    + {/loop} + {if $pages}
    {$pages}
    {/if} + {else} +



    +
    {if $kw}未找到与“{$kw}”相关的留言,请调整关键词重新搜索{else}暂时没有留言    来抢个沙发吧{/if}
    +



    + {/if} + {/if} +
    + +
    + +{if $action == 'add'} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/link.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/link.htm new file mode 100644 index 0000000..132cc73 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/link.htm @@ -0,0 +1,106 @@ +{template 'header'} +
    +
    +
    + {if $action == 'reg'} +
    + + + {if $MOD[link_request]} + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    链接说明{$MOD[link_request]}
    * 网站分类{$type_select}
    * 网站名称
    * 网站地址
    网站LOGO
    网站介绍
    * 验证码{template 'captcha', 'chip'}
    +
    + {else} +
    + {if $typeid} + +
    + + {else} + +
    + + {/if} +
    + {/if} +
    +
    + +
    +
    + +{if $action == 'reg'} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/mobile.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/mobile.htm new file mode 100644 index 0000000..99b804e --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/mobile.htm @@ -0,0 +1,77 @@ +{template 'header'} + +
    +
    +
    +
    +
    + 功能简介:
    您可以通过手机上网,随时随地浏览商机资讯,享用会员功能...
    +
    + {if $action=='device'} + 设备错误:
    + 抱歉,请用手机访问

    + 或点击以下网址用电脑继续访问:
    + {$url}
    + {else} + 手机访问:
    + 在手机浏览器地址栏输入:{$url}

    + 或者用二维码扫描软件(微信、QQ等)扫描下面的二维码
    + {/if} +
    +
    + + + + + + + +
    +
      +
    • 手机浏览
    • + {if $EXT[weixin]} +
    • 微信关注
    • + {/if} + {if $ios_app} +
    • 苹果客户端
    • + {/if} + {if $android_app} +
    • 安卓客户端
    • + {/if} +
    +
    + +
    +
    +
    +
    + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/poll.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/poll.htm new file mode 100644 index 0000000..d1a138b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/poll.htm @@ -0,0 +1,162 @@ +{if $action == 'show'} + + + + +{$DT[sitename]} + + + + + + + + + + + + + + + +
    +
    + {template $template_poll, 'chip'} +
    +{if $verify} +
    + + {if $verify == 1} + + + + + {/if} + {if $verify == 2} + + + + + {/if} + + + + +
    请填写验证码{template 'captcha', 'chip'}
    请回答验证问题{template 'question', 'chip'}
    +    + +
    +
    +{/if} +
    + + + +{else} +{template 'header'} +
    +
    +
    + {if $itemid} +

    {$title}

    +
    + 票数:{$polls}    浏览:{$hits} + 添加时间:{$adddate}    有效期:{$fromdate} 至 {$todate}     +
    + {if $content} +
    {$content}
    + {else} +
    + {/if} + + {else} + + + {if !$typeid}{/if} + + + + + {loop $lists $k $v} + + {if !$typeid}{/if} + + + + + {/loop} +
    类别标题点击发布时间
    {$v[typename]}{$v[title]}{$v[hits]}{$v[adddate]}
    + {if $pages}
    {$pages}
    {/if} + {/if} +
    +
    + +
    +
    +
    + +{template 'footer'} +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/share.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/share.htm new file mode 100644 index 0000000..9134ed7 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/share.htm @@ -0,0 +1,38 @@ +{template 'header'} + +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/sitemap.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/sitemap.htm new file mode 100644 index 0000000..6473cc2 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/sitemap.htm @@ -0,0 +1,72 @@ +{template 'header'} + +
    + + {if $action=='letter'} +
    +
    + + {loop $LETTER $L} +  {$L}  + {/loop} + + {$M[name]} +
    +
    + {if $CATALOG} + + {loop $CATALOG $i $c} + {if $i%8==0}{/if} + + {if $i%8==7}{/if} + {/loop} +
    +

    {set_style($c[catname], $c[style])} ({$c[item]})

    +
    + {else} +


    没有字母 {$letter} 开头的类目



    + {/if} +
    +
    + {elseif $action=='module'} +
    + + {loop $LETTER $L} +  {$L}  + {/loop} + + {$M[name]} +
    +
    +
    + {template 'catalog', 'chip'} +
    +
    + {else} + {loop $MODULE $m} + {if $m[moduleid] > 3 && !$m[islink]} +
    + +
    + + {php $child = get_maincat(0, $m[moduleid]);} + {loop $child $i $c} + {if $i%8==0}{/if} + + {if $i%8==7}{/if} + {/loop} +
    +

    {set_style($c[catname], $c[style])}

    +
    +
    +
    +
     
    + {/if} + {/loop} + {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/spread.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/spread.htm new file mode 100644 index 0000000..e508505 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/spread.htm @@ -0,0 +1,117 @@ +{template 'header'} +
    +
    + + + + + +
    +
    +
    +
    +
      我的推广  {if $DT[telephone]}咨询电话:{$DT[telephone]}{/if}
    +
    +
    最新出价
    +
    +
    +
      + + {loop $tags $t} +
    • {$t[price]}{$unit}{$t[word]} {$t[company]}
    • + {/loop} +
    +
    +
    +
    +{if $action == 'list'} +
    +

    关键词“{$kw}”{if $mid}在“{$MODULE[$mid][name]}”频道{/if}推广记录    重新选词

    +{if $lists} + + + + + + + + + + + + + + + + +{loop $lists $k $v} +{if $v[bg]} + + + +{/if} + + + + + + + + + + + + +{/loop} +
    频道公司出价单位开始日期结束日期投放状态申请时间信息我要推广
     
    {$MODULE[$v[mid]][name]}{$v[company]}{$v[price]}{if $v[currency]=='money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{if $v[currency]=='money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{timetodate($v[fromtime], 3)}{timetodate($v[totime], 3)}{$v[process]}{timetodate($v[addtime], 5)}直达立即推广
    +{if $pages}
    {$pages}
    {/if} +{else} +

    暂无推广记录



    我要推广




    +{/if} +
    +
    +{else} + + + + + + + + +
    +
    +
    本周搜索排行
    +
    + +
    +
    +
    +
    +
    本月搜索排行
    +
    + +
    +
    +
    +
    +
    总搜索排行
    +
    + +
    +
    +
    +{/if} +
    + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/extend/these.name.php new file mode 100644 index 0000000..ebcca18 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/these.name.php @@ -0,0 +1,23 @@ + '广告', + 'address' => '地址导航', + 'announce' => '公告', + 'archiver' => '无图版', + 'comment' => '评论', + 'feed' => 'RSS订阅', + 'form' => '表单', + 'gift' => '积分换礼', + 'guestbook' => '留言本', + 'link' => '友情链接', + 'mobile' => '手机版介绍', + 'poll' => '票选', + 'share' => '分享好友', + 'sitemap' => '网站地图', + 'spread' => '排名推广', + 'view' => '查看大图', + 'vote' => '投票', + 'webpage' => '单网页', + 'wx' => '微信联系', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/view.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/view.htm new file mode 100644 index 0000000..3f1467a --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/view.htm @@ -0,0 +1,19 @@ +{template 'header'} +
    + +
    +
    +
    +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/vote.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/vote.htm new file mode 100644 index 0000000..09944ce --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/vote.htm @@ -0,0 +1,66 @@ +{template 'header'} +
    +
    +
    + {if $itemid} +

    {$title}

    +
    票数:{$votes}    浏览:{$hits}添加时间:{$adddate}    有效期:{$fromdate} 至 {$todate}    
    +
    {if $linkto}{$linkto}
    {/if}{$content}
    +
    + + {loop $V $k $v} + + + + + + + + {/loop} +
    {$v[number]}
    {$v[title]}
    {$v[percent]}{$v[votes]}
    +
    +
    {load('vote_'.$itemid.'.htm')}
    + + {else} + + + {if !$typeid}{/if} + + + + + {loop $lists $k $v} + + {if !$typeid}{/if} + + + + + {/loop} +
    类别标题票数发布时间
    {$v[typename]}{$v[title]}{$v[votes]}{$v[adddate]}
    + {if $pages}
    {$pages}
    {/if} + {/if} +
    +
    + +
    +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/webpage-dy.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/webpage-dy.htm new file mode 100644 index 0000000..c986a66 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/webpage-dy.htm @@ -0,0 +1,84 @@ + + + + + + 成功案例 + + + +
    +
    +
    +
    + +

    成功案例

    +
    +
    成功案例
    +
    +
    +
    +

    成功案例

    +

    + 用声音交友,爱就在就这里,你想要的声音这里都有 + 查看详情 +

    +

    + 我有故事,你有酒吗?每天一个身边的故事,我来讲给你听 + 查看详情 +

    +

    + 在你最需要的时候,总有一些声音会突然间鼓舞你 + 查看详情 +

    +

    + 听点不一样的,你以为的真的只是你以为...... + 查看详情 +

    +

    + 风在吹着头发飘动,听着你的声音,一阵莫名感动 + 查看详情 +

    +

    + 希望这里的可爱,治愈你所有的烦恼 + 查看详情 +

    +
    +
    +
    +

    推你心动的声音,给你想要的服务

    +
    + +
    App Store
    +
    Android
    +
    +
    +
    +
    +
    +

    公司:驰江(北京)信息科技有限公司

    +

    地址:北京市海淀区西三旗沁春家园1号楼、2号楼、3号楼2层201-2041室

    +

    电话:4008886884

    +

    网站备案号:京ICP备18032737号-6

    +
    + +
    + + + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/webpage.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/webpage.htm new file mode 100644 index 0000000..09ff899 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/webpage.htm @@ -0,0 +1,18 @@ +{template 'header'} +
    +
    +
    +

    {$title}

    +
    {$content}
    +
    +
    + +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/extend/wx.htm b/template/m15dt8h3jk4j34l1kl4232l12l/extend/wx.htm new file mode 100644 index 0000000..c081e1b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/extend/wx.htm @@ -0,0 +1,18 @@ +{template 'header'} +
    + +
    +
    +
    +

    +{if $wx || $wxqr} +
    +{if $wx}微信帐号:{$wx}   复制{/if} +{if $wxqr}

    微信扫码,添加好友{/if} +{else} +微信帐号不存在 +{/if} +
    +

    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/footer.htm b/template/m15dt8h3jk4j34l1kl4232l12l/footer.htm new file mode 100644 index 0000000..49e4bb8 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/footer.htm @@ -0,0 +1,135 @@ +
    +
    +
    +
    +
    + + +
    + +
    + + +
    + + + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/group/buy.htm b/template/m15dt8h3jk4j34l1kl4232l12l/group/buy.htm new file mode 100644 index 0000000..801482d --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/group/buy.htm @@ -0,0 +1,183 @@ +{template 'header'} + +{if $action == 'show'} +
    + +
    订单提交成功! +     继续购物    支付订单
    + +
    +{else} + +
    + +
    + + +
    + 返回重新挑选 +
    1确认订单信息
    +
    + + + + + + + + + + + + + + + +
    图片商品价格数量小计
    {$t[title]}{$t[title]} +
    备注:
    +
    {$t[price]}减少 增加{$t[price]}
    +
    总价:{$t[price]} {$DT[money_unit]}
    +
    +
    + 新增地址    管理地址 +
    2确认收货地址
    +
    + + {if $t[logistic]} + + + + + + + + + + + + + + + + + + + + + {else} + + + + + {/if} + + + + +
      常用地址: + {if $address} + {loop $address $k $v} +
    +
    + {/loop} + {else} + 暂无常用收货地址    新增地址    管理地址 + {/if} +
    * 收货地址:{ajax_area_select('add[areaid]', '请选择', $user[areaid])}
    * 邮政编码:
    * 真实姓名:
    * 手机号码:
    * 手机号码: 重要:购买成功后将把订单ID号和密码发到您手机,凭短信到商家消费
    +
    +
    +{/if} +{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/group/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/group/index.htm new file mode 100644 index 0000000..1d41ec7 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/group/index.htm @@ -0,0 +1,18 @@ +{template 'header'} +{if $MOD[page_irec]} +
    +
    +
    {loop $maincat $k $v}{if $k<10}{if $k}  |  {/if}{$v[catname]}{/if}{/loop}推荐{$MOD[name]}
    +
    +
    +{/if} +{if $MOD[page_icat]} +{loop $maincat $i $c} +
    +
    +
    更多>{$c[catname]}
    +
    +
    +{/loop} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/group/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/group/list.htm new file mode 100644 index 0000000..3922d58 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/group/list.htm @@ -0,0 +1,34 @@ +{template 'header'} +
    + +
    +
    +
    +
    行业
    +
    + +
    +
    +
    +
    地区
    +
    +
      + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
    • {$v[areaname]}
    • + {/loop} +
    +
    +
    + {if $CP}{template 'property_list', 'chip'}{/if} +
    +{if $tags} +
    +
    {template 'list-'.$module, 'tag'}
    +
    +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/group/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/group/search.htm new file mode 100644 index 0000000..fb1e125 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/group/search.htm @@ -0,0 +1,61 @@ +{template 'header'} + +
    + +
    +
    +
    +
    +
    关键词
    +
    +   + {loop $sfields $k $v} +   + {/loop} + 图片   + {VIP}   +
    +
    +
    +
    行业
    +
    + {$category_select} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} +
    +
    +
    +
    地区
    +
    + {$area_select} + 价格 + ~ +
    +
    + {if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    +
    +
    +
    +
    + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + {template 'list-'.$module, 'tag'} + {else} + {template 'empty', 'chip'} + {/if} +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/group/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/group/show.htm new file mode 100644 index 0000000..9d3bb2f --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/group/show.htm @@ -0,0 +1,124 @@ +{template 'header'} + + +
    + +
    +
    +
    +

    {$title}

    + {if $introduce}
    {$introduce}
    {/if} +
    {$title}
    + {if $CP}{template 'property_show', 'chip'}{/if} +
    {$content}
    + +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
    + +
    +
    +
    +
    原价
    {$DT[money_sign]}{$marketprice}
    +
    折扣
    {$discount}折
    +
    节省
    {$DT[money_sign]}{$savemoney}
    +
    +
     
    +
    +
    {$DT[money_sign]}{$iprice}
    +
    + + {if $process == 2} +
    + 本团购结束于 +
    {timetodate($endtime, 'Y年n月j日 H:i')}
    +
    +
     
    + {else} + {if $totime} +
    + 距离团购结束还有 +
      
    +
    +
     
    + + {/if} + {/if} + +
    + 已经有 {$orders} 人购买 +
    + {if $process == 0} + 正在成团,距离团购人数还差{$left}人 + {elseif $process == 1} + 团购已成功,还可以继续购买... + {else} + 团购已结束 + {/if} +
    +
    +
    联系方式
    +
    {template 'contact', 'chip'}
    +
    +
    +
    +{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/group/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/group/these.name.php new file mode 100644 index 0000000..1adf30e --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/group/these.name.php @@ -0,0 +1,9 @@ + '购买', + 'index' => '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/header-index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/header-index.htm new file mode 100644 index 0000000..e083c0f --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/header-index.htm @@ -0,0 +1,152 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{if $city_sitename}{$city_sitename}{else}{$DT[sitename]}{/if}{/if} +{if $head_keywords} + +{/if} +{if $head_description} + +{/if} +{if $head_mobile} + +{/if} + + +{if $head_canonical} + +{/if} +{if $EXT[archiver_enable]} + +{/if} + + +{if $moduleid>1} + +{/if} +{if $CSS} +{loop $CSS $css} + +{/loop} +{/if} + +{if !DT_DEBUG}{/if} + + + + + + + + + + + + + +{if $lazy}{/if} +{if $JS} +{loop $JS $js} + +{/loop} +{/if} +{php $searchid = ($moduleid > 3 && $MODULE[$moduleid]['ismenu'] && !$MODULE[$moduleid]['islink']) ? $moduleid : 5;} + + + + + + +
    +
    +
    +
    +
      +
    • +{if $EXT[mobile_enable]}
    • 手机版
    • {/if} +{if $head_mobile}
    • 二维码
    • {/if} +
    +
    +
    + +
    +
    +
    +
    +{if $head_mobile}{/if} +
    +
    +
    {$DT[sitename]} + +
    +
    +
    + +
    +
    + +
    +
    + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/header-mall.htm b/template/m15dt8h3jk4j34l1kl4232l12l/header-mall.htm new file mode 100644 index 0000000..9ee333c --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/header-mall.htm @@ -0,0 +1,202 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{if $city_sitename}{$city_sitename}{else}{$DT[sitename]}{/if}{/if} +{if $head_keywords} + +{/if} +{if $head_description} + +{/if} +{if $head_mobile} + +{/if} + + + +{if $head_canonical} + +{/if} +{if $EXT[archiver_enable]} + +{/if} + + +{if $moduleid>1} + +{/if} + +{if !DT_DEBUG}{/if} + + + + + + + + + + + + + +{if $lazy}{/if} +{if $JS} +{loop $JS $js} + +{/loop} +{/if} +{php $searchid = ($moduleid > 3 && $MODULE[$moduleid]['ismenu'] && !$MODULE[$moduleid]['islink']) ? $moduleid : 5;} + + + + + + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +{if $head_mobile}{/if} +
    +
    +
    {$DT[sitename]} + +
    +
    +
    + +
    +
    + +
    +
    + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/header.htm b/template/m15dt8h3jk4j34l1kl4232l12l/header.htm new file mode 100644 index 0000000..a57a1fa --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/header.htm @@ -0,0 +1,156 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{if $city_sitename}{$city_sitename}{else}{$DT[sitename]}{/if}{/if} +{if $head_keywords} + +{/if} +{if $head_description} + +{/if} +{if $head_mobile} + +{/if} + + +{if $head_canonical} + +{/if} +{if $EXT[archiver_enable]} + +{/if} + + +{if $moduleid>1} + +{/if} + +{if $CSS} +{loop $CSS $css} + +{/loop} +{/if} + + + +{if !DT_DEBUG}{/if} + + + + + + + + + + + + + +{if $lazy}{/if} +{if $JS} +{loop $JS $js} + +{/loop} +{/if} +{php $searchid = ($moduleid > 3 && $MODULE[$moduleid]['ismenu'] && !$MODULE[$moduleid]['islink']) ? $moduleid : 5;} + + + + + + + +
    +
    +
    +
    +
      +
    • +{if $EXT[mobile_enable]}
    • 手机版
    • {/if} +{if $head_mobile}
    • 二维码
    • {/if} +
    +
    +
    + +
    +
    +
    +
    +{if $head_mobile}{/if} +
    +
    +
    {$DT[sitename]} + +
    +
    +
    + +
    +
    + +
    +
    + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/brand.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/brand.htm new file mode 100644 index 0000000..56a2e53 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/brand.htm @@ -0,0 +1,38 @@ +{template 'header', $template} +
    首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
    +
    {$MENU[$menuid][name]}
    +
    +{if $itemid} +
    {$title}
    +
    更新时间:{$editdate}{if $MOD[hits]}        浏览次数:{$hits}{/if}        {if $homepage}官方主页        {/if}返回列表
    + {if $CP}{template 'property_show', 'chip'}{/if} +
    {$content}
    + + +
    + {if $could_comment && in_array($moduleid, explode(',', $EXT['comment_module']))} +
    +
    0条  相关评论
    +
    +
    + {/if} +{else} + + {loop $lists $k $v} + {if $k%4==0}{/if} + + {if $k%4==3}{/if} + {/loop} +
    +
    + {$v[alt]} + +
    +
    +
    {$pages}
    +{/if} + +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/buy.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/buy.htm new file mode 100644 index 0000000..38b07a0 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/buy.htm @@ -0,0 +1,116 @@ +{template 'header', $template} +
    首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
    +{if $itemid} +
    {$title}
    +
    + + + + + + +
    +
    + {if $video}
    {/if} +
    +
    +
    +
    {loop $albums $k $v}{/loop}
    +
    +
    +
    +
    + + + + + + + {if $n1 && $v1} + + + + + {/if} + {if $n2 && $v2} + + + + + {/if} + {if $n3 && $v3} + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    产 品:{if $MOD[hits]}浏览次数:{$hits}{/if}{$title} 
    {$n1}:{$v1}
    {$n2}:{$v2}
    {$n3}:{$v3}
    需求数量:{$amount}
    价格要求:{$price}
    包装要求:{$pack}
    所在地:{area_pos($areaid, '')}
    有效期至:{if $todate}{$todate}{else}长期有效{/if}{if $expired} [已过期]{/if}
    最后更新:{$editdate}
     
    +
    +
    + +
    详细信息
    +
    + {if $CP}{template 'property_show', 'chip'}{/if} +
    {$content}
    +
    + {if $could_price} +
    报价单
    +
    + {/if} + {if $could_comment && in_array($moduleid, explode(',', $EXT['comment_module']))} +
    +
    0条  相关评论
    +
    +
    + {/if} + + {if $video}{/if} + {if $content}{/if} + +{else} +
    {$MENU[$menuid][name]}
    +
    + + {loop $lists $k $v} + + + + + {/loop} +
    {$v[title]} + {timetodate($v[edittime], 3)}
    +
    {$pages}
    +
    +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/contact.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/contact.htm new file mode 100644 index 0000000..12fc965 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/contact.htm @@ -0,0 +1,130 @@ +{template 'header', $template} +
    首页 > {$MENU[$menuid][name]}
    +
    {$MENU[$menuid][name]}
    +
    +
    + + {if $COM[shop] && $COM[vshop]} + + + + + {/if} + + + + + + + + + + + + + {if $COM[postcode]} + + + + + {/if} + {if $COM[vip]} + + + + + {else} + + + + + {/if} + + {if $COM[vip]} + {if $COM[mobile]} + + + + + {/if} + {else} + {if $COM[mobile]} + + + + + {/if}{/if} + + {if $COM[fax]} + + + + + {/if} + {if $COM[mail]} + + + + + {/if} + + + + + {if $COM[truename]} + + + + + {/if} + {if $COM[department]} + + + + + {/if} + + + + {if $COM[gzh]} + + + + + {/if} + {if $COM[gzhqr]} + + + + + {/if} + + + + + + + + +
    店铺名称:{$COM[shop]}
    公司名称:{$COM[company]}
    公司地址:{$COM[address]}
    所在地区:{area_pos($COM[areaid], '/')}
    邮政编码:{$COM[postcode]}
    公司电话:{if $domain}{$COM[telephone]}{else}{anti_spam($COM[telephone])}{/if}
    公司电话:暂无联系方式,企业可申请展示
    手机号码:{if $domain}{$COM[mobile]}{else}{anti_spam($COM[mobile])}{/if}
    手机号码:暂无联系方式,企业可申请展示
    公司传真:{if $domain}{$COM[fax]}{else}{anti_spam($COM[fax])}{/if}
    电子邮件:{if $domain}{$COM[mail]}{else}{anti_spam($COM[mail])}{/if}
    公司网址:{if $COM[homepage]}{$COM[homepage]}
    {/if} + {$COM[linkurl]}
    联 系 人:{$COM[truename]} ({if $COM[gender]==1}先生{else}女士{/if})
    部门(职位):{$COM[department]}{if $COM[career]} ({$COM[career]}){/if}
    微信公众号:{$COM[gzh]}   复制
    扫码关注:
    即时通讯: + {if $COM[username] && $DT[im_web]}{im_web($COM[username])} {/if} + {if $COM[qq] && $DT[im_qq]}{im_qq($COM[qq])} {/if} + {if $COM[wx] && $DT[im_wx]}{im_wx($COM[wx], $COM[username])} {/if} + {if $COM[ali] && $DT[im_ali]}{im_ali($COM[ali])} {/if} + {if $COM[skype] && $DT[im_skype]}{im_skype($COM[skype])} {/if} +
    在线状态:{if online($COM[userid])==1}当前在线{else}当前离线{/if}
    +
    +
    +{if $api_map && $map} +
    公司地图
    +
    + {php $map_height = 300;} + {php include DT_ROOT.'/api/map/'.$api_map.'/show.inc.php';} +
    +{/if} +{if $could_message} +
    在线留言
    +
    +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/credit.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/credit.htm new file mode 100644 index 0000000..41b6527 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/credit.htm @@ -0,0 +1,134 @@ +{template 'header', $template} +
    首页 > {$MENU[$menuid][name]}
    +
    公司档案
    +
    +
    + + + + + + + + + + + + + + + + + + + +
    公司名称:{$COM[company]}公司类型:{$COM[type]} ({$COM[mode]})
    所在地区:{area_pos($COM[areaid], '/')}公司规模:{$COM[size]}
    注册资本:{if $COM[capital]}{$COM[capital]}万{$COM[regunit]}{else}未填写{/if}注册年份:{$COM[regyear]}
    + + + + + + {if $COM[deposit]} + + + + + {/if} + {if $COM[mode]} + + + + + {/if} + {if $COM[business]} + + + + + {/if} + {if $COM[sell]} + + + + + {/if} + {if $COM[buy]} + + + + + {/if} + {if $COM[catid]} + + + + + {/if} +
    资料认证: + {if $COM[vcompany]} {/if} + {if $COM[vtruename]} {/if} + {if $COM[vbank]} {/if} + {if $COM[vmobile]} {/if} + {if $COM[vemail]} {/if} + {if $COM[validated]}  企业资料通过{$COM[validator]}认证{/if} +
    保  证  金:已缴纳 {$DT[money_sign]}{$COM[deposit]} {$DT[money_unit]}
    经营模式:{$COM[mode]}
    经营范围:{$COM[business]}
    销售产品:{$COM[sell]}
    采购产品:{$COM[buy]}
    主营行业: + {php $catids = explode(',', substr($COM['catid'], 1, -1));} + + {loop $catids $i $c} + {if $i%3==0}{/if} + + {if $i%3==2}{/if} + {/loop} +
    {cat_pos(get_cat($c), ' / ', '_blank')}
    +
    +
    +
    +{if $comment} +
    +
    + +{if $view} +收到的评价(作为卖家) | 发出的评价(作为买家) +{else} +收到的评价(作为卖家) | 发出的评价(作为买家) +{/if} + + +
    +
    +
    +{if $view} + {loop $lists $k $v} +
    +
    + {$STARS[$v[buyer_star]]} + 买家 {hide_info($v[buyer])} 于 {timetodate($v[buyer_ctime])} 评论道: +
    +
    {nl2br($v[buyer_comment])}
    + {if $v[seller_reply]} +
    + 卖家 {timetodate($v[seller_rtime])} 回复: {nl2br($v[seller_reply])} +
    + {/if} +
    + {/loop} +{else} + {loop $lists $k $v} +
    +
    + {$STARS[$v[seller_star]]} + 买家 {hide_info($v[buyer])} 于 {timetodate($v[seller_ctime])} 评论道: +
    +
    {nl2br($v[seller_comment])}
    + {if $v[buyer_reply]} +
    + 卖家 {timetodate($v[buyer_rtime])} 回复: {nl2br($v[buyer_reply])} +
    + {/if} +
    + {/loop} +{/if} + {if $pages}
    {$pages}
    {/if} +
    +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/footer.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/footer.htm new file mode 100644 index 0000000..0d518ed --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/footer.htm @@ -0,0 +1,36 @@ + +{if $side_pos==1} + +{template 'side', $template} +{/if} + + + +
    + +
    + +{if $api_kf && $kf} +{php include DT_ROOT.'/api/kf/'.$HOME['kf_type'].'/show.inc.php';} +{/if} +{if $DT[stats]} + +{/if} + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/header.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/header.htm new file mode 100644 index 0000000..b6366b2 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/header.htm @@ -0,0 +1,82 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{$COM[company]}{/if} +{if $head_keywords}{/if} +{if $head_description}{/if} + + +{if $head_mobile} + +{/if} +{if $head_canonical} + +{/if} + + + + + + + + + + + + + + +{if $lazy}{/if} + +{if $css}{/if} + + +
    返回主站|会员中心|保存桌面{if $head_mobile}|手机浏览{/if}
    +{if $head_mobile}{/if} +
    +
    +{if $COM[vip]} +
    {$COM[year]}{$COM[vip]}
    +{else} +普通会员 +{/if} +
    +
    +{if $logo}{/if} +
    +

    {if $COM[shop] && $COM[vshop]}{$COM[shop]}{else}{$COM[company]}{/if}

    +

    {dsubstr($COM['business'], $logo ? 60 : 80, '...')}

    +
    +
    +
    +
    + +
    + +
    +
    + + +
    +
    +
    + + +{if $side_pos==0} + + +{/if} + + + + + +
    + +
    + + +
    +

    买家正在看

    + +{loop $tags $i $t} +{$t[title]} +{if $t[price]>0} +¥{$t[price]}/{$unit} +{else} +面议 +{/if} + +{/loop} +
    + + + + +
    +
    +
    +
    +
    +

    店铺信息

    +{template 'contact', 'chip'}
    + + +
    +

    产品分类

    +
    + + + +
    + + +
    + +
    +{if $CP}{template 'property_show', 'chip'}{/if} +
    {$content}
    + +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}反对 {$hates}{/if} +举报 {$reports} +收藏 {$favorites} +{if $MOD[fee_award]}打赏 {$awards}{/if} +{if $could_comment}评论 {$comments}{/if} + +
    +
    + +
    + +
    +
    +
    + + + + + +{if $content}{/if} + + + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mall/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/mall/these.name.php new file mode 100644 index 0000000..f3bc0df --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mall/these.name.php @@ -0,0 +1,12 @@ + '评价记录', + 'compare' => '商品比较', + 'index' => '首页', + 'list' => '列表页', + 'order' => '交易记录', + 'search' => '搜索页', + 'show' => '内容页', + 'view' => '浏览记录', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mall/view.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mall/view.htm new file mode 100644 index 0000000..447d50b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mall/view.htm @@ -0,0 +1,28 @@ +{template 'header-mall'} +
    + +
    + {if $lists} + {loop $lists $k $tags} +
    删除{view_txt($k)}
    +
    + {loop $tags $i $t} +
    + + +
    + {/loop} +
    + {/loop} + {if $pages}
    {$pages}
    {/if} + {else} +
    您的 浏览历史 还是空的,赶快行动吧!马上去 挑选商品
    + {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/account.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/account.htm new file mode 100644 index 0000000..9feef7a --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/account.htm @@ -0,0 +1,509 @@ +{template 'header', 'member'} +
    {template 'side', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/honor.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/honor.htm new file mode 100644 index 0000000..247aa1c --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/honor.htm @@ -0,0 +1,62 @@ +{template 'header', $template} +
    首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
    +{if $itemid} +
    {$MENU[$menuid][name]}
    +
    +
    {$title}
    +
    上传时间:{timetodate($addtime, 3)}        浏览次数:{$hits}        返回列表
    +
    + + + + + + + + + + + + + +
    发证机构:  {$authority}发证时间 :  {timetodate($fromtime, 3)}
    上传时间 :  {timetodate($addtime, 3)}有效期至 :  {if $totime}{timetodate($totime, 3)}{else}永久{/if}
    +
    + +
    +{if $content} +
    证书介绍
    +
    +
    {$content}
    +
    +{/if} +
    证书图片
    +
    +
    {$title}

    +
    +{else} +
    {$MENU[$menuid][name]}
    +
    +
    + + + + + + + + + {loop $lists $k $v} + + + + + + + + {/loop} +
    证书证书名称发证机构发证日期到期日期
    {$v[title]}{$v[authority]}{timetodate($v[fromtime], 3)}{if $v[totime]}{timetodate($v[totime], 3)}{else}永久{/if}
    +
    +
    {$pages}
    +
    +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/index.htm new file mode 100644 index 0000000..294bcba --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/index.htm @@ -0,0 +1,6 @@ +{template 'header', $template} +
    首页 > 欢迎光临
    +{loop $HMAIN $HM $MAIN} +{template 'main_'.$main_file[$HM], $template} +{/loop} +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/info.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/info.htm new file mode 100644 index 0000000..f4f74ef --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/info.htm @@ -0,0 +1,103 @@ +{template 'header', $template} +
    首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
    +{if $itemid} +
    {$title}
    +
    + + + + + + +
    +
    + {if $video}
    {/if} +
    +
    +
    +
    {loop $albums $k $v}{/loop}
    +
    +
    +
    +
    + + + {if $MOD[hits]} + + + + + {/if} + {if $n1 && $v1} + + + + + {/if} + {if $n2 && $v2} + + + + + {/if} + {if $n3 && $v3} + + + + + {/if} + + + + + + + + + + + + +
    浏览次数:{$hits}
    {$n1}:{$v1}
    {$n2}:{$v2}
    {$n3}:{$v3}
    {$MOD[name]}区域:{area_pos($areaid, '')}
    有效期至:{if $todate}{$todate}{else}长期有效{/if}{if $expired} [已过期]{/if}
    最后更新:{$editdate}
    +
    +
    +
    详细信息
    +
    + {if $CP}{template 'property_show', 'chip'}{/if} +
    {$content}
    +
    + {if $could_comment && in_array($moduleid, explode(',', $EXT['comment_module']))} +
    +
    0条  相关评论
    +
    +
    + {/if} + + {if $video}{/if} + {if $content}{/if} + +{else} +
    {$MENU[$menuid][name]}
    +
    + + + + + + + {loop $lists $k $v} + + + + + + {/loop} +
    图片标 题更新时间
    {$v[title]}
    {$v[introduce]} +
    {timetodate($v[edittime], 3)}
    +
    {$pages}
    +
    +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/introduce.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/introduce.htm new file mode 100644 index 0000000..c35ed5d --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/introduce.htm @@ -0,0 +1,128 @@ +{template 'header', $template} +
    首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
    +{if $itemid} +
    {$title}
    +
    +
    {$content}
    +
    +{else} +
    {$MENU[$menuid][name]}
    +
    +
    + + + + +
    {$content}
    +
    +
    +{if $video} +
    形象视频
    +
    + {load('player.js')} +
    +
    +{/if} + +
    公司档案
    +
    +
    + + + + + + + + + + + + + + + + + + + +
    公司名称:{$COM[company]}公司类型:{$COM[type]} ({$COM[mode]})
    所 在 地:{area_pos($COM[areaid], '/')}公司规模:{$COM[size]}
    注册资本:{if $COM[capital]}{$COM[capital]}万{$COM[regunit]}{else}未填写{/if}注册年份:{$COM[regyear]}
    + + + + + + {if $COM[shop] && $COM[vshop]} + + + + + {/if} + {if $COM[deposit]} + + + + + {/if} + {if $COM[mode]} + + + + + {/if} + {if $COM[business]} + + + + + {/if} + {if $COM[sell]} + + + + + {/if} + {if $COM[buy]} + + + + + {/if} + {if $COM[catid]} + + + + + {/if} +
    资料认证: + {if $COM[vcompany]} {/if} + {if $COM[vtruename]} {/if} + {if $COM[vbank]} {/if} + {if $COM[vmobile]} {/if} + {if $COM[vemail]} {/if} + {if $COM[validated]}  企业资料通过{$COM[validator]}认证{/if} +
    店铺名称:{$COM[shop]}
    保 证 金:已缴纳 {$COM[deposit]} {$DT[money_unit]}
    经营模式:{$COM[mode]}
    经营范围:{$COM[business]}
    销售的产品:{$COM[sell]}
    采购的产品:{$COM[buy]}
    主营行业: + {php $catids = explode(',', substr($COM['catid'], 1, -1));} + + {loop $catids $i $c} + {if $i%3==0}{/if} + + {if $i%3==2}{/if} + {/loop} +
    {cat_pos(get_cat($c), ' / ', '_blank')}
    +
    + {php $itemid = $userid;} +
    +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
    +
    +
    +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/job.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/job.htm new file mode 100644 index 0000000..0dbc803 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/job.htm @@ -0,0 +1,121 @@ +{template 'header', $template} +
    首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
    +{if $itemid} +
    {$MENU[$menuid][name]}
    +
    +
    {$title}
    +
    发布时间:{timetodate($addtime, 3)}{if $MOD[hits]}        浏览次数:{$hits}{/if}        返回列表
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    行业{$CATEGORY[$parentid][catname]}职位{$CATEGORY[$catid][catname]}
    招聘部门{$department}招聘人数{if $total}{$total}人{else}若干{/if}
    工作地区{area_pos($areaid, '')}工作性质{$TYPE[$type]}
    性别要求{$GENDER[$gender]}婚姻要求{$MARRIAGE[$marriage]}
    学历要求{$EDUCATION[$education]}工作经验{if $experience}{$experience}年以上{else}不限{/if}
    招聘人数{if $minage && $maxage}{$minage}-{$maxage}岁{elseif $minage}{$minage}岁以上{elseif $maxage}{$maxage}岁以内{else}不限年龄{/if}待遇水平{if $minsalary && $maxsalary}{$minsalary}-{$maxsalary}{$DT[money_unit]}/月{elseif $minsalary}{$minsalary}{$DT[money_unit]}/月以上{elseif $maxsalary}{$maxsalary}{$DT[money_unit]}/月以内{else}面议{/if}
    更新日期{timetodate($edittime, 3)}有效期至{if $totime}{timetodate($totime, 3)}{else}长期有效{/if}{if $expired}[已过期]{/if}
    +
    +
    +
    职位描述
    +
    + {if $CP}{template 'property_show', 'chip'}{/if} +
    {$content}
    +
    + {if $could_contact} +
    联系方式
    +
    +
    + + + + + + + + + + + + + + {if $mobile} + + + + + {/if} + {if $qq} + + + + + {/if} + {if $wx} + + + + + {/if} +
    联 系 人:{$truename}
    联系电话:{if $domain}{$telephone}{else}{anti_spam($telephone)}{/if}
    电子邮件:{if $domain}{$email}{else}{anti_spam($email)}{/if}
    联系手机:{if $domain}{$mobile}{else}{anti_spam($mobile)}{/if}
    QQ:{$qq}
    微信:{$wx}
    +
    +
    + {/if} + + +{else} +
    {$MENU[$menuid][name]}
    +
    + + {loop $lists $k $v} + + + + + + + {/loop} +
    · {$v[title]}{$v[department]}{if $v[total]}{$v[total]}人{else}若干{/if}{timetodate($v[edittime], 3)}
    +
    {$pages}
    +
    +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/link.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/link.htm new file mode 100644 index 0000000..f0e1f5b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/link.htm @@ -0,0 +1,16 @@ +{template 'header', $template} + +
    {$MENU[$menuid][name]}
    +
    +
    + + {loop $lists $k $v} + {if $k%3==0}{/if} + + {if $k%3==2}{/if} + {/loop} +
    {$v[title]}
    +
    +
    {$pages}
    +
    +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_brand.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_brand.htm new file mode 100644 index 0000000..4a703bc --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_brand.htm @@ -0,0 +1,17 @@ +
    {$main_name[$HM]}
    +
    + + +{loop $tags $i $t} +{if $i%3==0}{/if} + +{if $i%3==2}{/if} +{/loop} +
    +
    + {$t[alt]} + +

    {timetodate($t[edittime], 3)}

    +
    +
    +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_elite.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_elite.htm new file mode 100644 index 0000000..45379d5 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_elite.htm @@ -0,0 +1,21 @@ +
    {$main_name[$HM]}
    +
    + +
    + +{loop $tags $i $t} +{if $i%4==0}{/if} + +{if $i%4==3}{/if} +{/loop} +
    +
    + {$t[alt]} + +

    {timetodate($t[edittime], 3)}

    +
    +
    +
    +
    +{load('marquee.js')} + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_info.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_info.htm new file mode 100644 index 0000000..438bc50 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_info.htm @@ -0,0 +1,19 @@ +
    {$main_name[$HM]}
    +
    + + + {if $tags} + {loop $tags $t} + + + + + {/loop} + {else} + + + + {/if} +
    · {$t[title]}{timetodate($t[edittime], 3)}
    暂无信息
    + +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_introduce.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_introduce.htm new file mode 100644 index 0000000..5ec1ef7 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_introduce.htm @@ -0,0 +1,12 @@ +
    {$main_name[$HM]}
    +
    +
    + {if $video} + {load('player.js')} +
    + {else} + + {/if} + {$COM[intro]} [详细介绍] +
    +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_mall.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_mall.htm new file mode 100644 index 0000000..475ab72 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_mall.htm @@ -0,0 +1,17 @@ +
    {$main_name[$HM]}
    +
    + + +{loop $tags $i $t} +{if $i%4==0}{/if} + +{if $i%4==3}{/if} +{/loop} +
    +
    + {$t[alt]} + + {$DT[money_sign]}{$t[price]} +
    +
    +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_photo.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_photo.htm new file mode 100644 index 0000000..b8586f9 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_photo.htm @@ -0,0 +1,18 @@ +
    {$main_name[$HM]}
    +
    + + +{loop $tags $i $t} +{if $i%4==0}{/if} + +{if $i%4==3}{/if} +{/loop} +
    +
    + {$t[alt]} + +

    {$t[items]}图{if $t[open]<3} {/if}

    +

    {timetodate($t[addtime], 3)}

    +
    +
    +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_sell.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_sell.htm new file mode 100644 index 0000000..224bd74 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_sell.htm @@ -0,0 +1,17 @@ +
    {$main_name[$HM]}
    +
    + + +{loop $tags $i $t} +{if $i%4==0}{/if} + +{if $i%4==3}{/if} +{/loop} +
    +
    + {$t[alt]} + +

    {timetodate($t[edittime], 3)}

    +
    +
    +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_video.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_video.htm new file mode 100644 index 0000000..223b4cb --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/main_video.htm @@ -0,0 +1,18 @@ +
    {$main_name[$HM]}
    +
    + + +{loop $tags $i $t} +{if $i%4==0}{/if} + +{if $i%4==3}{/if} +{/loop} +
    +
    + {$t[alt]} + +

    {$t[hits]}播放

    +

    {timetodate($t[addtime], 3)}

    +
    +
    +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/mall.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/mall.htm new file mode 100644 index 0000000..acd52a7 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/mall.htm @@ -0,0 +1,252 @@ +{template 'header', $template} +
    首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
    +{if $itemid} +{load('mall.css')} +
    {$title}
    +
    + + + + + + +
    +
    + {if $video}
    {/if} +
    +
    +
    +
    {loop $albums $k $v}{/loop}
    +
    +
    +
    +
    + +

    {$title}

    + {if $subtitle} +
    {$subtitle}
    + {/if} + + + + + + {if $a2} + + + + + {/if} + {if $promos} + + + + + {/if} + {if $express_name_1 == '包邮'} + + + + + {elseif $fee_start_1>0 || $fee_start_2>0 || $fee_start_3>0} + + + + + {/if} + {if $cod} + + + + + {/if} + + + + + {if $MOD[hits]} + + + + + {/if} + {if $RL} + + + + + {/if} + {if $P1} + + + + + {/if} + {if $P2} + + + + + {/if} + {if $P3} + + + + + {/if} + {if $amount>0} + {if $status == 3} + + + + + + + + + {else} + + + + + {/if} + {else} + + + + + {/if} +
    价格{$DT[money_sign]}{$price}
    混批{$a1}-{$a2}{$unit} {$DT[money_sign]}{$p1}{if $a3}; {$a2+1}-{$a3}{$unit} {$DT[money_sign]}{$p2}; {$a3}{$unit}以上 {$DT[money_sign]}{$p3}{else}; {$a2+1}{$unit}以上 {$DT[money_sign]}{$p2}{/if}
    优惠 + + {loop $promos $v} + {if $v[cost]} + 满{$v[cost]}减{$v[price]} + {else} + {$v[price]}{$DT[money_unit]}优惠 + {/if} + {/loop} + +
    运费 + {if $fee_start_1>0} + {if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} + {if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} + 满{$fee_start_1}包邮 + {else} + 包邮 + {/if} +
    运费 + {if $fee_start_1>0} {$express_name_1}:{$fee_start_1}  {/if} + {if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} + {if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +
    到付支持货到付款
    评价已有 {$comments} 条评价
    人气已有 {$hits} 人关注
    {$relate_name} + {loop $RL $v} + + {/loop} +
    {$n1} +
      + {loop $P1 $i $v} +
    • {$v}
    • + {/loop} +
    +
    {$n2} +
      + {loop $P2 $i $v} +
    • {$v}
    • + {/loop} +
    +
    {$n3} +
      + {loop $P3 $i $v} +
    • {$v}
    • + {/loop} +
    +
    数量
    +-
    库存{$amount}{$unit}
    + + +
    该商品已下架
    该商品库存不足
    +
    +
    +
    详细信息
    +
    + {if $CP}{template 'property_show', 'chip'}{/if} +
    {$content}
    +
    + + {if $video}{/if} + {if $content}{/if} + + + + +{else} +
    +
    + +{if $view} +以橱窗方式浏览 | 以目录方式浏览 +{else} +以橱窗方式浏览 | 以目录方式浏览 +{/if} + +商品列表 +
    +
    +
    +{if $view} + + + + + + + {loop $lists $k $v} + + + + + + {/loop} +
    图片标 题更新时间
    {$v[title]}
    + 价格:{$DT[money_sign]}{$v[price]}
    + 品牌:{$v[brand]} 销量:{$v[orders]} 评论:{$v[comments]} +
    {timetodate($v[edittime], 3)}
    +{else} + + {loop $lists $k $v} + {if $k%4==0}{/if} + + {if $k%4==3}{/if} + {/loop} +
    +
    + {$v[alt]} + + {$DT[money_sign]}{$v[price]} +
    +
    +{/if} +
    {$pages}
    +
    + +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/message.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/message.htm new file mode 100644 index 0000000..122e43f --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/message.htm @@ -0,0 +1,150 @@ + + + + +Send_Message + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $DT[im_qq]} + + + + +{/if} +{if $DT[im_wx]} + + + + +{/if} +{if $DT[im_ali]} + + + + +{/if} +{if $DT[im_skype]} + + + + +{/if} + + + + + + + + +
    主题 *
    内容 * +
    公司名
    联系人 *
    联系电话 *
    电子邮箱
    QQ
    微信
    阿里旺旺
    Skype
    验证码 {template 'captcha', 'chip'}
    +  + +
    +
    + + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/news.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/news.htm new file mode 100644 index 0000000..9baa452 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/news.htm @@ -0,0 +1,29 @@ +{template 'header', $template} +
    首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
    +
    {$MENU[$menuid][name]}
    +
    +{if $itemid} +
    {$title}
    +
    发布时间:{timetodate($addtime, 3)}        浏览次数:{$hits}        返回列表
    +
    {$content}
    + + +{else} + + {loop $lists $v} + + + + + {/loop} +
    · {$v[title]}{timetodate($v[addtime], 3)}
    +
    {$pages}
    +{/if} +
    + +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/photo.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/photo.htm new file mode 100644 index 0000000..7955f44 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/photo.htm @@ -0,0 +1,155 @@ +{template 'header', $template} +
    首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
    +
    {$MENU[$menuid][name]}
    +
    +{if $itemid} + {if $pass} + + {if $view} + + + + +
    + +
    +
    +

    {$title}

    + 日期:{$adddate}    + {if $MOD[hits]}点击:{$hits}   {/if} + 图片:{$items}    + 返回大图 +
    +
    +
    + + {loop $T $i $t} + {if $i%5==0}{/if} + + {if $i%5==4}{/if} + {/loop} +
    + {$t[introduce]} +
    ({$t[number]}) {$t[title]}
    +
    +
    +
    + {if $pages}
    {$pages}
    {/if} +
    + {else} + + + + + +
    + +
    +
    {$page} / {$items}
    +
    +

    {$title}

    + 日期:{$adddate}    + {if $MOD[hits]}点击:{$hits}   {/if} + 查看原图    + 全部图片 +
    +
    +
    +
    +
    +
    +
    + {if $P[introduce]}
    {nl2br($P[introduce])}
    {/if} +
    +
    +


    + « 上一张 +

    +
    + {loop $S $k $v} + + {/loop} +
    +

    + 下一张 » +

    +
    + +
    详细信息
    +
    + {if $CP}{template 'property_show', 'chip'}{/if} +
    {$content}
    +
    + {if $could_comment && in_array($moduleid, explode(',', $EXT['comment_module']))} +
    +
    0条  相关评论
    +
    +
    + {/if} + + {/if} + {else} +



    +
    + + + + + + + + {if $open == 2} + + + + {elseif $open == 1} + + + + {/if} + + + + + + +
    请输入访问密码
    请回答,{$question}?
      {$error}
    +
    +




    + {/if} +{else} + + {loop $lists $k $v} + {if $k%4==0}{/if} + + {if $k%4==3}{/if} + {/loop} +
    +
    + {$v[alt]} + +

    {$v[items]}图{if $v[open]<3} {/if}

    +

    {timetodate($v[addtime], 3)}

    +
    +
    +
    {$pages}
    +{/if} + +{if $itemid}{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/sell.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/sell.htm new file mode 100644 index 0000000..734c3ae --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/sell.htm @@ -0,0 +1,173 @@ +{template 'header', $template} +
    首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
    +{if $itemid} +
    {$title}
    +
    + + + + + + +
    +
    + {if $video}
    {/if} +
    +
    +
    +
    {loop $albums $k $v}{/loop}
    +
    +
    +
    +
    + + + {if $MOD[hits]} + + + + + {/if} + {if $brand} + + + + + {/if} + {if $n1 && $v1} + + + + + {/if} + {if $n2 && $v2} + + + + + {/if} + {if $n3 && $v3} + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + + + + + {if $username && !$expired} + + + + + {/if} +
    产品:浏览次数:{$hits}{$title} 
    品牌:{$brand}
    {$n1}:{$v1}
    {$n2}:{$v2}
    {$n3}:{$v3}
    单价:{if $price>0}{$price}{$DT[money_unit]}/{$unit}{else}面议{/if}
    最小起订量:{if $minamount}{$minamount} {$unit}{/if}
    供货总量:{if $amount>0}{$amount} {$unit}{/if}
    发货期限:自买家付款之日起 {if $days}{$days}{/if} 天内发货
    有效期至:{if $todate}{$todate}{else}长期有效{/if}{if $expired} [已过期]{/if}
    最后更新:{$editdate}
      + {if SELL_ORDER && $price>0 && $minamount>0 && $amount>0 && $unit} + + + {else} + + {/if} +
    + +
    +
    + +
    详细信息
    +
    + {if $CP}{template 'property_show', 'chip'}{/if} +
    {$content}
    +
    + {if $could_inquiry} +
    询价单
    +
    + {/if} + {if $could_comment && in_array($moduleid, explode(',', $EXT['comment_module']))} +
    +
    0条  相关评论
    +
    +
    + {/if} + + {if $video}{/if} + {if $content}{/if} + +{else} +
    +
    + +{if $view} +以橱窗方式浏览 | 以目录方式浏览 +{else} +以橱窗方式浏览 | 以目录方式浏览 +{/if} + +{$MENU[$menuid][name]} +
    +
    +
    + {if $view} + + + + + + + {loop $lists $k $v} + + + + + + {/loop} +
    图片标 题更新时间
    {$v[title]}
    {$v[introduce]} +
    {timetodate($v[edittime], 3)}
    + {else} + + {loop $lists $k $v} + {if $k%4==0}{/if} + + {if $k%4==3}{/if} + {/loop} +
    +
    + {$v[alt]} + +

    {timetodate($v[edittime], 3)}

    +
    +
    + {/if} +
    {$pages}
    +
    + +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side.htm new file mode 100644 index 0000000..fb9f230 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side.htm @@ -0,0 +1,4 @@ +{template 'side_page', $template} +{loop $HSIDE $HS $SIDE} +{template 'side_'.$side_file[$HS], $template} +{/loop} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_announce.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_announce.htm new file mode 100644 index 0000000..c206bf3 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_announce.htm @@ -0,0 +1,8 @@ +{if $announce} +
    {$side_name[$HS]}
    +
    +
    +{$announce} +
    +
    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_contact.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_contact.htm new file mode 100644 index 0000000..9d5f2d6 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_contact.htm @@ -0,0 +1,20 @@ +{if $file != 'contact' && $could_contact} +
    {$side_name[$HS]}
    +
    +
      +
    • 联系人:{$COM[truename]}
    • +{if $COM[telephone]} +
    • 电话:{$COM[telephone]}
    • +{/if} +{if $COM[mail]} +
    • 邮件:{$COM[mail]}
    • +{/if} +{if $COM[mobile] && $DT[im_mob]} +
    • 手机:{$COM[mobile]}
    • +{/if} +{if $COM[fax]} +
    • 传真:{$COM[fax]}
    • +{/if} +
    +
    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_honor.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_honor.htm new file mode 100644 index 0000000..d89e364 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_honor.htm @@ -0,0 +1,15 @@ +{if $file != 'honor'} +
    {$side_name[$HS]}
    +
    + +
      +{if $tags} +{loop $tags $t} +
    • {$t[title]}
    • +{/loop} +{else} +
    • 暂未上传
    • +{/if} +
    +
    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_link.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_link.htm new file mode 100644 index 0000000..1d6a59c --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_link.htm @@ -0,0 +1,15 @@ +{if $file != 'link'} +
    {$side_name[$HS]}
    +
    + +
      +{if $tags} +{loop $tags $t} +
    • {$t[title]}
    • +{/loop} +{else} +
    • 暂无链接
    • +{/if} +
    +
    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_news.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_news.htm new file mode 100644 index 0000000..6ce1281 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_news.htm @@ -0,0 +1,15 @@ +{if $file != 'news'} +
    {$side_name[$HS]}
    +
    + +
      +{if $tags} +{loop $tags $t} +
    • {$t[title]}
    • +{/loop} +{else} +
    • 暂无新闻
    • +{/if} +
    +
    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_page.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_page.htm new file mode 100644 index 0000000..7588a4c --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_page.htm @@ -0,0 +1,12 @@ +{if $file == 'introduce'} +
    {$MENU[$menuid][name]}
    +
    + +
    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_search.htm new file mode 100644 index 0000000..8395154 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_search.htm @@ -0,0 +1,16 @@ +
    {$side_name[$HS]}
    +
    +
    + + + +
    +  + +
    +
    +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_type.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_type.htm new file mode 100644 index 0000000..58824aa --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/side_type.htm @@ -0,0 +1,35 @@ + +
    {$_name}
    +
    + +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/these.name.php new file mode 100644 index 0000000..af88958 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/these.name.php @@ -0,0 +1,39 @@ + '品牌展示', + 'buy' => '采购清单', + 'contact' => '联系方式', + 'credit' => '诚信档案', + 'footer' => '公共页脚', + 'header' => '公共页头', + 'honor' => '荣誉资质', + 'index' => '公司首页', + 'info' => '招商代理', + 'introduce' => '公司介绍', + 'job' => '人才招聘', + 'link' => '友情链接', + 'main_brand' => '首页品牌展示', + 'main_elite' => '首页产品推荐', + 'main_info' => '首页招商代理', + 'main_introduce' => '首页公司介绍', + 'main_mall' => '首页商品展示', + 'main_photo' => '首页公司相册', + 'main_sell' => '首页最新供应', + 'main_video' => '首页公司视频', + 'mall' => '商城', + 'message' => '留言询价', + 'news' => '公司新闻', + 'photo' => '公司相册', + 'sell' => '供应产品', + 'side' => '侧栏', + 'side_announce' => '侧栏网站公告', + 'side_contact' => '侧栏联系方式', + 'side_honor' => '侧栏荣誉资质', + 'side_link' => '侧栏友情链接', + 'side_news' => '侧栏新闻中心', + 'side_page' => '侧栏单页', + 'side_search' => '侧栏站内搜索', + 'side_type' => '侧栏产品分类', + 'video' => '公司视频', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/homepage/video.htm b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/video.htm new file mode 100644 index 0000000..13ca23a --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/homepage/video.htm @@ -0,0 +1,57 @@ +{template 'header', $template} +
    首页 > {$MENU[$menuid][name]}{if $itemid} > {$title}{/if}
    +
    {$MENU[$menuid][name]}
    +
    +{if $itemid} +
    {$title}
    +
    上传日期:{$adddate}{if $MOD[hits]}        播放次数:{$hits}{/if}        返回列表
    +
    {$player}
    +
    + {if $content} +
    详细信息
    +
    + {if $CP}{template 'property_show', 'chip'}{/if} +
    {$content}
    +
    + + + {/if} + {if $could_comment && in_array($moduleid, explode(',', $EXT['comment_module']))} +
    +
    0条  相关评论
    +
    +
    + {/if} +{else} + + {loop $lists $k $v} + {if $k%4==0}{/if} + + {if $k%4==3}{/if} + {/loop} +
    +
    + {$v[alt]} + + {if $MOD[hits]}

    {$v[hits]}播放

    {/if} +

    {timetodate($v[addtime], 3)}

    +
    +
    +
    {$pages}
    +{/if} + +{if $itemid && $video_i} + + +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/index.htm new file mode 100644 index 0000000..e1663b0 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/index.htm @@ -0,0 +1,203 @@ +{template 'header-index'} +
    +
    +
    + + + +
    +
    +
    +
  • 平台公告
  • +
  • 供应动态
  • +
  • 热门资讯
  • +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + +
    +
      + +{loop $tags $i $t} +
    • +{/loop} +
    +
    +
    +
    +
    +
    精品企业战略合作伙伴 让采购更安心
    + +
    + +{php $mid=5} +{php $maincat = get_maincat(0,$mid);} +{loop $maincat $i $c} +{if $i < 5} +
    +
    +
    {if $i < 50}{/if}F{$c[catname]} +
    +{php $chlid = get_maincat($c[catid],$mid);} +{loop $chlid $i0 $c0} +{if $i0 < 6} +{$c0[catname]} +{/if} +{/loop} +查看更多分类 +
    +
    +
    + +
    +
    + +
    +
    +{/if} +{/loop} + + +
    +
    +{php $mid=21} +{php $maincat = get_maincat(0,$mid);} +{loop $maincat $i $c} +{if $i < 6} + +{/if} +{/loop} + +{php $mid=23} +{php $maincat = get_maincat(0,$mid);} +{loop $maincat $i $c} +{if $i < 6} + +{/if} +{/loop} + +
    + + + +
    +
    + +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/index.html b/template/m15dt8h3jk4j34l1kl4232l12l/index.html new file mode 100644 index 0000000..c1e1f00 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/info/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/info/index.htm new file mode 100644 index 0000000..2a2ee9b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/info/index.htm @@ -0,0 +1,53 @@ +{template 'header'} +
    +
    +
    +
    +
    {$MOD[name]}分类
    +
    + {php $child = get_maincat(0, 22, 1);} + {loop $child $i $c}{set_style($c[catname],$c[style])} + {/loop} +
    +
    + +
    +
    {$MOD[name]}分布所在地
    +
    + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} + {$v[areaname]} + {/loop}
    +
    +
    +
    +

    推荐供应商

    + + + 点击查看更多 +
    +
    +
    + +
    +

    最新{$MOD[name]}

    + + +
    +
    +
    + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/info/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/info/list.htm new file mode 100644 index 0000000..9a935c5 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/info/list.htm @@ -0,0 +1,41 @@ +{template 'header'} +
    + +
    +
    +
    +
    +
    行业
    +
    + +
    +
    +
    +
    地区
    +
    +
      + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
    • {$v[areaname]}
    • + {/loop} +
    +
    +
    + {if $CP}{template 'property_list', 'chip'}{/if} + {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
    +
    + +
    搜索排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/info/message.htm b/template/m15dt8h3jk4j34l1kl4232l12l/info/message.htm new file mode 100644 index 0000000..748bc12 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/info/message.htm @@ -0,0 +1,202 @@ +{template 'header'} +
    + +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + {if $_userid} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {else} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + {/if} + {if $need_question} + + + + + {/if} + {if $need_captcha} + + + + + {/if} + {if $_userid && $DT[sms]} + + + + + {/if} + + + + +
    * 留言主题
    快捷提问 + + (不用打字 “快捷提问”帮您忙!) +
    * 主要内容
    +
    回复日期{dcalendar('date', $date)} 之前
    联系方式修改
    公司{$company}
    姓名{$truename}
    电话{$telephone}
    邮件{$email}
    QQ{$qq}
    微信{$wx}
    阿里旺旺{$ali}
    联系方式还不是会员?请 注册 或 请留下您的联系方式  已经是会员?请 登录
    公司
    * 姓名
    * 电话
    邮件
    QQ
    微信
    阿里旺旺
    Skype
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
    短信通知 发送短信通知至接收人手机 (我的可用短信 {$_sms})
    +   + {if $MG[message_limit]} +   今日可发 {$MG[message_limit]} 次 +   当前已发 {$limit_used} 次 +   还可以发 {$limit_free} 次 + {/if} +
    +
    +
    +
    +{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/info/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/info/search.htm new file mode 100644 index 0000000..5238ba2 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/info/search.htm @@ -0,0 +1,86 @@ +{template 'header'} + +
    +
    +
    +
    关键词
    +
    +   + {loop $sfields $k $v} +   + {/loop} +
    +
    +
    +
    +
    分类
    +
    + {$category_select} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} +
    +
    +
    +
    +
    地区
    +
    + {$area_select} + 排序 + {$order_select} +
    +
    +
    + {if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} + {template 'list-'.$module, 'tag'} + {else} + {template 'empty', 'chip'} + {/if} +
    +
    +
    + {if $kw} +
    相关搜索
    +
    +
      + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
    • {$mod[name]} 找 {$kw}
    • {/if}{/loop} +
    +
    + + {/if} + +
    今日排行
    +
    + +
    +
    本周排行
    +
    + +
    +
    本月排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/info/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/info/show.htm new file mode 100644 index 0000000..07f60d4 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/info/show.htm @@ -0,0 +1,62 @@ +{template 'header'} + +
    + +
    +
    +
    +

    {$title}

    + +
    + + {if $t[catname]}{$t[catname]}{/if}{cat_pos($CAT, '')}/ + + {area_pos($areaid, '')}/ + + + {$hits} +
    + + + +
    +
    + {$editdate} + 招商发布时间 +
    +
    + {if $todate}{$todate}{else}长期有效{/if}{if $expired} [已过期]{/if} + 招商截止时间 +
    + + + +
    + +
    {$content}
    +
    +
    +
    +
    {template 'contact', 'chip'}
    +
    + +{if $MOD[page_srelate]} +
    +
    该企业最新{$MOD[name]}
    + +
    +{/if} +
    + + +
    + +
    + +{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/info/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/info/these.name.php new file mode 100644 index 0000000..7692625 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/info/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'message' => '留言页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/job/apply.htm b/template/m15dt8h3jk4j34l1kl4232l12l/job/apply.htm new file mode 100644 index 0000000..55b4aab --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/job/apply.htm @@ -0,0 +1,23 @@ +{template 'header'} +
    + +
    + + + + + + + + + + +
    选择简历 + {loop $lists $k $v} +
    + + {/loop} +
      
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/job/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/job/index.htm new file mode 100644 index 0000000..ce4e345 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/job/index.htm @@ -0,0 +1,76 @@ +{template 'header'} +
    +
    +
    +
      +{php $mid=$moduleid} +{php $maincat = get_maincat(0,$mid);$cols=7} +{loop $maincat $i $c} +{if $i < $cols} +
    • {$c[catname]}
    • +{/if} +{/loop} +
    +
    +
    + +
    +{ad(220)} +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    推荐招聘更多 >
    +
    + +
    +
    +最新招聘 +更多 > +
    +
    +
    +
    +
    +
    按地区浏览
    +
    +{php $mainarea = get_mainarea(0)} + +
    +
    +
    + +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/job/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/job/list.htm new file mode 100644 index 0000000..9a935c5 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/job/list.htm @@ -0,0 +1,41 @@ +{template 'header'} +
    + +
    +
    +
    +
    +
    行业
    +
    + +
    +
    +
    +
    地区
    +
    +
      + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
    • {$v[areaname]}
    • + {/loop} +
    +
    +
    + {if $CP}{template 'property_list', 'chip'}{/if} + {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
    +
    + +
    搜索排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/job/print.htm b/template/m15dt8h3jk4j34l1kl4232l12l/job/print.htm new file mode 100644 index 0000000..e539374 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/job/print.htm @@ -0,0 +1,130 @@ + + + + +打印简历 + + + + +
    +

    {$truename}个人简历

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    姓      名
    {$truename}
    性      别
    {if $gender == 1}男{else}女{/if}
    免冠照片
    生      日{$birthday}婚姻状况{if $marriage == 2}已婚{else}未婚{/if}
    身      高{$height} cm体      重{$weight} kg
    居 住 地{area_pos($areaid, '')}学      历{$EDUCATION[$education]}
    毕业院校{$school}专      业{$major}
    工作性质{$TYPE[$type]}工作经验{if $experience}{$experience}年{else}无{/if}
    行业意向{$CATEGORY[$parentid][catname]}职位意向{$CATEGORY[$catid][catname]}
    专业技能{$skill}语言水平{$language}
    期望薪资 +{if $minsalary && $maxsalary} + {$minsalary}-{$maxsalary}{$DT[money_unit]}/月 +{elseif $minsalary} + {$minsalary}{$DT[money_unit]}/月以上 +{elseif $maxsalary} + {$maxsalary}{$DT[money_unit]}/月以内 +{else} + 面议 +{/if} +求职状态{$SITUATION[$situation]}
        联系方式
    联系手机{$mobile}电子邮件{$email}
    联系电话{$telephone}联系地址{$address}
    QQ{$qq}微信{$wx}
        自我鉴定
    {$content}
    +
    +

    简历来源:{$DT[sitename]}({$linkurl})
    + +
    +
    + + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/job/resume.htm b/template/m15dt8h3jk4j34l1kl4232l12l/job/resume.htm new file mode 100644 index 0000000..edd55b8 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/job/resume.htm @@ -0,0 +1,96 @@ +{template 'header'} +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {$truename}个人简历
    姓      名{$truename}性      别{if $gender == 1}男{else}女{/if}
    生      日{$birthday}婚姻状况{if $marriage == 2}已婚{else}未婚{/if}
    身      高{$height} cm体      重{$weight} kg
    居 住 地{area_pos($areaid, '')}学      历{$EDUCATION[$education]}
    毕业院校{$school}专      业{$major}
    工作性质{$TYPE[$type]}工作经验{if $experience}{$experience}年{else}无{/if}
    行业意向{$CATEGORY[$parentid][catname]}职位意向{$CATEGORY[$catid][catname]}
    专业技能{$skill}语言水平{$language}
    期望薪资 + {if $minsalary && $maxsalary} + {$minsalary}-{$maxsalary}{$DT[money_unit]}/月 + {elseif $minsalary} + {$minsalary}{$DT[money_unit]}/月以上 + {elseif $maxsalary} + {$maxsalary}{$DT[money_unit]}/月以内 + {else} + 面议 + {/if} + 求职状态{$SITUATION[$situation]}
      自我鉴定
    {$content}
      联系方式
    + {template 'content', 'chip'} +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/job/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/job/search.htm new file mode 100644 index 0000000..18bbc03 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/job/search.htm @@ -0,0 +1,149 @@ +{template 'header'} + + +
    +
    +
    +
    +
    关键词
    +
    +   + 推荐   + {VIP}   +
    +
    +
    +
    行业
    +
    +{$category_select} +地区 +{$area_select} +日期 +{dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} +
    +
    +
    +
    待遇
    +
    + ~   +   +   +   +   + +
    +
    +{if $CP}{template 'property_search', 'chip'}{/if} +
    +
    + + +
    +
    +
    +{if $page==1 && $kw} +{ad($moduleid,$catid,$kw,6)} +{load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} +{/if} +{if $tags} +{loop $tags $k $t} +
    + + + + + + + + + + + +

    {if $t[vip]}{VIP}{/if}{$t[title]}

    {$t[company]}
    {$CATEGORY[$t[parentid]][catname]} +{if $t[minsalary] && $t[maxsalary]} +{$t[minsalary]}-{$t[maxsalary]}{$DT[money_unit]}/月 +{elseif $t[minsalary]} +{$t[minsalary]}{$DT[money_unit]}/月以上 +{elseif $t[maxsalary]} +{$t[maxsalary]}{$DT[money_unit]}/月以内 +{else} +面议 +{/if} +{area_pos($t[areaid], '')} +{if $t[minage] && $t[maxage]} +{$t[minage]}-{$t[maxage]}岁 +{elseif $t[minage]} +{$t[minage]}岁以上 +{elseif $t[maxage]} +{$t[maxage]}岁以内 +{else} +不限年龄 +{/if} +{if $t[total]}{$t[total]}人{else}若干{/if}{timetodate($t[edittime], 5)}
    +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{else} +{template 'empty', 'chip'} +{/if} +
    +
    +{if $kw} +
    相关搜索
    +
    + +
    + +{if $_username} + +{/if} +{/if} +
    今日排行
    +
    + +
    +
    本周排行
    +
    + +
    +
    本月排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/job/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/job/show.htm new file mode 100644 index 0000000..36eff64 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/job/show.htm @@ -0,0 +1,96 @@ +{template 'header'} + +
    + +
    +
    +
    +

    {$title}

    +
    放大字体  缩小字体 + {$adddate} + {if $MOD[hits]}{$hits}{/if} +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    行业{$CATEGORY[$parentid][catname]}职位{$CATEGORY[$catid][catname]}
    招聘部门{$department}招聘人数{if $total}{$total}人{else}若干{/if}
    工作地区{area_pos($areaid, '')}工作性质{$TYPE[$type]}
    性别要求{$GENDER[$gender]}婚姻要求{$MARRIAGE[$marriage]}
    学历要求{$EDUCATION[$education]}工作经验{if $experience}{$experience}年以上{else}不限{/if}
    年龄要求{if $minage && $maxage}{$minage}-{$maxage}岁{elseif $minage}{$minage}岁以上{elseif $maxage}{$maxage}岁以内{else}不限年龄{/if}待遇水平{if $minsalary && $maxsalary}{$minsalary}-{$maxsalary}{$DT[money_unit]}/月{elseif $minsalary}{$minsalary}{$DT[money_unit]}/月以上{elseif $maxsalary}{$maxsalary}{$DT[money_unit]}/月以内{else}面议{/if}
    更新日期{$editdate}有效期至{$todate}{if $expired}[已过期]{/if}
    +
    + {if $content} +
    职位描述
    + {if $CP}{template 'property_show', 'chip'}{/if} +
    {$content}
    + {/if} + +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
    + + {if $username} +
    + {/if} + {if $com_intro} +
    更多>公司介绍
    +
    {$com_intro}
    + {/if} +
    +
    +
    联系方式
    +
    {template 'contact', 'chip'}
    + {if $username} +
    该企业其他招聘
    +
    + +
    + {/if} +
    +
    +
    +{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/job/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/job/these.name.php new file mode 100644 index 0000000..426e9fd --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/job/these.name.php @@ -0,0 +1,11 @@ + '职位申请', + 'index' => '首页', + 'list' => '列表页', + 'print' => '打印简历', + 'resume' => '默认简历', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/know/answer.htm b/template/m15dt8h3jk4j34l1kl4232l12l/know/answer.htm new file mode 100644 index 0000000..5f22d04 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/know/answer.htm @@ -0,0 +1,337 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{$DT[sitename]}{/if} + + + + + + + + + + + + + + + + + + +
    +{if $action == 'vote_show'} +
    +
    +
    投票结果
    + + + + + + + + {loop $votes $v} + + + + + + + {/loop} +
    回答者票数 比例
    + {if $v[hidden]} + 匿名 + {else} + {if $v[username]} + {$v[passport]} + {else} + 游客 + {/if} + {/if} + {$v[vote]}
    {$v[precent]}
    +
    +
    +
    +
    +{else} + {if $could_admin && $item[process]==1} +
    +
    +
    处理提问
    +
    +
    如果已获得满意的回答,请及时采纳,感谢回答者。若还没有满意的回答,可以尝试以下操作:
    + {if $items>1} +
    举行投票 - 不知道哪个回答最好,让网友投票来选出最佳答案;
    + {/if} +
    补充问题 - 补充提问细节,以得到更准确的答案;
    + + {if $item[raise] < $MOD[maxraise]} +
    提高悬赏 - 提高悬赏,以提高问题的关注度;
    + + {/if} +
    关闭问题 - 没有满意的回答 ,可以直接结束提问,关闭问题;
    +
    +
    +
    + {/if} + {if $answers} +
    + {loop $answers $k $v} + {if $k==count($answers)-1}{/if} +
    +
    +
    + + + + + +
    +
      + {if $v[hidden]} +
    • 匿名
    • +
    • + {else} +
    • + {if $v[username]} + {$v[passport]} + {else} + 游客 + {/if} +
    • +
    • + {if $v[username] && $DT[im_web]}
    • {im_web($v[username], 1)}
    • {/if} + {/if} + {if $v[expert]}
    • 知道专家
    • {/if} +
    • +
    +
    +
    + + {if $could_admin && $item[process] == 1} + 采纳为答案   + {/if} + {if $item[process] == 2} + {if $could_admin} + 移除选项   + {/if} + {if !$could_vote || $could_admin} + 投票结果   + {/if} + {if $could_vote} + 投一票   + {/if} + {/if} + + {timetodate($v[addtime], 5)} +
    +
    {$v[content]}
    +
    +
    +
    + {/loop} + {if $pages}
    {$pages}
    {/if} +
    + {/if} + {if $could_admin && $item[process]==1} +
    + +
    + {/if} + {if $could_answer} +
    +
    +
    我来回答
    +
    + + + + + + + + + + + + {if $_userid} + + + + + {/if} + {if $need_question} + + + + + {/if} + {if $need_captcha} + + + + + {/if} + + + + + {if !$_userid} + + + + + {/if} +
    答案内容: + + +
    参考资料:
    匿名设定: 如果不需要显示您的信息,您可以对回答设定匿名
    * 验证问题:{template 'question', 'chip'}
    * 验证码:{template 'captcha', 'chip'}
    +    + {$DT[credit_name]}规则 +
    + 登录后回答可以获得{$DT[credit_name]}奖励,并可以查看和管理所有的回答。登录 | 注册
    +
    +
    +
    +
    + {/if} +{/if} +
    + + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/know/expert.htm b/template/m15dt8h3jk4j34l1kl4232l12l/know/expert.htm new file mode 100644 index 0000000..62b7238 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/know/expert.htm @@ -0,0 +1,67 @@ +{template 'header'} +
    + +
    + +
    + {if $itemid} + + + + + + + + + + + + + + + + + + + + +
    + + {if $DT[im_web]}{im_web($username, 1)}{/if} + 姓名{$title} ({$passport})被提问{$ask}
    人气{$hits}被采纳{$best}
    回答{$answer}采纳率{$rate}
    +
    {if $major}擅长领域:{$major}
    {/if}{$content}
    +
    TA的回答
    +
    + {else} + {if $lists} + + + + + + + + + + {if $DT[im_web]}{/if} + + + {loop $lists $v} + + + + + + + + + {if $DT[im_web]}{/if} + + + {/loop} +
    头像姓名擅长领域人气被提问回答被采纳交谈提问
    {$v[title]}{$v[major]}{$v[hits]}{$v[ask]}{$v[answer]}{$v[best]}{im_web($v[username])}提问
    + {/if} + {if $pages}
    {$pages}
    {/if} + {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/know/faq.htm b/template/m15dt8h3jk4j34l1kl4232l12l/know/faq.htm new file mode 100644 index 0000000..036fc44 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/know/faq.htm @@ -0,0 +1,95 @@ +{template 'header'} +
    + +
    +
    + + + + + + + +
    “{$MOD[name]}”礼仪
    +
    + 1、标题要正确
    + 在提问或答复的时候不要写无意义或模糊的题目,为了别人解答时理解的方便请正确书写标题。
    + 2、对问题进行具体的说明
    + 在提问或答复的时候,内容要具体详细地书写。问题内容越详细别人的答复也就越正确,答复越详细也就越让人容易理解。
    + 3、检查问题是否重复
    + 在提问之前,请先对问题进行搜索,或者在提问的时候,先关注一下提问页面右侧的“相关问题”列表,其中是否已经有过得到解决的类似问题。在确认没有令您满意的答案后再提问。
    + 4、检查问题的分类是否正确
    + 提交问题之前请确认问题的分类是否正确,提问的正确归类可以让你更快地得到满意的回答。
    + 5、及时处理问题
    + 在提问后的{$MOD[overdays]}天之内,如果有满意的答复一定要作出选择,以免伤害热心回答的网友。如果有答案而过期不对问题进行处理,我们将扣除您{$MOD[credit_deal]}分的{$DT[credit_name]}以示惩戒。
    + 6、学会表示感谢
    + 对所有解答自己问题的会员表示感谢。选出最佳答案后也请给予回答者一些友好的评价,尊重他人的劳动成果。
    + 7、互相尊重
    + 提问者提问时的语气请尽量友好,避免给他人以责问、逼问的不良感受。回答者在答复时候也不要小看或嘲笑提问者,要有诚意地解答,正确地书写。
    +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    {$DT[credit_name]}增加
    操作增加值说明
    提交回答+{$MOD[credit_answer]}每日最多可获得{$MOD[credit_maxanswer]}分
    回答被采纳为最佳答案+{$MOD[credit_best]} +悬赏分回答被提问者采纳为最佳答案,或者通过投票被选为最佳答案,回答者可获得系统自动赠送的{$MOD[credit_best]}分+提问者设置的悬赏分
    参与投票+{$MOD[credit_vote]}每日最多可获得{$MOD[credit_maxvote]}分
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {$DT[credit_name]}扣除
    操作增加值说明
    悬赏付出-悬赏分提问用户设置悬赏、追加悬赏,扣除相应{$DT[credit_name]}
    匿名提问-{$MOD[credit_hidden]}提问用户采用匿名方式提交问题,扣除{$MOD[credit_hidden]}分
    提问上线后被删除-{$MOD[credit_del]}提问上线后,被管理员删除,扣除提问用户{$MOD[credit_del]}分,答复者不扣
    回答上线后被删除-{$MOD[credit_del_answer]}回答上线后,被管理员删除,扣除回答用户{$MOD[credit_del_answer]}分
    问题{$MOD[overdays]}天内不处理-{$MOD[credit_deal]}问题到期,提问用户不作处理(不做最佳答案判断、不通过提高悬赏延期问题有效时间,不关闭问题,或不转入投票流程),在问题直接过期或自动转投票时扣除提问用户{$MOD[credit_deal]}分
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/know/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/know/index.htm new file mode 100644 index 0000000..ad3a642 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/know/index.htm @@ -0,0 +1,80 @@ +{template 'header'} +
    +
    +
    + {if $MOD[page_iexpert]} +
    更多>{$MOD[name]}专家
    + +
    + {loop $tags $t} +
    + + +
    + {/loop} +
    + {/if} + {if $MOD[page_irec]} +
    更多>精彩推荐
    +
    + {/if} + {if $MOD[page_isolve]} +
    更多>待解决的问题
    +
    + {/if} + {if $MOD[page_iresolve]} +
    更多>已解决的问题
    +
    + {/if} + {if $MOD[page_ivote]} +
    更多>投票中的问题
    +
    + {/if} +
    +
    + + +
    问题分类
    +
    + {php $child = get_maincat(0, $moduleid, 1);} + {loop $child $i $c} +

    {set_style($c[catname], $c[style])} ({$c[item]})

    + {if $c[child]} +
    + {php $sub = get_maincat($c[catid], $moduleid, 1);} + {loop $sub $j $s}{set_style($s[catname], $s[style])}|{/loop} +
    + {/if} + {/loop} +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/know/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/know/list.htm new file mode 100644 index 0000000..befdf94 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/know/list.htm @@ -0,0 +1,49 @@ +{template 'header'} +
    + +
    +
    +
    +
    +
    行业
    +
    + +
    +
    + {if $TYPE} +
    +
    类别
    +
    +
      + {loop $TYPE $k $v} +
    • {$v}
    • + {/loop} +
    +
    +
    + {/if} + {if $CP}{template 'property_list', 'chip'}{/if} +
    +
    {if $tags}{template 'list-'.$module, 'tag'}{/if}
    +
    +
    + +
    搜索排行
    +
    + +
    +
    等待回答
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/know/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/know/search.htm new file mode 100644 index 0000000..e76821b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/know/search.htm @@ -0,0 +1,90 @@ +{template 'header'} + +
    +
    +
    +
    +
    关键词
    +
    +   + {loop $sfields $k $v} +   + {/loop} +
    +
    +
    +
    分类
    +
    + {$category_select} + {if $area_select} + 地区 + {$area_select} + {/if} + 排序 + {$order_select} +
    +
    +
    +
    状态
    +
    + +
      + 全部 + {loop $TYPE $k $v} + {$v} + {/loop} +
    +
    +
    + {if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    +
    + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
    +
    {template 'list-'.$module, 'tag'}
    + {else} + {template 'empty', 'chip'} + {/if} +
    +
    + {if $kw} +
    相关搜索
    +
    +
      + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
    • {$mod[name]} 找 {$kw}
    • {/if}{/loop} +
    +
    + + {if $_username} + + {/if} + {/if} + +
    今日排行
    +
    + +
    +
    本周排行
    +
    + +
    +
    本月排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/know/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/know/show.htm new file mode 100644 index 0000000..2384b2f --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/know/show.htm @@ -0,0 +1,196 @@ +{template 'header'} + +
    + +
    +
    +
    + + + + + +
    +
      + {if $item[hidden]} +
    • 匿名
    • +
    • + {else} +
    • + {if $item[username]} + {$item[passport]} + {else} + 游客 + {/if} +
    • +
    • + {if $item[username] && $DT[im_web]}
    • {im_web($item[username], 1)}
    • {/if} + {/if} +
    • +
    +
    +
    + + {if $MOD[hits]}点击 {$hits}{/if} + 回答 {$answer} + + {timetodate($addtime, 5)} +
    +

    {$title}

    +
    {$PROCESS[$process]} + 悬赏分:{$credit} + + {if $process == 1 || $process == 2} + - 离问题结束还有 {secondstodate($totime-$DT_TIME)} + {elseif $process == 3} + - 解决时间 {timetodate($updatetime, 5)} + {/if} + +
    + {if $CP}{template 'property_show', 'chip'}{/if} +
    {$content}
    + {if $addition} +
    + 问题补充:
    + {nl2br($addition)} +
    + {/if} +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
    +
    +
    +
    +{if $aid && $best && $page == 1} +
    +
    +
    + {if $E} +
    专家答案
    + {else} +
    最佳答案
    + {/if} + + + + + +
    +
      + {if $E} +
    • {$E[title]}
    • +
    • + {if $DT[im_web]}
    • {im_web($E[username], 1)}
    • {/if} +
    • 知道专家
    • +
    • 向TA提问
    • + {else} + {if $best[hidden]} +
    • 匿名
    • +
    • + {else} +
    • + {if $best[username]} + {$best[passport]} + {else} + 游客 + {/if} +
    • +
    • + {if $best[username] && $DT[im_web]}
    • {im_web($best[username], 1)}
    • {/if} + {/if} + {/if} +
    • +
    +
    +
    + + 支持 {$best[likes]} + 反对 {$best[hates]} + 举报 + + {timetodate($best[addtime], 5)} +
    +
    {template 'content', 'chip'}
    + {if $comment} +
    + 提问者对答案的评价:
    + {nl2br($comment)} +
    + {/if} + +
    +
    +
    +{/if} +{if $answers} + {loop $answers $k $v} +
    +
    +
    + + + + + +
    +
      + {if $v[hidden]} +
    • 匿名
    • +
    • + {else} +
    • + {if $v[username]} + {$v[passport]} + {else} + 游客 + {/if} +
    • +
    • + {if $v[username] && $DT[im_web]}
    • {im_web($v[username], 1)}
    • {/if} + {/if} + {if $v[expert]}
    • 知道专家
    • {/if} +
    • +
    +
    +
    + + 支持 {$v[likes]} + 反对 {$v[hates]} + 举报 + + {timetodate($v[addtime], 5)} +
    +
    {$v[content]}
    +
    +
    +
    + {/loop} +{/if} +{if $pages} +
    {$pages}
    +{/if} +{if $process == 1 || $process == 2} +
    + + +
    +{/if} + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/know/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/know/these.name.php new file mode 100644 index 0000000..4832316 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/know/these.name.php @@ -0,0 +1,11 @@ + '问题回复', + 'expert' => '专家', + 'faq' => 'FAQ帮助', + 'index' => '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mail/alert.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mail/alert.htm new file mode 100644 index 0000000..6daab63 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mail/alert.htm @@ -0,0 +1,48 @@ + + + + + + + + + + + +
    {$DT[sitename]} LOGO网站首页 | 管理商机 
    发送时间:{timetodate($DT_TIME, 5)} 
    +
    商机分类:{$MODULE[$mid][name]} +   关键词:{if $kw}{$kw}{else}不限{/if} +   行业分类: +{if $catid} +{php $C = get_cat($catid);} +{$C[catname]} +{else} +不限 +{/if} +   所在地区:{if $areaid}{$AREA[$areaid][areaname]}{else}不限{/if} +   发送频率:{if $rate}{$rate}天{else}不限{/if} +
    +
    +{if $lists} + + + + + + +{loop $lists $v} + + + + + +{/loop} +
    标题地区发布时间
    {$v[title]}{area_pos($v[areaid], ' - ', 2)}{timetodate($v[addtime], 5)}
    +{else} +
    抱歉,没有找到相应的商机,建议您调整条件以便获得更多商机。

    +点此立即调整

    +{/if} +
    +
    请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果需要取消此邮件,请点这里
    +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mail/ask.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mail/ask.htm new file mode 100644 index 0000000..7542914 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mail/ask.htm @@ -0,0 +1,17 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +尊敬的会员:
    +来自{$DT[sitename]}的会员{$_username} 向您提问:
    {$question}
    +请点这里查看问题或解答,谢谢 +
    +请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mail/email-default.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mail/email-default.htm new file mode 100644 index 0000000..6300af8 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mail/email-default.htm @@ -0,0 +1,16 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +尊敬的会员:
    +{$content} +
    +请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mail/email-login.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mail/email-login.htm new file mode 100644 index 0000000..c9bf3c5 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mail/email-login.htm @@ -0,0 +1,24 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +尊敬的会员:
    +您已经30天没有登录 {$DT[sitename]} 了,建议您定期登录,以免错失重要商机。
    +点这里立即登录
    +----------------------------------------
    +小提示:
    +您的登录户名:{$user[username]}
    +您的登录密码:已加密 (如果您忘记了密码,请点这里找回)
    +您的注册邮箱:{$user[email]}
    +----------------------------------------
    +{$content} +
    +请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mail/email-password.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mail/email-password.htm new file mode 100644 index 0000000..0501a32 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mail/email-password.htm @@ -0,0 +1,26 @@ +query("UPDATE ".DT_PRE."member SET password='$dpassword',passsalt='$passsalt' WHERE username='$username'"); +?> + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +尊敬的会员:
    +以下为您在{$DT[sitename]}的帐号信息,请您妥善保存:
    +户名:{$username}
    +密码:{$password}
    +为了您的账户安全,请定期修改密码 +
    +请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除 +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mail/email.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mail/email.htm new file mode 100644 index 0000000..691d225 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mail/email.htm @@ -0,0 +1,19 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +邮件群发模板系列,请创建本系列模板,并设置内容,内容支持系统变量和会员资料,会员资料保存于$user数组。
    +例如:
    +{$user[username]} 表示会员名
    +{$user[truename]} 表示会员姓名
    +{$user[company]} 表示公司名称
    +
    +请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
    diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mail/emailcode.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mail/emailcode.htm new file mode 100644 index 0000000..5581283 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mail/emailcode.htm @@ -0,0 +1,16 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +尊敬的会员
    +您在{$DT[sitename]}请求的邮件验证码为 {$emailcode} (有效期{$MOD[auth_days]}0分钟)
    请使用此验证码继续操作,切勿透露给他人。 +
    +请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除 +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mail/message.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mail/message.htm new file mode 100644 index 0000000..c01c94b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mail/message.htm @@ -0,0 +1,20 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +Hi, {$touser}:
    +您在{$DT[sitename]}收到了新的站内信({$title}),内容如下:

    +{$content}

    +原始信件:{$MODULE[2][linkurl]}message.php?action=show&itemid={$itemid}
    +{if $fromuser}发件会员:{$fromuser}
    {/if} +发送时间:{timetodate($addtime, 6)}
    +
    +请注意:此信件系根据您的设置自动发送,如果不希望接收,请点这里取消 +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mail/messager.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mail/messager.htm new file mode 100644 index 0000000..a91bf12 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mail/messager.htm @@ -0,0 +1,16 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +Hi, {$touser}:
    +{$content} +
    +请注意:此信件系{$DT[sitename]}系统信使自动发送,请勿直接回复 +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mail/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/mail/these.name.php new file mode 100644 index 0000000..6f143aa --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mail/these.name.php @@ -0,0 +1,14 @@ + '贸易提醒', + 'ask' => '收到提问', + 'email' => '邮件发送', + 'email-default' => '邮件发送默认', + 'email-login' => '邮件发送30天未登录', + 'email-password' => '邮件发送会员密码(明文)', + 'emailcode' => '邮件验证码', + 'message' => '站内信转发', + 'messager' => '系统信使模板', + 'welcome' => '欢迎信模板', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mail/welcome.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mail/welcome.htm new file mode 100644 index 0000000..1168759 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mail/welcome.htm @@ -0,0 +1,21 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +尊敬的会员:
    +恭喜您成功注册成为{$DT[sitename]}会员!
    +以下为您的会员帐号信息:
    +户名:{$username}
    +密码:{if isset($post[password])}{$post[password]}{else}已加密 (如果您忘记了密码,请点这里找回){/if}
    +请您妥善保存,切勿告诉他人。
    +如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。
    +
    +请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除 +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mall/comment.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mall/comment.htm new file mode 100644 index 0000000..ea0b13e --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mall/comment.htm @@ -0,0 +1,82 @@ +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    非常好
    {$stat[pc5]}
    {$stat[pc4]}
    一般
    {$stat[pc3]}
    {$stat[pc2]}
    非常差
    {$stat[pc1]}
    +
    +
    +
    +   +   +   +   +   +   +   +   +
    +{if $lists} +{loop $lists $k $v} +
    +
    + {if $v[buyer_hidden]} +
    + {hide_info($v[buyer])} + {else} +
    + {$v[buyer]} + {/if} +
    +
    +
    {$v[addtime]}
    +
    {if $v[seller_comment]}{nl2br($v[seller_comment])}{else}买家没有发表评价内容{/if}
    + {if $v[thumbs] || $v[video]} +
      + {if $v[video]}
    • {/if} + {loop $v[thumbs] $t} + {if $t}
    • {/if} + {/loop} +
    +

    + {/if} + {if $v[buyer_reply]} +
    + {$v[replytime]}商家回复:
    + {nl2br($v[buyer_reply])} +
    + {/if} +
    +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{else} +
    暂无评价
    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mall/compare.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mall/compare.htm new file mode 100644 index 0000000..561d31f --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mall/compare.htm @@ -0,0 +1,115 @@ +{template 'header-mall'} + +
    + +
    + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + +
    移除移除
    图片
    商品
    价格{$v[price]}
    品牌
    {$v[brand]}
    日期{$v[editdate]}
    公司
    会员 + {if $v[vip]}{VIP}{/if} +
    地区{area_pos($v[areaid], ' ', 2)}
    销量{$v[sales]}
    评价{$v[comments]}
    联系  + {if $v[username] && $DT[im_web]}{im_web($v[username].'&mid='.$moduleid.'&itemid='.$v[itemid])} {/if} + {if $v[qq] && $DT[im_qq]}{im_qq($v[qq])} {/if} + {if $v[wx] && $DT[im_wx]}{im_wx($v[wx], $v[username])} {/if} + {if $v[ali] && $DT[im_ali]}{im_ali($v[ali])} {/if} + {if $v[skype] && $DT[im_skype]}{im_skype($v[skype])} {/if} +
    购买
    移除移除
    +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mall/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mall/index.htm new file mode 100644 index 0000000..34828f9 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mall/index.htm @@ -0,0 +1,184 @@ +{template 'header-mall'} + + +
    + +
    +
    + +
    +
      + +{if $tags} +{loop $tags $k $t} +
    • +{/loop} +{else} +
    • +
    • +
    • +{/if} +
    +
    +
    +
    + +
    +
    +
    +
  • 平台公告
  • +
  • 采购动态
  • +
  • 热门资讯
  • +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +{php $mid=$moduleid} +{php $child = get_maincat(0,$mid,1);} +{loop $child $i $c} +{php $kk=$i+1} +{if $i < 6} +
    +
    {$c[catname]} +
    +{if $c[child]} +{php $sub = get_maincat($c[catid],$mid);} +{loop $sub $j $s}{if $j < 6} +{set_style($s[catname], $s[style])} +{/if}{/loop} +{/if} +查看更多分类 +
    +
    +
    + +
    +
    + +
    +
    +{/if} +{/loop} +
    + + +
    + +
    + + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mall/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mall/list.htm new file mode 100644 index 0000000..04b2534 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mall/list.htm @@ -0,0 +1,87 @@ +{template 'header'} +
    + +
    +
    +
    +
    +
    行业
    +
    + +
    +
    +
    +
    地区
    +
    +
      + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
    • {$v[areaname]}
    • + {/loop} +
    +
    +
    + {if $CP}{template 'property_list', 'chip'}{/if} +
    + + +
    + + + + + + +
    +     + + + + {VIP}  +   +   + 图片列表  + 图文列表  +
    +
    + {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
    +
    +
    + +
    搜索排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mall/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mall/search.htm new file mode 100644 index 0000000..9247d60 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mall/search.htm @@ -0,0 +1,66 @@ +{template 'header-mall'} + +
    +
    + +
    +
    关键词
    +
    +   + {loop $sfields $k $v} +   + {/loop} +
    +
    +
    +
    +
    行业
    +
    + {$category_select} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')}   + {VIP}   +
    +
    +
    +
    +
    地区
    +
    + {$area_select} + 价格 + ~ + 排序 + {$order_select} +
    +
    +
    + {if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    +
    +
    +
    + +
    + + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
    + {template 'list-'.$module, 'tag'} +
    + {else} + {template 'empty', 'chip'} + {/if} + +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/mall/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/mall/show.htm new file mode 100644 index 0000000..96f21c5 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/mall/show.htm @@ -0,0 +1,305 @@ +{template 'header-mall'} + +
    +
    + +
    +
    +
    +{if $video}
    {/if} +
    +
    +
    +
    {loop $albums $k $v}{/loop}
    +
    +
    +
    +
    + +

    {$title}

    +{if $subtitle} +
    {$subtitle}
    +{/if} + + + + + +{if $a2} + + + + +{/if} +{if $promos} + + + + +{/if} +{if $express_name_1 == '包邮'} + + + + +{elseif $fee_start_1>0 || $fee_start_2>0 || $fee_start_3>0} + + + + +{/if} +{if $cod} + + + + +{/if} + + + + +{if $MOD[hits]} + + + + +{/if} +{if $RL} + + + + +{/if} +{if $P1} + + + + +{/if} +{if $P2} + + + + +{/if} +{if $P3} + + + + +{/if} +{if $amount>0} +{if $status == 3} + + + + + + + + +{else} + + + + +{/if} +{else} + + + + +{/if} +
    价格{$DT[money_sign]}{$price}
    混批{$a1}-{$a2}{$unit} {$DT[money_sign]}{$p1}{if $a3}; {$a2+1}-{$a3}{$unit} {$DT[money_sign]}{$p2}; {$a3}{$unit}以上 {$DT[money_sign]}{$p3}{else}; {$a2+1}{$unit}以上 {$DT[money_sign]}{$p2}{/if}
    优惠 + +{loop $promos $v} +{if $v[cost]} +满{$v[cost]}减{$v[price]} +{else} +{$v[price]}{$DT[money_unit]}优惠 +{/if} +{/loop} + +
    运费 +{if $fee_start_1>0} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +满{$fee_start_1}包邮 +{else} +包邮 +{/if} +
    运费 +{if $fee_start_1>0} {$express_name_1}:{$fee_start_1}  {/if} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +
    到付支持货到付款
    评价已有 {$comments} 条评价
    人气已有 {$hits} 人关注
    {$relate_name} +{loop $RL $v} + +{/loop} +
    {$n1} +
      +{loop $P1 $i $v} +
    • {$v}
    • +{/loop} +
    +
    {$n2} +
      +{loop $P2 $i $v} +
    • {$v}
    • +{/loop} +
    +
    {$n3} +
      +{loop $P3 $i $v} +
    • {$v}
    • +{/loop} +
    +
    数量
    +-
    库存{$amount}{$unit}
    + + +
    该商品已下架
    该商品库存不足
    +
    + + + + +{if $DT[login_log]==2}{/if} + +
    账户详情升级记录续费记录登录记录
    +
    +{if $action == 'group'} +{if $itemid} +
    您所在的会员组 {$MG[groupname]} 没有权限使用此功能,请升级
    +{/if} +
    + + + + + + + + +{if $lists} +{loop $lists $k $v} + + + + + + + +{/loop} +{else} + + + + + + + +{/if} +
    可升级会员组年费权限升级
    {$v[groupname]}{if $v[fee]}{$v[fee]}{$DT[money_unit]}{else}免费{/if}查看升级
    暂无N/A查看--
    +
    + +{elseif $action == 'grade'} +
    + + + + + + + + + + + +{if $fee>0} + + + + + + + + + + + + + + + + +{else} + + + + +{/if} + + + + +
    当前组{$GROUP[$_groupid][groupname]}
    升级为{$GROUP[$groupid][groupname]}
    应付总额{$fee} {$DT[money_unit]}
    公司名称
    +   + +
    +
    + +{elseif $action == 'vip'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    到期时间{$todate}
    剩余时间{$havedays} 天
    服务费用{$MG[fee]} {$DT[money_unit]}/年
    * 续费年限 + +
    应付总额{$fee} {$DT[money_unit]}
    +
    + +{elseif $action == 'upgrade'} +
    + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + +{/loop} +
    申请时间公司名称费用原会员组新会员组受理时间状态操作原因
    {$v[adddate]}{$v[company]}{$v[amount]}{$GROUP[$v[gid]][groupname]}{$GROUP[$v[groupid]][groupname]}{$v[editdate]}{$_status[$v[status]]}
    +
    +
    {$pages}
    + +{elseif $action == 'renew'} +
    + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + +{/loop} +
    续费时间费用原会员组新会员组开始时间到期时间事由
    {$v[adddate]}{$v[amount]}{$GROUP[$v[gid]][groupname]}{$GROUP[$v[groupid]][groupname]}{$v[fromdate]}{$v[todate]}{$v[reason]}
    +
    +
    {$pages}
    + +{elseif $action == 'login'} +
    + + + + + + + + +{loop $lists $k $v} + + + + + + + +{/loop} +
    时间IP地区结果
    {$v[logintime]}{$v[loginip]}{$v[area]}{$v[message]}
    +
    +
    {$pages}
    + + +{elseif $action == 'username'} +
    + + + + + + +{if $linkurl} + + + + +{/if} + + + + + + + + + + + + +
    当前账号{$_username}
    主页地址{$linkurl}
    * 新会员名
    格式要求{$MOD[minusername]}-{$MOD[maxusername]}个字符,只能使用小写字母(a-z)、数字(0-9)、下划线(_)、中划线(-),且以字母或数字开头和结尾
         
    +
    + +{elseif $action == 'passport'} +
    + + + + + + + + + + + + + + +
    当前昵称{$_passport}
    * 新昵称
         
    +
    + +{elseif $action == 'close'} +
    + + + + + + + + + + + + + + + + + + +
    当前账号{$_username}
    * 注销原因
    重要提示注销申请一旦通过,该账号名下所有数据和文件将被彻底删除且不可恢复
    请确认必须要注销此账户并且已经备份过重要数据再点击申请按钮
         
    +
    + +{else} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $vip} + + + + + + +{/if} +{if $support} + + + + + + +{/if} + + + + + + + + + + + + +
    类型账号操作
    头像更换头像
    会员名{$username}{if $edit_username}修改账号{/if}
    昵称{$passport}{if $edit_passport}修改昵称{/if}
    会员组{$MG[groupname]}{if !$vip && $groupid>4}升级账号{/if}
    服务剩余{$havedays}天立即续费
    客服专员{$support}联系方式
    上次登录{timetodate($logintime, 5)}{if $DT[login_log]==2}登录记录{/if}
    注册时间{timetodate($regtime, 5)}{if $MOD[account_close] && $_groupid > 1}注销账号{/if}
    +
    + +{/if} + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/ad.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/ad.htm new file mode 100644 index 0000000..ca2ea2e --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/ad.htm @@ -0,0 +1,365 @@ +{template 'header', 'member'} + +{if $action == 'add'} +
    + + + + + + + + + + + + +{if $p[introduce]} + + + + +{/if} +{if $p[width] && $p[height]} + + + + +{/if} +{if $typeid == 1} + + + + +{elseif $typeid == 2} + + + + + + + + + + + + +{elseif $typeid == 3 || $typeid == 5} + + + + + + + + + + + + +{elseif $typeid == 4} + + + + + + + + + + + + + + + + + + + + +{elseif $typeid == 6} + + + + + + + + + + + + +{if $p[moduleid] == 4} + +{else} + + + + +{/if} +{elseif $typeid == 7} + + + + + + + + + + + + + + + + +{/if} + + + + + + + + +{if $price} + + + + + + + + +{if $currency == 'money'} + + + + + + + + +{else} + + + + +{/if} +{/if} + + + + + + + + +
    广告位名称{$p[name]}
    广告位类型{$TYPE[$typeid]}
    广告位介绍{$p[introduce]}
    广告位大小{$p[width]}px X {$p[height]}px
    * 广告代码
    * 链接文字
    * 链接地址
    标题提示
    * 图片地址  [上传]  [预览]  [删除]
    链接地址
    标题提示
    * 视频地址 + + + +  [上传]  [预览]  [删除]   + +
    自动播放 + 是   + 否 +
    循环播放 + 是   + 否 +
    链接地址
    所属模块{$MODULE[$p[moduleid]][name]}
    所属分类{ajax_category_select('post[catid]', '请选择', 0, $p[moduleid])}
    关键词
    * 信息ID
    所属模块{$MODULE[$p[moduleid]][name]}
    所属分类{ajax_category_select('post[catid]', '请选择', 0, $p[moduleid])}
    关键词
    * 广告代码
    * 开始日期{dcalendar('post[fromtime]', $fromdate)}
    * 购买时长 + +(注:按30天/月计算) +
    广告价格{$p[price]} {$unit}/月
    应付总价{$p[price]}{$unit}
    账户余额{$_money} {$DT[money_unit]}  [充值]
    * 支付密码{template 'password', 'chip'}
    {$DT[credit_name]}余额{$_credit} {$DT[credit_unit]}  [购买]
    备注事项
    +  + +
    +
    +{load('clear.js')} + +{elseif $action == 'list'} +
    + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} +
    编号广告位名称广告类型规格(px)价格/月示意图预定
    A{$v[pid]}{$v[name]}{$v[typename]}{$v[width]} x {$v[height]}{if $v[price]}{$v[price]}{$unit}{else}面议{/if}{if $v[thumb]}查看{else}暂无{/if}{if $EXT[ad_buy]}预定{else}--{/if}
    +
    +
    {$pages}
    + +{else} +
    + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + +{$v[days]} + + + + +{/loop} +
    广告类型广告名称 出价 开始日期结束日期剩余(天)投放状态申请时间 预览 
    {$TYPE[$v[typeid]]}  {$v[title]}{$v[amount]}{if $v[currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{timetodate($v[fromtime], 3)}{timetodate($v[totime], 3)}{$v[process]}{timetodate($v[addtime], 5)}预览
    +
    +
    {$pages}
    + +{/if} +{if $action == 'add'} +{load('clear.js')} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/address.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/address.htm new file mode 100644 index 0000000..5ba0fe4 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/address.htm @@ -0,0 +1,127 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    * 详细地址{ajax_area_select('post[areaid]', '请选择', $areaid)}
    * 邮政编码
    * 真实姓名
    * 手机号码
    电话号码
    显示顺序 数字越小越靠前
    备注信息
     
    +
    + +{else} +
    +
    + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + +{/loop} +
    地址姓名手机添加时间排序修改删除
      {$v[address]}{$v[truename]}{$v[mobile]}{$v[adddate]}{$v[listorder]}
    +
    +
    + +
    +
    +{if $MG[address_limit]} +
    总共可加 {$MG[address_limit]} 条   当前已加 {$limit_used} 条   还可以加 {$limit_free}
    +{/if} +
    {$pages}
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/agreement.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/agreement.htm new file mode 100644 index 0000000..00c3c42 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/agreement.htm @@ -0,0 +1,150 @@ + + + + +服务条款{$DT[seo_delimiter]}{$DT[sitename]} + + +
    +欢迎阅读{$DT[sitename]}服务条款协议(下称“本协议”)。本协议阐述之条款和条件适用于您使用{$DT[sitename]}所提供的在企业间(B-TO-B)电子市场中进行贸易和交流的各种工具和服务(下称“服务”)。
    + +1. 接受条款。
    +以任何方式进入{$DT[sitename]}网站即表示您同意自己已经与{$DT[sitename]}订立本协议,且您将受本协议的条款和条件(“条款”) 约束。{$DT[sitename]}可随时自行全权决定更改“条款”。如“条款”有任何变更,{$DT[sitename]}将在其网站上刊载公告,通知予您。如您不同意相关变更,必须停止使用“服务”。经修订的“条款”一经在{$DT[sitename]}网站的公布后,立即自动生效。您应在第一次登录后仔细阅读修订后的“条款”,并有权选择停止继续使用“服务”;一旦您继续使用“服务”,则表示您已接受经修订的“条款”,当您与{$DT[sitename]}发生争议时,应以最新的服务协议为准。除另行明确声明外,任何使“服务”范围扩大或功能增强的新内容均受本协议约束。除非经{$DT[sitename]}的授权高层管理人员签订书面协议,本协议不得另行作出修订。

    + + +2.谁可使用{$DT[sitename]}网站?
    +“服务”仅供能够根据相关法律订立具有法律约束力的合约的个人或公司使用。因此,您的年龄必须在十八周岁或以上,才可使用本公司服务。如不符合本项条件,请勿使用“服务”。{$DT[sitename]}可随时自行全权决定拒绝向任何人士提供“服务”。“服务”不会提供给被暂时或永久中止资格的{$DT[sitename]}会员。

    + +3. 收费。
    +本公司保留在根据第1条通知您后,收取“服务”费用的权利。您因进行交易、向本公司获取有偿服务或接触本公司服务器而发生的所有应纳税赋,以及相关硬件、软件、通讯、网络服务及其他方面的费用均由您自行承担。本公司保留在无须发出书面通知,仅在{$DT[sitename]}网站公示的情况下,暂时或永久地更改或停止部分或全部“服务”的权利。

    + +4.{$DT[sitename]}网站仅作为交易地点。
    +本公司网站仅作为用户物色交易对象,就货物和服务的交易进行协商,以及获取各类与贸易相关的服务的地点。但是,本公司不能控制交易所涉及的物品的质量、安全或合法性,商贸信息的真实性或准确性,以及交易方履行其在贸易协议项下的各项义务的能力。本公司不能也不会控制交易各方能否履行协议义务。此外,您应注意到,与外国国民、未成年人或以欺诈手段行事的人进行交易的风险是客观存在的。

    + +5.您的资料和供买卖的物品。
    +“您的资料”包括您在注册、交易或列举物品过程中、在任何公开信息场合或通过任何电子邮件形式,向本公司或其他用户提供的任何资料,包括数据、文本、软件、音乐、声响、照片、图画、影像、词句或其他材料。您应对“您的资料”负全部责任,而本公司仅作为您在网上发布和刊登“您的资料”的被动渠道。但是,倘若本公司认为“您的资料”可能使本公司承担任何法律或道义上的责任,或可能使本公司 (全部或部分地) 失去本公司的互联网服务供应商或其他供应商的服务,或您未在{$DT[sitename]}规定的期限内登录或再次登录网站,则本公司可自行全权决定对“您的资料”采取本公司认为必要或适当的任何行动,包括但不限于删除该类资料。您特此保证,您对提交给{$DT[sitename]}的“您的资料”拥有全部权利,包括全部版权。您确认,{$DT[sitename]}没有责任去认定或决定您提交给本公司的资料哪些是应当受到保护的,对享有“服务”的其他用户使用“您的资料”,本公司也不必负责。

    + +5.1 注册义务。
    +如您在{$DT[sitename]}网站注册,您同意:
    +(a) 根根据{$DT[sitename]}网站刊载的会员资料表格的要求,提供关于您或贵公司的真实、准确、完整和反映当前情况的资料;
    +(b) 维持并及时更新会员资料,使其保持真实、准确、完整和反映当前情况。倘若您提供任何不真实、不准确、不完整或不能反映当前情况的资料,或{$DT[sitename]}有合理理由怀疑该等资料不真实、不准确、不完整或不能反映当前情况,{$DT[sitename]}有权暂停或终止您的注册身份及资料,并拒绝您在目前或将来对“服务”(或其任何部份) 以任何形式使用。如您代表一家公司或其他法律主体在本公司登记,则您声明和保证,您有权使该公司或其他法律主体受本协议“条款”约束。

    + +5.2 会员注册名、密码和保密。
    +在登记过程中,您将选择会员注册名和密码。您须自行负责对您的会员注册名和密码保密,且须对您在会员注册名和密码下发生的所有活动承担责任。您同意:
    +(a) 如发现任何人未经授权使用您的会员注册名或密码,或发生违反保密规定的任何其他情况,您会立即通知{$DT[sitename]};
    +(b) 确保您在每个上网时段结束时,以正确步骤离开网站。{$DT[sitename]}不能也不会对因您未能遵守本款规定而发生的任何损失或损毁负责。

    + +5.3 关于您的资料的规则。
    +您同意,“您的资料”和您供在{$DT[sitename]}网站上交易的任何“物品”(泛指一切可供依法交易的、有形的或无形的、以各种形态存在的某种具体的物品,或某种权利或利益,或某种票据或证券,或某种服务或行为。本协议中“物品”一词均含此义)

    +a. 不会有欺诈成份,与售卖伪造或盗窃无涉;
    +b. 不会侵犯任何第三者对该物品享有的物权,或版权、专利、商标、商业秘密或其他知识产权,或隐私权、名誉权;
    +c. 不会违反任何法律、法规、条例或规章 (包括但不限于关于规范出口管理、贸易配额、保护消费者、不正当竞争或虚假广告的法律、法规、条例或规章);
    +d. 不会含有诽谤(包括商业诽谤)、非法恐吓或非法骚扰的内容;
    +e. 不会含有淫秽、或包含任何儿童色情内容;
    +f. 不会含有蓄意毁坏、恶意干扰、秘密地截取或侵占任何系统、数据或个人资料的任何病毒、伪装破坏程序、电脑蠕虫、定时程序炸弹或其他电脑程序;
    +g. 不会直接或间接与下述各项货物或服务连接,或包含对下述各项货物或服务的描述:
    + (i) 本协议项下禁止的货物或服务;或
    + (ii) 您无权连接或包含的货物或服务。
    +此外,您同意不会:
    +(h) 在与任何连锁信件、大量胡乱邮寄的电子邮件、滥发电子邮件或任何复制或多余的信息有关的方面使用“服务”;
    +(i) 未经其他人士同意,利用“服务”收集其他人士的电子邮件地址及其他资料;或
    +(j) 利用“服务”制作虚假的电子邮件地址,或以其他形式试图在发送人的身份或信息的来源方面误导其他人士。

    + +5.4 被禁止物品。
    +您不得在本公司网站公布或通过本公司网站买卖:
    +(a) 可能使本公司违反任何相关法律、法规、条例或规章的任何物品;或
    +(b) {$DT[sitename]}认为应禁止或不适合通过本网站买卖的任何物品。

    + +6. 您授予本公司的许可使用权。
    +您授予本公司独家的、全球通用的、永久的、免费的许可使用权利 (并有权在多个层面对该权利进行再授权),使本公司有权(全部或部份地) 使用、复制、修订、改写、发布、翻译、分发、执行和展示"您的资料"或制作其派生作品,和/或以现在已知或日后开发的任何形式、媒体或技术,将"您的资料"纳入其他作品内。

    + +7.隐私。
    +尽管有第6条所规定的许可使用权,{$DT[sitename]}将仅根据本公司的隐私声明使用“您的资料”。本公司隐私声明的全部条款属于本协议的一部份,因此,您必须仔细阅读。请注意,您一旦自愿地在{$DT[sitename]}交易地点披露“您的资料”,该等资料即可能被其他人士获取和使用。

    + +8.交易程序。
    + +8.1 添加产品描述条目。
    +产品描述是由您提供的在{$DT[sitename]}网站上展示的文字描述、图画和/或照片,可以是
    +(a) 对您拥有而您希望出售的产品的描述;或
    +(b) 对您正寻找的产品的描述。您可在{$DT[sitename]}网站发布任一类产品描述,或两种类型同时发布,条件是,您必须将该等产品描述归入正确的类目内。
    +{$DT[sitename]}不对产品描述的准确性或内容负责。

    + +8.2 就交易进行协商。
    +交易各方通过在{$DT[sitename]}网站上明确描述报盘和回盘,进行相互协商。所有各方接纳报盘或回盘将使所涉及的{$DT[sitename]}用户有义务完成交易。除非在特殊情况下,诸如用户在您提出报盘后实质性地更改对物品的描述或澄清任何文字输入错误,或您未能证实交易所涉及的用户的身份等,报盘和承诺均不得撤回。

    + +8.3 处理交易争议。
    +本公司不会且不能牵涉进交易各方的交易当中。倘若您与一名或一名以上用户,或与您通过本公司网站获取其服务的第三者服务供应商发生争议,您免除{$DT[sitename]} (及本公司代理人和雇员) 在因该等争议而引起的,或在任何方面与该等争议有关的不同种类和性质的任何 (实际和后果性的) 权利主张、要求和损害赔偿等方面的责任。

    + +8.4 运用常识。
    +本公司不能亦不试图对其他用户通过“服务”提供的资料进行控制。就其本质而言,其他用户的资料,可能是令人反感的、有害的或不准确的,且在某些情况下可能带有错误的标识说明或以欺诈方式加上标识说明。本公司希望您在使用本公司网站时,小心谨慎并运用常识。

    + +9.交易系统。

    + +9.1 不得操纵交易。
    +您同意不利用帮助实现蒙蔽或欺骗意图的同伙(下属的客户或第三方),操纵与另一交易方所进行的商业谈判的结果。

    + +9.2 系统完整性。
    +您同意,您不得使用任何装置、软件或例行程序干预或试图干预{$DT[sitename]}网站网站的正常运作或正在本公司网站上进行的任何交易。您不得采取对任何将不合理或不合比例的庞大负载加诸本公司网络结构的行动。您不得向任何第三者披露您的密码,或与任何第三者共用您的密码,或为任何未经批准的目的使用您的密码。

    + +9.3 反馈。
    +您不得采取任何可能损害信息反馈系统的完整性的行动,诸如:利用第二会员身份标识或第三者为您本身留下正面反馈;利用第二会员身份标识或第三者为其他用户留下负面反馈 (反馈数据轰炸);或在用户未能履行交易范围以外的某些行动时,留下负面的反馈 (反馈恶意强加)。

    + +9.4 不作商业性利用。
    +您同意,您不得对任何资料作商业性利用,包括但不限于在未经{$DT[sitename]}授权高层管理人员事先书面批准的情况下,复制在{$DT[sitename]}网站上展示的任何资料并用于商业用途。

    + +10. 终止或访问限制。
    +您同意,在{$DT[sitename]}未向您收费的情况下,{$DT[sitename]}可自行全权决定以任何理由 (包括但不限于{$DT[sitename]}认为您已违反本协议的字面意义和精神,或您以不符合本协议的字面意义和精神的方式行事,或您在超过90天的时间内未以您的帐号及密码登录网站) 终止您的“服务”密码、帐户 (或其任何部份) 或您对“服务”的使用,并删除和丢弃您在使用“服务”中提交的 “您的资料”。您同意,在{$DT[sitename]}向您收费的情况下,{$DT[sitename]}应基于合理的怀疑且经电子邮件通知的情况下实施上述终止服务的行为。{$DT[sitename]}同时可自行全权决定,在发出通知或不发出通知的情况下,随时停止提供“服务”或其任何部份。您同意,根据本协议的任何规定终止您使用“服务”之措施可在不发出事先通知的情况下实施,并承认和同意,{$DT[sitename]}可立即使您的帐户无效,或撤销您的帐户以及在您的帐户内的所有相关资料和档案,和/或禁止您进一步接入该等档案或“服务”。帐号终止后,{$DT[sitename]}没有义务为您保留原帐号中或与之相关的任何信息,或转发任何未曾阅读或发送的信息给您或第三方。此外,您同意,{$DT[sitename]}不会就终止您接入“服务”而对您或任何第三者承担任何责任。第12、13、14和22各条应在本协议终止后继续有效。

    + + +11. 违反规则会有什么后果?
    +在不限制其他补救措施的前提下,发生下述任一情况,本公司可立即发出警告,暂时中止、永久中止或终止您的会员资格,删除您的任何现有产品信息,以及您在网站上展示的任何其他资料:
    +(i) 您违反本协议;
    +(ii) 本公司无法核实或鉴定您向本公司提供的任何资料;或
    +(iii) 本公司相信您的行为可能会使您、本公司用户或通过本公司或本公司网站提供服务的第三者服务供应商发生任何法律责任。在不限制任何其他补救措施的前提下,倘若发现您从事涉及本公司网站的诈骗活动,{$DT[sitename]}可暂停或终止您的帐户。

    + +12. 服务“按现状”提供。
    +本公司会尽一切努力使您在使用{$DT[sitename]}网站的过程中得到乐趣。遗憾的是,本公司不能随时预见到任何技术上的问题或其他困难。该等困难可能会导致数据损失或其他服务中断。为此,您明确理解和同意,您使用“服务”的风险由您自行承担。“服务”以“按现状”和“按可得到”的基础提供。{$DT[sitename]}明确声明不作出任何种类的所有明示或暗示的保证,包括但不限于关于适销性、适用于某一特定用途和无侵权行为等方面的保证。{$DT[sitename]}对下述内容不作保证:
    +(i)“服务”会符合您的要求;
    +(ii)“服务”不会中断,且适时、安全和不带任何错误;
    +(iii) 通过使用“服务”而可能获取的结果将是准确或可信赖的;
    +(iv) 您通过“服务”而购买或获取的任何产品、服务、资料或其他材料的质量将符合您的预期。通过使用“服务”而下载或以其他形式获取任何材料是由您自行全权决定进行的,且与此有关的风险由您自行承担,对于因您下载任何该等材料而发生的您的电脑系统的任何损毁或任何数据损失,您将自行承担责任。您从{$DT[sitename]}或通过或从“服务”获取的任何口头或书面意见或资料,均不产生未在本协议内明确载明的任何保证。

    + +13. 责任范围。
    +您明确理解和同意,{$DT[sitename]}不对因下述任一情况而发生的任何损害赔偿承担责任,包括但不限于利润、商誉、使用、数据等方面的损失或其他无形损失的损害赔偿 (无论{$DT[sitename]}是否已被告知该等损害赔偿的可能性):
    +(i) 使用或未能使用“服务”;
    +(ii) 因通过或从“服务”购买或获取任何货物、样品、数据、资料或服务,或通过或从“服务”接收任何信息或缔结任何交易所产生的获取替代货物和服务的费用;
    +(iii) 未经批准接入或更改您的传输资料或数据;
    +(iv) 任何第三者对“服务”的声明或关于“服务”的行为;或因任何原因而引起的与“服务”有关的任何其他事宜,包括疏忽。

    + +14. 赔偿。
    +您同意,因您违反本协议或经在此提及而纳入本协议的其他文件,或因您违反了法律或侵害了第三方的权利,而使第三方对{$DT[sitename]}及其子公司、分公司、董事、职员、代理人提出索赔要求(包括司法费用和其他专业人士的费用),您必须赔偿给{$DT[sitename]}及其子公司、分公司、董事、职员、代理人,使其等免遭损失。

    + +15. 遵守法律。
    +您应遵守与您使用“服务”,以及与您竞买、购买和销售任何物品以及提供商贸信息有关的所有相关的法律、法规、条例和规章。

    + +16. 无代理关系。
    +您与{$DT[sitename]}仅为独立订约人关系。本协议无意结成或创设任何代理、合伙、合营、雇用与被雇用或特许权授予与被授予关系。

    + +17. 广告和金融服务。
    +您与在“服务”上或通过“服务”物色的刊登广告人士通讯或进行业务往来或参与其推广活动,包括就相关货物或服务付款和交付相关货物或服务,以及与该等业务往来相关的任何其他条款、条件、保证或声明,仅限于在您和该刊登广告人士之间发生。您同意,对于因任何该等业务往来或因在“服务”上出现该等刊登广告人士而发生的任何种类的任何损失或损毁,{$DT[sitename]}无需负责或承担任何责任。您如打算通过“服务”创设或参与与任何公司、股票行情、投资或证券有关的任何服务,或通过“服务”收取或要求与任何公司、股票行情、投资或证券有关的任何新闻信息、警戒性信息或其他资料,敬请注意,{$DT[sitename]}不会就通过“服务”传送的任何该等资料的准确性、有用性或可用性、可获利性负责或承担任何责任,且不会对根据该等资料而作出的任何交易或投资决策负责或承担任何责任。

    + +18. 链接。
    +“服务”或第三者均可提供与其他万维网网站或资源的链接。由于{$DT[sitename]}并不控制该等网站和资源,您承认并同意,{$DT[sitename]}并不对该等外在网站或资源的可用性负责,且不认可该等网站或资源上或可从该等网站或资源获取的任何内容、宣传、产品、服务或其他材料,也不对其等负责或承担任何责任。您进一步承认和同意,对于任何因使用或信赖从此类网站或资源上获取的此类内容、宣传、产品、服务或其他材料而造成(或声称造成)的任何直接或间接损失,{$DT[sitename]}均不承担责任。

    + +19. 通知。
    +除非另有明确规定,任何通知应以电子邮件形式发送,(就{$DT[sitename]}而言) 电子邮件地址为以本站域名后缀之地址,或 (就您而言) 发送到您在登记过程中向{$DT[sitename]}提供的电子邮件地址,或有关方指明的该等其他地址。在电子邮件发出二十四 (24) 小时后,通知应被视为已送达,除非发送人被告知相关电子邮件地址已作废。或者,本公司可通过邮资预付挂号邮件并要求回执的方式,将通知发到您在登记过程中向{$DT[sitename]}提供的地址。在该情况下,在付邮当日三 (3) 天后通知被视为已送达。

    + +20. 不可抗力。
    +对于因本公司合理控制范围以外的原因,包括但不限于自然灾害、罢工或骚乱、物质短缺或定量配给、暴动、战争行为、政府行为、通讯或其他设施故障或严重伤亡事故等,致使本公司延迟或未能履约的,{$DT[sitename]}不对您承担任何责任。

    + +21. 转让。
    +{$DT[sitename]}转让本协议无需经您同意。

    + +22. 其他规定。
    +本协议取代您和{$DT[sitename]}先前就相同事项订立的任何书面或口头协议。本协议各方面应受中华人民共和国大陆地区法律的管辖。倘若本协议任何规定被裁定为无效或不可强制执行,该项规定应被撤销,而其余规定应予执行。条款标题仅为方便参阅而设,并不以任何方式界定、限制、解释或描述该条款的范围或限度。本公司未就您或其他人士的某项违约行为采取行动,并不表明本公司撤回就任何继后或类似的违约事件采取行动的权利。

    + +23. 诉讼。
    +因本协议或本公司服务所引起或与其有关的任何争议应向人民法院提起诉讼,并以中华人民共和国法律为管辖法律。 +
    + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/alert.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/alert.htm new file mode 100644 index 0000000..3b22088 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/alert.htm @@ -0,0 +1,114 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    商机类型{$MODULE[$mid][name]}
    关键词
    行业分类
    {ajax_category_select('post[catid]', '请选择', $catid, $mid)}
    所在地区{ajax_area_select('post[areaid]', '请选择', $areaid)}
    发送频率 + +
     
    +
    + +{elseif $action=='list'} +
    + + + + + + + + + + +
    * 请选择商机类型 +{loop $mids $k $v} +   +{/loop} +
     
    +
    + +{else} +
    + + + + + + + + + + + +{loop $lists $k $v} + + + + + + +{if $v[sendtime]} + +{else} + +{/if} + + + +{/loop} +
    类别关键词行业地区添加时间上次发送频率管理
    {$MODULE[$v[mid]][name]}{if $v[word]}{$v[word]}{else}不限{/if}{if $v[catid]}{$v[cate]}{else}不限{/if}{if $v[areaid]}{area_pos($v[areaid], '-')}{else}不限{/if}{timetodate($v[addtime], 5)}{timetodate($v[sendtime], 5)}从未{if $v[rate]}{$v[rate]}天{else}不限{/if} +
    +
    +{if $MG[alert_limit]} +
    总共可添加 {$MG[alert_limit]} 条   当前已添加 {$limit_used} 条   还可以添加 {$limit_free}
    +{/if} +
    +  提示:如果无法正常收到邮件,请将 {$DT[mail_sender]} 加入您的邮件白名单。 +
    +
    {$pages}
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/ask.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/ask.htm new file mode 100644 index 0000000..b639194 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/ask.htm @@ -0,0 +1,252 @@ +{template 'header', 'member'} + + +{if $action == 'add'} +
    + + + + + + + + + + + + + + + + + + + +
    * 分类{$type_select}
    * 标题
    * 内 容 + +{deditor($moduleid, 'content', 'Simple', '100%', 300)}
    +
    + +{elseif $action == 'edit'} +
    + + + + + + + + + + + + + + + + + + + + +
    * 分类{$type_select}
    * 标题
    * 内 容 +{deditor($moduleid, 'content', 'Simple', '100%', 200)}
         
    +
    + +{elseif $action == 'show'} + + + + + + + + + +{if $qid} + + + + +{/if} + + + + + + + + + + + + +{if $status > 1} + + + + + + + + + + + + + + + + +{if $star != 3} + + + + +{/if} +{/if} +
    问题分类{$TYPE[$typeid][typename]}
    问题标题{$title}
    来源问题点击查看
    问题详情{$content}
    提交时间{$addtime}
    受理状态{$dstatus[$status]}
    问题回复{$reply}
    受理时间{$edittime}
    受理人{$editor}
    我的评分 +{if $star} +{$stars[$star]} +{else} +
    + + + +
    +{/if} +
    + +{elseif $action == 'support'} + +{if $user[truename]} + + + + +{/if} +{if $user[telephone]} + + + + +{/if} +{if $user[mobile]} + + + + +{/if} +{if $user[fax]} + + + + +{/if} +{if $user[mail]} + + + + +{/if} +{if $user[address]} + + + + +{/if} +{if $user[postcode]} + + + + +{/if} + + + + +
    姓名{$user[truename]} ({if $user[gender]==1}先生{else}女士{/if})
    电话{$user[telephone]}
    手机{$user[mobile]}
    传真{$user[fax]}
    邮件{$user[mail]}
    地址{$user[address]}
    邮编{$user[postcode]}
    聊天 +{if $user[username] && $DT[im_web]}{im_web($user[username])} {/if} +{if $user[qq] && $DT[im_qq]}{im_qq($user[qq])} {/if} +{if $user[wx] && $DT[im_wx]}{im_wx($user[wx], $user[username])} {/if} +{if $user[ali] && $DT[im_ali]}{im_ali($user[ali])} {/if} +{if $user[skype] && $DT[im_skype]}{im_skype($user[skype])} {/if} +
    + +{else} +
    +
    +  +{$type_select}  +  + +
    +
    +
    + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + +{/loop} +
    流水号分类标题添加时间状态受理时间评分修改删除
     {$v[itemid]} {$v[type]}{$v[title]}{$v[adddate]} {$v[dstatus]} {$v[editdate]}{$v[dstar]} +{if $v[status] == 0}{else}--{/if} + +{if $v[status] == 0}{else}--{/if} +
    +
    +
    {$pages}
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/avatar.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/avatar.htm new file mode 100644 index 0000000..0711d08 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/avatar.htm @@ -0,0 +1,86 @@ +{template 'header', 'member'} + + + + + + + + +
    + +{if $avatar}

    [删除头像]{/if} +
    +
    +
    +
    + +
    +
    + + + + + + + +

    选择图片

    -
    +
    保存头像
    +
    +
    + + +
    + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/award.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/award.htm new file mode 100644 index 0000000..a886442 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/award.htm @@ -0,0 +1,111 @@ +{template 'header'} + +
    +
    +
    +
    + + + + + + + + + {if $awards} + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + + {if $tags} + + + + + {/if} +
    打赏对象{$title}
    {loop $awards $v}
    {$v}{$DT[money_unit]}
    {/loop}
    打赏金额 {$DT[money_unit]}
    打赏记录 +
    + {loop $tags $t} + + {/loop} +
    +
    +
    +
    + +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/biz.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/biz.htm new file mode 100644 index 0000000..e64a743 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/biz.htm @@ -0,0 +1,21 @@ +{template 'header', 'member'} + +
    + + + +{if $DT[im_web]} + +{/if} +{if $DT[sms] && $MG[sms]} + +{/if} + + + + + +
    新消息
    {$_message}
    新交谈
    {$_chat}
    短信余额
    {$_sms}
    保证金
    {$deposit}

    发布信息

    信息管理

    商铺首页
    +
    + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/buy.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/buy.htm new file mode 100644 index 0000000..c158f73 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/buy.htm @@ -0,0 +1,359 @@ +{template 'header'} + +{if $action == 'show'} +
    + + {if $success} +
    订单提交成功! +     支付订单    继续购物
    + + {else} +
    订单提交失败! +     返回购物车    继续购物
    + {/if} +
    +{else} + +
    + + {if $lists} +
    + + +
    + 返回购物车重新挑选 +
    1确认订单信息
    +
    + + + + + + + + + + + + {loop $lists $tags} + {loop $tags $i $t} + {if $i == 0} + + + + + {php $promos = get_promos($t[username]);} + {php $coupons = get_coupons($_username, $t[username]);} + + + + + + {/if} + + + + + + + + + + + {/loop} + {/loop} +
    图片商品库存单价数量快递运费小计
    卖家 + {if $t[vip]}{VIP} {/if}{$t[company]} + {if $DT[im_web]}{im_web($t[username].'&mid='.$t[mid].'&itemid='.$t[itemid])} {/if} + {if $t[qq] && $DT[im_qq]}{im_qq($t[qq])} {/if} + {if $t[wx] && $DT[im_wx]}{im_wx($t[wx], $t[username])} {/if} + {if $t[ali] && $DT[im_ali]}{im_ali($t[ali])} {/if} + {if $t[skype] && $DT[im_skype]}{im_skype($t[skype])} {/if} + {if $promos}
    领券
    {/if}
    + {if $coupons} + + {/if} +
    {$t[alt]} + {$t[title]}
    +
    备注:
    + {if $t[m1]}{$t[n1]}:{$t[m1]} {/if}{if $t[m2]}{$t[n2]}:{$t[m2]} {/if}{if $t[m3]}{$t[n3]}:{$t[m3]} {/if} +
    {if $t[amount]>0}{$t[amount]}{else}库存不足{/if}{$t[price]}减少 增加 + + {if $t[express_name_1] == '包邮' && $t[fee_start_1]>0} +
    满{$t[fee_start_1]}包邮
    + {/if} + {if $t[cod]} +
    货到付款
    + {/if} + + + + + + + + + + + + + +
    0.000.00
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    提示:实际的运费可能因为收货地址的不同而有差异,具体以提交之后系统计算或与卖家协商为准{$num} 种商品,总价:
    运费:
    优惠:
    实付:
    +
    +
    + 新增地址    管理地址 +
    2确认收货地址
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
      常用地址: + {if $address} + {loop $address $k $v} +
    +
    + {/loop} + {else} + 暂无常用收货地址    新增地址    管理地址 + {/if} +
    * 收货地址:{ajax_area_select('add[areaid]', '请选择', $user[areaid])}
    * 邮政编码:
    * 真实姓名:
    * 手机号码:
    + +
    + {else} +
    您还没有挑选商品,赶快行动吧!马上去 挑选商品
    + {/if} +
    +{/if} +{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/cart.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/cart.htm new file mode 100644 index 0000000..e911e69 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/cart.htm @@ -0,0 +1,214 @@ +{template 'header'} + +{if $action == 'show'} +
    + + {if $code > 0} +
    商品已成功加入购物车! +     返回商品    去购物车结算
    + {else} +
    + + 添加失败! + {if $code == -1} + 商品已经下架 + {elseif $code == -2} + 商品由您自己发布 + {elseif $code == -5} + 商品库存不足 + {else} + 商品已经下架或由您自己发布 + {/if} +     重新挑选 +
    + {/if} +
    +{else} + +
    + + {if $lists} +
    + + + + + + + + + + + + + + {loop $lists $tags} + {loop $tags $i $t} + {if $i == 0} + + + + + + + + + {/if} + + + + + + + + + + + {/loop} + {/loop} +
    图片商品库存单价数量金额删除
    + {if $t[vip]}{VIP} {/if}{$t[company]} + {if $DT[im_web]}{im_web($t[username].'&mid='.$t[mid].'&itemid='.$t[itemid])} {/if} + {if $t[qq] && $DT[im_qq]}{im_qq($t[qq])} {/if} + {if $t[wx] && $DT[im_wx]}{im_wx($t[wx], $t[username])} {/if} + {if $t[ali] && $DT[im_ali]}{im_ali($t[ali])} {/if} + {if $t[skype] && $DT[im_skype]}{im_skype($t[skype])} {/if} + + {php $promos = get_promos($t[username]);} + {if $promos} +
    优惠券
    + {/if} +
    + + + + + + + + + {$t[alt]}{$t[title]}
    + {if $t[m1]}{$t[n1]}:{$t[m1]} {/if}{if $t[m2]}{$t[n2]}:{$t[m2]} {/if}{if $t[m3]}{$t[n3]}:{$t[m3]} {/if} +
    {if $t[amount]>0}{$t[amount]}{else}库存不足{/if}{$t[price]}{if $t[valid]}减少 增加{else}失效{/if}{$t[price]}删除
    +
    + + + + + + +
    删除选中商品

    已选商品 件    合计(不含运费):

    +
    +
    + {else} +
    + {if $action == 'guest'} + 您还没有登录,请先 登录注册 + {elseif $action == 'close'} + 购物车功能未开放 + {else} + 您的 购物车 还是空的,赶快行动吧!马上去 挑选商品 + {/if} +
    + {/if} +
    +{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/cash.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/cash.htm new file mode 100644 index 0000000..a5cf102 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/cash.htm @@ -0,0 +1,261 @@ +{template 'header', 'member'} + +{if $action == 'record'} +
    + +
    + +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)} +  +  + +
    +
    +
    + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{$v[dstatus]} + +{/loop} + + + + + + +
    流水号实收手续费开户银行收款户名收款帐号申请时间受理时间状态
    {$v[itemid]}{$v[amount]}{$v[fee]}{$v[bank]}{$v[truename]}{$v[account]}{$v[addtime]}{$v[edittime]}
    小计{$amount}{$fee} 
    +
    +
    {$pages}
    + +{elseif $action == 'setting'} +{if $vbank} + + + + + + + + + + + + + + + + + + + + + + + + + +
    开户银行{$member[bank]}
    开户网点{$member[branch]}
    收款户名{if $member[banktype]}{$member[company]}{else}{$member[truename]}{/if}
    帐号类型{if $member[banktype]}对公{else}对私{/if}
    收款帐号{$member[account]}
    认证状态已认证
    +{else} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    * 开户银行{$bank_select}
    * 帐号类型 + 对私 + 对公 +
    * 开户网点 例:陕西省西安市高新支行
    * 收款户名{$member[truename]}
    * 收款帐号
    * 支付密码{template 'password', 'chip'}
    +
    + +{/if} + +{elseif $action == 'confirm'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    可用金额{$_money} {$DT[money_unit]}
    提现金额{$amount} {$DT[money_unit]}
    手续费{$fee} {$DT[money_unit]}
    实收金额{$money} {$DT[money_unit]}
    *支付密码{template 'password', 'chip'}
    +     +
    +
    + + +{else} +
    + + + + + + + + + + + + + + + + + + +
    账户余额{$_money} {$DT[money_unit]}
    提现说明 +{if $MOD[cash_times]}- 24小时可提现次数{$MOD[cash_times]}次
    {/if} +{if $MOD[cash_min]}- 单次提现最小金额{$MOD[cash_min]}{$DT[money_unit]}
    {/if} +{if $MOD[cash_max]}- 单次提现最大金额{$MOD[cash_max]}{$DT[money_unit]}
    {/if} +{if $MOD[cash_fee]}- 提现费率{$MOD[cash_fee]}%
    {/if} +{if $MOD[cash_fee_min]}- 提现费率最小值{$MOD[cash_fee_min]}{$DT[money_unit]}
    {/if} +{if $MOD[cash_fee_max]}- 提现费率封顶值{$MOD[cash_fee_max]}{$DT[money_unit]}
    {/if} +
    *提现金额
    + +
    +
    + + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/charge.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/charge.htm new file mode 100644 index 0000000..9d0e2e7 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/charge.htm @@ -0,0 +1,241 @@ +{template 'header', 'member'} + +{if $action == 'record'} +
    + +
    +金额: ~   +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)} +  +  + +
    +
    +
    + + + + + + + + + + +{if $repay}{/if} + +{loop $lists $k $v} + + + + + + + + + +{if $repay}{/if} + +{/loop} + + + + + + + +
    流水号支付金额手续费实收金额下单时间支付时间支付平台状态
    {$v[itemid]}{$v[amount]}{$v[fee]}{$v[money]}{$v[sendtime]}{$v[receivetime]}{$PAY[$v[bank]][name]}{$v[dstatus]}{if $v[repay]}支付{/if}
    小计{$amount}{$fee}{$money} 
    +
    +
    {$pages}
    + +{elseif $action == 'card'} +
    + + + + + + + + + + + + + + + +
    卡号:
    密码: +
    +
    + + +{elseif $action == 'pay'} +{if $MOD[pay_online]} +
    + + + + + + + + + + + + + + + + +
    * 支付金额  + {$DT[money_unit]} +
    * 支付平台 + + {if $PAYLIST} + {loop $PAYLIST $k $v} + + + + + + {/loop} + {else} + + + + {/if} +
    {if $v[percent]>0}手续费 {$v[percent]}%{/if}

    抱歉,系统未设置支付平台,暂时无法在线支付

    +
     
    +
    +{/if} + + +{elseif $action == 'confirm'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    支付平台
    支付金额 {$amount} {$DT[money_unit]}
    手续费 {$fee} {$DT[money_unit]}
    实收金额 {$charge} {$DT[money_unit]}
    提示信息 + - 点击确认支付,系统将跳转至第三方支付平台,支付成功后系统将自动为您入账。
    + - 如果在支付过程中遇到任何问题,请及时与客服中心取得联系,以便及时处理。
    +
    +   + +
    +
    +{if $auto}{/if} + +{else} + +{if $charge_status == 2} + + + + + + + + +{elseif $charge_status == 1} + + + + + + + + +{else} + + + + + + + + +{/if} +
    支付结果×支付异常
    相关说明 +- 错误代码“{$charge_errcode}”,请与客服联系并告知错误代码。
    +- 重新支付请点这里。
    +
    支付结果 支付成功,已经为您入账 {$charge_amount} {$DT[money_unit]}
    相关说明 +- 查询记录请点这里
    +- 继续支付请点这里
    +
    支付结果×支付失败
    相关说明 +- 如果您确认支付成功,请立即联系客服解决。
    +- 重新支付请点这里。
    +
    +{if $charge_forward}{/if} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/chat.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/chat.htm new file mode 100644 index 0000000..7c99859 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/chat.htm @@ -0,0 +1,284 @@ + + + + + + +{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}商务中心{$DT[seo_delimiter]}{if $city_sitename}{$city_sitename}{else}{$DT[sitename]}{/if}{$DT[seo_delimiter]}Powered By DESTOON B2B + + + + + + + + + + + + + +{if $head_mobile && $EXT[mobile_goto]}{/if} + + + + + + + + + + + + + + +
    +
    + + + + + +
    {$user[company]} - {$user[username]} •
    +
    +
    +
    + + + + + +
    联系方式 + {if $user[qq] && $DT[im_qq]}{im_qq($user[qq])} {/if} + {if $user[wx] && $DT[im_wx]}{im_wx($user[wx], $user[username])} {/if} + {if $user[ali] && $DT[im_ali]}{im_ali($user[ali])} {/if} + {if $user[skype] && $DT[im_skype]}{im_skype($user[skype])} {/if} +
    + +
    +
    + +
    + +
    + + + + + + {if $MOD[chat_file] && $MG[upload]} + + + {/if} + + + + + +
    + +
     
     
     
     
     
     
    +
    +
    +
    +
    + + + + + + + + + + + +
    +
    + +
    + + + + + + + + +
    +
    + + + + +
    + + + {if $MOD[chat_file] && $MG[upload]}{/if} +
    +
    +
      +
    • 姓名:{$user[truename]}({if $user[gender]==1}先生{else}女士{/if})
    • +
    • 部门:{$user[department]}{if $user[career]} ({$user[career]}){/if}
    • +
    • 地区:{area_pos($user[areaid], '')}
    • +
    • 电话:{$user[telephone]}
    • +
    • 手机:{$user[mobile]}
    • +{if $user[mail]}
    • 邮件:{$user[mail]}
    • {/if} +
    +
    +公司主页 +{if $item} +
    正在咨询
    +
    +{if $item[thumb]}{/if} +
      +
    • {$item[title]}
    • +{if isset($item[price]) && $item[price]>0}
    • {$DT[money_sign]}{$item[price]}
    • {/if} +
    +
    +发送链接 +{/if} +
    +{if $MOD[chat_file] && $MG[upload]} + +{/if} +{if $DT[stats]} + +{/if} + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/child.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/child.htm new file mode 100644 index 0000000..3fe2a80 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/child.htm @@ -0,0 +1,230 @@ +{template 'header', 'member'} + +{if $action=='add' || $action == 'edit'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    * 户名 {$MOD[minusername]}-{$MOD[maxusername]}个字符,只能使用小写字母(a-z)、数字(0-9)、下划线(_)、中划线(-),且以字母或数字开头和结尾
    * 密码 {$MOD[minpassword]}-{$MOD[maxpassword]}个字符,区分大小写,推荐使用数字、字母和特殊符号组合{if $action=='edit'},如不修改请留空{/if}
    昵称 在线交谈时显示
    角色 例如:财务、编辑、客服
    部门
    姓名
    性别 + 先生   + 女士 +
    手机
    * 权限 + +
      +{loop $CHILD $k $v} +
    • +{/loop} +{loop $MENUMODS $k $v} +
    • +{/loop} +
    +
    +
    * 状态 + 启用   + 禁用 +
     
    +
    + + +{elseif $action == 'password'} +
    + + + + + + + + + + + + + + + + + + + +
    新登录密码
    重复登录密码
    现有登录密码
     
    +
    + + +{elseif $action == 'home'} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    会员{$username}
    昵称{$nickname}
    角色{$role}
    部门{$department}
    姓名{$truename}
    手机{$mobile}
    登录{$logintimes}次
    + +{else} +
    + + + + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + + + + +{/loop} +
    户名昵称角色部门姓名电话最后登录登录次数登录IP状态修改删除
    {$v[username]}{$v[nickname]}{$v[role]}{$v[department]}{$v[truename]}{$v[mobile]}{$v[logindate]}{$v[logintimes]}{$v[loginip]}{if $v[status] == 3}正常{else}禁用{/if}
    +
    +{if $MG[child_limit]} +
    总共可加 {$MG[child_limit]} 个   当前已加 {$limit_used} 个   还可以加 {$limit_free}
    +{/if} +
    {$pages}
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/choose.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/choose.htm new file mode 100644 index 0000000..64dd9aa --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/choose.htm @@ -0,0 +1,240 @@ + + + + +{$head_title}{$DT[seo_delimiter]}{$DT[sitename]} + + + + + + + + + + + + + + + +{if $job == 'item'} +
    + +
    + + +{if $mid==16 && $from=='relate'} + +{else} + + +{/if} +{if $mid == 4} + +{else} + + +{/if} + + +{loop $lists $k $v} + +{if $mid==16 && $from=='relate'} + +{else} + + +{/if} + +{if $mid > 4} + +{/if} + + +{/loop} +
    商品ID公司标题添加时间选择
    {$v[itemid]}{if $v[level]}{/if}{$v[title]}{if $v[thumb]} {/if}{$v[adddate]}选择 +
    +
    {$v[introduce]}
    +
    +
    +
    {$pages}
    + +
    +{elseif $job == 'stock'} +
    + +
    + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + +{/loop} +
    图片商品价格单位库存品牌条形编码仓储货位选择
     {$v[title]}{$v[price]}{$v[unit]}{$v[amount]}{$v[brand]}{$v[skuid]}{$v[location]}选择
    +
    {$pages}
    + +
    +{else} +{if $mid} +
    + +
    +{/if} + +{if $itemid || $DT['uploadlog']} + +
    +{if $lists} +{loop $lists $k $v} + +{/loop} +
    +{else} +


    抱歉,您还没有上传过任何图片!



    +{/if} +
    +{else} +
    + {if $lists} + {loop $lists $k $v} +
    + + {$v[items]} 张图片 +
    + {/loop} +
    +
    + {else} +


    您还没有创建{$MODULE[$mid][name]},点击这里立即创建



    + {/if} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/coupon.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/coupon.htm new file mode 100644 index 0000000..1562f35 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/coupon.htm @@ -0,0 +1,81 @@ +{template 'header', 'member'} + +{if $action=='my'} + +
    +{loop $lists $k $v} +
    +
    {$DT[money_sign]}{$v[price]}
    + {if $v[cost]}满{$v[cost]}可用{else}不限消费金额{/if} + {if $v[seller]} + 店铺:{$v[seller]} + {else} + 全站通用 + {/if} + {timetodate($v[fromtime], 3)} - {timetodate($v[totime], 3)} + {if $v[oid]} +

    已使用

    + {elseif $v[fromtime] > $DT_TIME} +

    未开始

    + {elseif $v[totime] < $DT_TIME} +

    已过期

    + {else} +

    立即使用

    + {/if} +
    +{/loop} +
    +
    {$pages}
    + +{else} + +
    +{loop $lists $k $v} +
    +
    {$DT[money_sign]}{$v[price]}
    + {if $v[cost]}满{$v[cost]}可用{else}不限消费金额{/if} + {if $v[username]} + 店铺:{$v[username]} + {else} + 全站通用 + {/if} + 剩余{$v[left]}张 + {if isset($gets[$v[itemid]])} + 已领取 + {else} +

    立即领取

    + {/if} +
    +{/loop} +
    +
    {$pages}
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/credit.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/credit.htm new file mode 100644 index 0000000..5571276 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/credit.htm @@ -0,0 +1,255 @@ +{template 'header', 'member'} + +{if $action == 'exchange'} +
    + + + + + + + + + + + + + + + + + + + +
    可用{$MOD[ex_name]}{$num}
    兑换比率1 {$MOD[ex_name]} 兑换 {$MOD[ex_rate]} {$DT[credit_name]}
    * 兑换额度
     
    +
    + + +{elseif $action == 'buy'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    * 购买额度 + + + + + + +{loop $C $k $v} + + + + + +{/loop} +
      {$DT[credit_name]}({$DT[credit_unit]})    {$DT[money_name]}({$DT[money_unit]})  
    {$v}{$P[$k]}
    +
    应付总额0.00 {$DT[money_unit]}
     
    +
    + +{elseif $action == 'invite'} + + + + + + + + + + + + + + + + + + + + + + + + + +
    引导至 +     +     + +
    推广网址
    推广方法 +- 将上面的网址发给您QQ/微信/Email等好友
    +- 在论坛签名,博客链接,网站等加上上面的网址
    +
    奖励规则 +- 每引导一个IP访问您可以获赠 {$MOD[credit_ip]} {$DT[credit_name]} (24小时内最多积{$MOD[credit_maxip]}{$DT[credit_name]})
    +- 每引导一个用户注册您可以获赠 {$MOD[credit_user]} {$DT[credit_name]}
    +
    备注事项 +- 无论引导至那个页面,系统均会自动记录您为用户注册推荐人
    +- 引导用户需注册成功完善资料后方可为您加分
    +- 同一IP 24小时内计算一次
    +
    推广记录点击查看»
    + +{elseif $action == 'less'} +
    抱歉!由于您的{$DT[credit_name]}不足,无法进行此操作
    + + + + + + + + +
    可用{$DT[credit_name]}{$_credit}
    您可以... +购买{$DT[credit_name]}  |  +{if $MOD[credit_exchange]} +兑换{$DT[credit_name]}  |  +{/if} +推广赚{$DT[credit_name]} +
    + +{else} +
    +
    +{$fields_select}  +  + +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)} +  +  + +
    +
    +
    + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} + + + + + + +
    流水号收入支出余额发生时间事由备注
    {$v[itemid]}{if $v[amount] > 0}{$v[amount]}{else} {/if}{if $v[amount] < 0}{$v[amount]}{else} {/if}{if $v[balance]}{$v[balance]}{else} {/if}{$v[addtime]}
    小计{$income}{$expense} 
    +
    {$pages}
    + +{/if} +{if $action == 'buy'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/deal.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/deal.htm new file mode 100644 index 0000000..b676b83 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/deal.htm @@ -0,0 +1,489 @@ +{template 'header', 'member'} + + +{if $action == 'update'} + {if $step == 'detail'} + + + + + + {if $td[status] == 4 || $td[status] == 5} + + + {else} + + {/if} + + + + + + + {if $td[status] == 4 || $td[status] == 5} + + {/if} + +
    买家下单买家付款{if $td[logistic]}卖家发货{else}买家消费{/if}申请退款退款成功交易成功
    +
    + + {template 'goods', 'chip'} + {if $td[logistic]} +
    快递信息
    + + + + + + + + + + + + + + + + + + {if $td[send_time]} + + + + + + + + + + + + + + + + + + + + + {/if} +
    邮编{$td[buyer_postcode]}
    地址{$td[buyer_address]}
    姓名{$td[buyer_name]}
    手机{$td[buyer_mobile]}
    发货日期{$td[send_time]}
    快递类型{$td[send_type]}
    快递单号{$td[send_no]}{if $td[send_type] && $td[send_no]}  [快递追踪]{/if}
    快递状态{$_send_status[$td[send_status]]}
    + {else} +
    验证信息
    + + + + + + + + + +
    密码{$td[password]}
    手机{$td[buyer_mobile]}
    + {/if} +
    订单详情
    + + + + + + {if $logs} + + + + + {else} + + + + + + + + + {if $td[send_time]} + + + + + {/if} + {/if} + + + + + {if $td[buyer_reason]} + + + + + {/if} + {if $td[refund_reason]} + + + + + {/if} + + + + +
    联系卖家{if $DT[im_web]}{im_web($td[seller])} {/if} {$td[seller]}
    订单进程 +
    + {loop $logs $v} + {$v[adddate]} - {$v[title]}
    + {/loop} +
    +
    下单时间{$td[adddate]}
    最后更新{$td[updatedate]}
    发货时间{$td[send_time]}
    订单状态{$_status[$td[status]]}
    退款理由{$td[buyer_reason]}
    操作原因{$td[refund_reason]}
    + {if $td[status] == 6} +   + {/if} + +
    + + {elseif $step == 'express'} + {template 'goods', 'chip'} +
    快递信息
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    发货日期{$td[send_time]}
    快递类型{$td[send_type]}
    快递单号{$td[send_no]}
    追踪结果
    正在查询...
    快递状态{$_send_status[$td[send_status]]}
    +
    + + + {elseif $step == 'pay'} +
    + + + + + {template 'goods', 'chip'} +
    订单支付
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    联系卖家{if $DT[im_web]}{im_web($td[seller])} {/if}{$td[seller]}
    下单时间{$td[adddate]}
    +    +
    +
    + + + {elseif $step == 'remind'} +
    + + + + + +
    + + {elseif $step == 'refund'} +
    + + + + + + {template 'goods', 'chip'} +
    申请退款
    + + + + + + + + + + + + + + + + + + + + + +
    联系卖家{if $DT[im_web]}{im_web($td[seller])} {/if}{$td[seller]}
    下单时间{$td[adddate]}
    * 退款原因 + {deditor($moduleid, 'content', 'Simple', '100%', 200)}
    请客观、如实填写,此申请一经提交,将不可再撤销
    * 支付密码{template 'password', 'chip'} 
    +    +
    +
    + + + {/if} +{elseif $action == 'express'} + +
    +
    + + +{$fields_select}  +  +{$status_select}  +  +
    +
    + +
    + + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} +
    快递公司快递单号快递状态下单时间更新时间订单
    {$v[send_type]}{$v[send_no]}{$v[dstatus]}{$v[addtime]}{$v[updatetime]}查看
    +
    +
    {$pages}
    + +{else} + +
    +
    + + +{$fields_select}  +  +{$status_select}  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +  +
    +
    +单号:  +商品ID:  +商家:  +密码:  +
    + + + + +
    + + + + + + + + + +
    商品信息数量订单金额下单时间商家订单状态
    +{loop $lists $k $v} + + + + + + + + + + + + + +
    + +{if $v[status] == 0} +{if $v[logistic]} +提醒发货 | +{/if} +申请退款 | +{elseif $v[status] == 1} +{if $v[lefttime]} + 距处理此订单还剩{$v[lefttime]}  +确认收货 | +{if $v[send_type] && $v[send_no]} +快递追踪 | +{/if} +申请退款 | +{else} +订单处理已超时,等待卖家收款  +{/if} +{elseif $v[status] == 2} +{if $v[lefttime]} + 距处理此订单还剩{$v[lefttime]}  +确认消费 | +申请退款 | +{else} +订单处理已超时,等待卖家收款  +{/if} +{elseif $v[status] == 6} +立即付款 | +{/if} +订单详情  + + 订单号:{$v[itemid]} +
    +{$v[title]} +{if !$v[logistic]} +
    手机:{$v[buyer_mobile]} +    密码:{$v[password]} +{/if} +
    {$v[number]}{$DT[money_sign]}{$v[amount]}{$v[addtime]}{if $DT[im_web]}{im_web($v[seller].'&mid=16&itemid='.$v[gid])} {/if}{$v[dstatus]}
    +{/loop} +
    +
    {$pages}
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/deposit.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/deposit.htm new file mode 100644 index 0000000..c1bacd1 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/deposit.htm @@ -0,0 +1,127 @@ +{template 'header', 'member'} +{if $action=='add' && $itemid==1}
    尊敬的用户,为了保证信息的真实有效,请先缴纳保证金,缴纳之后即可发布信息
    {/if} + +{if $action == 'add'} +
    + + + + + + + + + + + + + + + + + + + + + + + +
    * 增资金额
    + +
    +
    + +{else} +
    +
    +日期 {dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)} +  +  + +
    +
    +
    + + + + + + + +{loop $lists $k $v} + + + + + + +{/loop} + + + + + +
    流水号金额日期操作原因
    {$v[itemid]}{$v[amount]}{$v[addtime]}{$v[reason]}
    小计{$amount}
    +
    +
    {$pages}
    + +{/if} +{if $action == 'add'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/edit.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/edit.htm new file mode 100644 index 0000000..962eb2f --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/edit.htm @@ -0,0 +1,437 @@ +{template 'header', 'member'} +{if $is_company && !$_edittime} +
    贵公司尚未完善详细资料!完善的商业信息有助于获得别人的信任,结交潜在的商业伙伴,获取商业机会,请尽快完善
    +{/if} +{if isset($success)} +
    资料保存成功,您可以:继续完善  |  发布信息  |  返回商务室首页
    +{/if} + +
    + + + +{if $vmobile} + + + + +{else} + + + + +{/if} +{if $vtruename} + + + + +{else} + + + + +{/if} + + + + +{if !$is_company} + + + + + + + + + + + + + + + + +{/if} + + + + + + + + +{if $DT[im_qq]} + + + + +{/if} +{if $DT[im_wx]} + + + + + + + + +{/if} +{if $DT[im_ali]} + + + + +{/if} +{if $DT[im_skype]} + + + + +{/if} + + + + +{if $MFD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $is_company} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $CFD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{/if} +{if $need_captcha} + + + + +{/if} + + + + +
    手机{$mobile}
    手机
    * 姓名{$truename}
    * 姓名 
    * 性别 + 先生 + 女士 +
    * 地区{ajax_area_select('post[areaid]', '请选择', $areaid)} 
    地址 
    邮编
    电话 
    部门
    职位
    QQ 如果图标无法点亮,请点这里设置
    微信
    微信二维码  [上传]  [预览]  [删除]
    阿里旺旺 如果是淘宝旺旺,请填写TB:旺旺帐号,例如:TB:abcd,否则无法点亮
    Skype
    站内信提示音 +
    +   + 提示音1   + 提示音2   + 提示音3   +
    ', '', $user, $MFD)}{/if} +
    * 验证码{template 'captcha', 'chip'}
     
    +
    + +{load('clear.js')} + +{template 'footer',$module} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/express.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/express.htm new file mode 100644 index 0000000..18cdc6b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/express.htm @@ -0,0 +1,159 @@ +{template 'header', 'member'} + +{if $action=='add' || $action == 'edit'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    * 模板名称
    * 快递名称
    默认运费
    增加一件商品增加
    显示顺序 数字越小越靠前
    备注信息
         
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{elseif $action == 'area'} +
    + + + + +
    + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} + + + + + + + + + + + + + +
    排序地区默认运费每增加一件商品增加所属模板快递
    {area_pos($v[areaid])}{$I[title]}{$I[express]}
    新增{$area_select}{$I[title]}{$I[express]}
     
         +     +     +
    +
    +
    +
    {$pages}
    + +{else} +
    + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + +{/loop} +
    模板名称快递默认运费每增加一件商品增加添加时间排序地区运费修改删除
      {$v[title]}{if $v[note]} {/if}{$v[express]}{$v[fee_start]}{$v[fee_step]}{$v[adddate]}{$v[listorder]}地区运费 ({$v[items]})
    +
    +{if $MG[express_limit]} +
    总共可发 {$MG[express_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
    +{/if} +
    {$pages}
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/favorite.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/favorite.htm new file mode 100644 index 0000000..b53b671 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/favorite.htm @@ -0,0 +1,93 @@ +{template 'header', 'member'} + +{if $action == 'edit' || $action == 'add'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    分类{$type_select} 
    * 标题 {dstyle('post[style]', $style)}
    * 网址
    备注
    排序 请填写数字,数字越大越靠前
         
    +
    + +{else} +
    +
    + {$fields_select}  +  +{$type_select}  +  + +
    +
    + +
    +{loop $lists $k $v} +
    + 修改  |  删除 +

    +
    {$v[title]}
    +
    +{/loop} +
    +{if $MG[favorite_limit]} +
    收藏夹容量 {$MG[favorite_limit]} 条   当前已收藏 {$limit_used} 条   还可以收藏 {$limit_free}
    +{/if} +
    {$pages}
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/footer.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/footer.htm new file mode 100644 index 0000000..036a153 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/footer.htm @@ -0,0 +1,57 @@ + + + + + +
    + + + + + + + + + + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/friend.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/friend.htm new file mode 100644 index 0000000..14a063b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/friend.htm @@ -0,0 +1,233 @@ +{template 'header', 'member'} + +{if $action == 'add' || $action == 'edit'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $DT[im_qq]} + + + + +{/if} +{if $DT[im_wx]} + + + + +{/if} +{if $DT[im_ali]} + + + + +{/if} +{if $DT[im_skype]} + + + + +{/if} + + + + + + + + + + + + +
    分类{$type_select} 
    会员
    * 姓名
    公司 {dstyle('post[style]', $style)}
    职位
    电话
    手机
    主页
    邮件
    QQ
    微信
    旺旺
    Skype
    备注
    排序 请填写数字,数字越大越靠前
     
    +
    + +{elseif $action=='show'} + +{if $typeid} + + + + +{/if} +{if $username} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $qq} + + + + +{/if} +{if $wx} + + + + +{/if} +{if $ali} + + + + +{/if} +{if $skype} + + + + +{/if} + + + + + + + + +
    分类{$TYPE[$typeid][typename]}
    会员 {if $DT[im_web]}{im_web($username)} {/if}{$username}
    姓名{$truename}
    公司{$company}
    职位{$career}
    电话{$telephone}
    手机{$mobile}
    主页{$homepage}
    邮件{$email}
    QQ{im_qq($qq)} {$qq}
    微信{im_wx($wx, $username)} {$wx}
    旺旺{im_ali($ali)} {$ali}
    Skype{im_skype($v[skype])} {$skype}
    备注{$note}
     
    + +{else} +
    +
    + {$fields_select}  +  +{$type_select}  +  + +
    +
    + +{loop $lists $k $v} +{if $k%2==0}{/if} + +{if $k%2==1}{/if} +{/loop} +
    + + + + + + + + + + + + + + + + +
      {if $v[dcompany]}{$v[dcompany]}{else}个人{/if}
    {$v[truename]}{if $v[career]} ({$v[career]}){/if}
    电话:{$v[telephone]}
    手机:{$v[mobile]}
    +[{$v[type]}] +{if $v[homepage]} {/if} +{if $v[username]} {/if} +{if $v[email]} {/if} +{if $v[username] && $DT[im_web]}{im_web($v[username])} {/if} +{if $v[qq] && $DT[im_qq]}{im_qq($v[qq])} {/if} +{if $v[wx] && $DT[im_wx]}{im_wx($v[wx], $v[username])} {/if} +{if $v[ali] && $DT[im_ali]}{im_ali($v[ali])} {/if} +{if $v[skype] && $DT[im_skype]}{im_skype($v[skype])} {/if} +
    +
    +{if $MG[friend_limit]} +
    商友上限 {$MG[friend_limit]} 人   当前已加 {$limit_used} 人   还可以加 {$limit_free}
    +{/if} +
    {$pages}
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/friend_my.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/friend_my.htm new file mode 100644 index 0000000..598ec24 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/friend_my.htm @@ -0,0 +1,114 @@ +{template 'header-widget', 'member'} +
    + + +
    +{$fields_select}  +  +  + +
    +
    +{if $lists} +
    + + + + + + +{if $DT[im_web]}{/if} + + +{loop $lists $k $v} + + + + + +{if $DT[im_web]}{/if} + + +{/loop} +
    公司姓名{if $from=='sms'}手机{else}会员{/if}在线
     {$v[company]}{$v[truename]}{if $from=='sms'}{$v[mobile]}{else}{$v[username]}{/if}{im_web($v[username])}
    +
    +{if $pages}
    {$pages}
    {/if} +
    +
    +   + +
    +
    + +{else} +
    {if $kw}未搜索到商友{else}暂无商友{/if}
    +{/if} + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/grade.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/grade.htm new file mode 100644 index 0000000..0f8856e --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/grade.htm @@ -0,0 +1,269 @@ +{template 'header'} +
    +

    {$DT[sitename]}会员服务一览表

    + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + {if $UP} + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + {/if} + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if} + {/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + + {loop $MODULE $m} + {if $m[moduleid] > 4 && !$m[islink] && $m[module] != 'special'} + {php $M = cache_read('module-'.$m['moduleid'].'.php');} + + + {loop $GROUPS $k $v} + {if $k > 4} + + {/if} + {/loop} + + {/if} + {/loop} + + {if $UP} + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + + {/if} + + + + {loop $GROUPS $k $v}{if $k > 4} + + {/if}{/loop} + +
    服务范围{$v[groupname]}
    收费模式{if $v[fee_mode]}包年{else}免费{/if}
    年 费{if $v[fee]}{$DT[money_sign]}{$v[fee]}{$DT[money_unit]}/年{else}--{/if}
     {if isset($UP[$k])}{else} {/if}
    允许发布信息 + {php $i=0;} + {loop $MODULE $k $m} + {if in_array($m[moduleid], $v[moduleids])}{if $i++>0} | {/if}{$m[name]}{/if} + {/loop} +
    拥有{VIP}标识 {VIP}
    信息优先排序
    产品首页推荐
    产品在线销售
    信息关键字排名
    拥有公司主页
    自定义公司主页
    自定义公司模板
    客户服务
    商机订阅
    邮件发送
    收件箱容量 + {if $v[inbox_limit] == -1} + 0 + {elseif $v[inbox_limit] == 0} + 不限 + {else} + {$v[inbox_limit]} + {/if} +
    每日可发站内信 + {if $v[message_limit] == -1} + 0 + {elseif $v[message_limit] == 0} + 不限 + {else} + {$v[message_limit]} + {/if} +
    每日询盘次数 + {if $v[inquiry_limit] == -1} + 0 + {elseif $v[inquiry_limit] == 0} + 不限 + {else} + {$v[inquiry_limit]} + {/if} +
    每日报价次数 + {if $v[price_limit] == -1} + 0 + {elseif $v[price_limit] == 0} + 不限 + {else} + {$v[price_limit]} + {/if} +
    商友数量数量 + {if $v[friend_limit] == -1} + 0 + {elseif $v[friend_limit] == 0} + 不限 + {else} + {$v[friend_limit]} + {/if} +
    贸易提醒数量 + {if $v[alert_limit] == -1} + 0 + {elseif $v[alert_limit] == 0} + 不限 + {else} + {$v[alert_limit]} + {/if} +
    商机收藏数量 + {if $v[favorite_limit] == -1} + 0 + {elseif $v[favorite_limit] == 0} + 不限 + {else} + {$v[favorite_limit]} + {/if} +
    {$m[name]}发布数量 + {php $limit = intval($M['limit_'.$v['groupid']]);} + {if $limit == -1} + 0 + {elseif $limit == 0} + 不限 + {else} + {$limit} + {/if} +
     {if isset($UP[$k])}{else} {/if}
    服务范围{$v[groupname]}
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/group.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/group.htm new file mode 100644 index 0000000..1b3f72a --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/group.htm @@ -0,0 +1,482 @@ +{template 'header', 'member'} + + +{if $action == 'update'} + {if $step == 'detail'} + + + + + + {if $td[status] == 4 || $td[status] == 5} + + + {else} + + {/if} + + + + + + + {if $td[status] == 4 || $td[status] == 5} + + {/if} + +
    买家下单买家付款{if $td[logistic]}卖家发货{else}买家消费{/if}申请退款退款成功交易成功
    + + + {template 'goods', 'chip'} + {if $td[logistic]} +
    快递信息
    + + + + + + + + + + + + + + + + + + + + + + {if $td[send_time]} + + + + + + + + + + + + + + + + + + + + + {/if} +
    邮编{$td[buyer_postcode]}
    地址{$td[buyer_address]}
    姓名{$td[buyer_name]}
    手机{$td[buyer_mobile]}
    买家备注{if $td[note]}{$td[note]}{else}无{/if}
    发货日期{$td[send_time]}
    快递类型{$td[send_type]}
    快递单号{$td[send_no]}{if $td[send_type] && $td[send_no]}  [快递追踪]{/if}
    快递状态{$_send_status[$td[send_status]]}
    + {else} +
    验证信息
    + + + + + + + + + + {if $td[status] == 0} + + + + + {/if} +
    密码{$td[password]}
    手机{$td[buyer_mobile]}
    + {/if} +
    订单详情
    + + + + + + {if $logs} + + + + + {else} + + + + + + + + + {if $td[send_time]} + + + + + {/if} + {/if} + + + + + {if $td[buyer_reason]} + + + + + {/if} + {if $td[refund_reason]} + + + + + {/if} + + + + +
    联系买家{if $DT[im_web]}{im_web($td[buyer])} {/if} {$td[buyer]}
    订单进程 +
    + {loop $logs $v} + {$v[adddate]} - {$v[title]}
    + {/loop} +
    +
    下单时间{$td[adddate]}
    最后更新{$td[updatedate]}
    发货时间{$td[send_time]}
    订单状态{$_status[$td[status]]}
    退款理由{$td[buyer_reason]}
    操作原因{$td[refund_reason]}
    + +
    + + {elseif $step == 'express'} + {template 'goods', 'chip'} +
    快递信息
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    发货日期{$td[send_time]}
    快递类型{$td[send_type]}
    快递单号{$td[send_no]}
    追踪结果
    正在查询...
    快递状态{$_send_status[$td[send_status]]}
    +
    + + + {elseif $step == 'send'} +
    + + + + + + + {template 'goods', 'chip'} +
    确认发货
    + + + + + + + + + + + + + + + + + +
    快递类型 + +
    快递单号
    发货时间{dcalendar('send_time', $send_time)}
    +    +
    +
    + + + {elseif $step == 'add_time'} +
    + + + + + + {template 'goods', 'chip'} +
    延长买家确认时间
    + + + + + + + + + +
    *延长时间 小时 (1天=24小时 只能为整数) 
    +    +
    +
    + + + {elseif $step == 'refund_agree'} +
    + + + + + + + {template 'goods', 'chip'} +
    同意退款
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    联系买家{if $DT[im_web]}{im_web($td[buyer])} {/if}{$td[buyer]}
    下单时间{$td[adddate]}
    退款原因{$td[buyer_reason]}
    同意原因 + {deditor($moduleid, 'content', 'Simple', '100%', 200)}
    * 支付密码{template 'password', 'chip'} 
    +    +
    +
    + + + {/if} +{elseif $action == 'express'} + +
    +
    + + +{$fields_select}  +  +{$status_select}  +  +
    +
    + +
    + + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} +
    快递公司快递单号快递状态下单时间更新时间订单
    {$v[send_type]}{$v[send_no]}{$v[dstatus]}{$v[addtime]}{$v[updatetime]}查看
    +
    +
    {$pages}
    + +{else} + +
    +
    + +{$fields_select}  +  +{$status_select}  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +  +
    +
    +单号:  +商品ID:  +买家:  +密码:  +
    +
    + + + +
    + + + + + + + + + +
    商品信息数量订单金额下单时间买家订单状态
    +{loop $lists $k $v} + + + + + + + + + + + + + +
    + +{if $v[status] == 0} +{if $v[logistic]} +确认发货 | +打印订单 | +{else} +确认消费 | +{/if} +{elseif $v[status] == 1} +{if $v[lefttime]} + 距买家处理订单还剩{$v[lefttime]}  +延长时间 | +{else} +买家处理订单超时 +直接收款 | +{/if} +{if $v[send_type] && $v[send_no]} +快递追踪 | +{/if} +{elseif $v[status] == 2} +{if $v[lefttime]} + 距买家处理订单还剩{$v[lefttime]}  +延长时间 | +{else} +买家处理订单超时 +直接收款 | +{/if} +{elseif $v[status] == 4} +同意退款 | +{/if} +订单详情  + + 订单号:{$v[itemid]} +
    +{$v[title]} +{if !$v[logistic]} +
    手机:{$v[buyer_mobile]} +    密码:{$v[password]} +{/if} +
    {$v[number]}{$DT[money_sign]}{$v[amount]}{$v[addtime]}{if $DT[im_web]}{im_web($v[buyer].'&mid=16&itemid='.$v[gid])} {/if}{$v[dstatus]}
    +{/loop} +
    +
    {$pages}
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/group_print.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/group_print.htm new file mode 100644 index 0000000..f1edf1a --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/group_print.htm @@ -0,0 +1,80 @@ + + + + +打印订单 + + + + +
    +

    发货单

    + + + + + + + + + + + + + + + + + + + + +
    收货信息
    收货地址{$td[buyer_address]}{if $td[buyer_postcode]} ({$td[buyer_postcode]}){/if}
    买家姓名{$td[buyer_name]}
    买家手机{$td[buyer_mobile]}
    会员名称{$td[buyer]}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    订单信息
    订单编号{$td[itemid]}
    下单时间{$td[adddate]}
    卖家名称{$td[seller]}
    商品名称{$td[title]}
    购买数量{$td[number]}
    商品单价{$DT[money_sign]}{$td[price]}
    订单总额{$DT[money_sign]}{$td[total]}
    +
    + +
    +
    + + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/header-widget.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/header-widget.htm new file mode 100644 index 0000000..61475d4 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/header-widget.htm @@ -0,0 +1,23 @@ + + + + +{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{$DT[sitename]} + + + + + + + + + + + + + + + +{dmsg()} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/header.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/header.htm new file mode 100644 index 0000000..d123028 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/header.htm @@ -0,0 +1,247 @@ + + + + + + + +{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}商务中心{$DT[seo_delimiter]}{if $city_sitename}{$city_sitename}{else}{$DT[sitename]}{/if}{$DT[seo_delimiter]}Powered By DESTOON B2B + + + + + + + + + + + + + + + + +{if $head_mobile && $EXT[mobile_goto]}{/if} + + + + +{dmsg()} + +
     
    + +
    + + + + + + + +
    + +

    {$title}

    +
    +价格 +{if $price>0}¥{$price}{$DT[money_unit]}/{$unit}{else}面议{/if} + +
    +
    +
    供应总量
    {$amount} {$unit}
    +
    +
    +
    最小起订
    {$minamount} {$unit}
    +
    +{if $brand} +
    +
    品牌名称
    {$brand}
    +
    +{/if} +{if $n1 && $v1} +
    +
    {$n1}:
    +
    {$item[v1]}
    +
    +{/if} +{if $n2 && $v2} +
    +
    {$n2}:
    +
    {$item[v2]}
    +
    +{/if} +{if $n3 && $v3} +
    +
    {$n3}:
    +
    {$item[v3]}
    +
    +{/if} +
    +
    厂家区域
    {area_pos($areaid, '')}
    +
    +
    +
    发货期限:
    +
    自买家付款之日起 {if $days}{$days}{/if} 天内发货
    +
    +
    +
    +{if $username && !$expired} + +
    +
    + +
    +
    +
    买家还在看
    +
    +
    +
      + +{loop $tags $i $t} +
    • {$t[title]}{if $t[price]>0} +¥{$t[price]}/{$unit} +{else} +面议 +{/if} +
    • +{/loop} +
    +
      + +{loop $tags $i $t} +
    • {$t[title]}{if $t[price]>0} +¥{$t[price]}/{$unit} +{else} +面议 +{/if} +
    • +{/loop} +
    +
      + +{loop $tags $i $t} +
    • {$t[title]}{if $t[price]>0} +¥{$t[price]}/{$unit} +{else} +面议 +{/if} +
    • +{/loop} +
    + +
    +
    + +
    • 1
    • 2
    • 3
    + +
    +
    +
    + + + +
    +
    +
    企业推荐
    +
    + +{loop $tags $i $t} +

    {$t[title]}

    {if $t[price]>0} +¥{$t[price]}/{$unit} +{else}面议 +{/if} +

    +
    +{/loop} +
    +
    +
    +
    +
    +
    +

    企业信息

    +{template 'contact', 'chip'}
    +
    +

    该企业的其他产品

    +
    + +{loop $tags $i $t} +{$t[title]} +{$t[title]} +{if $t[price]>0} +¥{$t[price]}/{$unit} +{else} +面议 +{/if} + +{/loop} +
    +
    +
    +
    +
    +
    产品详情
    +
    +
    +{$content} +
    +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}反对 {$hates}{/if} +举报 {$reports} +收藏 {$favorites} + +
    +
    +
    站内同类产品
    +
    + +{loop $tags $i $t} +

    {$t[title]}

    {if $t[price]>0} +¥{$t[price]}/{$unit} +{else}面议 +{/if} +

    +
    +{/loop} +
    +
    + +
    +
    "{$title}"相关信息
    +
    +
    相关类目
    +
    {php $mid = $moduleid;} +{if $CAT[parentid]} +{php $zcatid = $CAT[parentid];} +{else} +{php $zcatid = $catid;} +{/if} +{php $child = get_maincat($zcatid, $mid, 1);} +{loop $child $i $c} +{$c[catname]} +{/loop} +
    +
    + +
    +
    相关产品
    +
    + + +{loop $tags $i $t} + +{$t[title]} + +{/loop} + +
    +
    +
    + +
    +
    免责声明
    +

    本网页所展示的有关【{$title}】的信息/图片/参数等由的会员【{$item[company]}】提供,由{$DT[sitename]}会员【{$item[company]}】自行对信息/图片/参数等的真实性、准确性和合法性负责,本网站仅提供展示服务,请谨慎交易,因交易而产生的法律关系及法律纠纷由您自行协商解决,本网站对此不承担任何责任。您在本网页可以浏览【{$title}】有关的信息/图片/价格等及提供 +【{$title}】的厂家公司简介、联系方式等信息。

    +

    在您的合法权益受到侵害时,请您致电或加微信{$DT[telephone]},我们将竭诚为您服务,感谢您对{$DT[sitename]}的关注与支持!

    +
    + +
    + +
    + +{if $video}{/if} +{if $content}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/sell/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/sell/these.name.php new file mode 100644 index 0000000..592f810 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/sell/these.name.php @@ -0,0 +1,10 @@ + '产品比较', + 'index' => '首页', + 'inquiry' => '询盘页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/special/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/special/index.htm new file mode 100644 index 0000000..798102d --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/special/index.htm @@ -0,0 +1,18 @@ +{template 'header'} +{if $MOD[page_irec]} +
    +
    +
    {loop $maincat $k $v}{if $k<10}{if $k}  |  {/if}{$v[catname]}{/if}{/loop}推荐{$MOD[name]}
    +
    +
    +{/if} +{if $MOD[page_icat]} +{loop $maincat $i $c} +
    +
    +
    更多>{$c[catname]}
    +
    +
    +{/loop} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/special/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/special/list.htm new file mode 100644 index 0000000..af6f3e7 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/special/list.htm @@ -0,0 +1,18 @@ +{template 'header'} +
    + +
    +
    +
    + {if $CP}{template 'property_list', 'chip'}{/if} +
    {if $tags}{template 'list-'.$module, 'tag'}{/if}
    +
    +
    + +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/special/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/special/search.htm new file mode 100644 index 0000000..ac40b50 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/special/search.htm @@ -0,0 +1,78 @@ +{template 'header'} + +
    +
    +
    +
    +
    关键词
    +
    +   + {loop $sfields $k $v} +   + {/loop} +
    +
    +
    +
    分类
    +
    + {$category_select} + {if $area_select} + 地区 + {$area_select} + {/if} + 排序 + {$order_select} +
    +
    + {if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    + + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
    +
    {template 'list-'.$module, 'tag'}
    + {else} + {template 'empty', 'chip'} + {/if} +
    +
    + {if $kw} +
    相关搜索
    +
    +
      + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
    • {$mod[name]} 找 {$kw}
    • {/if}{/loop} +
    +
    + + {if $_username} + + {/if} + {/if} + +
    今日排行
    +
    + +
    +
    本周排行
    +
    + +
    +
    本月排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/special/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/special/show.htm new file mode 100644 index 0000000..65d7431 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/special/show.htm @@ -0,0 +1,67 @@ +{template 'header'} + +
    + +
    +{if $banner}
    {/if} +{if $action == 'type'} +
    +
    + +
    +
    +
    +{else} +{if $cfg_photo} +
    +
    图片报道
    +
    +
    +
    +{/if} +{if $cfg_video} +
    +
    视频报道
    +
    +
    +
    +{/if} +{if $cfg_type} +
    +
    +
    +
    +{if $_cid} + +
    我的面板
    +
    + +
    +{else} + +{if $menu_id == 2} + +{if $_userid} +
    商户服务
    +
    + +
    +{/if} + +{if $MG[homepage]} +
    商铺管理
    +
    + +
    +{/if} + +{elseif $menu_id == 1} + +{if $MYMODS} +
    产品信息管理
    +
    + +
    +{/if} + +{else} + +{if $_userid} +
    会员服务
    +
    + +
    +{/if} + +{if $_userid} +
    交易管理
    +
    + +
    +{/if} + +{/if} +{/if} +
    + +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/home.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/home.htm new file mode 100644 index 0000000..b4eac24 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/home.htm @@ -0,0 +1,406 @@ +{template 'header', 'member'} + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    自定义背景图  [上传]  [预览]  [删除]
    自定义背景色{dstyle('setting[bgcolor]', $bgcolor)}
    自定义LOGO  [上传]  [预览]  [删除]
    自定义CSS
    横幅宽度 + px +    高度 + px +
    横幅显示方式 +    +    +    +
    横幅图片地址  [上传]  [预览]  [删除]
    横幅视频地址  [上传]  [预览]  [删除]
    横幅图片地址1  [上传]  [预览]  [删除]
    横幅图片链接1
    横幅图片地址2  [上传]  [预览]  [删除]
    横幅图片链接2
    横幅图片地址3  [上传]  [预览]  [删除]
    横幅图片链接3
    横幅图片地址4  [上传]  [预览]  [删除]
    横幅图片链接4
    横幅图片地址5  [上传]  [预览]  [删除]
    横幅图片链接5
    形象视频地址  [上传]  [预览]  [删除] +
    +{load('player.js')} +{load('url2video.js')} + +
    网站公告
    支持HTML语法
    访问次数 +     + +
    +
    + + + + + + + + + +{if $need_captcha} + + + + +{/if} + + + + +
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/honor.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/honor.htm new file mode 100644 index 0000000..da275d8 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/honor.htm @@ -0,0 +1,146 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} +
    + + + + +{if $action=='edit' && $status==1 && $note} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    拒绝原因{$note}
    * 证书名称 {dstyle('post[style]', $style)}
    * 发证机构
    * 发证日期{dcalendar('post[fromtime]', $fromtime)}
    到期日期{dcalendar('post[totime]', $totime)} 不设置表示永久有效
    * 证书图片 + + + + + + + + +
    +      + +
    + +
    证书介绍 +{deditor($moduleid, 'content', $group_editor, '100%', 200)}
    +
         
    +
    +{load('clear.js')} + +{else} +
    + +
      +  + +
    +
    +
    +
    + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + +{/loop} +
    证书证书名称发证机构发证日期到期日期修改删除
    {$v[title]}{if $v[status]==1 && $v[note]} {/if}{$v[authority]}{$v[fromdate]}{$v[todate]}
    +
    +
    + +
    +
    +{if $MG[honor_limit]} +
    总共可发 {$MG[honor_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
    +{/if} +
    {$pages}
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/im.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/im.htm new file mode 100644 index 0000000..e0e8c55 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/im.htm @@ -0,0 +1,198 @@ +{template 'header', 'member'} +{if $action == 'guest'} +
    +您还没有登录,请先 登录注册
    + +{elseif $action == 'close'} +您所在的会员组无权限使用此功能,请先 升级 + +{else} + +{if $action == 'add'} +
    + + + + +
    +* 会员名  +  +  +  +
    +
    + + +{elseif $action == 'setting'} +
    + + + + + + + + + + + + + + +
    黑名单
    直接输入会员名即可将会员列入黑名单,多个会员名请用空格键隔开
    自动回复
    会员首次发起交谈或超过一周没有交谈时,自动回复内容
    +
    + +{elseif $action == 'view'} +
    + + +
    +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +  + +
    +
    +
    + + + + + + +{if $admin} + + +{/if} + +{loop $lists $k $v} + + + + + +{if $admin} + + +{/if} + +{/loop} +
    头像会员时间内容禁言删除
    {if $v[nickname]}{$v[nickname]}@{/if}{$v[username]}{$v[date]}{$v[word]}禁言删除
    +
    +
    {$pages}
    + +{elseif $action == 'group'} + +
    +{if $lists} +{loop $lists $k $v} + + + + + +
    +{/loop} +{else} +

    暂未加入群聊
    查找群

    +{/if} +
    + +{elseif $action == 'friend'} + +
    +
    +  +  +  +  + +
    +
    +
    +{if $lists} +{loop $TYPE $i $t} +

    {$t[typename]} ({$t[num]})

    +
    +{loop $lists[$i] $k $v} + + + + + +
    +{/loop} +
    +{/loop} +{else} +

    暂无好友
    添加好友

    +{/if} +
    + +{else} + +
    + + +{/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/index.htm new file mode 100644 index 0000000..eee5821 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/index.htm @@ -0,0 +1,276 @@ +{template 'header', 'member'} + +
    +{if $_groupid == 4} +
    尊敬的会员,您的帐号正在审核中..,本站部分功能和服务可能受到一定的使用限制,{if $MOD[checkuser]==2}请点这里验证您的邮箱,系统将自动审核{else}请稍候,等待网站审核
    完善的商业信息有助于获得别人的信任,结交潜在的商业伙伴,获取商业机会,增加系统审核通过的概率  现在就去完善»{/if}
    +{/if} +{if $MG[type] && !$_edittime} +
    贵公司尚未完善详细资料!完善的商业信息有助于获得别人的信任,结交潜在的商业伙伴,获取商业机会  现在就去完善»
    +{/if} +{if $vip && $havedays < 30 && $havedays > 0} +
    尊敬的{$MG[groupname]},您的{VIP}服务将在 {$havedays} 天后到期,为了不影响您的正常使用,请您尽快续费  立即续费»
    +{/if} +
    + +
    + + + + + + +
    +
      +
    • 欢迎,{$_truename} ({$_username})
    • +
    • {$_company}({$MG[groupname]})   账户详情»
    • +{if $MOD[vmember]} +
    • + 认证: +{if $MOD[vemail]} + 邮件   +{/if} +{if $MOD[vmobile]} + 手机   +{/if} +{if $MOD[vbank]} + 银行   +{/if} +{if $MOD[vtruename]} + 实名   +{/if} +{if $MOD[vcompany] && $MG[type]} + 公司 +{/if} +
    • +{else} +
    • 上次登录:{timetodate($logintime, 5)}
    • +{/if} +
    +
    +
    +

    账户余额

    + {$DT[money_sign]}{$my_money} {$DT[money_unit]} +    + 流水  |  + 充值 +
    +
    +
    +
    + + +{if $DT[max_cart]} + +{/if} + +{if $DT[im_web]} + +{/if} + + + + + + +
    购物车
    新消息
    {$_message}
    新交谈
    {$_chat}
    {$DT[credit_name]}
    {$_credit}

    发布信息

    我的订单

    我的收藏
    +
    + +{if $_userid} +
    +
    数据统计查看店铺
    + +
      +
    • +商铺浏览量
      完善公司信息送会员商铺,会员店铺总浏览量。
      +{$hits} +

      强大的宣传让您势不可挡

      +
    • + +
    • +旺铺编号
      编号是{$DT[sitename]}会员商铺的唯一ID,用于统计
      +{$_userid} +

      本站的身份编号

      +
    • + +
    • +共累计登陆
      天道酬勤,经常登录,刷新自己的信息让信息永远保持最新更新状态!
      +{$logintimes} +

      勤登录,刷新信息有好处哦!

      +
    • +
    +
    +
    +{/if} +
    +{if $_groupid > 1 && !$_edittime} +
    +
    19
    +
    +

    尚未完善详细资料!请认真填写正确的个人信息资料。

    +

    本次共检测10

    +{if !$vcompany || !$vtruename || !$vbank || !$vmobile || !$vemail} +

    发现很多未认证去认证

    +{/if} +

    详细的个人资料,有助于商业交易的诚信。

    +
    +完善资料 +
    +{else} +
    +
    100
    +
    +

    已完善详细资料!请开始您的贸易生活。

    +

    详细的个人资料,有助于商业交易的诚信。

    +
    +想更改 +
    +{/if} + + +{loop $xhbqs $k $v} +
    +
    {$v[company]}
    +
    发布需求
    +
    {$v[title]}
    +
    {timetodate($v[edittime], 3)}
    +
    立即报价
    +
    +{/loop} + +--> + + +
    +
    +
    卖家正在供应
    +
      + +{loop $xhbqs $k $v} +
      +
      {$v[company]}
      +
      发布供应
      +
      {$v[title]}
      +
      {timetodate($v[edittime], 3)}
      +
      立即下单
      +
      +{/loop} +
    +
    + + + +
    +
    +
    系统信息
    +
    +
    +
      + {if $sys} + {loop $sys $v} +
    • {timetodate($v[addtime], 3)} {$v[title]}
    • + {/loop} + {else} +
    •  暂无消息
    • + {/if} +
    +
    +
    +
    +
    +
    商务便笺
    +
    +
    +
    + + + + + + + + +
    [可记录一些文字备忘,限5000字]
    +
    +
    +
    +
    +
    +
    +
    +
    我的移动店铺
    + +
    + +

    扫一扫,查看我的移动店铺

    +
    +
    + +
    +
    网站公告
    + +
    + + + +
    +
    我的余额查流水 >
    +
      +
    • {$DT[money_sign]}{$my_money}{$DT[money_unit]}
    • +
    • 提现充值
    • +
    +
    + + + +
    +
    +
    我的副产记录 >
    +
    +

    {$DT[credit_name]}{$_credit} {$DT[credit_unit]}

    +

    保证金{$deposit}

    +{if $DT[sms] && $MG[sms]}

    短信余额{$_sms}

    {/if} +
    +
    + + + +
    + + +
    +
    +

    升级会员服务

    +

    {$DT[telephone]}

    +

    周一至周五 9:00-18:00

    +免费联系我们 +
    +
    +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/index.html b/template/m15dt8h3jk4j34l1kl4232l12l/member/index.html new file mode 100644 index 0000000..c1e1f00 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/link.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/link.htm new file mode 100644 index 0000000..dc06418 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/link.htm @@ -0,0 +1,93 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} +
    + + + + + + + + + + + + + + + + + + + + +
    * 网站名称 {dstyle('post[style]', $style)}
    * 链接地址
    显示顺序 填写数字,数字越大越靠前
         
    +
    + +{else} +
    + +
      +  + +
    +
    +
    +
    + + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} +
    链接名称网站地址添加时间修改删除
    {$v[title]}{$v[linkurl]}{$v[adddate]}
    +
    +
    + +
    +
    +{if $MG[link_limit]} +
    总共可发 {$MG[link_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
    +{/if} +
    {$pages}
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/login.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/login.htm new file mode 100644 index 0000000..ef8be40 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/login.htm @@ -0,0 +1,213 @@ +{template 'header'} +
    +
    + + + +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/mail.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/mail.htm new file mode 100644 index 0000000..ae3d129 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/mail.htm @@ -0,0 +1,102 @@ +{template 'header', 'member'} + +{if $action == 'list'} +
    + + + + + + + +{loop $lists $k $v} + + + + + + +{/loop} +
     标题类 别添加时间
    {$v[title]}{$TYPE[$v[typeid]][typename]}{$v[adddate]}
    +
    +
    {$pages}
    + +{elseif $action == 'show'} + + + + + + + + + + + + + + + + + +
    邮件标题{$r[title]}
    邮件正文{$r[content]}
    添加时间{$r[adddate]}
    更新时间{$r[editdate]}
    + +{else} +
    + + + + + + + + + + + + + +{if $r} + + + + + + + + +{/if} + + + + +
    订阅说明 +1、选择您感兴趣的分类,点击订阅即可将你的注册邮件添加至订阅列表,系统会定期发送订阅内容至您的邮箱。
    +2、取消某个分类先去掉其选中(新增某个分类直接将其选中),然后点击订阅即可更新。
    +3、点击退订,系统会取消您所有的订阅,并将您的邮件地址从订阅列表中移除。
    +4、订阅分类可能会定期更新,请随时关注。
    +5、如果无法正常收到邮件,请将 {$DT[mail_sender]} 加入您的邮件白名单。
    +
    * 商机分类 + {if $TYPE} + + {loop $TYPE $k $v} + {if $k%4==0}{/if} + + {if $k%4==3}{/if} + {/loop} +
    + {else} + 无法完成订阅,系统暂无商机分类 + {/if} +
    邮件地址{$_email}
    订阅时间{$addtime}
    上次更新{$edittime}
        
    +
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/message.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/message.htm new file mode 100644 index 0000000..fa161b9 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/message.htm @@ -0,0 +1,442 @@ +{template 'header', 'member'} + +{if $action == 'guest'} +
    +您还没有登录,请先 登录注册
    + +{elseif $action == 'close'} +您所在的会员组无权限使用此功能,请先 升级 + +{else} + +{if $action == 'send'} +
    + + + + + + + + + + + + + + + + + + + + +{if $need_captcha} + + + + +{/if} + + + + +
    * 收件人  [我的商友] +
    多个收件人请按空格键隔开 最多同时发送给{$MOD[maxtouser]}个收件人
    * 标题
    * 内容 +{deditor($moduleid, 'content', 'Message', '100%', 200)}
    +
    选项 + 不发送,保存为草稿 + 保存到已发送 + 已读回执 +
    * 验证码{template 'captcha', 'chip'}
    + +{if $MG[message_limit]} +   今日可发 {$MG[message_limit]} 次 +   当前已发 {$limit_used} 次 +   还可以发 {$limit_free} 次 +{/if} +
    +
    +{load('clear.js')} + +{elseif $action == 'edit'} +
    + + + + + + + + + + + + + + + + + + + + + + + +
    * 收件人  [我的商友]
    多个收件人请按空格键隔开 最多同时发送给{$MOD[maxtouser]}个收件人
    * 标题
    * 内容 +{deditor($moduleid, 'content', 'Simple', '100%', 200)}
    +
    选项 + 发送信件 + 保存到已发送 + 已读回执 +
         
    +
    +{load('clear.js')} + +{elseif $action == 'export'} +
    + + + + + + + + + + + + + + + + + + + + + + + +
    提示 请定期导出重要信件,以免被系统自动清除
    信件 + 收件箱 + 已发送 + 草稿箱 + 回收站 +
    日期范围 +{dcalendar('message[fromdate]', $fromdate)} 至 {dcalendar('message[todate]', $todate)} +
    每次最多导出100封,请设置合理的时间段,以免遗漏部分信件 +
    选项 + 仅导出未读信件 +
    + +
    +
    +{elseif $action == 'empty'} +
    + + + + + + + + + + + + + + + + + + + +
    信件 + 收件箱 + 已发送 + 草稿箱 + 回收站 +
    日期范围 +{dcalendar('message[fromdate]', $fromdate)} 至 {dcalendar('message[todate]', $todate)} +
    选项 + 保留未读信件 +
    + +
    +
    +{elseif $action == 'show'} +
    + {$title}
    + {$addtime}    + {if $status==4 || $status==3} + {if $fromuser} + 发件人:{$fromuser}
    + {/if} + {elseif $status==2} + 收件人:{$touser}
    + {/if} +
    +
    +{$content} +
    +
    +  +{if $status==4} +  +{if $fromuser} +  + +  +{/if} +  +{elseif $status==3} +{if $fromuser} +  +  +  +{/if} +  +  +{elseif $status==2} + {if $fromuser} +   + {/if} +   +{elseif $status==1} + {if $fromuser} +   + {/if} +   +{elseif $status==0} +{/if} +
    + + + +
    +
    +{elseif $action == 'setting'} +
    + + + + + + + + + + + + + + +
    黑名单
    [提示] 直接输入会员名即可将会员列入黑名单,多个会员名请用空格键隔开,禁止游客请填Guest
    未读信转发 + 开启     + 关闭 +   +系统将自动转发未读站内信至注册邮箱 +
    + +
    +
    +{else} +
    +
    + + + + + + +  +  + +
    +
    + +
    +
    + + + + + +{if $status>1}{/if} + +{if $status==3} + +{/if} + +{if $status==3} +{loop $systems $v} + + + + + + +{if $status==3}{/if} + +{/loop} +{/if} +{loop $lists $v} + + + + +{if $status>1}{/if} + +{if $status==3} + +{/if} + +{/loop} +
    类型 标题{if $status==2}收件人{else}发件人{/if}时间标记
    {$v[title]}{$v[user]}{$v[adddate]}--
    {$v[title]}{if $v[userurl]}{$v[user]}{else}{$v[user]}{/if}{$v[adddate]} + +
    +
    +{if $status==4} +  +  +{elseif $status==3} +{if $_message} +  +  +{/if} +  +  +{else} +  +{/if} +  +
    + +
    +{if $status==3} +{if $MG[inbox_limit]} +
    收件箱容量 {$MG[inbox_limit]} 条   当前接收 {$limit_used} 条   还可以接收 {$limit_free} 条   建议定期删除无用信件
    +{/if} +{/if} +
    {$pages}
    +{/if} + +{/if} +{template 'footer',$module} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my.htm new file mode 100644 index 0000000..5da719a --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my.htm @@ -0,0 +1,42 @@ +{template 'header', 'member'} +{if $MYMODS} +{if $_userid} +{else} +
    您还没有登录,目前仅拥有以下栏目的发布权限,建议您 立即登录注册会员
    +{/if} + +{loop $MYMODS $v} + + + + +{/loop} +{if $MG[resume]} +{loop $MODULE $k $v} +{if $v[module] == 'job'} + + + + +{/if} +{/loop} +{/if} +
    {$MODULE[$v][name]} +{if $_userid}管理    {/if} +{if $MODULE[$v][module] == 'club'} +创建 +{else} +发布 +{/if} +
    简历 +{if $_userid}管理    {/if} +创建 +
    +{else} + {if $_userid} +
    尊敬的{$MG[groupname]},您的会员组没有在本站发布信息的权限,请返回。  点击返回商务中心首页
    + {else} +
    您还没有登录,目前没有信息发布权限,建议您 立即登录注册会员
    + {/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_article.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_article.htm new file mode 100644 index 0000000..6994adf --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_article.htm @@ -0,0 +1,248 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
    + + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    未通过原因{$note}
    * 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
    * {$MOD[name]}标题
    标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
    标题图片  [上传]  [预览]  [删除]
    ', '', $item)}{/if} +
    * 详细内容 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +
    {$MOD[name]}简介
    {$MOD[name]}作者  {$MOD[name]}来源   来源链接
    标签(Tag)
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
    +
    + + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
    +
    +
    +
    + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + +{/loop} +
    标题分类{if $timetype=='add'}添加{else}更新{/if}时间浏览管理
      {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[hits]} + +{if $MG[delete]} {/if} +
    +
    +{if $MG[delete]} +
    + +
    +{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_brand.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_brand.htm new file mode 100644 index 0000000..b55d9c8 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_brand.htm @@ -0,0 +1,277 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
    + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + +{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    未通过原因{$note}
    * 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
    * {$MOD[name]}名称
    标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
    * {$MOD[name]}LOGO  [上传]  [预览]  [删除]
    官方网站
    ', '', $item)}{/if} +
    详细说明{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
    +
    + + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
    +
    +
    +
    + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + +{/loop} +
    LOGO标题分类{if $timetype=='add'}添加{else}更新{/if}时间浏览管理
     {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[hits]} + +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
    +
    +{if $MG[delete] || $timetype!='add'} +
    +{if $MG[delete]} + +{/if} +{if $timetype!='add'} + +{if $MOD[credit_refresh]} +刷新一条信息一次需消费 {$MOD[credit_refresh]} {$DT[credit_name]},当{$DT[credit_name]}不足时将不可刷新 +{/if} +{/if} +
    +{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_buy.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_buy.htm new file mode 100644 index 0000000..2f317b9 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_buy.htm @@ -0,0 +1,488 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + + + +
    + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    未通过原因{$note}
    * 信息类型 +{loop $TYPE $k $v} +   +{/loop} +
    * 信息标题 (2-30个字)
    标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
    * 行业分类
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}{if $DT[schcate_limit]}   搜索分类{/if}
    ', '', $item)}{/if} +
    产品图片 +
    +{loop $thumbs $k $v} +
    + +
    +

    +
    +{/loop} +
    +
    +
    + +
    +

    +
    +
    +
    +
    +

    批量上传

    +
    + + + +
    宣传视频  [上传]  [预览]  [删除]   + +
    主要参数 + + + + + + + + + + + + + + + + + + + + + +
    参数名称参数值
    例如:规格例如:10cm*20cm
    +
    交易条件 + + + + + + + + + + + +
    需求数量价格要求包装要求
    +  建议详细填写交易条件,以便符合要求的卖家与您取得联系 +
    详细说明 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +
    过期时间{dcalendar('post[totime]', $totime, '-', 1)}  +  +不选表示长期有效 +
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
    +
    + + + {category_select('catid', '行业分类', $catid, $moduleid)}  +{dselect($TYPE, 'typeid', '信息类型', $typeid)}  +  +  + +
    +
    +
    +
    + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + +{/loop} +
    标题行业{if $timetype=='add'}添加{else}更新{/if}时间浏览管理
     {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}{$v[catname]}{timetodate($v[addtime], 5)}{timetodate($v[edittime], 5)}{$v[hits]} + +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
    +
    +{if $MG[delete] || $timetype!='add'} +
    +{if $MG[delete]} + +{/if} +{if $timetype!='add'} + +{if $MOD[credit_refresh]} +刷新一条信息一次需消费 {$MOD[credit_refresh]} {$DT[credit_name]},当{$DT[credit_name]}不足时将不可刷新 +{/if} +{/if} +
    +{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club.htm new file mode 100644 index 0000000..4c869e9 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club.htm @@ -0,0 +1,225 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
    + + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + + + + + +{if $CP} + + + + + + +{/if} +{if $FD}{fields_html(' + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    未通过原因{$note}
    所属商圈{$GRP[title]}
    * 帖子标题
    标题图片  [上传]  [预览]  [删除]
    ', '', $item)}{/if} +
    * 帖子内容 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
    +
    + + +  +  +  + +
    +
    +
    +
    + + + + + + +{if $MOD[hits]}{/if} + + + +{loop $lists $k $v} + + + + + +{if $MOD[hits]}{/if} + + + +{/loop} +
    标题商圈发表时间人气回复管理
    {$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[groupname]}  {$v[adddate]}{$v[hits]}{$v[reply]} + +{if $MG[delete]} {/if} +
    +
    +{if $MG[delete] || $timetype!='add'} +
    +{if $MG[delete]} + +{/if} +
    +{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'club_js', 'chip'} +{template 'footer', 'member'} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_fans.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_fans.htm new file mode 100644 index 0000000..ffc54ed --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_fans.htm @@ -0,0 +1,68 @@ +{template 'header', 'member'} + +
    +
    + + + +{$fields_select}  +  +  +  + +
    +
    +
    +
    + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} +
    头像会员商圈加入时间加入理由状态
    {$v[username]}{$v[groupname]}{$v[adddate]}{if $v[ban]}禁言{else}正常{/if}
    +
    +
    +{if $status == 3} +   +{elseif $status == 2} +   +   +{elseif $status == 1} +   +{/if} +   +   +   +
    +
    +
    {$pages}
    + +{template 'club_js', 'chip'} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_group.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_group.htm new file mode 100644 index 0000000..1c36471 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_group.htm @@ -0,0 +1,200 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
    + + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + +{if $action == 'add'} +{if $MOD[chat]} + + + + +{/if} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} + + + + +
    未通过原因{$note}
    * 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)} 创建后无法修改
    * 商圈名称{if $action=='add'} 限15个字,创建后无法修改{/if}
    * 商圈图标  [上传]  [预览]  [删除]
    * 商圈简介
    限500个字
    * 加圈方式 + 自由 + 申请 +
    * 群聊功能 + 关闭 + 开启 +
    * 创建理由
    限500个字
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{if $action=='add'} + +{else} + +{/if} +{else} +
    +
    + + + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
    +
    +
    + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} +
    图标名称分类创建时间主题粉丝管理
    {$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[post]}{$v[fans]} + +
    +
    +{if $group_limit} +
    +总共可建 {$group_limit} 个    +当前已建 {$limit_used} 个    +还可以建 {$limit_free} 个    +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'club_js', 'chip'} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_join.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_join.htm new file mode 100644 index 0000000..635af65 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_join.htm @@ -0,0 +1,108 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
    + + + + + + + + + + + + + + + + + + + +
    加入商圈{$GRP[title]}
    {if $GRP[join_type]}* {/if}加入原因
    限500个字
         
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
    + + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} +
    商圈图标商圈名称主题粉丝申请时间管理
    {$v[title]}{$v[post]}{$v[fans]}{$v[adddate]} +{if $status == 3} + +{else} + +{/if} +
    +
    +{if $join_limit} +
    +总共可加 {$join_limit} 个    +当前已加 {$limit_used} 个    +还可以加 {$limit_free} 个    +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'club_js', 'chip'} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_manage.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_manage.htm new file mode 100644 index 0000000..1fbb5ed --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_manage.htm @@ -0,0 +1,335 @@ +{if $action} +{template 'header-widget', 'member'} +
    +
    + +{if $action == 'post'} +
    +
    + + + + +{$fields_select}  +  +精华  +高亮  +置顶  +图片  +游客  +  + +
    +
    +
    +
    + + + + + + + +{if $MOD[hits]}{/if} + + + +{loop $lists $k $v} + + + + + + +{if $MOD[hits]}{/if} + + + +{/loop} +
    标题作者发表时间人气回复修改
    +{if $v[ontop]} + +{elseif $v[level]} + +{elseif $v[thumb]} + +{elseif $v[video]} + +{else} +  +{/if} +{$v[title]}{if $v[status]==1 && $v[note]} {/if}{$v[username]}{$v[adddate]}{$v[hits]}{$v[reply]} + +
    +
    +
    + + + + + + + + + + + + + + + + +
    *
    +
    +
    +
    {$pages}
    + +{elseif $action == 'edit'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    * 帖子标题
    标题图片  [上传]  [预览]  [删除]
    * 帖子内容 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +
    {if $MOD[manage_reason]}* {/if}修改原因 + + + + + + + +
         
    +
    +{load('clear.js')} + + +{elseif $action == 'reply'} +
    +
    + + + + +{$fields_select}  +  +  + +
    +
    +
    +
    + + + + + + + + +{loop $lists $k $v} + + + + + + + +{/loop} +
    内容作者回复时间修改
      {$v[title]}  {$v[username]}{$v[adddate]} + +
    +
    +
    + + + + + + + + + + +
    *
    +
    +
    +
    {$pages}
    + +{elseif $action == 'reply_edit'} +
    + + + + + + + + + + + + + + + + + + + +
    * 回复内容 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +
    {if $MOD[manage_reason]}* {/if}修改原因 + + + + + + +
         
    +
    +{load('clear.js')} + +{/if} + + + +{else} +{template 'header', 'member'} + +
    +
    + + +{$fields_select}  +  +  +  +  + +
    +
    +
    + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} +
    商圈帖子/回复操作操作内容操作时间操作原因通知
    {$v[groupname]} {$v[title]}{if $v[rid]}回复{else}帖子{/if}{$MANAGE[$v[typeid]]}{$v[value]}{$v[adddate]}{if $v[message]}已发{else}未发{/if}
    +
    +
    {$pages}
    + +{if $open_url} + +{/if} +{template 'club_js', 'chip'} +{template 'footer', 'member'} +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_reply.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_reply.htm new file mode 100644 index 0000000..7e1fe2a --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_club_reply.htm @@ -0,0 +1,137 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
    + + + + + + + + +{if $action=='add' && $R} + + + + +{/if} + + + + + + + + +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} + + + + +
    +引用回复 + +{load('club.css')} +{$R[quote]}
    回复帖子{$T[title]}
    * 回复内容 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} + +{else} +
    +
    + + + +  +  +  + +
    +
    +
    + + + + + + +{loop $lists $k $v} + + + + + +{/loop} +
    内容回复时间管理
      {$v[title]}  {$v[adddate]} + +{if $MG[delete]} {/if} +
    +
    +{if $reply_limit} +
    +今日可回复 {$reply_limit} 次    +当前已回复 {$limit_used} 次    +还可以回复 {$limit_free} 次    +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'club_js', 'chip'} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_down.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_down.htm new file mode 100644 index 0000000..cb236f5 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_down.htm @@ -0,0 +1,315 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + + +
    + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + + + + + + + + + + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    未通过原因{$note}
    * 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
    * {$MOD[name]}标题
    标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
    标题图片  [上传]  [预览]  [删除]
    * 文件地址{if $MG[upload] && check_group($_groupid, $MOD[group_upload])}  [上传]{/if}  [预览]  [删除]   + +
    * 文件类型{ext_select('post[fileext]', $fileext, 'id="fileext"')}
    * 文件大小 {unit_select('post[unit]', $unit, 'id="unit"')} 
    ', '', $item)}{/if} +
    {$MOD[name]}说明{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
    +
    + + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
    +
    +
    +
    + + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} + +{if $MOD[hits]}{/if} + + +{/loop} +
     标题分类{if $timetype=='add'}添加{else}更新{/if}时间下载浏览管理
     {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[download]}{$v[hits]} + +{if $MG[delete]} {/if} +
    +
    +{if $MG[delete]} +
    + +
    +{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_exhibit.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_exhibit.htm new file mode 100644 index 0000000..ad40878 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_exhibit.htm @@ -0,0 +1,400 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
    + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $DT[im_qq]} + + + + +{/if} +{if $DT[im_wx]} + + + + +{/if} + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    未通过原因{$note}
    * 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
    * 展会标题
    标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
    标题图片  [上传]  [预览]  [删除]
    * 展出时间{dcalendar('post[fromtime]', $fromtime, '-', 1)} 至 {dcalendar('post[totime]', $totime, '-', 1)}
    所在地区{ajax_area_select('post[areaid]', '请选择', $areaid)}
    展出城市
    * 展出地址
    * 展馆名称
    ', '', $item)}{/if} +
    展会说明{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    展会备注
    * 主办单位
    承办单位
    官方网站
    * 联系人
    * 联系电话
    联系手机
    通讯地址
    邮政编码
    联系传真
    电子邮件
    QQ
    微信
    在线报名 + 开启 + 关闭
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('guest.js')} +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{elseif $action=='sign'} + +
    +
    + + +{$fields_select}  +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +展会ID:  +  +
    +
    +
    +
    + + + + + + + +{loop $lists $k $v} + + + + + + +{/loop} +
    展会会员联系方式备注事项
    +{$v[title]} +
    报名时间:{$v[addtime]}  报名人数:{$v[amount]} +
    +{if $v[username]}{$v[username]}{/if} +
    +{if $DT[im_web] && $v[username]}{im_web($v[username])} {/if} +{if $v[username]} {/if} +{if $DT[im_qq] && $v[qq]}{im_qq($v[qq])} {/if} +{if $DT[im_wx] && $v[wx]}{im_wx($v[wx], $v[username])} {/if} +{if $DT[mail_type] != 'close' && $v[email]} {/if} +
    +
    +{$v[truename]} {$v[company]} {$v[mobile]} {$v[email]}
    +{if $v[areaid]}{area_pos($v[areaid])}{/if}{$v[address]} {$v[postcode]} +
    {nl2br($v[content])}
    +
    +
    {$pages}
    + +{else} +
    +
    + + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
    +
    +
    +
    + + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} + +{if $MOD[hits]}{/if} + + +{/loop} +
    标题分类状态{if $timetype=='add'}添加{else}更新{/if}时间报名浏览管理
      {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[orders]}{$v[hits]} + +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
    +
    +{if $MG[delete]} +
    + +
    +{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_group.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_group.htm new file mode 100644 index 0000000..64d6628 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_group.htm @@ -0,0 +1,331 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
    + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    未通过原因{$note}
    * 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
    * {$MOD[name]}标题
    标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
    * 产品图片  [上传]  [预览]  [删除]
    * 团购价
    * 市场价
    最低人数
    最多人数
    ', '', $item)}{/if} +
    {$MOD[name]}简介
    详细说明 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +
    需要快递 +    + +
    过期时间{dcalendar('post[totime]', $totime, '-', 1)}  +  +不选表示长期有效 +
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
    +
    + + + {category_select('catid', '行业分类', $catid, $moduleid)}  +  +  +{$order_select}  +  + + +
    +
    +
    + + + + + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + + + + + + +{if $MOD[hits]}{/if} + + +{/loop} +
    图片标题分类价格折扣状态订单销量人气管理
    • {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}
    • {if $timetype=='add'}{timetodate($v[addtime], 5)}{else}{timetodate($v[edittime], 5)}{/if}
    {$v[catname]}{$v[price]}{$v[discount]}{$_process[$v[process]]}{$v[orders]}{$v[sales]}{$v[hits]} + + +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
    +
    +{if $MG[delete] || $timetype!='add'} +
    +{if $MG[delete]} + +{/if} +{if $timetype!='add'} + +{if $MOD[credit_refresh]} +刷新一条信息一次需消费 {$MOD[credit_refresh]} {$DT[credit_name]},当{$DT[credit_name]}不足时将不可刷新 +{/if} +{/if} +  +
    +{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_info.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_info.htm new file mode 100644 index 0000000..1b500ee --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_info.htm @@ -0,0 +1,457 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + + + +
    + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    未通过原因{$note}
    * 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
    * {$MOD[name]}标题
    标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
    ', '', $item)}{/if} +
    主要参数 + + + + + + + + + + + + + + + + + + + + + +
    参数名称参数值
    例如:规格例如:10cm*20cm
    +
    产品图片 +
    +{loop $thumbs $k $v} +
    + +
    +

    +
    +{/loop} +
    +
    +
    + +
    +

    +
    +
    +
    +
    +

    批量上传

    +
    + + + +
    宣传视频  [上传]  [预览]  [删除]   + +
    详细说明{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +
    过期时间{dcalendar('post[totime]', $totime, '-', 1)}  +  +不选表示长期有效 +
    {$MOD[name]}区域{ajax_area_select('post[areaid]', '请选择', $areaid)} 不选择代表全国
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
    +
    + + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
    +
    +
    +
    + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + +{/loop} +
    图片标题分类{if $timetype=='add'}添加{else}更新{/if}时间浏览管理
     {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[hits]} +  +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
    +
    +{if $MG[delete] || $timetype!='add'} +
    +{if $MG[delete]} + +{/if} +{if $timetype!='add'} + +{if $MOD[credit_refresh]} +刷新一条信息一次需消费 {$MOD[credit_refresh]} 积分,当积分不足时将不可刷新 +{/if} +{/if} +
    +{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_job.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_job.htm new file mode 100644 index 0000000..fb8a52a --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_job.htm @@ -0,0 +1,607 @@ +{if $action == 'resume_invite'} + + + + +Loading... + + +
    + + + + +
    + + +{else} +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
    + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $DT[im_qq]} + + + + +{/if} +{if $DT[im_wx]} + + + + +{/if} +{if $DT[im_ali]} + + + + +{/if} +{if $DT[im_skype]} + + + + +{/if} + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    未通过原因{$note}
    *行业/职位
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}{if $DT[schcate_limit]}   搜索分类{/if}
    * 信息标题
    标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
    招聘部门
    * 招聘人数 人 (填0为若干)
    * 待遇水平 {$DT[money_unit]}/月 (填0为面议)
    * 工作地区{ajax_area_select('post[areaid]', '请选择', $areaid)}
    * 工作性质 +{loop $TYPE $k $v} + +{/loop} +
    * 性别要求 +{loop $GENDER $k $v} + +{/loop} +
    * 婚姻要求 +{loop $MARRIAGE $k $v} + +{/loop} +
    * 学历要求 +{loop $EDUCATION $k $v} + +{/loop} +  (以上) +
    * 年龄要求 周岁 (填0为不限)
    * 工作经验 +   年以上
    ', '', $item)}{/if} +
    * 详细说明 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +
    * 公司名称 个人请填 姓名(个人) 例如:张三(个人)
    * 联系人
    * 性别 + 先生 + 女士 +
    * 联系电话
    * 电子邮件
    联系手机
    联系地址
    QQ
    微信
    阿里旺旺
    Skype
    过期时间{dcalendar('post[totime]', $totime, '-', 1)}  +  +不选表示长期有效 +
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} +{load('guest.js')} +{if $action=='add'} + +{else} + +{/if} +{elseif $action == 'resume_search'} +
    + + +
    +关键词:  +行业/职位:{$category_select}  +地区:{$area_select}  +
    +
    +更新日期:{dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')}  +期望薪资: ~   + 推荐  + 有照片  +
    +
    +  +  +  +  +  +  + +
    +
    +{if $lists} +
    +
    + + + + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + + + + +{/loop} +
    照片姓名性别居住地期望行业期望职位学历毕业学校年龄婚姻工作经验更新时间
    {$v[truename]}{if $v[gender]==1}男{else}女{/if}{area_pos($v[areaid], '')}{$CATEGORY[$v[parentid]][catname]}{$CATEGORY[$v[catid]][catname]}{$EDUCATION[$v[education]]}{$v[school]}{$v[age]}{if $v[marriage]==2}已婚{else}未婚{/if}{if $v[experience]}{$v[experience]}年{else}无{/if}{$v[editdate]}
    +
    +{if $pages}
    {$pages}
    {/if} +{else} +
    抱歉,未搜索到符合条件的简历,请调整搜索条件再试
    +{/if} + +{elseif $action == 'resume'} +
    + + + +  +  + + +
    +
    +
    + + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + + +{/loop} +
    应聘岗位姓名性别学历年龄工作经验应聘时间状态面试邀请管理
      {$v[title]}{$v[truename]}{if $v[gender]==1}男{else}女{/if}{$EDUCATION[$v[education]]}{$v[age]}{if $v[experience]}{$v[experience]}年{else}无{/if}{timetodate($v[applytime], 5)}{if $v[status] == 1}未查看{else}已查看{/if}{if $v[status] == 3}已邀请{else}未邀请{/if}
    +
    +
    {$pages}
    + +{elseif $action == 'talent'} +
    + + + +{category_select('catid', '行业/职位', $catid, $moduleid)}  +  +  + + +
    +
    + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + +{/loop} +
    姓名性别学历毕业学校行业职位居住地添加时间管理
      {$v[truename]}{if $v[gender]==1}男{else}女{/if}{$EDUCATION[$v[education]]}{$v[school]}{$CATEGORY[$v[parentid]][catname]}{$CATEGORY[$v[catid]][catname]}{area_pos($v[areaid], '')}{timetodate($v[jointime], 5)}
    +
    +
    {$pages}
    + +{else} +
    +
    + + +{category_select('catid', '行业/职位', $catid, $moduleid)}  +  +  + +
    +
    +
    +
    + + + + + + + +{if $MOD[hits]}{/if} + + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + + +{/loop} +
    标题职位人数{if $timetype=='add'}添加{else}更新{/if}时间浏览简历管理
       {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}{$CATEGORY[$v[catid]][catname]}{$v[total]} {timetodate($v[addtime], 5)}{timetodate($v[edittime], 5)}{$v[hits]}{$v[apply]} +  +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
    +
    +{if $MG[delete] || $timetype!='add'} +
    +{if $MG[delete]} + +{/if} +{if $timetype!='add'} + +{if $MOD[credit_refresh]} +刷新一条信息一次需消费 {$MOD[credit_refresh]} {$DT[credit_name]},当{$DT[credit_name]}不足时将不可刷新 +{/if} +{/if} +
    +{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_job_resume.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_job_resume.htm new file mode 100644 index 0000000..dd6b30b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_job_resume.htm @@ -0,0 +1,457 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
    + + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $FD}{fields_html(' + + + + + + + + + + + + + + + + + + + +{if $DT[im_qq]} + + + + +{/if} +{if $DT[im_wx]} + + + + +{/if} +{if $DT[im_ali]} + + + + +{/if} +{if $DT[im_skype]} + + + + +{/if} + + + + + + + + + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} + + + + +
    未通过原因{$note}
    * 行业/职位
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}{if $DT[schcate_limit]}   搜索分类{/if}
    * 简历名称
    * 真实姓名
    免冠照片  [上传]  [预览]  [删除]
    * 性别 +{loop $GENDER $k $v} +{if $k > 0} + +{/if} +{/loop} +
    * 婚姻状况 +{loop $MARRIAGE $k $v} +{if $k > 0} + +{/if} +{/loop} +
    * 现居住地{ajax_area_select('post[areaid]', '请选择', $areaid)}
    * 生日 + 年 + +月 + +日 + +
    身高 cm
    体重 kg
    * 学历 +{loop $EDUCATION $k $v} +{if $k > 0} + +{/if} +{/loop} +
    * 毕业院校
    所学专业
    专业技能
    语言水平
    * 工作性质 +{loop $TYPE $k $v} +{if $k > 0} + +{/if} +{/loop} +
    期望薪资 {$DT[money_unit]}/月 (不填或者填0为不限)
    * 工作经验 +   年
    ', '', $item)}{/if} +
    * 自我鉴定 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +
    * 联系手机
    * 电子邮件
    联系电话
    联系地址
    QQ
    微信
    阿里旺旺
    Skype
    求职状态 + +
    公开程度 + 开放 + 仅网站可见 + 关闭 +
    简历模板{tpl_select('resume', $module, 'post[template]', '默认模板', $template, 'id="template"')}
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} +{load('guest.js')} +{if $action=='add'} + +{else} + +{/if} +{elseif $action=='apply'} +
    +
    + + + + {category_select('catid', '行业/职位', $catid, $moduleid)}  +  +  + +
    +
    +
    + + + + + + + + +{loop $lists $k $v} + + + + + + + +{/loop} +
    招聘信息我的简历应聘时间状态管理
       {$v[title]}  {$v[resumetitle]}{timetodate($v[applytime], 5)}   +{if $v[status] == 3} +邀请面试 +{elseif $v[status] == 2} +已查看 +{elseif $v[status] == 1} +未查看 +{elseif $v[status] == 0} +已拒绝 +{/if} +   + + +
    +
    +
    {$pages}
    + +{else} +
    +
    + + + + {category_select('catid', '行业/职位', $catid, $moduleid)}  +  +  + +
    +
    +
    + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + + +{if $MOD[hits]}{/if} + + +{/loop} +
    标题行业职位更新时间状态浏览管理
       {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if} {$CATEGORY[$v[parentid]][catname]} {$CATEGORY[$v[catid]][catname]}{timetodate($v[edittime], 5)} +{if $v[open] == 3} +开放 +{elseif $v[open] == 2} +网站可见 +{elseif $v[open] == 1} +关闭 +{else} +  +{/if} +{$v[hits]} +  +  +  + +
    +
    +{if $resume_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $resume_limit} +总共可发 {$resume_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $resume_free_limit<0}无限{else}{$resume_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_know.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_know.htm new file mode 100644 index 0000000..64ba67b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_know.htm @@ -0,0 +1,250 @@ +{template 'header', 'member'} + +{if $action=='add'} + +
    + + + + + + +{if $ask} + + + + +{/if} + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + +{if $action=='add'} + + + + + + + + +{/if} +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    * 提问专家{$ask}
    * 您的提问
    标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
    * 问题分类
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}{if $DT[schcate_limit]}   搜索分类{/if}
    ', '', $item)}{/if} +
    补充说明 +{deditor($moduleid, 'content', $group_editor, '100%', 350)} +详细的问题说明,有助于回答者给出准确的答案
    + +
    悬赏{$DT[credit_name]} + +您目前的{$DT[credit_name]}为{$_credit}
    匿名设定 + +您可以对问题设定匿名,但您需要付出{$MOD[credit_hidden]}{$DT[credit_name]}
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
    +
    + + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
    +
    +
    + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + +{if $timetype=='add'} + +{else} + +{/if} + +{if $MOD[hits]}{/if} + + +{/loop} +
    状态标题分类{if $timetype=='add'}添加{else}更新{/if}时间悬赏浏览回答
    {$PROCESS[$v[process]]} {$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[credit]}{$v[hits]}{$v[answer]}
    +
    +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_know_answer.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_know_answer.htm new file mode 100644 index 0000000..3da0e3f --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_know_answer.htm @@ -0,0 +1,139 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
    + + + + + + + + + + + + + + + + + + +{if $_userid} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} + + + + +{if !$_userid} + + + + +{/if} +
    问题原文:{$item[title]}
    * 答案内容: +{deditor($moduleid, 'content', 'Basic', '100%', 200)} +
    +
    参考资料:
    匿名设定: 如果不需要显示您的信息,您可以对回答设定匿名
    * 验证问题:{template 'question', 'chip'}
    * 验证码:{template 'captcha', 'chip'}
        
    +登录后回答可以获得{$DT[credit_name]}奖励,并可以查看和管理所有的回答。登录 | 注册
    +
    +
    +{load('clear.js')} + +{else} +
    +
    + + + +  +  +  + +
    +
    +
    + + + + + + +{loop $lists $k $v} + + + + + +{/loop} +
    内容回复时间管理
      {$v[title]}  {$v[adddate]} + +
    +
    +{if $answer_limit} +
    +今日可回答 {$answer_limit} 次    +当前已回答 {$limit_used} 次    +还可以回答 {$limit_free} 次    +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_mall.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_mall.htm new file mode 100644 index 0000000..877c0c3 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_mall.htm @@ -0,0 +1,975 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + + + +
    + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    未通过原因{$note}
    * 商品分类
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}{if $DT[schcate_limit]}   搜索分类{/if}
    商品条码  [选择]  [管理]
    * 商品名称{if $action=='edit'}   关联商品{/if}
    标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
    商品卖点
    卖点链接  链接文字
    商品品牌
    * 价格模式 +     +     +     + +
    * 商品单价
    * 商品价格 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    数量价格数量价格
    填写示例
    + +
    * 商品库存
    商品属性 + + + + + + + + + + + + + + + + + + + + + + + + + + +
    属性名称属性值* 价格
    例如:颜色例如:黑色|白色|红色|蓝色 多个属性用|分隔例如:100.00|200.00|300.00|400.00 多个价格用|分隔
    + +
    * 销售属性点击设置
    ', '', $item)}{/if} +
    * 商品图片 +
    +{loop $thumbs $k $v} +
    + +
    +

    +
    +{/loop} +
    +
    +
    + +
    +

    +
    +
    +
    +
    +

    批量上传

    +
    + + + +
    宣传视频  [上传]  [预览]  [删除]   + +
    * 商品详情 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +
    运费设置 + + + + + + + + + + + + + + + + + + + + + + + + + +
    快递默认运费增加一件商品增加选择模板 | 管理模板
    + +
    + +
    + +
    +  填写示例:包邮 / 满500包邮 / 快递10元 / 快递10元,满500包邮 +
    我的分类{$mycatid_select} 
    店铺推荐 + 是 +     + 否 +
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{elseif $action=='relate'} +
    + + + + + + + + + + + + + + + +
    关联名称   例如“颜色”、“尺寸”、“型号”等
    +{loop $lists $k $v} +
    + + + + + + + + + + + + + +
    标题
    排序
    [移除]
    +
    +{/loop} +
    +
    +
    + + + + + +
    + + +{else} +
    +
    + + + {category_select('catid', '商品分类', $catid, $moduleid)}  +{$mycat_select}  +  +{$order_select}  +  + +
    + 单价: ~   +订单: ~   +销量: ~   +库存: ~   +评论: ~   +
    +
    +
    +
    + + + + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + + + + + +{if $MOD[hits]}{/if} + + +{/loop} +
    图片商品价格订单销量库存评论人气管理
    •  {if $v[elite]}[荐] {/if}{if $v[status]>2}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}
    •  {if $timetype=='add'}{timetodate($v[addtime], 5)}{else}{timetodate($v[edittime], 5)}{/if}
    {$v[price]}{$v[orders]}{$v[sales]}{$v[amount]}{$v[comments]}{$v[hits]} + + +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
    +
    +{if $MG[delete] || $timetype!='add'} +
    +{if $MG[delete]} + +{/if} +{if $status==3}    {/if} +{if $status==4}    {/if} +{if $timetype!='add'} + +{if $MOD[credit_refresh]} +刷新一条信息一次需消费 {$MOD[credit_refresh]} {$DT[credit_name]},当{$DT[credit_name]}不足时将不可刷新 +{/if} +{/if} +
    +{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_photo.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_photo.htm new file mode 100644 index 0000000..d55da05 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_photo.htm @@ -0,0 +1,394 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
    + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + + + + + + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    未通过原因{$note}
    * 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
    * {$MOD[name]}名称
    * 封面图片  [上传]  [预览]  [删除]
    标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
    ', '', $item)}{/if} +
    {$MOD[name]}说明{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +
    公开程度 + + + +
    * 验证密码
    * 验证问题 +答案
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
     {if $action=='edit'}    {/if}    
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{elseif $action == 'item'} +
    + +已上传:{$items}/{$MOD[maxitem]}   + +上传图片至:{$item[title]} +
    +
    + + + + + + + + + + +
    +{loop $lists $k $v} +
    + + + + + + + + + + + + + + +
    +   + +
    +
    +{/loop} +{if $items < $MOD[maxitem]} +
    + + + + + + + + + + + + + + +
    +
    +{/if} +
    +
        
    +
    +
    {$pages}
    +{if $items < $MOD[maxitem]} + + + + + + + + + + +
    批量上传
    + +
    提示信息 按Ctrl键或拖动鼠标可多选图片
    +{/if} + +{else} +
    +
    + + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
    +
    +
    +
    + + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} + +{if $MOD[hits]}{/if} + + +{/loop} +
    封面标题分类{if $timetype=='add'}添加{else}更新{/if}时间图片浏览管理
     {if $v[open]<3} {/if}{if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[items]}{$v[hits]} + +{if $MG[delete]} {/if} +
    +
    +{if $MG[delete]} +
    + +
    +{/if} + +{if $mod_limit || (!$MG['fee_mode'] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG['fee_mode'] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_quote.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_quote.htm new file mode 100644 index 0000000..907447b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_quote.htm @@ -0,0 +1,239 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
    + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + + + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    未通过原因{$note}
    * 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
    * {$MOD[name]}标题
    标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
    标题图片  [上传]  [预览]  [删除]
    ', '', $item)}{/if} +
    * {$MOD[name]}内容 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +
    所在地区{ajax_area_select('post[areaid]', '请选择', $areaid)}
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
    +
    + + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
    +
    +
    +
    + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + +{/loop} +
    标题分类{if $timetype=='add'}添加{else}更新{/if}时间浏览管理
      {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[hits]} + +{if $MG[delete]} {/if} +
    +
    +{if $MG[delete]} +
    + +
    +{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_sell.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_sell.htm new file mode 100644 index 0000000..262e96d --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_sell.htm @@ -0,0 +1,523 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + + + +
    + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + +{if $CP} + + + + + +{/if} + + + + +{if $FD}{fields_html(' + + + + + + + + + + + + + + + + + + + + + + + + + +{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    未通过原因{$note}
    * 信息类型 +{loop $TYPE $k $v} +   +{/loop} +
    * 信息标题 (2-30个字)
    标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
    * 行业分类
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}{if $DT[schcate_limit]}   搜索分类{/if}
    产品品牌
    ', '', $item)}{/if} +
    产品图片 +
    +{loop $thumbs $k $v} +
    + +
    +

    +
    +{/loop} +
    +
    +
    + +
    +

    +
    +
    +
    +
    +

    批量上传

    +
    + + + +
    主要参数 + + + + + + + + + + + + + + + + + + + + + +
    参数名称参数值
    例如:规格例如:10cm*20cm
    +
    交易条件 + + + + + + + + + + + + + + + +
    计量单位产品单价起订量库存发货期限
    {$DT[money_unit]}/{if $unit}{$unit}{else}件{/if} {if $unit}{$unit}{else}件{/if} {if $unit}{$unit}{else}件{/if} 天内
    +  建议详细填写交易条件,否则买家无法为您的产品下订单 +
    详细说明 +{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    +1、建议您描述以下方面:产品的性能及优点、用途、售后服务、包装等;
    +2、为避免不必要的纠纷,请使用本企业图片;
    + +
    我的分类{$mycatid_select} 
    店铺推荐 + 是 +     + 否 +
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
    +
    + + + {category_select('catid', '行业分类', $catid, $moduleid)}  +{dselect($TYPE, 'typeid', '信息类型', $typeid)}  +  +{$mycat_select}  +  + +
    +
    +
    +
    + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + +{/loop} +
    图片标题行业{if $timetype=='add'}添加{else}更新{/if}时间浏览管理
    •  {if $v[level]==1} {/if}{if $v[elite]}[荐] {/if}{if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}
    {$v[catname]}{timetodate($v[addtime], 5)}{timetodate($v[edittime], 5)}{$v[hits]} + +{if $MG[copy]} {/if} +{if $MG[delete]} {/if} +
    +
    +{if $MG[delete] || $timetype!='add'} +
    +{if $MG[delete]} + +{/if} +{if $timetype!='add'} + +{if $MOD[credit_refresh]} +刷新一条信息一次需消费 {$MOD[credit_refresh]} {$DT[credit_name]},当{$DT[credit_name]}不足时将不可刷新 +{/if} +{/if} +
    +{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/my_video.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_video.htm new file mode 100644 index 0000000..3a45da8 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/my_video.htm @@ -0,0 +1,321 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + + + + +
    + + + + + +{if $status==1 && $action=='edit' && $note} + + + + +{/if} + + + + + + + + +{if $action=='add' && $could_color} + + + + +{/if} + + + + + + + + + + + + + + + + +{if $CP} + + + + + +{/if} +{if $FD}{fields_html(' + + + +{if $fee_add} + + + + +{if $fee_currency == 'money'} + + + + +{else} + + + + +{/if} +{/if} +{if $need_password} + + + + +{/if} +{if $need_question} + + + + +{/if} +{if $need_captcha} + + + + +{/if} +{if $action=='add'} + + + + +{/if} + + + + +
    未通过原因{$note}
    * 所属分类{category_select('post[catid]', '选择分类', $catid, $moduleid)}
    * {$MOD[name]}标题
    标题颜色 +{dstyle('color')}  +设置信息标题颜色需消费 {$MOD[credit_color]} {$DT[credit_name]} +
    * 封面图片  [上传]  [预览]  [删除]
    * {$MOD[name]}地址{if $MG[upload] && check_group($_groupid, $MOD[group_upload])}  [上传]{/if}  [预览]  [删除]   + +
    * {$MOD[name]}宽度 px   高度 px
    ', '', $item)}{/if} +
    {$MOD[name]}说明{deditor($moduleid, 'content', $group_editor, '100%', 350)}
    发布此信息需消费{$fee_add} {$fee_unit}
    {$DT[money_name]}余额{$_money}{$fee_unit} [充值]
    {$DT[credit_name]}余额{$_credit}{$fee_unit} [购买]
    * 支付密码{template 'password', 'chip'}
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
         
    +
    +{load('clear.js')} +{if $action=='add'} + +{else} + +{/if} +{else} +
    +
    + + + {category_select('catid', '所有分类', $catid, $moduleid)}  +  +  + +
    +
    +
    +
    + + + + + + + +{if $MOD[hits]}{/if} + + +{loop $lists $k $v} + + + + + +{if $timetype=='add'} + +{else} + +{/if} +{if $MOD[hits]}{/if} + + +{/loop} +
    封面标题分类{if $timetype=='add'}添加{else}更新{/if}时间播放管理
     {if $v[status]==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}  {$v[catname]}  {$v[adddate]}{$v[editdate]}{$v[hits]} + +{if $MG[delete]} {/if} +
    +
    +{if $MG[delete]} +
    + +
    +{/if} + +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +
    {$pages}
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/news.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/news.htm new file mode 100644 index 0000000..267429e --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/news.htm @@ -0,0 +1,116 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} +
    + + + + +{if $action=='edit' && $status==1 && $note} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + +
    拒绝原因{$note}
    * 新闻标题 {dstyle('post[style]', $style)}
    标题图片  [上传]  [预览]  [删除]
    * 新闻内容 +{deditor($moduleid, 'content', $group_editor, '100%', 300)}
    +
    新闻分类{$type_select} 
         
    +
    +{load('clear.js')} + +{else} +
    + +
      +{$type_select}  +  + +
    +
    +
    +
    + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} +
    分类标题添加时间浏览修改删除
     {$v[type]}    {if $status==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}{$v[adddate]}{$v[hits]}
    +
    +
    + +
    +
    +{if $MG[news_limit]} +
    总共可发 {$MG[news_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
    +{/if} +
    {$pages}
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/oauth.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/oauth.htm new file mode 100644 index 0000000..5f18531 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/oauth.htm @@ -0,0 +1,58 @@ +{template 'header', 'member'} +{if $action=='bind'} +
    + +
    {$U[nickname]}
    +
    只差一步,绑定后就可以用{$OAUTH[$U[site]][name]}自动登录{$DT[sitename]}
    +
    +
    + +
    + +{else} + +
    + + + + + + + + + + +{loop $OAUTH $k $v} +{if $v[enable]} + +{if isset($lists[$k])} + + + + + + + +{else} + + + + + + + +{/if} + +{/if} +{/loop} +
    头像昵称绑定时间上次登录登录次数平台操作
    {if $lists[$k][url]}{/if}{if $lists[$k][url]}{/if}{if $lists[$k][url]}{/if}{$lists[$k][nickname]}{if $lists[$k][url]}{/if}{$lists[$k][adddate]}{$lists[$k][logindate]}{$lists[$k][logintimes]}{$v[name]} 解除绑定--未绑定--{$v[name]} 立即绑定
    +
    +{/if} + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/order.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/order.htm new file mode 100644 index 0000000..e8a6599 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/order.htm @@ -0,0 +1,1082 @@ +{template 'header', 'member'} + + +{if $action == 'update'} + {if $step == 'detail'} + {if !in_array($td[status], array(8, 9))} + + + + + + {if $td[status] == 5 || $td[status] == 6} + + + {else} + + + {/if} + + + + + + + + +
    买家下单买家付款卖家发货申请退款退款成功交易成功双方互评
    + + + {/if} + {template 'goods', 'chip'} +
    快递信息
    + + + + + + + + + + + + + + + + + + {if $td[send_time]} + + + + + + + + + + + + + + + + + + + + + {/if} +
    邮编{$td[buyer_postcode]}
    地址{$td[buyer_address]}
    姓名{$td[buyer_name]}
    手机{$td[buyer_mobile]}
    发货日期{$td[send_time]}
    快递类型{$td[send_type]}
    快递单号{$td[send_no]}{if $td[send_type] && $td[send_no]}  [快递追踪]{/if}
    快递状态{$_send_status[$td[send_status]]}
    + +
    订单详情
    + + + + + + {if $logs} + + + + + {else} + + + + + + + + + {if $td[send_time]} + + + + + {/if} + {/if} + + + + + {if $td[buyer_reason]} + + + + + {/if} + {if $td[refund_reason]} + + + + + {/if} + + + + +
    联系卖家{if $DT[im_web]}{im_web($td[seller])} {/if} {$td[seller]}
    订单进程 +
    + {loop $logs $v} + {$v[adddate]} - {$v[title]}
    + {/loop} +
    +
    下单时间{$td[adddate]}
    最后更新{$td[updatedate]}
    发货时间{$td[send_time]}
    订单状态{$_status[$td[status]]}
    退款理由{$td[buyer_reason]}
    操作原因{$td[refund_reason]}
    + {if $td[status] == 1} +   + {/if} + +
    + + {elseif $step == 'express'} + {template 'goods', 'chip'} +
    快递信息
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    发货日期{$td[send_time]}
    快递类型{$td[send_type]}
    快递单号{$td[send_no]}
    追踪结果
    正在查询...
    快递状态{$_send_status[$td[send_status]]}
    +
    + + + {elseif $step == 'pay'} +
    + + + + {template 'goods', 'chip'} +
    订单支付
    + + + + + + + + + + + + + + + + + + + + + + + + + + {if $DT[sms]} + + + + + {/if} + + + + +
    联系卖家{if $DT[im_web]}{im_web($td[seller])} {/if}{$td[seller]}
    下单时间{$td[adddate]}
    应付金额{$DT[money_sign]}{number_format($money, 2, '.', '')}
    短信通知卖家发货 (我的可用短信 {$_sms})
    + {if $could_pay} + + {else} + + {/if} +    +
    +
    + + + {elseif $step == 'remind'} +
    + + + + + +
    + + {elseif $step == 'refund'} +
    + + + + + {template 'goods', 'chip'} +
    申请退款
    + + + + + + + + + + + + + + + + + + + + + +
    联系卖家{if $DT[im_web]}{im_web($td[seller])} {/if}{$td[seller]}
    下单时间{$td[adddate]}
    * 退款原因 + {deditor($moduleid, 'content', 'Simple', '100%', 200)}
    请客观、如实填写,此申请一经提交,将不可再撤销
    * 支付密码{template 'password', 'chip'} 
    +    +
    +
    + + + {elseif $step == 'comment'} + + + + + +
    + + + + + {template 'goods', 'chip'} + {loop $lists $k $v} +
    交易评价 - {$v[title]}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    商品评分 + +
    + + + + + + 非常好 +
    +
    物流服务 + +
    + + + + + + 非常好 +
    +
    商家态度 + +
    + + + + + + 非常好 +
    +
    详细评价 +
    + 请您对此次交易做出客观、公正的评价以帮助更多想买的人
    + (内容限0至500字) 当前已经输入 0 字 +
    上传图片 +
    +
    +
    + +
    +

    +
    +
    +
    +
    +

    批量上传

    +
    + + +
    上传视频  [上传]  [预览]  [删除]   + +
    匿名评价 不公开您的头像和昵称
    + {/loop} + + + + + +
    +    +
    +
    + {load('clear.js')} + + + {elseif $step == 'comment_detail'} + + {template 'goods', 'chip'} + +
    卖家评价
    + + {loop $lists $k $v} + + + + + {if $comments[$k][buyer_star]} + + + + + + + + + + + + + {if $comments[$k][seller_reply]} + + + + + + + + + {/if} + {else} + + + + + {/if} + {/loop} +
    商品名称{$v[title]}
    卖家评分 {$STARS[$comments[$k][buyer_star]]} + {if !$comments[$k][seller_reply]} +   [解释] + {/if} +
    卖家评价{nl2br($comments[$k][buyer_comment])}
    评价时间{timetodate($comments[$k][buyer_ctime], 6)}
    我的解释{nl2br($comments[$k][seller_reply])}
    解释时间{timetodate($comments[$k][seller_rtime], 6)}
    卖家评价暂未评价
    +
    我的评价
    + + {loop $lists $k $v} + + + + + {if $comments[$k][seller_star]} + + + + + + + + + + + + + + + + + {if $comments[$k][seller_thumbs]} + + + + + {/if} + {if $comments[$k][seller_video]} + + + + + {/if} + + + + + {if $comments[$k][buyer_reply]} + + + + + + + + + {/if} + {else} + + + + + {/if} + {/loop} +
    商品名称{$v[title]}
    商品评分 {$STARS[$comments[$k][seller_star]]}
    物流服务 {$STARS[$comments[$k][seller_star_express]]}
    商家态度 {$STARS[$comments[$k][seller_star_service]]}
    买家评价{nl2br($comments[$k][seller_comment])}
    买家图片 + {loop $comments[$k][seller_thumbs] $v} +
    + {/loop} +
    买家视频
    评价时间{timetodate($comments[$k][seller_ctime], 6)}
    卖家解释{nl2br($comments[$k][buyer_reply])}
    解释时间{timetodate($comments[$k][buyer_rtime], 6)}
    买家评价暂未评价
    + + + {/if} +{elseif $action == 'express'} + +
    +
    + +{$fields_select}  +  +{$status_select}  +  +
    +
    + +
    + + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} +
    快递公司快递单号快递状态下单时间更新时间订单
    {$v[send_type]}{$v[send_no]}{$v[dstatus]}{$v[addtime]}{$v[updatetime]}查看
    +
    +
    {$pages}
    + +{elseif $action == 'muti'} + +
    + +
    + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} + + + + + + + + + + +{/loop} +{/if} +{/loop} +
    图片商品单价数量订单金额下单时间订单
    {$v[title]}
    {$v[par]}{if $v[note]}备注:{$v[note]}{/if} + +
    {$v[price]}{$v[number]}{$DT[money_sign]}{$v[money]}{$v[addtime]}详情 +
    {$t[title]}
    {$t[par]}{if $t[note]}备注:{$t[note]}{/if}
    {$t[price]}{$t[number]}
    +
    +
    + + + + + + + + + + + + + + + + + + + + + +{if $DT[sms]} + + + + +{/if} + + + + +
    订单数量
    应付金额 {$DT[money_unit]}
    短信通知卖家发货 (我的可用短信 {$_sms})
     
    +
    + + +{else} + +
    +
    + +{$fields_select}  +  +{$status_select}  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +  +
    +
    +
    +单号:  +商品ID:  +卖家:  +货到付款  +
    +
    + + + + +
    + + + + + + + + + +
    商品信息单价数量订单金额商家订单状态
    +{loop $lists $k $v} + + + + + + + + + + + + +{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} + + + + + + + + + +{/loop} +{/if} +
    + +{if $v[status] == 0} +关闭交易 | +{elseif $v[status] == 1} + 立即付款 | + 关闭交易 | +{elseif $v[status] == 2} + 提醒发货 | + 申请退款 | +{elseif $v[status] == 3} + {if $v[lefttime]} + 距处理此订单还剩{$v[lefttime]}  + 确认到货 | + {if $v[send_type] && $v[send_no]} + 快递追踪 | + {/if} + 申请退款 | + {else} + 订单处理已超时,等待卖家收款  + {/if} +{elseif $v[status] == 4} + {if $MODULE[$v[mid]][module] == 'mall'} + {if $v[seller_star]} + 评价详情 | + {else} + 评价 | + {/if} + {/if} +{elseif $v[status] == 9} + 删除订单 | +{/if} +订单详情  + +  {$v[addtime]}   订单号:{$v[itemid]} +
    {$v[title]}
    {$v[par]}{if $v[note]}备注:{$v[note]}{/if} +
    {$v[price]}{$v[number]}{$DT[money_sign]}{$v[money]}{if $DT[im_web]}{im_web($v[seller].'&mid=16&itemid='.$v[mallid])} {/if} +{$v[dstatus]} +{if $v[status] == 1} + 付款 +{elseif $v[status] == 3} + 收货 +{elseif $v[status] == 4} + {if $MODULE[$v['mid']]['module'] == 'mall' && !$v[seller_star]} + 评价 + {/if} +{/if} +
    {$t[title]}
    {$t[par]}{if $t[note]}备注:{$t[note]}{/if}
    {$t[price]}{$t[number]}
    +{/loop} +
    +
    {$pages}
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/page.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/page.htm new file mode 100644 index 0000000..d6a3d76 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/page.htm @@ -0,0 +1,113 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} +
    + + + + +{if $action=='edit' && $status==1 && $note} + + + + +{/if} + + + + + + + + + + + + + + + + +
    拒绝原因{$note}
    * 单页标题 {dstyle('post[style]', $style)} 建议4-6个汉字,例如“总裁致辞”、“企业文化”等
    * 单页内容 +{deditor($moduleid, 'content', $group_editor, '100%', 300)}
    +
    显示顺序 请填写数字,数字越大越靠前
         
    +
    +{load('clear.js')} + +{else} +
    + +
      +  + +
    +
    +
    +
    + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} +
    标题添加时间更新时间浏览修改删除
       {if $status==3}{else}{/if}{$v[title]}{if $v[status]==1 && $v[note]} {/if}{$v[adddate]}{$v[editdate]}{$v[hits]}
    +
    +
    + +
    +
    +{if $MG[page_limit]} +
    总共可发 {$MG[page_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
    +{/if} +
    + 说明:企业单页用于添加“总裁致辞”、“企业文化”、“发展历程”等内容,将显示在公司商铺公司介绍侧栏 +
    {$pages}
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/pay.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/pay.htm new file mode 100644 index 0000000..63ee93d --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/pay.htm @@ -0,0 +1,92 @@ +{template 'header'} +
     
    +
    +
    +
    + + + + + + + + + {if $fee == $member_fee} + + + + + {else} + + + + + + + + + {/if} + + + + + + + + + + + + + + + + +
    支付对象{$title}
    应付总额{$fee} {$DT[money_unit]}
    应付价{$fee} {$DT[money_unit]}
    会员价{$member_fee} {$DT[money_unit]}
    +
    +
    + +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/promo.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/promo.htm new file mode 100644 index 0000000..9976fae --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/promo.htm @@ -0,0 +1,172 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    * 优惠名称 例如满减、店庆
    * 优惠金额
    最低消费 0.00代表不限制
    * 数量限制
    * 有效时间{dcalendar('post[fromtime]', $fromtime, '-', 1)} 至 {dcalendar('post[totime]', $totime, '-', 1)}
    备注信息
     
    +
    + +{elseif $action == 'coupon'} +
    + + + + + + + + + + + + +{loop $lists $k $v} + +{$v[title]} + + + + + + + + + +{/loop} +
    优惠名称会员金额最低消费生效时间结束时间领券时间订单状态
    {$v[username]}{$v[price]}{$v[cost]}{timetodate($v[fromtime], 5)}{timetodate($v[totime], 5)}{timetodate($v[addtime], 5)}{if $v[oid]}{$v[oid]}{/if} +{if $v[oid]} +已使用 +{elseif $v[fromtime] > $DT_TIME} +未开始 +{elseif $v[totime] < $DT_TIME} +已过期 +{else} +待使用 +{/if} +
    +
    +
    {$pages}
    + +{else} +
    +
    + + + + + + + + + + + + + + + +{loop $lists $k $v} + + +{$v[title]} + + + + + + + + + + + +{/loop} +
    优惠名称金额最低消费数量限制领券人数生效时间结束时间添加时间领券链接修改删除
    {$v[price]}{$v[cost]}{$v[amount]}{$v[number]}{timetodate($v[fromtime], 5)}{timetodate($v[totime], 5)}{timetodate($v[addtime], 5)}
    +
    +
    + +
    +
    +{if $MG[promo_limit]} +
    总共可加 {$MG[promo_limit]} 条   当前已加 {$limit_used} 条   还可以加 {$limit_free}
    +{/if} +
    {$pages}
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/record.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/record.htm new file mode 100644 index 0000000..01a72c4 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/record.htm @@ -0,0 +1,145 @@ +{template 'header', 'member'} + +{if $action == 'pay'} +
    + +
    +{$module_select}  +  + +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)} +  +  + +
    +
    +
    + + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} + + + + + +
    流水号金额单位模块标题支付时间
    {$v[itemid]}-{$v[fee]}{if $v[currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{$MODULE[$v[mid]][name]}{$v[title]}{$v[paytime]}
    小计{$fee} 
    +
    {$pages}
    + +{elseif $action == 'award'} +
    + +
    +{$module_select}  +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)} +  +  + +
    +
    +
    + + + + + + + + +{loop $lists $k $v} + + + + + + + +{/loop} + + + + + +
    流水号金额模块标题支付时间
    {$v[itemid]}-{$v[fee]}{$MODULE[$v[mid]][name]}{$v[title]}{$v[paytime]}
    小计{$fee} 
    +
    {$pages}
    + +{else} +
    + +
    +{$fields_select}  +  +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +  + +
    +
    +
    + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + +{/loop} + + + + + + +
    流水号收入支出余额银行发生时间事由备注
    {$v[itemid]}{if $v[amount] > 0}{$v[amount]}{else} {/if}{if $v[amount] < 0}{$v[amount]}{else} {/if}{if $v[balance]}{$v[balance]}{else} {/if}{$v[bank]}{$v[addtime]}
    小计{$income}{$expense} 
    +
    {$pages}
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/register.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/register.htm new file mode 100644 index 0000000..3d00385 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/register.htm @@ -0,0 +1,464 @@ +{template 'header'} +
    +
    +
    +
    +
    +
      +
    •  
    • + 1注册验证 + 2填写资料 +  注册成功 +
    •  
    • +
    +
    +
    +
    +
    +
    +{if $action == 'success'} + + + + + + + + + + + + + + + + +
    恭喜您!会员注册成功
    9秒后自动登录系统...
    + + +{elseif $action == 'verify'} +
    + + + +{if $MOD[question_register]} + + + + + +{/if} +{if $MOD[captcha_register]} + + + + + +{/if} + + + + + + + + + + +
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
    我已阅读并同意服务条款
    +
    + +{elseif $action == 'sms'} +
    + + + +{if $MOD[checkuser] == 4} + + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    * 验证方式  短信验证切换为邮件验证
    * 手机号码
    * 验证码{template 'captcha', 'chip'}
      发送短信
    * 短信验证码
    我已阅读并同意服务条款
    +
    + +{elseif $action == 'mail'} +
    + + + +{if $MOD[checkuser] == 4} + + + + + +{/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    * 验证方式  邮件验证切换为短信验证
    * 电子邮箱
    * 验证码{template 'captcha', 'chip'}
      发送邮件
    * 邮件验证码
    我已阅读并同意服务条款
    +
    + +{else} +
    + + + + + + + + + + + + + + + + + + + + + + +{if $MOD[passport] && $passport} + + + + + +{/if} + + + + + + + + + + + + + + + +
    * 会员类型 +     +{loop $GROUP $k $v} +{if $k>6 && $v[vip]==0 && $v[reg]==1}    {/if}{/loop} +{if $GROUP[5][reg]}{/if} +
    * 公司名称 + +  +
    * 会员名称 + + +  +
    * 会员昵称 + +  +
    * 登录密码 + +  +
    * 重复输入 + +  +
    +
    + +{/if} +

    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/send.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/send.htm new file mode 100644 index 0000000..326add3 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/send.htm @@ -0,0 +1,419 @@ +{template 'header', 'member'} +{if $action == 'email'} + +{if $step == 2} +
    邮箱修改成功 立即返回
    +{elseif $step == 1} +
    + + + + + + + + + + + +
    *邮件验证码
         
    +
    + +{else} +
    + + + + + + + + + + + + + + + +
    * 新邮箱
    * 验证码{template 'captcha', 'chip'}
         
    +
    + +{/if} + +{elseif $action == 'mobile'} + +{if $step == 2} +
    手机修改成功 立即返回
    +{elseif $step == 1} +
    + + + + + + + + + + + +
    * 短信验证码
         
    +
    + +{else} +
    + + + + + + + + + + + + + + + +
    * 新手机号
    * 验证码{template 'captcha', 'chip'}
         
    +
    + +{/if} + +{elseif $action == 'contact'} + + + + + + + + + + +
    提示信息请联系网站客服,并提供相关信息,由客服人工协助找回
         
    + +{elseif $action == 'sms'} + +{if $step == 2} +
    +{if $_userid} +支付密码修改成功 密码管理 +{else} +登录密码修改成功 立即登录 +{/if} +
    +{elseif $step == 1} +
    + + + + + + + + + + + + + + + + + + + +
    * 新{if $_userid}支付{else}登录{/if}密码
    * 重复新密码
    * 短信验证码
         
    +
    + +{else} +
    + + + + + + + + + + + + + + + +
    * 手机号码
    * 验证码{template 'captcha', 'chip'}
         
    +
    + +{/if} + +{elseif $action == 'mail'} + +{if $step == 2} +
    {if $_userid} +支付密码修改成功 密码管理 +{else} +登录密码修改成功 立即登录 +{/if} +
    +{elseif $step == 1} +
    + + + + + + + + + + + + + + + + + + + +
    * 新{if $_userid}支付{else}登录{/if}密码
    * 重复新密码
    * 邮件验证码
         
    +
    + +{else} +
    + + + + + + + + + + + + + + + +
    * 邮箱地址
    * 验证码{template 'captcha', 'chip'}
         
    +
    + +{/if} + +{else} + + + + + + +
    请选择找回方式 +
    +{if $could_email} +通过电子邮箱找回
    +{/if} +{if $could_mobile} +通过手机短信找回
    +{/if} +联系客服人工申诉 +
    +
    + +{/if} +{if $seconds} + +{/if} +{template 'footer', 'member'}} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/sms.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/sms.htm new file mode 100644 index 0000000..fac41a4 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/sms.htm @@ -0,0 +1,207 @@ +{template 'header', 'member'} + +{if $action == 'buy'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    可用短信{$_sms} 条
    短信单价{$fee} {$DT[money_unit]}/条
    * 购买数量 条 
    应付总额0.00 {$DT[money_unit]}
     
    +
    + + +{elseif $action == 'record'} +
    +
    +关键词:  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +  + +
    +
    +
    + + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} +
    流水号发送时间内容字数分条状态
    {$v[itemid]}{$v[sendtime]}{$v[message]}{$v[word]}{$v[num]}{$v[code]}
    +
    {$pages}
    + +{else} +
    + +
    +{$fields_select}  +  + +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)} +  +  + +
    +
    +
    + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{/loop} + + + + + + +
    流水号增加扣除剩余发生时间事由备注
    {$v[itemid]}{if $v[amount] > 0}{$v[amount]}{else} {/if}{if $v[amount] < 0}{$v[amount]}{else} {/if}{if $v[balance]}{$v[balance]}{else} {/if}{$v[addtime]}
    小计{$income}{$expense} 
    +
    {$pages}
    + +{/if} +{if $action == 'buy'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/spread.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/spread.htm new file mode 100644 index 0000000..1f51bf0 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/spread.htm @@ -0,0 +1,225 @@ +{template 'header', 'member'} + +{if $action == 'add'} +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{if $currency == 'money'} + + + + + + + + + + + + +{else} + + + + +{/if} + + + + +
    关键词{$word}
    所属频道{$MODULE[$mid][name]}
    最低出价{$price}{$unit}
    加价幅度{if $step}{$step}{$unit}{else}不限{/if}
    * 我的出价
    * 购买时长 + +
    * 信息ID + +
    应付总额{$price}{$unit}
    {$DT[credit_name]}余额{$_credit}{$unit}  [购买]
      + +
    +
    + +{elseif $action == 'list'} +
    + + + + + + + + + + + + + + +
    * 关键词:
    * 频道: + +
    +
    +
    + + +{else} +
    + + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + +{$v[days]} + + + + +{/loop} +
    关键词模块出价单位开始日期结束日期剩余(天)投放状态申请时间信息
    {$v[word]}{$MODULE[$v[mid]][name]}{$v[price]}{if $v[currency]=='money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{timetodate($v[fromtime], 3)}{timetodate($v[totime], 3)}{$v[process]}{timetodate($v[addtime], 5)}直达
    +
    +
    {$pages}
    + +{/if} +{if $action == 'add'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/stats.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/stats.htm new file mode 100644 index 0000000..bb6ef03 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/stats.htm @@ -0,0 +1,356 @@ +{template 'header', 'member'} + +{if $action=='report'} +
    +
    + + +{if in_array($job, array('domain', 'username', 'itemid'))} +{if $module_select}{$module_select}  {/if} +{dcalendar('fromdate', $fromdate, '-', 1)} 至 {dcalendar('todate', $todate, '-', 1)}  +{else} +截至日期 {dcalendar('todate', $todate)}  +{/if} +  +
    +
    +
    + + +{if $job == 'pv'} +
    + +{elseif $job == 'ip'} +
    + +{elseif $job == 'rb'} +
    + +{elseif in_array($job, array('domain', 'username', 'itemid'))} +
    + +{/if} + +{elseif $action == 'record'} +
    + +
    +{$fields_select}  +  +{dcalendar('fromdate', $fromdate, '-', 1)} 至 {dcalendar('todate', $todate, '-', 1)}  +  +  +  +{$module_select}  +  +  + +
    +
    +
    +
    + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + +{/loop} +
    时间网址来源IP地区会员名设备爬虫
    {$v[addtime]} {$v[ip]}{$v[area]}{$v[username]}{if $v[pc]}电脑{else}手机{/if}{if $v[robot]}{/if}
    +
    +
    +
    {$pages}
    + +{else} +
    + +
    +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +{$order_select}  +  + +
    +
    +
    +
    + + + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + + + +{/loop} +
    日期星期总IP电脑IP手机IP总PV电脑PV手机PV爬虫PV电脑PV手机PV
    {$v[date]}{$v[week]}{$v[ip]}{$v[ip_pc]}{$v[ip_mb]}{$v[pv]}{$v[pv_pc]}{$v[pv_mb]}{$v[rb]}{$v[rb_pc]}{$v[rb_mb]}
    +
    +
    +
    {$pages}
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/stock.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/stock.htm new file mode 100644 index 0000000..82882ff --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/stock.htm @@ -0,0 +1,385 @@ +{template 'header', 'member'} + +{if $action=='add' || $action=='edit'} + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    商品分类{$type_select} 
    * 条形编码 {tips('条形码是商品唯一编号,不可重复,建议用扫描枪扫描 如果没有条形码,建议使用数字在保证不重复的条件下自定义')}
    * 商品名称 {dstyle('post[style]', $style)}
    * 商品图片 + + + + + + + + +
    +      + +
    + +
    * 商品售价 /
    商品进价
    库存数量
    仓储货位
    商品品牌
    主要参数 + + + + + + + + + + + + + + + + + + + + + +
    参数名称参数值
    例如:规格例如:10cm*20cm
    +
    商品介绍 +{deditor($moduleid, 'content', $group_editor, '100%', 300)}
    +
    备注信息
         
    +
    + +{load('clear.js')} + +{elseif $action=='update'} +
    + + + + + +{if $title} + + + + +{/if} + + + + + + + + + + + + + + + + + + + + +
    商品名称{$title}
    * {if $type}出库{else}入库{/if}数量
    操作事由  + +
    备注信息
    * 条形编码
         
    +
    + + +{elseif $action == 'record'} + +
    + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + +{/loop} + + + + + + +
    发生时间 入库 出库 库存 商品名称条形编码操作人事由备注
    {$v[addtime]}{if $v[amount] > 0}{$v[amount]}{else} {/if}{if $v[amount] < 0}{$v[amount]}{else} {/if}{if $v[balance]}{$v[balance]}{else} {/if}{$v[title]}{$v[skuid]}{$v[editor]}
    小计{$income}{$expense} 
    +
    {$pages}
    + +{elseif $action == 'open'} + +
    + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + +{/loop} +
    图片商品价格 单位品牌条形编码复制次数 复制
     {$v[title]}{$v[price]}{$v[unit]}{$v[brand]}{if $v[skuid]}{/if}{$v[amount]}
    +
    +
    {$pages}
    + +{else} + +
    +
    + + + + + + + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + + + + + + + +{/loop} +
    图片分类商品库存 单位价格 品牌条形编码仓储货位修改复制删除
     {$v[type]}  {$v[title]}{$v[amount]}{$v[unit]}{$v[price]}{$v[brand]}{if $v[skuid]}{/if}{$v[location]}
    +
    +
    + +
    +
    +{if $MG[stock_limit]} +
    总共可发 {$MG[stock_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
    +{/if} +
    {$pages}
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/style.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/style.htm new file mode 100644 index 0000000..cc7a928 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/style.htm @@ -0,0 +1,289 @@ +{template 'header', 'member'} + +{if $action == 'buy'} +
    + + + + + + + + + + + + + + + + + + +{if $currency == 'money'} + + + + + + + + + + + + +{else} + + + + +{/if} + + + + +
    模板预览:预览
    模板价格{$fee}{$unit}/月
    * 购买时长 + +(注:按30天/月计算) +
    应付总额{$fee}{$unit}
    {$DT[credit_name]}余额{$_credit}{$unit}  [购买]
    +
    + +{elseif $action=='order'} + +
    + + + + + + + + + + + + + + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + + + + +{/loop} +
    预览图模板价格 时长(月) 总额 购买时间 到期时间 剩余(天) 启用操作
     {$c[title]} +{if $c[fee]} + {if $c[currency] == 'money'} + {$c[fee]}{$DT[money_unit]}/月 + {else} + {$c[fee]}{$DT[credit_unit]}/月 + {/if} +{else} +免费 +{/if} +{$c[number]} +{if $c[fee]} + {if $c[currency] == 'money'} + {$c[amount]}{$DT[money_unit]} + {else} + {$c[amount]}{$DT[credit_unit]} + {/if} +{else} +N/A +{/if} +{$c[adddate]}{$c[todate]}{if $c[days]}{$c[days]}{else}过期{/if}使用中删除
     {$v[title]} +{if $v[fee]} + {if $v[currency] == 'money'} + {$v[fee]}{$DT[money_unit]}/月 + {else} + {$v[fee]}{$DT[credit_unit]}/月 + {/if} +{else} +免费 +{/if} +{$v[number]} +{if $v[fee]} + {if $v[currency] == 'money'} + {$v[amount]}{$DT[money_unit]} + {else} + {$v[amount]}{$DT[credit_unit]} + {/if} +{else} +N/A +{/if} +{$v[adddate]}{$v[todate]}{if $v[days]}{$v[days]}{else}过期{/if}启用续费
    +
    +
    {$pages}
    + +{else} + + + + +
    + + + + + + + + +{loop $lists $k $v} + + + + + + + +{/loop} +
    预览图模板价格 人气 操作
    +
      +
    •  {$v[title]}
    • +
    •  类别:{if isset($TYPE[$v[typeid]])}{$TYPE[$v[typeid]][typename]}{else}未分类{/if}
    • +
    •  作者:{$v[author]}
    • +
    •  权限:{$v[group]}
    • +
    +
    +{if $v[fee]} + {if $v[currency] == 'money'} + {$v[fee]}{$DT[money_unit]}/月 + {else} + {$v[fee]}{$DT[credit_unit]}/月 + {/if} +{else} +免费 +{/if} +{$v[hits]}{if $v[fee]}{if $v[currency] == 'money'}购买{else}兑换{/if}{else}选用{/if}
    +
    +
    {$pages}
    + +{/if} +{if $action == 'buy'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/member/these.name.php new file mode 100644 index 0000000..3bab0c6 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/these.name.php @@ -0,0 +1,85 @@ + '账户详情', + 'ad' => '广告管理', + 'address' => '收货地址', + 'agreement' => '用户协议', + 'alert' => '贸易提醒', + 'ask' => '客服中心', + 'avatar' => '头像上传', + 'award' => '打赏', + 'biz' => '商户后台', + 'buy' => '商品购买', + 'cart' => '购物车', + 'cash' => '申请提现', + 'charge' => '帐户充值', + 'chat' => '在线交谈', + 'child' => '子账号', + 'choose' => '选择信息', + 'coupon' => '优惠券', + 'credit' => '积分记录', + 'deal' => '团购订单', + 'deposit' => '保证金', + 'edit' => '修改资料', + 'express' => '运费模板', + 'favorite' => '商机收藏', + 'footer' => '会员页脚', + 'friend' => '我的商友', + 'friend_my' => '商友选择', + 'grade' => '会员升级', + 'group' => '团购订单', + 'group_print' => '团购订单打印', + 'header' => '会员页头', + 'header-widget' => '会员空页头', + 'home' => '主页设置', + 'honor' => '荣誉资质', + 'im' => '站内交谈', + 'index' => '商务室首页', + 'link' => '公司链接', + 'login' => '会员登录', + 'mail' => '商机订阅', + 'message' => '站内信件', + 'my' => '发布信息', + 'my_article' => '管理文章', + 'my_brand' => '管理品牌', + 'my_buy' => '管理求购', + 'my_club' => '管理商圈帖子', + 'my_club_fans' => '管理商圈粉丝', + 'my_club_group' => '管理商圈', + 'my_club_join' => '加入商圈', + 'my_club_manage' => '管理商圈记录', + 'my_club_reply' => '管理商圈回复', + 'my_down' => '管理下载', + 'my_exhibit' => '管理展会', + 'my_group' => '管理团购', + 'my_info' => '管理信息', + 'my_job' => '管理招聘', + 'my_job_resume' => '管理简历', + 'my_know' => '管理知道', + 'my_know_answer' => '知道答案', + 'my_mall' => '管理商城', + 'my_photo' => '管理图库', + 'my_quote' => '管理行情', + 'my_sell' => '管理供应', + 'my_video' => '管理视频', + 'news' => '公司新闻', + 'oauth' => '一键登录', + 'order' => '我的订单', + 'page' => '公司单页', + 'pay' => '站内支付', + 'promo' => '优惠促销', + 'record' => '流水记录', + 'register' => '会员注册', + 'send' => '邮件验证', + 'sms' => '手机短信', + 'spread' => '排名推广', + 'stats' => '流量统计', + 'stock' => '库存管理', + 'style' => '模板设置', + 'trade' => '交易管理', + 'trade_print' => '订单打印', + 'type' => '分类管理', + 'validate' => '资料认证', + 'weixin' => '微信绑定', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/trade.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/trade.htm new file mode 100644 index 0000000..7d40067 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/trade.htm @@ -0,0 +1,966 @@ +{template 'header', 'member'} + + +{if $action == 'update'} + {if $step == 'detail'} + {if !in_array($td[status], array(8, 9))} + + + + + + {if $td[status] == 5 || $td[status] == 6} + + + {else} + + + {/if} + + + + + + + + +
    买家下单买家付款卖家发货申请退款退款成功交易成功双方互评
    +
    + + {/if} + {template 'goods', 'chip'} +
    我的备注
    +
    + + + + + + + + + + + + + +
    备注内容 
    +
    + +
    快递信息
    + + + + + + + + + + + + + + + + + + {if $td[send_time]} + + + + + + + + + + + + + + + + + + + + + {/if} +
    邮编{$td[buyer_postcode]}
    地址{$td[buyer_address]}
    姓名{$td[buyer_name]}
    手机{$td[buyer_mobile]}
    发货日期{$td[send_time]}
    快递类型{$td[send_type]}
    快递单号{$td[send_no]}{if $td[send_type] && $td[send_no]}  [快递追踪]{/if}
    快递状态{$_send_status[$td[send_status]]}
    +
    订单详情
    + + + + + + {if $logs} + + + + + {else} + + + + + + + + + {if $td[send_time]} + + + + + {/if} + {/if} + + + + + {if $td[buyer_reason]} + + + + + {/if} + {if $td[refund_reason]} + + + + + {/if} + + + + +
    联系买家 {if $DT[im_web]}{im_web($td[buyer])} {/if} {$td[buyer]}
    订单进程 +
    + {loop $logs $v} + {$v[adddate]} - {$v[title]}
    + {/loop} +
    +
    下单时间{$td[adddate]}
    最后更新{$td[updatedate]}
    发货时间{$td[send_time]}
    订单状态{$_status[$td[status]]}
    退款理由{$td[buyer_reason]}
    操作原因{$td[refund_reason]}
    + {if $td[status] == 0} +   + {elseif $td[status] == 2} +   + {/if} + +
    + + {elseif $step == 'express'} + {template 'goods', 'chip'} +
    快递信息
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    发货日期{$td[send_time]}
    快递类型{$td[send_type]}
    快递单号{$td[send_no]}
    追踪结果
    正在查询...
    快递状态{$_send_status[$td[send_status]]}
    +
    + + + {elseif $step == 'edit_price'} + {template 'goods', 'chip'} +
    修改订单
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + {if $td[status] < 1} + + + + + {/if} + {if $td[cod] < 1} + + + + + {/if} + {if $DT[sms]} + + + + + {/if} + + + + +
    联系买家{if $DT[im_web]}{im_web($td[buyer])} {/if}{$td[buyer]}
    下单时间{$td[adddate]}
    订单总额{$DT[money_sign]}{$td[amount]}
    附加名称 例如运费、退款、优惠等 
    附加金额 {$DT[money_unit]} 可以为负值 
    同时确认订单
    改为货到付款
    短信通知买家 (我的可用短信 {$_sms})
    +    +
    +
    + + + {elseif $step == 'send_goods'} +
    + + + + + {template 'goods', 'chip'} +
    确认发货
    + + + + + + + + + + + + + + {if $DT[sms]} + + + + + {/if} + + + + +
    快递类型 + +
    快递单号
    发货时间{dcalendar('send_time', $send_time)}
    短信通知买家已发货 (我的可用短信 {$_sms})
    +    +
    +
    + + + {elseif $step == 'add_time'} +
    + + + + + {template 'goods', 'chip'} +
    延长买家确认时间
    + + + + + + + + + +
    *延长时间 小时 (1天=24小时 只能为整数) 
    +    +
    +
    + + + {elseif $step == 'refund_agree'} +
    + + + + + {template 'goods', 'chip'} +
    同意退款
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    联系买家{if $DT[im_web]}{im_web($td[buyer])} {/if}{$td[buyer]}
    下单时间{$td[adddate]}
    退款原因{$td[buyer_reason]}
    同意原因 + {deditor($moduleid, 'content', 'Simple', '100%', 200)}
    * 支付密码{template 'password', 'chip'} 
    +    +
    +
    + + + {elseif $step == 'comment'} + + +
    + + + + + {template 'goods', 'chip'} + {loop $lists $k $v} +
    交易评价 - {$v[title]}
    + + + + + + + + + +
    交易评分 + +
    + + + + + + 非常好 +
    +
    详细评价 +
    + 请您对此次交易做出客观、公正的评价
    + (内容限0至500字) 当前已经输入 0 字 +
    + {/loop} + + + + + +
    +    +
    +
    + + + {elseif $step == 'comment_detail'} + + {template 'goods', 'chip'} + +
    买家评价
    + + {loop $lists $k $v} + + + + + {if $comments[$k][seller_star]} + + + + + + + + + + + + + + + + + {if $comments[$k][seller_thumbs]} + + + + + {/if} + {if $comments[$k][seller_video]} + + + + + {/if} + + + + + {if $comments[$k][buyer_reply]} + + + + + + + + + {/if} + {else} + + + + + {/if} + {/loop} +
    商品名称{$v[title]}
    商品评分 {$STARS[$comments[$k][seller_star]]} + {if !$comments[$k][buyer_reply]} +   [解释] + {/if} +
    物流服务 {$STARS[$comments[$k][seller_star_express]]}
    商家态度 {$STARS[$comments[$k][seller_star_service]]}
    买家评价{nl2br($comments[$k][seller_comment])}
    买家图片 + {loop $comments[$k][seller_thumbs] $v} +
    + {/loop} +
    买家视频
    评价时间{timetodate($comments[$k][seller_ctime], 6)}
    卖家解释{nl2br($comments[$k][buyer_reply])}
    解释时间{timetodate($comments[$k][buyer_rtime], 6)}
    买家评价暂未评价
    +
    我的评价
    + + {loop $lists $k $v} + + + + + {if $comments[$k][buyer_star]} + + + + + + + + + + + + + {if $comments[$k][seller_reply]} + + + + + + + + + {/if} + {else} + + + + + {/if} + {/loop} +
    商品名称{$v[title]}
    卖家评分 {$STARS[$comments[$k][buyer_star]]}
    卖家评价{nl2br($comments[$k][buyer_comment])}
    评价时间{timetodate($comments[$k][buyer_ctime], 6)}
    买家解释{nl2br($comments[$k][seller_reply])}
    解释时间{timetodate($comments[$k][seller_rtime], 6)}
    卖家评价暂未评价
    + + + {/if} +{elseif $action == 'express'} + +
    +
    + +{$fields_select}  +  +{$status_select}  +  +
    +
    + +
    + + + + + + + + + +{loop $lists $k $v} + + + + + + + + +{/loop} +
    快递公司快递单号快递状态下单时间更新时间订单
    {$v[send_type]}{$v[send_no]}{$v[dstatus]}{$v[addtime]}{$v[updatetime]}查看
    +
    +
    {$pages}
    + +{elseif $action == 'muti'} + +
    +
    + +{$fields_select}  +  +{dcalendar('fromdate', $fromdate)} 至 {dcalendar('todate', $todate)}  +买家:  +  + +
    +
    + +
    + + + + + + +
    快递类型 + +{if $send_type} +   +上次使用 {$send_type} +{/if} +
    +
    + + + + + + + + + + + + + +{loop $lists $k $v} + + + + + + + + + +{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} + + + + + + + + + + + + +{/loop} +{/if} + + + + + + + + + +{/loop} +
    图片商品单价数量订单金额下单时间订单打印移除
    {$v[title]}
    {$v[par]}{if $v[note]}备注:{$v[note]}{/if} +
    {$v[price]}{$v[number]}{$DT[money_sign]}{$v[money]}{$v[addtime]}详情 +打印 +移除 +
    {$t[title]}
    {$t[par]}{if $t[note]}备注:{$t[note]}{/if}
    {$t[price]}{$t[number]}
    {$v[itemid]}{$v[buyer_address]}{if $v[buyer_postcode]} ({$v[buyer_postcode]}){/if}{$v[buyer_name]}{$v[buyer_mobile]}{if $v[sku]}{$v[sku][location]}{/if}
    +
    + + + + + +{if $_userid && $DT[sms]} + + + + +{/if} + + + + +
    发货时间{dcalendar('send_time', $send_time)}
    短信通知买家已发货 (我的可用短信 {$_sms})
    + +
    +
    + + +{else} + +
    +
    +{$fields_select}  +  +  +{dcalendar('fromdate', $fromdate, '-', 1)} 至 {dcalendar('todate', $todate, '-', 1)}  +  +
    +
    +
    +{$status_select}  +  +  +  +  +货到付款  +
    +
    +
    + + + +
    + + + + + + + + + +
    商品信息单价数量订单金额买家订单状态
    +{loop $lists $k $v} + + + + + + + + + + + + + +{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} + + + + + + + + + +{/loop} +{/if} +
    + +{if $v[status] == 0} +确认订单 | +修改订单 | +关闭交易 | +{elseif $v[status] == 1} +修改订单 | +关闭交易 | +{elseif $v[status] == 2} +确认发货 | +打印订单 | +{elseif $v[status] == 3} + {if $v[lefttime]} + 距买家处理订单还剩{$v[lefttime]}  + 延长时间 | + {else} + 买家处理订单超时 + 直接收款 | + {/if} + {if $v[send_type] && $v[send_no]} + 快递追踪 | + {/if} +{elseif $v[status] == 4} + {if $MODULE[$v[mid]][module] == 'mall'} + {if $v[buyer_star]} + 评价详情 | + {else} + 评价 | + {/if} + {/if} +{elseif $v[status] == 5} + 同意退款 | +{elseif $v[status] == 7} + {if $v[send_time]} + 确认完成 | + {else} + 确认发货 | + {/if} +{elseif $v[status] == 8} + 删除订单 | +{/if} +订单详情  + +  {$v[addtime]}   订单号:{$v[itemid]} +
    {$v[title]}
    {$v[par]}
    {$v[price]}{$v[number]}{$DT[money_sign]}{$v[money]}{if $DT[im_web]}{im_web($v[buyer].'&mid=16&itemid='.$v[mallid])} {/if} +{$v[dstatus]} +{if $v[status] == 0} +确认 +{elseif $v[status] == 2} +发货 +{elseif $v[status] == 4} + {if $MODULE[$v['mid']]['module'] == 'mall' && !$v[buyer_star]} + 评价 + {/if} +{elseif $v[status] == 5} + 退款 +{elseif $v[status] == 10} + {if $v[send_time]} + 完成 + {else} + 发货 + {/if} +{/if} +
    {$t[title]}
    {$t[par]}{if $t[note]}备注:{$t[note]}{/if}
    {$t[price]}{$t[number]}
    +{/loop} +
    +
    {$pages}
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/trade_print.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/trade_print.htm new file mode 100644 index 0000000..ef2095f --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/trade_print.htm @@ -0,0 +1,96 @@ + + + + +订单详情 + + + + +
    + + + + + + + + + + + + + + + + + + + + +
    收货信息
    收货地址{$td[buyer_address]}{if $td[buyer_postcode]} ({$td[buyer_postcode]}){/if}
    买家姓名{$td[buyer_name]}
    买家手机{$td[buyer_mobile]}
    会员名称{$td[buyer]}
    +
    +
    + + + +{if $td[sku]}{/if} +{if $td[sku]}{/if} + + + + +{loop $lists $k $v} + + +{if $td[sku]}{/if} +{if $td[sku]}{/if} + + + + +{/loop} +
    商品名称条形码仓储货位规格数量买家留言
    {$v[title]}{if $v[skuid]}{/if}{if $v[sku]}{$v[sku][location]}{/if}{$v[par]}{$v[number]}{$v[note]}
    +
    +
    + + + + + + + + + + + + + + + + +{if $td[fee_name] && $td[fee]} + + + + +{/if} + + + + +
    订单信息
    订单编号{$td[itemid]}
    下单时间{$td[adddate]}
    卖家名称{$td[seller]}
    {$td[fee_name]}{$DT[money_sign]}{$td[fee]}
    订单总额{$DT[money_sign]}{$td[total]}
    +
    + +
    +
    +
    + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/type.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/type.htm new file mode 100644 index 0000000..6738c06 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/type.htm @@ -0,0 +1,57 @@ +{template 'header-widget', 'member'} +{if $MG[type_limit] > -1} +
    + + +
    + + + + + + + +{loop $lists[0] $k0 $v0} + + + + + + +{if isset($lists[1][$v0[typeid]])} + {loop $lists[1][$v0[typeid]] $k1 $v1} + + + + + + + {/loop} +{/if} +{/loop} + + + + + + + + + + +
    排序名称上级分类
    {$v0[style_select]}{$v0[parent_select]}
    {$v1[style_select]}{$v1[parent_select]}
    新增 {$new_style}{$parent_select}
     
         +     +     +     +{if $MG[type_limit]} 最多可定义 {$MG[type_limit]} 个分类   当前已定义 {count($types)} 个   {/if} +
      +
    +
    +
    +{else} +

    +
    抱歉,您没有权限自定义分类
    +

    +{/if} + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/validate.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/validate.htm new file mode 100644 index 0000000..7445eab --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/validate.htm @@ -0,0 +1,707 @@ +{template 'header', 'member'} +{if $action == 'email'} +{if $itemid==1}
    尊敬的用户,为了保证信息的真实有效,请先认证您的Email,认证通过之后即可发布信息
    {/if} + +{if $step == 2} +
    邮箱认证成功 立即返回
    +{elseif $step == 1} +
    + + + + + + + + + + + +
    * 邮件验证码
         
    +
    + +{else} +
    + + + + + + + + + + + + + + + +
    * 电子邮件
    * 验证码{template 'captcha', 'chip'}
         
    +
    + +{/if} + +{elseif $action == 'vemail'} + + + + + + + + + + +
    邮件地址{$_email} [修改]
    认证状态已认证
    +{elseif $action == 'mobile'} +{if $itemid==1}
    尊敬的用户,为了保证信息的真实有效,请先认证您的手机号码,认证通过之后即可发布信息
    {/if} + +{if $step == 2} +
    手机号码认证成功 立即返回
    +{elseif $step == 1} +
    + + + + + + + + + + + +
    * 短信验证码
         
    +
    + +{else} +
    + + + + + + + + + + + + + + + +
    * 手机号码
    * 验证码{template 'captcha', 'chip'}
         
    +
    + +{/if} + +{elseif $action == 'vmobile'} + + + + + + + + + + +
    手机号码{$_mobile} [修改]
    认证状态已认证
    +{elseif $action == 'truename'} +{if $itemid==1}
    尊敬的用户,为了保证信息的真实有效,请先认证您的真实姓名,认证通过之后即可发布信息
    {/if} + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    * 真实姓名
    * 证件图片  [上传]  [预览]  [删除] + +
    证件图片  [上传]  [预览]  [删除]
    证件图片  [上传]  [预览]  [删除]
    * 验证码{template 'captcha', 'chip'}
    认证说明 +请上传个人有效证件(身份证或护照等)电子版本,以便网站核实认证
    +证件上的姓名必须与填写的真实姓名一致,并且图片需要清晰可辨
    +最少需要上传1张,最多可上传3张 +
         
    +
    +{load('clear.js')} +{if $MOD[vfax]} +
    + + + + + +
    传真认证 +您可以传真有效证件至 {$MOD[vfax]} 进行认证,复印件上需注明会员名 +
    +{/if} + +{elseif $action == 'vtruename'} + + + + + + +{if $user[vtruename] || $va[status] == 3} + + + + +{else} + + + + +{/if} +{if $va[thumb]} + + + + +{/if} +{if $va[thumb1]} + + + + +{/if} +{if $va[thumb2]} + + + + +{/if} +
    真实姓名{$user[truename]}
    认证状态已认证
    认证状态审核中
    证件图片
    证件图片
    证件图片
    +{elseif $action == 'company'} +{if $itemid==1}
    尊敬的用户,为了保证信息的真实有效,请先认证您的公司信息,认证通过之后即可发布信息
    {/if} + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    * 公司名称
    * 证件图片  [上传]  [预览]  [删除] + +
    证件图片  [上传]  [预览]  [删除]
    证件图片  [上传]  [预览]  [删除]
    * 验证码{template 'captcha', 'chip'}
    认证说明 +请上传公司有效证件(营业执照、组织机构代码证、税务登记证等)电子版本,以便网站核实认证
    +证件上的公司名称必须与填写的公司名称一致,并且图片需要清晰可辨
    +最少需要上传1张,最多可上传3张 +
         
    +
    +{load('clear.js')} +{if $MOD[vfax]} +
    + + + + + +
    传真认证 +您可以传真有效证件至 {$MOD[vfax]} 进行认证,传真件上需盖公司公章 +
    +{/if} + +{elseif $action == 'vcompany'} + + + + + + +{if $user[vcompany] || $va[status] == 3} + + + + +{else} + + + + +{/if} +{if $va[thumb]} + + + + +{/if} +{if $va[thumb1]} + + + + +{/if} +{if $va[thumb2]} + + + + +{/if} +
    公司名称{$user[company]}
    认证状态已认证
    认证状态审核中
    证件图片
    证件图片
    证件图片
    +{elseif $action == 'shop'} + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    * 商铺名称
    * 证件图片  [上传]  [预览]  [删除] + +
    证件图片  [上传]  [预览]  [删除]
    证件图片  [上传]  [预览]  [删除]
    * 验证码{template 'captcha', 'chip'}
    认证说明 +请上传公司资质证件(商标证书、著作权证书、代理证书等)电子版本,以便网站核实认证
    +证件上的公司名称必须与当前账号已认证公司名称一致,并且图片需要清晰可辨
    +最少需要上传1张,最多可上传3张 +
         
    +
    +{load('clear.js')} +{if $MOD[vfax]} +
    + + + + + +
    传真认证 +您可以传真有效证件至 {$MOD[vfax]} 进行认证,传真件上需盖公司公章 +
    +{/if} + +{elseif $action == 'vshop'} + + + + + + +{if $user[vshop] || $va[status] == 3} + + + + +{else} + + + + +{/if} +{if $va[thumb]} + + + + +{/if} +{if $va[thumb1]} + + + + +{/if} +{if $va[thumb2]} + + + + +{/if} +
    商铺名称{$va[title]}
    认证状态已认证
    认证状态审核中
    证件图片
    证件图片
    证件图片
    +{elseif $action == 'bank'} + + + + + + + + + + + + + + + + + + +{if $user[vbank]} + + + + +{else} + + + + + + + + +{/if} +
    开户银行{if $user[bank]}{$user[bank]}{else}未设置{/if}
    开户网点{if $user[branch]}{$user[branch]}{else}未设置{/if}
    收款帐号{if $user[account]}{$user[account]}{else}未设置{/if}
    收款户名{if $user[banktype]}{$user[company]}{else}{$user[truename]}{/if}
    认证状态已认证
    认证状态未认证
    认证说明银行帐号在申请提现后,由网站进行认证
    +{else} + + +
    + + + + + + + + +{if $MOD[vemail]} + + + + + + + +{/if} +{if $MOD[vmobile]} + + + + + + + +{/if} +{if $MOD[vtruename]} + + + + + + + +{/if} +{if $MOD[vbank]} + + + + + + + +{/if} +{if $MOD[vcompany] && $MG[type]} + + + + + + + +{/if} +{if $MOD[vshop] && $MG[homepage]} + + + + + + + +{/if} +
    类型账号状态操作
    邮件认证{$email}{if $vemail}已认证{else}未认证{/if} +{if $vemail} +修改账号 +{else} +立即认证 +{/if} +
    手机认证{$mobile}{if $vmobile}已认证{else}未认证{/if} +{if $vmobile} +修改账号 +{else} +立即认证 +{/if} +
    实名认证{$truename}{if $vtruename}已认证{else}未认证{/if}{if $vtruename}修改账号{else}立即认证{/if}
    银行认证{$bank} {$account}{if $vbank}已认证{else}未认证{/if}{if $vbank}修改账号{else}立即认证{/if}
    公司认证{$company}{if $vcompany}已认证{else}未认证{/if}{if $vcompany}修改账号{else}立即认证{/if}
    商铺认证{$shop}{if $vshop}已认证{else}未认证{/if}{if $vshop}修改账号{else}立即认证{/if}
    +
    +{/if} + +{if $seconds} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/member/weixin.htm b/template/m15dt8h3jk4j34l1kl4232l12l/member/weixin.htm new file mode 100644 index 0000000..60072c4 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/member/weixin.htm @@ -0,0 +1,82 @@ +{template 'header', 'member'} +{if $itemid==1}
    尊敬的用户,为了保证信息的真实有效,请先绑定微信,绑定之后即可发布信息
    {/if} + + +{if $W} + + + + + + + + + + + + + + + + +{if $timeout} + + + + +{/if} + + + + + + + + +{else} + + + + + + + + +{/if} + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/message/403.htm b/template/m15dt8h3jk4j34l1kl4232l12l/message/403.htm new file mode 100644 index 0000000..133605d --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/message/403.htm @@ -0,0 +1,31 @@ +{template 'header'} +
    +
    {$head_title}
    +

    + 秒后将自动跳转到{if $_userid}会员升级页面{else}会员登录页面{/if} +

    + {if $_userid} +   1、请升级您的会员组。
    + {else} +   1、请 登录免费注册
    + {/if} +   2、请检查输入的网址是否正确。
    +   3、如果不能确认输入的网址,请浏览网站首页来查看所要访问的网址。
    +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/message/404.htm b/template/m15dt8h3jk4j34l1kl4232l12l/message/404.htm new file mode 100644 index 0000000..ea4022b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/message/404.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    对不起~~,页面找不到啦...
    +
    +
    + 您正在请求的页面可能 不存在已经被删除
    + 请尝试以下操作:
    + • 确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误
    + • 请与网站管理员联系,告诉他们您发现的错误以便网站管理员处理
    + • 30秒后自动返回网站首页 {DT_PATH}
    +
    + +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/message/alert.htm b/template/m15dt8h3jk4j34l1kl4232l12l/message/alert.htm new file mode 100644 index 0000000..950f056 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/message/alert.htm @@ -0,0 +1,22 @@ + + + + +提示信息{$DT[seo_delimiter]}{$DT[sitename]} + + + + + + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/message/com-notfound.htm b/template/m15dt8h3jk4j34l1kl4232l12l/message/com-notfound.htm new file mode 100644 index 0000000..4b2a3aa --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/message/com-notfound.htm @@ -0,0 +1,8 @@ +{template 'header'} +
    +
    公司不存在
    +

    + 您正在访问的公司主页可能已经删除、更名或尚未开通...
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/message/com-opening.htm b/template/m15dt8h3jk4j34l1kl4232l12l/message/com-opening.htm new file mode 100644 index 0000000..fdb9cf1 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/message/com-opening.htm @@ -0,0 +1,11 @@ +{template 'header'} +
    +
    公司主页正在等待开通
    +

    + 您正在访问的公司主页已经注册,将在所属公司完善详细资料后自动开通,请稍后访问...
    + {if $username == $_username} + 系统检测到您为该公司所属会员,请点这里立即完善公司资料,激活公司主页
    + {/if} +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/message/guest.htm b/template/m15dt8h3jk4j34l1kl4232l12l/message/guest.htm new file mode 100644 index 0000000..0d6d199 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/message/guest.htm @@ -0,0 +1,8 @@ +{template 'header'} +
    +
    {$head_title}
    +

    + 您访问的公司尚未注册本站会员,无法查看详细信息,建议优先选择 {VIP} 会员
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/message/list-notfound.htm b/template/m15dt8h3jk4j34l1kl4232l12l/message/list-notfound.htm new file mode 100644 index 0000000..5642714 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/message/list-notfound.htm @@ -0,0 +1,23 @@ +{template 'header'} +
    +
    {$head_title}
    +

    + 秒后将自动跳转到{$MOD[name]}首页 +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/message/message.htm b/template/m15dt8h3jk4j34l1kl4232l12l/message/message.htm new file mode 100644 index 0000000..dbb9ed1 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/message/message.htm @@ -0,0 +1,40 @@ + + + + +提示信息{$DT[seo_delimiter]}{$DT[sitename]} + + + +{if $dtime == -1} + +
    login
    +{$dmessage} + +{else} + +
    +
    提示信息
    +
    {$dmessage}
    + {if $dforward == 'goback'} +
    点这里返回上一页
    + {else} +
    如果您的浏览器没有自动跳转,请点击这里
    + + {/if} +
    +{/if} + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/message/mysql.htm b/template/m15dt8h3jk4j34l1kl4232l12l/message/mysql.htm new file mode 100644 index 0000000..70636e7 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/message/mysql.htm @@ -0,0 +1,20 @@ + + + + +数据库连接失败{$DT[seo_delimiter]}{$DT[sitename]} + + + + +
    +数据库连接失败(Can not connect to MySQL server)
    +系统无法连接到MySQL服务器。点此查看此问题的解决方案
    +{$DT[sitename]}
    +
    + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/message/show-notfound.htm b/template/m15dt8h3jk4j34l1kl4232l12l/message/show-notfound.htm new file mode 100644 index 0000000..5642714 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/message/show-notfound.htm @@ -0,0 +1,23 @@ +{template 'header'} +
    +
    {$head_title}
    +

    + 秒后将自动跳转到{$MOD[name]}首页 +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/message/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/message/these.name.php new file mode 100644 index 0000000..66e4517 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/message/these.name.php @@ -0,0 +1,14 @@ + 'JS提示信息', + 'com-notfound' => '公司不存在', + 'com-opening' => '公司未激活', + 'guest' => '游客主页', + 'list-notfound' => '列表页不存在', + 'message' => 'HTML提示信息', + 'mysql' => 'MySQL无法连接', + 'show-notfound' => '内容页不存在', + 403 => '403拒绝访问', + 404 => '404未找到网页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/photo/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/photo/index.htm new file mode 100644 index 0000000..62004b5 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/photo/index.htm @@ -0,0 +1,18 @@ +{template 'header'} +{if $MOD[page_irec]} +
    +
    +
    {loop $maincat $k $v}{if $k<10}{if $k}  |  {/if}{$v[catname]}{/if}{/loop}推荐{$MOD[name]}
    +
    +
    +{/if} +{if $MOD[page_icat]} +{loop $maincat $i $c} +
    +
    +
    更多>{$c[catname]}
    +
    +
    +{/loop} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/photo/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/photo/list.htm new file mode 100644 index 0000000..af6f3e7 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/photo/list.htm @@ -0,0 +1,18 @@ +{template 'header'} +
    + +
    +
    +
    + {if $CP}{template 'property_list', 'chip'}{/if} +
    {if $tags}{template 'list-'.$module, 'tag'}{/if}
    +
    +
    + +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/photo/private.htm b/template/m15dt8h3jk4j34l1kl4232l12l/photo/private.htm new file mode 100644 index 0000000..148ad4a --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/photo/private.htm @@ -0,0 +1,34 @@ +{template 'header'} +
    + +
    +
    +
    +


    +
    + + +
    绑定帐号
    微信昵称{if $W[nickname]}{$W[nickname]}{else}未填写{/if}   解绑
    接收通知 +{if $W[push]} +已开启   关闭 +{else} +已关闭 开启 +{/if} +
    上次访问{timetodate($W[visittime], 5)}
    您已超过48小时未访问微信了,暂时无法收到系统通知
    积分规则每日签到赠送{$WX[credit]}{$DT[credit_unit]} {if $sign}今日已签{else}今日未签{/if}
    +{if $sign} +用微信扫描下面的二维码使用更多微信服务
    + +{else} +用微信扫描下面的二维码或者直接发送内容为“签到”的消息
    + +{/if} +
    当前状态您还没有绑定微信帐号,无法享受微网站、消息接收、积分赠送等微信特权
    +用微信扫描下面的二维码添加关注并绑定
    + + +
    + + + + {if $open == 2} + + + + {elseif $open == 1} + + + + {/if} + + + + + + +
    请输入访问密码
    请回答,{$question}?
      {$error}
    + +


    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/photo/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/photo/search.htm new file mode 100644 index 0000000..ac40b50 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/photo/search.htm @@ -0,0 +1,78 @@ +{template 'header'} + +
    +
    +
    +
    +
    关键词
    +
    +   + {loop $sfields $k $v} +   + {/loop} +
    +
    +
    +
    分类
    +
    + {$category_select} + {if $area_select} + 地区 + {$area_select} + {/if} + 排序 + {$order_select} +
    +
    + {if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    +
    + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
    +
    {template 'list-'.$module, 'tag'}
    + {else} + {template 'empty', 'chip'} + {/if} +
    +
    + {if $kw} +
    相关搜索
    +
    +
      + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
    • {$mod[name]} 找 {$kw}
    • {/if}{/loop} +
    +
    + + {if $_username} + + {/if} + {/if} + +
    今日排行
    +
    + +
    +
    本周排行
    +
    + +
    +
    本月排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/photo/show-ebook.htm b/template/m15dt8h3jk4j34l1kl4232l12l/photo/show-ebook.htm new file mode 100644 index 0000000..2d7f8b2 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/photo/show-ebook.htm @@ -0,0 +1,124 @@ +{template 'header'} + +
    + +
    +
    +
    +

    {$title}

    +
    共{$items}页 + 日期:{$adddate}     + {if $MOD[hits]}点击:{$hits}    {/if} + {if $could_comment}评论:{$comments}    {/if} +
    +
    +
    +
    + + + + +
    + + +
    Loading pages...
    + +
    + +
    + {if $CP}{template 'property_show', 'chip'}{/if} + {if $content}
    {$content}
    {/if} +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
    +
    更多>推荐{$MOD[name]}
    +
    +
    +{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/photo/show-ebookfull.htm b/template/m15dt8h3jk4j34l1kl4232l12l/photo/show-ebookfull.htm new file mode 100644 index 0000000..48dcd48 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/photo/show-ebookfull.htm @@ -0,0 +1,126 @@ + + + + +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{if $city_sitename}{$city_sitename}{else}{$DT[sitename]}{/if}{/if} +{if $head_keywords} + +{/if} +{if $head_description} + +{/if} + + + +{if $head_canonical} + +{/if} + + + + + + + + + + + + + +
    + + +
    Loading pages...
    + +
    + + + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/photo/show-slide.htm b/template/m15dt8h3jk4j34l1kl4232l12l/photo/show-slide.htm new file mode 100644 index 0000000..11d7c4c --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/photo/show-slide.htm @@ -0,0 +1,90 @@ +{php $JS = array('jquery.slide');} +{php $CSS = array('jquery.slide');} +{template 'header'} + +
    + +
    +
    +
    +

    {$MOD[name]}浏览完毕

    +
    重新浏览
    +
    推荐{$MOD[name]}
    +
    +
    +
    +
    {$page} / {$items}
    +

    {$title}

    +
    + + 展开全部     + 查看原图 + + {$adddate} + {if $MOD[hits]}{$hits}{/if} + {if $could_comment}{$comments}{/if} +
    +
    +
    +
    +
    +
    + +
    +
    + + +
    +
    +
    +
    +
      +
    +
    +
    + + +
    + +
    +
    + +
    + {if $CP}{template 'property_show', 'chip'}{/if} + {if $content}
    {$content}
    {/if} + +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
    + +
    更多>推荐{$MOD[name]}
    +
    +
    +{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/photo/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/photo/show.htm new file mode 100644 index 0000000..e3d516d --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/photo/show.htm @@ -0,0 +1,84 @@ +{template 'header'} + + +
    + +
    +
    +
    +

    {$MOD[name]}浏览完毕

    +
    重新浏览
    +
    推荐{$MOD[name]}
    +
    + + + + + +
    + + +
    +
    {$page} / {$items}
    +

    {$title}

    +
    + + 展开全部     + 查看原图 + + {$adddate} + {if $MOD[hits]}{$hits}{/if} + {if $could_comment}{$comments}{/if} +
    +
    +
    +
    {template 'content', 'chip'}
    +{if $P[introduce]}
    {nl2br($P[introduce])}
    {/if} +
    +
    +


    +« 上一张 +


    +
    +{if $user_status == 3} +{php $action = 'side';} +{template 'content', 'chip'} +{php $action = '';} +{else} +
     
    +{/if} +
    +


    +下一张 » +


    +
    +
    +
    + {if $CP}{template 'property_show', 'chip'}{/if} + {if $content}
    {$content}
    {/if} +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
    +
    更多>推荐{$MOD[name]}
    +
    +
    +{if $content}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/photo/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/photo/these.name.php new file mode 100644 index 0000000..f013f53 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/photo/these.name.php @@ -0,0 +1,13 @@ + '首页', + 'list' => '列表页', + 'private' => '验证身份', + 'search' => '搜索页', + 'show' => '内容页', + 'show-ebook' => '电子书', + 'show-ebookfull' => '电子书满屏', + 'show-slide' => '无刷新切图', + 'view' => '全部图片', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/photo/view.htm b/template/m15dt8h3jk4j34l1kl4232l12l/photo/view.htm new file mode 100644 index 0000000..2a3e6d2 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/photo/view.htm @@ -0,0 +1,37 @@ +{template 'header'} + +
    + +
    +
    + + + + +
    +
    +

    {$title}

    +
    + {$adddate} + {if $MOD[hits]}{$hits}{/if} + {if $could_comment}{$comments}{/if} + {$items} +
    +
    +
    + +{loop $T $i $t} +{if $i%6==0}{/if} + +{if $i%6==5}{/if} +{/loop} +
    + +
    ({$t[number]}) {$t[title]}
    +
    +
    +
    +
    +{if $pages}
    {$pages}
    {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/quote/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/quote/index.htm new file mode 100644 index 0000000..922b3bb --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/quote/index.htm @@ -0,0 +1,96 @@ +{template 'header'} + +
    +
    +
    +
    + + {if $tags} + + + + + + + +
    品名价格单位报价数
    +
    + + {loop $tags $i $t} + + + {$DT[money_sign]}{$t[price]} + {$t[unit]} + {$t[item]} + + {/loop} +
    {$t[title]}
    +
    + {/if} +
    +
    +
    + +
    +
    + +
    +
    +
    + {if $MOD[page_icat]} + + {loop $maincat $i $c} + {if $i%2==0}{/if} + + {if $i%2==0}{/if} + {if $i%2==1}{/if} + {/loop} +
    +
    更多>{$c[catname]}
    +
    +
     
    + {/if} +
    +
    +
    +
    报价企业
    +
    + + {if $tags} +
      + {loop $tags $i $t} +
    • {area_pos($t[areaid], '/', 1)}{$t[company]}
    • + {/loop} +
    + {/if} +
    +
    点击排行
    +
    +
    +
    +
    +{load('marquee.js')} + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/quote/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/quote/list.htm new file mode 100644 index 0000000..7247b4d --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/quote/list.htm @@ -0,0 +1,50 @@ +{template 'header'} + +
    + +
    +
    +
    + {if $CP}{template 'property_list', 'chip'}{/if} +
    + {php $cols = 5;} + {if $tags}{template 'list-quote', 'tag'}{/if} +
    +
    +
    + +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/quote/price.htm b/template/m15dt8h3jk4j34l1kl4232l12l/quote/price.htm new file mode 100644 index 0000000..98b4017 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/quote/price.htm @@ -0,0 +1,277 @@ +{template 'header'} + + +
    +
    +

    {$P[title]}

    +
    + {if $P[n1] && $P[v1]}{$P[n1]}:{$P[v1]}    {/if} + {if $P[n2] && $P[v2]}{$P[n2]}:{$P[v2]}    {/if} + {if $P[n3] && $P[v3]}{$P[n3]}:{$P[v3]}    {/if} + 最新报价:{timetodate($P[edittime], 5)}     + 报价次数:{$P[item]}     + 浏览次数:{$P[hits]} +
    + + + + {if $could_add} + + {/if} + +
    + {if $sd} + +
    + + {else} +


    数据不足,无法生成报表



    + {/if} +
    +
    + +
    + + + {if $MARKET} + + + + + {/if} + + + + + + + + + {if !$_userid} + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {/if} + + + + + {if $need_captcha} + + + + + {/if} + + + + +
    市场 + +
    价格 * /{$P[unit]}
    地区 *{ajax_area_select('post[areaid]', '请选择', $areaid)}
    公司 *
    电话
    QQ
    微信
    备注
    验证码 *{template 'captcha', 'chip'}
     
    +
    +
    + {load('guest.js')} + +
    +
    + +
    + +
    + + + + + + + +
      + 公司:  + 报价时间:{dcalendar('fromdate', $fromdate, '-', 1)} 至 {dcalendar('todate', $todate, '-', 1)}  + {ajax_area_select('areaid', '不限地区', $areaid)}  + {if $MARKET} +   + {/if} +
    +
    + {if $tags} + + + + + + {if $MARKET}{/if} + + + + + {loop $tags $t} + + + + + {if $MARKET}{/if} + + + + + {/loop} +
    价格({$DT[money_unit]})单位报价时间市场地区报价公司备注
    {$t[price]}{$P[unit]}{timetodate($t[addtime], 5)}{if $t[market]}{$MARKET[$t[market]]}{else} {/if}{area_pos($t[areaid], '', 2)}{$t[company]}{dsubstr($t[note], 20, '..')}
    + {if $pages}
    {$pages}
    {/if} + {/if} +
    +{if $P[content]} +
    +
    +
    {$P[content]}
    +
    +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/quote/product.htm b/template/m15dt8h3jk4j34l1kl4232l12l/quote/product.htm new file mode 100644 index 0000000..59679c4 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/quote/product.htm @@ -0,0 +1,75 @@ +{template 'header'} + +
    + +
    +{if $lists} +
    + + + + + + + + + + {loop $lists $v} + + + + + + + + + {/loop} +
    品名属性参数最新报价单位报价数报价时间
    {$v[title]} + {if $v[v1]}{$v[n1]}:{$v[v1]}  {/if} + {if $v[v2]}{$v[n2]}:{$v[v2]}  {/if} + {if $v[v3]}{$v[n3]}:{$v[v3]}  {/if} + {$DT[money_sign]}{$v[price]}{$v[unit]}{$v[item]}{timetodate($v[edittime], 5)}
    + {if $pages}
    {$pages}
    {/if} +
    +{else} +
    +


    未找到相关产品



    +
    +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/quote/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/quote/search.htm new file mode 100644 index 0000000..7ca7d89 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/quote/search.htm @@ -0,0 +1,106 @@ +{template 'header'} + + +
    +
    +
    +
    +
    关键词
    +
    +   + {loop $sfields $k $v} +   + {/loop} + {$order_select} +
    +
    +
    +
    分类
    +
    + {$category_select} + {if $area_select} + 地区 + {$area_select} + {/if} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')} +
    +
    + {if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    +
    + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
    {template 'list-quote', 'tag'}
    + {else} + {template 'empty', 'chip'} + {/if} +
    +
    + {if $kw} +
    相关搜索
    +
    +
      + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
    • {$mod[name]} 找 {$kw}
    • {/if}{/loop} +
    +
    + + {if $_username} + + {/if} + {/if} + +
    今日排行
    +
    + +
    +
    本周排行
    +
    + +
    +
    本月排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/quote/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/quote/show.htm new file mode 100644 index 0000000..7169450 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/quote/show.htm @@ -0,0 +1,76 @@ +{template 'header'} + + +
    + +
    +
    +
    +

    {$title}

    +
       + {$adddate} + {if $MOD[hits]}{$hits}{/if} +
    + {if $CP}{template 'property_show', 'chip'}{/if} +
    {template 'content', 'chip'}
    + {if $pages}
    {$pages}
    {/if} +
    +
    特别提示:本信息由相关企业自行提供,真实性未证实,仅供参考。请谨慎采用,风险自负。
    + +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
    + +
    +
    +
    相关{$MOD[name]}
    +
    + {if $tag} + + {else} + + {/if} +
    +
    推荐{$MOD[name]}
    +
    +
    +
    点击排行
    +
    +
    +
    +
    +{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/quote/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/quote/these.name.php new file mode 100644 index 0000000..f97aaad --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/quote/these.name.php @@ -0,0 +1,11 @@ + '首页', + 'list' => '列表页', + 'price' => '价格曲线', + 'product' => '产品列表', + 'quote' => '报价单', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/sell/compare.htm b/template/m15dt8h3jk4j34l1kl4232l12l/sell/compare.htm new file mode 100644 index 0000000..6d6ad83 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/sell/compare.htm @@ -0,0 +1,121 @@ +{template 'header'} + +
    + +
    + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + + + + {loop $tags $k $v} + + {/loop} + +
    移除移除
    图片
    标题
    品牌
    {$v[brand]}
    日期{$v[editdate]}
    公司
    会员 + {if $v[vip]}{VIP}{/if}  +
    地区{area_pos($v[areaid], '', 2)}
    价格{if $v[price]>0}{$v[price]}{$DT[money_unit]}/{$v[unit]}{else}面议{/if}
    起订{if $v[minamount]}{$v[minamount]} {$v[unit]}{else}未填写{/if}
    总量{if $v[amount]}{$v[amount]} {$v[unit]}{else}未填写{/if}
    发货{if $v[days]}{$v[days]}天内{else}未填写{/if}
    联系  + {if $v[username] && $DT[im_web]}{im_web($v[username].'&mid='.$moduleid.'&itemid='.$v[itemid])} {/if} + {if $v[qq] && $DT[im_qq]}{im_qq($v[qq])} {/if} + {if $v[wx] && $DT[im_wx]}{im_wx($v[wx], $v[username])} {/if} + {if $v[ali] && $DT[im_ali]}{im_ali($v[ali])} {/if} + {if $v[skype] && $DT[im_skype]}{im_skype($v[skype])} {/if} +
    询价
    移除移除
    +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/sell/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/sell/index.htm new file mode 100644 index 0000000..86c1a5b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/sell/index.htm @@ -0,0 +1,110 @@ +{template 'header'} +
    + +
    + +
    +
    +
    分类:
    +
    +{loop $maincat $k $v} +{set_style($v[catname],$v[style])} +{/loop} + +
    +
    +

    更多

    +
    +
    +
    +
    供货地区:
    +
    +{php $mainarea = get_mainarea(0)} +{loop $mainarea $k $v} +{$v[areaname]} +{/loop} +
    +
    +

    更多

    +
    +
    +
    +
    类别:
    +
    +{loop $TYPE $k $v} +{$v} +{/loop} +
    +
    +

    更多

    +
    +
    +
    + + + +
    +{php $mid=5} +{php $child = get_maincat(0,$mid,1);} +{loop $child $i $c} +{php $kk=$i+1} +{if $i < 20} + +
    +
    +

    {$c[catname]}

    + +
    + + +
    +{/if} +{/loop} +
    + + +
    +
    产品导航
    + +
    + + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/sell/inq.htm b/template/m15dt8h3jk4j34l1kl4232l12l/sell/inq.htm new file mode 100644 index 0000000..d7cf07d --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/sell/inq.htm @@ -0,0 +1,123 @@ + + +
    + +
    +
    +

    您正在询价【{$title}】

    + +
    +
    +
    + +
    +
    *询价标题:
    +
    *快捷提问:
    +
    +
    *主要内容:
    + +
    *公司名称:
    +
    *联系信息:
    +   +
    +
    *温馨提示:

    欢迎您直接电话询价,并表明来自丰采网,将享受更多优惠政策!

    +
    *验 证 码:
    {template 'captcha', 'chip'}
    +
    +
    +
    + +
    + +
    + \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/sell/inquiry.htm b/template/m15dt8h3jk4j34l1kl4232l12l/sell/inquiry.htm new file mode 100644 index 0000000..561e9c5 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/sell/inquiry.htm @@ -0,0 +1,222 @@ +{template 'header'} +
    + +
    +
    +
    + + + + {if $total>1} + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + {if $_userid} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + {else} + + + + + + + + + + + + + + + + + + + + + {if $DT[im_qq]} + + + + + {/if} + {if $DT[im_wx]} + + + + + {/if} + {if $DT[im_ali]} + + + + + {/if} + {if $DT[im_skype]} + + + + + {/if} + {/if} + {if $_userid && $DT[sms]} + + + + + {/if} + {if $need_question} + + + + + {/if} + {if $need_captcha} + + + + + {/if} + + + + +
    产品服务 + {loop $list $i $v} + {$v[title]}
    + {/loop} +
    * 询价标题
    我想了解 + {loop $itype $k $v} +
    + {/loop} +
    快捷提问 + + (不用打字 “快捷提问”帮您忙!) +
    * 主要内容
    +
    回复日期{dcalendar('date', $date)} 之前
    联系方式修改
    公司{$company}
    姓名{$truename}
    电话{$telephone}
    邮件{$email}
    QQ{$qq}
    微信{$wx}
    阿里旺旺{$ali}
    Skype{$skype}
    联系方式还不是会员?请 注册 或 请留下您的联系方式  已经是会员?请 登录
    公司
    * 姓名
    * 电话
    邮箱
    QQ
    微信
    阿里旺旺
    Skype
    短信通知 发送短信通知至接收人手机 (我的可用短信 {$_sms})
    * 验证问题{template 'question', 'chip'}
    * 验证码{template 'captcha', 'chip'}
    + {if $MG[inquiry_limit]} +    今日可询价 {$MG[inquiry_limit]} 次 +    当前已询价 {$limit_used} 次 +    还可以询价 {$limit_free} 次 + {/if} +
    +
    +
    +{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/sell/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/sell/list.htm new file mode 100644 index 0000000..1bd833f --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/sell/list.htm @@ -0,0 +1,101 @@ +{template 'header'} +
    + +
    +
    +
    +
    +
    行业
    +
    + +
    +
    +
    +
    地区
    +
    +
      + {php $mainarea = get_mainarea(0)} + {loop $mainarea $k $v} +
    • {$v[areaname]}
    • + {/loop} +
    +
    +
    + {if $TYPE} +
    +
    类别
    +
    +
      + {loop $TYPE $k $v} +
    • {$v}
    • + {/loop} +
    +
    +
    + {/if} + {if $CP}{template 'property_list', 'chip'}{/if} +
    + + +
    + + + + + + +
    +     + + + + 标价  + 图片  + {VIP}  +   +   + 图片列表  + 图文列表  +
    +
    + {if $page == 1}{ad($moduleid,$catid,$kw,6)}{/if} + {if $tags}{template 'list-'.$module, 'tag'}{/if} +
    +
    +
    + +
    搜索排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/sell/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/sell/search.htm new file mode 100644 index 0000000..bbb4356 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/sell/search.htm @@ -0,0 +1,194 @@ +{template 'header'} + +
    + +
    + + {if $MOD[sphinx]} +
    +
    关键词
    +
    + +
    +
    +
    +
    +
    行业
    +
    + {$category_select} + 地区 + {$area_select} +
    +
    +
    + {else} +
    +
    关键词
    +
    +   + {loop $sfields $k $v} +   + {/loop} +
    +
    +
    +
    +
    行业
    +
    + {$category_select} + 日期 + {dcalendar('fromdate', $fromdate, '')} 至 {dcalendar('todate', $todate, '')}   + 标价   + 图片   + {VIP}   +
    +
    +
    +
    +
    地区
    +
    + {$area_select} + 价格 + ~ + 排序 + {$order_select} +
    +
    +
    + {if $TYPE} +
    +
    类别
    +
    + +
      + 全部 + {loop $TYPE $k $v} + {$v} + {/loop} +
    +
    +
    +
    + {/if} + {/if} + {if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    +
    +
    +
    +
    +
    + + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
    + + +
    + + + + + + + +
    +   + +
    +{if $list == 1} + 图片 + {else} + 图片 + {/if} + {if $list == 0} + 图文 + {else} + 图片 + {/if}
    +
    + + {if $list==1} + + +
    +
      +{loop $tags $k $t} +
    • +
      +
      + +{$t[alt]} + +
      + +
      + +
      {if $t[cptx]}{$t[cptx]}{else}{$t[introduce]}{/if}
      + +
      +
      {if $t[price]>0} + +¥{$t[price]} + {else} + 面议 + {/if} +
      + + +
      + +
      {area_pos($t[areaid], ' ')}
      +

      {if $t[groupid]==9}{/if}{if $t[groupid]==6}{/if}{if $t[groupid]==7}{/if}{if $t[groupid]==8}{/if}

      +
      +
      + {if $t[username] && $DT[im_web]}{im_web($t[username].'&mid='.$moduleid.'&itemid='.$t[itemid])} {/if} + {if $t[qq] && $DT[im_qq]}{im_qq($t[qq])} {/if} + {if $t[wx] && $DT[im_wx]}{im_wx($t[wx], $t[username])} {/if} + {if $t[ali] && $DT[im_ali]}{im_ali($t[ali])} {/if} +
      + +
      + + +
    • +{/loop} +
    + +{if $showpage && $pages}
    {$pages}
    {/if} + +
    + + + {else} + + {template 'list-'.$module, 'tag'} + {/if} + +
    + {else} + {template 'empty', 'chip'} + {/if} +
    + +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/sell/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/sell/show.htm new file mode 100644 index 0000000..64c1143 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/sell/show.htm @@ -0,0 +1,249 @@ +{template 'header'} + + +
    + +
    +
    +
    +
    + +
    +
    +{if $video}
    {/if} +
    +
    +
    +
    {loop $albums $k $v}{/loop}
    +
    +
    +
    + {loop $TYPE $k $v} + {if $k%3==0}{/if} + + + {if $k%3==2}{/if} + {/loop} +
    +
    更多>{$v[typename]}
    +
    +
     
    +
    +
    + +
    +{/if} +
    + {if $CP}{template 'property_show', 'chip'}{/if} + {if $content}
    {$content}
    {/if} +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
    +
    +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/special/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/special/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/special/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/special/type.htm b/template/m15dt8h3jk4j34l1kl4232l12l/special/type.htm new file mode 100644 index 0000000..e69de29 diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/cat-list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/cat-list.htm new file mode 100644 index 0000000..d852b00 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/cat-list.htm @@ -0,0 +1,13 @@ +{loop $tags $k $t} +
  • +
    {$t[alt]}
    + +
    {if $t[unit] && $t[price]>0} + {$DT[money_sign]}{$t[price]}/{$t[unit]} + {else} + 面议 + {/if} +
    + +
  • +{/loop} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/clubi.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/clubi.htm new file mode 100644 index 0000000..60c9e54 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/clubi.htm @@ -0,0 +1,7 @@ +{loop $tags $i $t} +
    + {$t[alt]} +

    {$t[title]}{$MOD[seo_name]}圈

    +

    {$t[post]}主题 {$t[fans]}粉丝

    +
    +{/loop} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/f-div1.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/f-div1.htm new file mode 100644 index 0000000..3a51bf5 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/f-div1.htm @@ -0,0 +1,4 @@ +{loop $tags $i $t} +
  • {$t[title]}
  • +{/loop} + diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/f-div2.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/f-div2.htm new file mode 100644 index 0000000..f635c70 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/f-div2.htm @@ -0,0 +1,10 @@ + +{loop $tags $i $t} +
  • +{$t[alt]} +
    +
    {$t[title]}
    +

    {dsubstr($t[introduce], 120, '…')}

    +
    +
  • +{/loop} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/f-div9.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/f-div9.htm new file mode 100644 index 0000000..a757490 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/f-div9.htm @@ -0,0 +1,3 @@ +{loop $tags $i $t} +
  • {$t[title]}{$t[title]}
  • +{/loop} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/header-brand.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/header-brand.htm new file mode 100644 index 0000000..fa8b424 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/header-brand.htm @@ -0,0 +1,3 @@ +{loop $tags $i $t} + +{/loop} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/index.htm new file mode 100644 index 0000000..3041a0c --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/index.htm @@ -0,0 +1,108 @@ +{template 'header'} + +
    +
    {ad(35)}
    +
    +
    +
    +
  • 最新加入
  • +
  • 热门品牌
  • +
    +
    +
    +
      + + +{loop $tags $i $t} +
    • +

      {$t[title]}

      +
    • {/loop} +
    +
    +
      + +{loop $tags $i $t} +
    • +

      {$t[title]}

      +
    • {/loop}
    +
    +
    + +
    + + +
    +
    + +
    + +
    +
    热门品牌
    +
    +
    +
    汽配品牌
    +
    HOT BRANDS
    +
    +
    + +
    + + +
    +
    + + +
    +
    +
    超级品牌馆
    +
    + +
    + +
    +
    +
    + + +{if $MOD[page_icat]} + {loop $maincat $i $c} + + +
    +
    + +
    + +
    + + +
    +
    + + {/loop} + + {/if} + + + +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-brand.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-brand.htm new file mode 100644 index 0000000..93ec6e1 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-brand.htm @@ -0,0 +1,12 @@ +
    +
    + +
    +
    +{if $showpage && $pages}
    {$pages}
    {/if} + diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-buy.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-buy.htm new file mode 100644 index 0000000..700e884 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-buy.htm @@ -0,0 +1,20 @@ +{loop $tags $k $t} + +
  • +
    +

    {$t[title]}

    +

    采购数量:{if $t[amount]}{$t[amount]}{else}大量{/if}

    +
    +
    +

    发布时间:{timetodate($t[addtime], 3)}

    +

    截止时间:{if $t[totime]}{timetodate($t[totime], 3)}{else}长期有效{/if}

    +

    已有报价:{$t[messages]}

    +
    + +
  • + +{/loop} + +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-cat.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-cat.htm new file mode 100644 index 0000000..289e1fb --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-cat.htm @@ -0,0 +1,23 @@ +
      +{loop $tags $i $t} + {if $t[thumb]}
    • +{$t[alt]} +
      +
      {$t[title]}
      +

      {dsubstr($t[introduce], 250, '…')}

      +{date("Y-m-d H:i:s",$t[edittime])} +
      +
    • +{else} +
    • +
      +
      {$t[title]}
      +

      {dsubstr($t[introduce], 250, '…')}

      +{date("Y-m-d H:i:s",$t[edittime])} +
      +
    • +{/if} +{/loop} +
    +
    +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-catindex.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-catindex.htm new file mode 100644 index 0000000..84c5c06 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-catindex.htm @@ -0,0 +1,21 @@ +
      +{loop $tags $i $t} + {if $t[thumb]}
    • +{$t[alt]} +
      +
      {$t[title]}
      +

      {dsubstr($t[introduce], 250, '…')}

      +{date("Y-m-d H:i:s",$t[edittime])} +
      +
    • +{else} +
    • +
      +
      {$t[title]}
      +

      {dsubstr($t[introduce], 250, '…')}

      +{date("Y-m-d H:i:s",$t[edittime])} +
      +
    • +{/if} +{/loop} +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-child.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-child.htm new file mode 100644 index 0000000..aec8858 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-child.htm @@ -0,0 +1,6 @@ +
      +{loop $tags $i $t} +
    • {if $datetype}{timetodate($t[addtime], $datetype)}{/if}{$t[title]}
    • +{/loop} +
    +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-club.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-club.htm new file mode 100644 index 0000000..fec8f2c --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-club.htm @@ -0,0 +1,37 @@ +
    + + + + + + + + +{loop $tags $k $t} + + + + + + {if $t[replyer]} + + {else} + + {/if} + +{/loop} +
    帖子标题作者回复/点击最后回复
    + {if $t[ontop]} + + {elseif $t[level]} + + {elseif $t[thumb]} + + {elseif $t[video]} + + {else} +   + {/if} + {$t[passport]}

    {timetodate($t[addtime], 3)}

    {$t[reply]}

    {$t[hits]}

    {$t[replyer]}

    {timetodate($t[replytime], 5)}

    {$t[passport]}

    {timetodate($t[addtime], 5)}

    +
    +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-com-li.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-com-li.htm new file mode 100644 index 0000000..ab418af --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-com-li.htm @@ -0,0 +1,3 @@ +{loop $tags $t} +
  • {area_pos($t[areaid], '/', 1)}{$t[company]}
  • +{/loop} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-com.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-com.htm new file mode 100644 index 0000000..a20e544 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-com.htm @@ -0,0 +1,5 @@ + diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-comp.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-comp.htm new file mode 100644 index 0000000..057c74a --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-comp.htm @@ -0,0 +1,3 @@ +{loop $tags $k $t} +
  • {$t[company]}

    主营:{dsubstr($t[business], 30, '…')}

  • +{/loop} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-company.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-company.htm new file mode 100644 index 0000000..ec30a5d --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-company.htm @@ -0,0 +1,39 @@ +{loop $tags $k $t} +
    +
    +

    + {$t[company]}  + {if $t[vip]}{VIP} {/if} + + {if $t[vip]} + VIP会员{else}普通会员{/if} +

    +
    + 主营产品:{$t[business]} +
    +
    + 公司地址:{$t[address]} +
    +
    + + + +
    + {loop $tags $k $t} +{$t[alt]}{$t[title]} + {/loop} + +
    +
    + + + + + + + + + +{/loop} + +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-down.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-down.htm new file mode 100644 index 0000000..d605f6d --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-down.htm @@ -0,0 +1,11 @@ + +{loop $tags $i $t} + + + +{if $datetype > 2}{/if} +{if $datetype}{/if} + +{/loop} +
    {$t[filesize]} {$t[unit]}{timetodate($t[addtime], $datetype)}
    +{if $showpage && $pages}
    {$pages}{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-exhibit-top.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-exhibit-top.htm new file mode 100644 index 0000000..d90ea02 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-exhibit-top.htm @@ -0,0 +1,37 @@ +{loop $tags $k $t} +
    +
    +

    {$t[title]}

    +

    主办单位:{$t[sponsor]}

    +

    举办时间:{timetodate($t[fromtime], 3)}至{timetodate($t[totime], 3)}

    +

    举办地点:{$t[address]}

    + {php $lasted_day =(strtotime(timetodate($t[fromtime], 3))-strtotime(date('Y-m-d')))/3600/24;} + +{if $lasted_day < 0} + +{if $t[totime] > strtotime(date('Y-m-d'))} + +

    正在进行中

    + + {else} + +

    已结束

    + + {/if} + +{else} + +{if $lasted_day == 0} + +

    正在进行中

    + +{else} + +

    倒计时{$lasted_day}

    + {/if} + + {/if} +
    +
    查看详情
    +
    +{/loop} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-exhibit.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-exhibit.htm new file mode 100644 index 0000000..66cd6b6 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-exhibit.htm @@ -0,0 +1,33 @@ +{loop $tags $k $t} +
    +
    {if $t[thumb]}{$t[alt]}{else}{/if}
    +
    +

    {$t[title]}

    +
    举办时间:{timetodate($t[fromtime], 3)}至{timetodate($t[totime], 3)}
    +
    举办地点:{$t[address]}
    +
    {php $lasted_day =(strtotime(timetodate($t[fromtime], 3))-strtotime(date('Y-m-d')))/3600/24;} +{if $lasted_day < 0} +{if $t[totime] > strtotime(date('Y-m-d'))} +
    +正在进行中 +{else} +
    +已结束 +{/if} +{else} +{if $lasted_day == 0} +
    +正在进行中 +{else} +距离开幕{$lasted_day}天 +
    +{/if} +{/if} +
    + +
    +
    +{/loop} +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-group.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-group.htm new file mode 100644 index 0000000..dde1b68 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-group.htm @@ -0,0 +1,11 @@ +{loop $tags $i $t} +{php $t[price] = str_replace('.00', '', $t[price]);} +{php $t[marketprice] = str_replace('.00', '', $t[marketprice]);} +
    +
    {$t[alt]}
    +
    {$t[orders]}人购买原价:{$t[marketprice]}  {$t[discount]}
    +
    {$DT[money_sign]}{$t[price]}
    + +
    +{/loop} +{if $showpage && $pages}
    {$pages}{else}{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-hl.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-hl.htm new file mode 100644 index 0000000..217272b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-hl.htm @@ -0,0 +1 @@ +{loop $tags $i $t}

    {$t[title]}

    {/loop} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-hlr.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-hlr.htm new file mode 100644 index 0000000..935bb7d --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-hlr.htm @@ -0,0 +1,7 @@ + +{loop $tags $i $t} +{if $i%$cols==0}{/if} + +{if $i%$cols==($cols-1)}{/if} +{/loop} +
    {if $datetype}{timetodate($t[addtime], $datetype)}{/if}»{$t[title]}
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-info.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-info.htm new file mode 100644 index 0000000..cdb61d8 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-info.htm @@ -0,0 +1,18 @@ +
      +{loop $tags $i $t} +
    • +

      {$t[title]}

      +
      + + {if $t[catname]}{$t[catname]}{/if}{cat_pos($CAT, '')}/ + + {area_pos($t[areaid], '')}/ + + {if timetodate($t[addtime], 3)== timetodate($DT_TIME, 3)}今日{else}{timetodate($t[addtime], 3)}{/if}/ + + {$t[hits]} +
      +
    • {/loop} + +
    +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-job.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-job.htm new file mode 100644 index 0000000..7688118 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-job.htm @@ -0,0 +1,29 @@ +{loop $tags $k $t} +
    + + + + + + + + +
    + + + {if $t[minsalary] && $t[maxsalary]} + {$t[minsalary]}-{$t[maxsalary]}元/月 + {elseif $t[minsalary]} + {$t[minsalary]}元/月以上 + {elseif $t[maxsalary]} + {$t[maxsalary]}元/月以内 + {else} + 面议 + {/if} + {area_pos($t[areaid], '')}{timetodate($t[edittime], $datetype)}
    +
    +{/loop} +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-jxs.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-jxs.htm new file mode 100644 index 0000000..6dd9661 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-jxs.htm @@ -0,0 +1,24 @@ +{loop $tags $k $t} +
    +
    +

    + {$t[company]}  + {if $t[vip]}{VIP} {/if} + + {if $t[vip]} + VIP会员{else}普通会员{/if} +

    +

    + 主营产品:{$t[business]} +

    +

    + 公司地址:{$t[address]} +

    +
    +
    {$t[truename]}袁先生
    +
    {if $t[vip]}{$t[telephone]}{else}VIP会员查看{/if}
    +
    {area_pos($t[areaid], ' ')}
    +
    +{/loop} + +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-know.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-know.htm new file mode 100644 index 0000000..b0dd057 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-know.htm @@ -0,0 +1,13 @@ +{php global $PROCESS;} + +{loop $tags $k $t} + + + + + + + +{/loop} +
    {if $t[credit]}{$t[credit]} {/if}{$t[title]}
    {$t[answer]}回答{timetodate($t[edittime], $datetype)}
    +{if $showpage && $pages}
    {$pages}{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-link.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-link.htm new file mode 100644 index 0000000..750308f --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-link.htm @@ -0,0 +1,3 @@ +{loop $tags $i $t} +{$t[title]} +{/loop} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-mall.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-mall.htm new file mode 100644 index 0000000..aabb0a8 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-mall.htm @@ -0,0 +1,31 @@ +
    +
      +{loop $tags $k $t} +
    • +
      {$t[alt]}
      +
      + {$t[orders]}人付款{$DT[money_sign]}{$t[price]} +
      +
      + +
      + {$t[company]}{area_pos($t[areaid], ' ')} +
      +
      + + {if $t[groupid]==9}{/if}{if $t[groupid]==6}{/if}{if $t[groupid]==7}{/if}{if $t[groupid]==8}{/if}1 + + {if $t[username] && $DT[im_web]}
      {im_web($t[username].'&mid='.$moduleid.'&itemid='.$t[itemid])} 
      {/if} + {if $t[qq] && $DT[im_qq]}
      {im_qq($t[qq])} 
      {/if} + {if $t[ali] && $DT[im_ali]}
      {im_ali($t[ali])} 
      {/if} + {if $t[wx]}
      {/if} +
      +
      +
      +
    • +{/loop} +
    + +{if $showpage && $pages}
    {$pages}
    {/if} + +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-np.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-np.htm new file mode 100644 index 0000000..e2881f4 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-np.htm @@ -0,0 +1,7 @@ +{if $tags} +{loop $tags $i $t} +{$t[title]} +{/loop} +{else} +暂无 +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-photo.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-photo.htm new file mode 100644 index 0000000..a90a14e --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-photo.htm @@ -0,0 +1,10 @@ +{loop $tags $i $t} +
    + +

    {if $datetype}{timetodate($t[addtime], $datetype)}{/if}{$t[items]}

    + +
    +{/loop} +{if $showpage && $pages}
    {$pages}{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-quote_product.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-quote_product.htm new file mode 100644 index 0000000..eff9649 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-quote_product.htm @@ -0,0 +1,6 @@ +
      +{loop $tags $i $t} +
    • {$t[item]}条报价{$t[title]}
    • +{/loop} +
    +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-rank.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-rank.htm new file mode 100644 index 0000000..8c00e8f --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-rank.htm @@ -0,0 +1,6 @@ +
      +{loop $tags $i $t} +{php $n=$i+1;} +
    • {if $key}{$t[$key]}{/if}{if $n>3}{$n}{else}{$n}{/if}{$t[title]}
    • +{/loop} +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_kw.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_kw.htm new file mode 100644 index 0000000..c8c6f38 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_kw.htm @@ -0,0 +1 @@ +{loop $tags $i $t}{$t[word]}  {/loop} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_rank.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_rank.htm new file mode 100644 index 0000000..38a4cf5 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_rank.htm @@ -0,0 +1,7 @@ +{php isset($file) or $file='search';} +
      +{loop $tags $i $t} +{php $n=$i+1;} +
    • {$t[items]}条{if $n>3}{$n}{else}{$n}{/if}{$t[word]}
    • +{/loop} +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_record.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_record.htm new file mode 100644 index 0000000..ae0ac37 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_record.htm @@ -0,0 +1,10 @@ +{if $tags} +
    搜索历史
    +
    + +
    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_relate.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_relate.htm new file mode 100644 index 0000000..0326299 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_relate.htm @@ -0,0 +1,10 @@ +{if $tags} +
    您是不是在找?
    +
    +
      +{loop $tags $i $t} +
    • 约{$t[items]}条{$t[word]}
    • +{/loop} +
    +
    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_spread.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_spread.htm new file mode 100644 index 0000000..2827710 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_spread.htm @@ -0,0 +1,5 @@ +
      +{loop $tags $i $t} +
    •  {$MODULE[$t[moduleid]][name]}{$t[word]}
    • +{/loop} +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_tip.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_tip.htm new file mode 100644 index 0000000..044b7d4 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-search_tip.htm @@ -0,0 +1 @@ +{loop $tags $i $t}
    {$t[items]} 结果{$t[word]}
    {/loop} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-sell-search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-sell-search.htm new file mode 100644 index 0000000..1397bcb --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-sell-search.htm @@ -0,0 +1,67 @@ + + +$v){ + $users[$v['username']]=$v['username']; + if($k>20)break; + } + $users=array_slice($users,0,3); + $act="'".implode("','",$users)."'"; +?> + +{loop $comtags $t} + +{/loop} +
    + +
    + + +{if $showpage && $pages}
    {$pages}
    {/if} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-sell.1.bak b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-sell.1.bak new file mode 100644 index 0000000..982cc57 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-sell.1.bak @@ -0,0 +1,34 @@ + +
    +
      +{loop $tags $k $t} +
    • +
      {$t[alt]}
      +
      + +
      + {$t[company]} +
      + + 普通会员 +
      +
      +
      +
      + {if $t[unit] && $t[price]>0} + {$DT[money_sign]}{$t[price]}/{$t[unit]} + {else} + 面议
      + {/if} + + + +
      + +
    • +{/loop} +
    + +{if $showpage && $pages}
    {$pages}
    {/if} + +
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-sell.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-sell.htm new file mode 100644 index 0000000..b78eefe --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-sell.htm @@ -0,0 +1,30 @@ + +
    + +
    + + +{if $showpage && $pages}
    {$pages}
    {/if} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-special.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-special.htm new file mode 100644 index 0000000..7cdb64b --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-special.htm @@ -0,0 +1,10 @@ +{loop $tags $i $t} +
    + +
      +
    • {$t[title]}
    • +
    • {if $datetype}{timetodate($t[addtime], $datetype)}{/if}{$t[hits]}次关注
    • +
    +
    +{/loop} +{if $showpage && $pages}
    {$pages}{else}{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-table.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-table.htm new file mode 100644 index 0000000..c25a3d7 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-table.htm @@ -0,0 +1,8 @@ + +{loop $tags $i $t} +{if $i%$cols==0}{/if} + +{if $i%$cols==($cols-1)}{/if} +{/loop} +
    {if $datetype}{timetodate($t[addtime], $datetype)}{/if}• {$t[title]}
    +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-thumb.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-thumb.htm new file mode 100644 index 0000000..61568b6 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-thumb.htm @@ -0,0 +1,10 @@ +{loop $tags $i $t} +
    + +
      +{if $length}
    • {$t[title]}
    • {/if} +{if $datetype}
    • {timetodate($t[addtime], $datetype)}
    • {/if} +
    +
    +{/loop} +{if $showpage && $pages}
    {$pages}{else}{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-trade.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-trade.htm new file mode 100644 index 0000000..ca2137d --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-trade.htm @@ -0,0 +1,5 @@ +{if $tags}
      +{loop $tags $k $t} +
    • [{area_pos($t[areaid], '/', 1)}]{if $datetype}[{timetodate($t[$time], $datetype)}] {/if}{$t[title]}
    • +{/loop} +
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-used.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-used.htm new file mode 100644 index 0000000..0712e16 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-used.htm @@ -0,0 +1,16 @@ +{loop $tags $k $t} +
    +
    +
    {$t[company]}
    +

    车辆在售 (57)

    +
    +
    + + {loop $tags $k $t} +{$t[alt]} + {/loop} +
    +
    +
    + +{/loop} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-video.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-video.htm new file mode 100644 index 0000000..5819df6 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-video.htm @@ -0,0 +1,5 @@ +{loop $tags $i $t} +
  • +

    {$t[title]}

    +
  • {/loop} +{if $showpage && $pages}
    {$pages}{else}{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-vote.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-vote.htm new file mode 100644 index 0000000..13b9d33 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-vote.htm @@ -0,0 +1,3 @@ +{loop $tags $i $t} +{load('vote_'.$t['itemid'].'.htm')} +{/loop} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-webpage.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-webpage.htm new file mode 100644 index 0000000..1ca0e06 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-webpage.htm @@ -0,0 +1,3 @@ +{loop $tags $k $t} +
  • {$t[title]}
  • +{/loop} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-wl.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-wl.htm new file mode 100644 index 0000000..1f610fe --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list-wl.htm @@ -0,0 +1,18 @@ +{loop $tags $k $t} +
    +
    +
    {$t[company]}
    +

    车辆在售 (57)

    +
    +
    + +
    +
    +
    + +{/loop} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list.htm new file mode 100644 index 0000000..d1804cd --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/list.htm @@ -0,0 +1,6 @@ +
      +{loop $tags $i $t} +
    • {if $datetype} {timetodate($t[addtime], $datetype)}{/if}{if $showcat}[{$t[catname]}] {/if}{$t[title]}
    • +{/loop} +
    +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/p-div.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/p-div.htm new file mode 100644 index 0000000..b6728e9 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/p-div.htm @@ -0,0 +1,3 @@ +{loop $tags $i $t} +
  • {$t[title]}

    {$t[title]}

  • +{/loop} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/p-div5.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/p-div5.htm new file mode 100644 index 0000000..ae60ab0 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/p-div5.htm @@ -0,0 +1,3 @@ +{loop $tags $i $t} +
  • {$t[title]}

    {$t[title]}

  • +{/loop} diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/slide.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/slide.htm new file mode 100644 index 0000000..5a52def --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/slide.htm @@ -0,0 +1,11 @@ +{if $tags} +
    +{loop $tags $i $t} +{$t[alt]} +{/loop} +
    +{load('slide.js')} + +{else} +
    +{/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/table-job.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/table-job.htm new file mode 100644 index 0000000..4d5666c --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/table-job.htm @@ -0,0 +1,21 @@ + +{loop $tags $t} + + + + + + +{/loop} +
    + {if $t[minsalary] && $t[maxsalary]} + {$t[minsalary]}-{$t[maxsalary]}元/月 + {elseif $t[minsalary]} + {$t[minsalary]}元/月以上 + {elseif $t[maxsalary]} + {$t[maxsalary]}元/月以内 + {else} + 面议 + {/if} +
    +
    {if $t[vip]}{VIP} {/if}{$t[company]}
    {area_pos($t[areaid], '', 1)}
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/table-resume.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/table-resume.htm new file mode 100644 index 0000000..fda0c2c --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/table-resume.htm @@ -0,0 +1,20 @@ + +{loop $tags $t} + + + + + + +{/loop} +
     {$t[truename]}({if $t[gender]==1}男{else}女{/if}){$t[catname]} + {if $t[minsalary] && $t[maxsalary]} + {$t[minsalary]}-{$t[maxsalary]}元/月 + {elseif $t[minsalary]} + {$t[minsalary]}元/月以上 + {elseif $t[maxsalary]} + {$t[maxsalary]}元/月以内 + {else} + 面议 + {/if} + {area_pos($t[areaid], '', 1)}
    \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/tag/these.name.php new file mode 100644 index 0000000..a6df2e1 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/these.name.php @@ -0,0 +1,45 @@ + '默认列表', + 'list-brand' => '品牌列表', + 'list-buy' => '求购列表', + 'list-cat' => '分类列表', + 'list-child' => '子分类列表', + 'list-club' => '帖子列表', + 'list-com' => '公司名列表', + 'list-company' => '公司列表', + 'list-down' => '下载列表', + 'list-exhibit' => '展会列表', + 'list-group' => '团购列表', + 'list-hl' => '头条文章', + 'list-hlr' => '头条相关', + 'list-info' => '信息列表', + 'list-job' => '招聘列表', + 'list-know' => '知道列表', + 'list-link' => '友情链接列表', + 'list-mall' => '商品列表', + 'list-np' => '下一篇上一篇', + 'list-photo' => '图库列表', + 'list-quote_product' => '报价单', + 'list-rank' => '排名列表', + 'list-search_kw' => '搜索关键词', + 'list-search_rank' => '搜索关键词排行', + 'list-search_relate' => '相关搜索', + 'list-search_spread' => '关键词推广', + 'list-search_tip' => '搜索提示', + 'list-sell' => '供应列表', + 'list-special' => '专题列表', + 'list-table' => '表格列表', + 'list-thumb' => '图片列表', + 'list-trade' => '首页供求', + 'list-video' => '视频列表', + 'list-vote' => '投票列表', + 'list-webpage' => '单页列表', + 'slide' => 'Flash幻灯片', + 'table-job' => '表格招聘', + 'table-resume' => '表格简历', + 'thumb-brand' => '品牌图文', + 'thumb-mall' => '商品图文', + 'thumb-table' => '图片列表', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/thumb-brand.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/thumb-brand.htm new file mode 100644 index 0000000..243c2d2 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/thumb-brand.htm @@ -0,0 +1,9 @@ + +{loop $tags $i $t} +{if $i%$cols==0}{/if} + +{if $i%$cols==($cols-1)}{/if} +{/loop} +
    {$t[alt]} +
    +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/thumb-mall.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/thumb-mall.htm new file mode 100644 index 0000000..f804e57 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/thumb-mall.htm @@ -0,0 +1,8 @@ +{loop $tags $i $t} +
    + +{$DT[money_sign]}{$t[price]} +

    {$t[title]}

    +
    +{/loop} +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/tag/thumb-table.htm b/template/m15dt8h3jk4j34l1kl4232l12l/tag/thumb-table.htm new file mode 100644 index 0000000..bea266f --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/tag/thumb-table.htm @@ -0,0 +1,9 @@ + +{loop $tags $i $t} +{if $i%$cols==0}{/if} + +{if $i%$cols==($cols-1)}{/if} +{/loop} +
    {$t[alt]} +{if $length}{/if}
    +{if $showpage && $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/these.name.php new file mode 100644 index 0000000..931e01a --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/these.name.php @@ -0,0 +1,32 @@ + '文章模板', + 'brand' => '品牌模板', + 'buy' => '求购模板', + 'chip' => '模板片断', + 'city' => '城市分站', + 'club' => '商圈模板', + 'company' => '公司模板', + 'down' => '下载模板', + 'exhibit' => '展会模板', + 'extend' => '功能扩展', + 'footer' => '全站页脚', + 'group' => '团购模板', + 'header' => '全站页头', + 'homepage' => '公司主页', + 'index' => '网站首页', + 'info' => '信息模板', + 'job' => '人才模板', + 'know' => '知道模板', + 'mail' => '邮件模板', + 'mall' => '商城模板', + 'member' => '商务中心', + 'message' => '提示信息', + 'photo' => '图库模板', + 'quote' => '行情模板', + 'sell' => '供应模板', + 'special' => '专题模板', + 'tag' => '标签模板', + 'video' => '视频模板', +); +?> \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/video/index.htm b/template/m15dt8h3jk4j34l1kl4232l12l/video/index.htm new file mode 100644 index 0000000..e387c8e --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/video/index.htm @@ -0,0 +1,46 @@ +{template 'header'} + + +
    +
    + +
    +
    + + +{if $MOD[page_irec]} +
    +
    +
    {loop $maincat $k $v}{if $k<10}{if $k}  |  {/if}{$v[catname]}{/if}{/loop}推荐{$MOD[name]}
    +
    +
    +{/if} +{if $MOD[page_icat]} +{loop $maincat $i $c} +
    +
    +
    更多>{$c[catname]}
    +
    +
    +{/loop} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/video/list.htm b/template/m15dt8h3jk4j34l1kl4232l12l/video/list.htm new file mode 100644 index 0000000..0925bf1 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/video/list.htm @@ -0,0 +1,11 @@ +{template 'header'} +
    + +
    +
    +
    + {if $CP}{template 'property_list', 'chip'}{/if} +
    {if $tags}{template 'list-'.$module, 'tag'}{/if}
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/video/search.htm b/template/m15dt8h3jk4j34l1kl4232l12l/video/search.htm new file mode 100644 index 0000000..c89accf --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/video/search.htm @@ -0,0 +1,96 @@ +{template 'header'} + + +
    +
    +
    +
    +
    关键词
    +
    +   + {loop $sfields $k $v} +   + {/loop} +
    +
    +
    +
    分类
    +
    + {$category_select} + 排序 + {$order_select} +
    +
    + {if $CP}{template 'property_search', 'chip'}{/if} +
    +
     
    +
    + + +
    +
    +
    + {if $page==1 && $kw} + {ad($moduleid,$catid,$kw,6)} + {load('m'.$moduleid.'_k'.urlencode($kw).'.htm')} + {/if} + {if $tags} +
    +
    {template 'list-'.$module, 'tag'}
    + {else} + {template 'empty', 'chip'} + {/if} +
    +
    + {if $kw} +
    相关搜索
    +
    +
      + {loop $MODULE $mod}{if $mod[moduleid]>3 && $mod[moduleid]!=$moduleid && !$mod[islink]}
    • {$mod[name]} 找 {$kw}
    • {/if}{/loop} +
    +
    + + {if $_username} + + {/if} + {/if} + +
    今日排行
    +
    + +
    +
    本周排行
    +
    + +
    +
    本月排行
    +
    + +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/video/show.htm b/template/m15dt8h3jk4j34l1kl4232l12l/video/show.htm new file mode 100644 index 0000000..4a7b965 --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/video/show.htm @@ -0,0 +1,103 @@ +{template 'header'} + +
    + +
    +
    + + + + + +
    {template 'content', 'chip'}
    +
    + {php $num = 2;} + {if $album} + + {elseif $username} + + {else} + + {/if} + {if $tags} + {loop array_reverse($tags) $i $t} + + {/loop} + {/if} + + {php $num = $num + $num - count($tags);} + {if $album} + + {elseif $username} + + {else} + + {/if} + {if $tags} + {loop $tags $i $t} + + {/loop} + {/if} +
    +
    +
    +
    +
    + + {if $keytags} + 标签: + {loop $keytags $t} + {$t}    + {/loop} + {/if} + {if $album} + 专辑: + {$album} + {/if} + + {$adddate} + {if $MOD[hits]}{$hits}{/if} + {if $could_comment}{$comments}{/if} +
    +
    +
    + {if $CP}{template 'property_show', 'chip'}{/if} + {if $content}
    {$content}
    {/if} +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}反对 {$hates}{/if} + 举报 {$reports} + 收藏 {$favorites} + {if $MOD[fee_award]}打赏 {$awards}{/if} + {if $could_comment}评论 {$comments}{/if} + +
    +
    更多>推荐{$MOD[name]}
    +
    +
    +{if $content}{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/m15dt8h3jk4j34l1kl4232l12l/video/these.name.php b/template/m15dt8h3jk4j34l1kl4232l12l/video/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/m15dt8h3jk4j34l1kl4232l12l/video/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/mobile/article/index.htm b/template/mobile/article/index.htm new file mode 100644 index 0000000..40f3a2b --- /dev/null +++ b/template/mobile/article/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +人气 +评论 +点赞 +
    +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/article/list.htm b/template/mobile/article/list.htm new file mode 100644 index 0000000..407460d --- /dev/null +++ b/template/mobile/article/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +人气 +评论 +点赞 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/article/search.htm b/template/mobile/article/search.htm new file mode 100644 index 0000000..0feba1b --- /dev/null +++ b/template/mobile/article/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + +
    +
    +推荐 +综合 +人气 +评论 +点赞 +
    +{if $catid || $areaid} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/article/show.htm b/template/mobile/article/show.htm new file mode 100644 index 0000000..1c47b75 --- /dev/null +++ b/template/mobile/article/show.htm @@ -0,0 +1,54 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    {$title}

    +{if $islink} +
    {$editdate}
    + +{else} +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{$comments}
    +
    + {if $user_status == 3} + {$content} + {else} + {template 'content', 'chip'} + {/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    +
    + {if $keytags} + + {else} + + {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/article/these.name.php b/template/mobile/article/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/mobile/article/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/mobile/brand/index.htm b/template/mobile/brand/index.htm new file mode 100644 index 0000000..b235fbd --- /dev/null +++ b/template/mobile/brand/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +留言 +浏览 +评论 +
    +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/brand/list.htm b/template/mobile/brand/list.htm new file mode 100644 index 0000000..deab89f --- /dev/null +++ b/template/mobile/brand/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +留言 +浏览 +评论 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/brand/message.htm b/template/mobile/brand/message.htm new file mode 100644 index 0000000..f92ddb0 --- /dev/null +++ b/template/mobile/brand/message.htm @@ -0,0 +1,143 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    + + +

    留言主题*

    +
    + +

    快捷提问

    +
    + +
    + +

    主要内容*

    +
    + + +

    回复时间

    +
    前回复
    + +{if $_userid} +

    联系方式

    +
    +公司:{$company}
    +姓名:{$truename}
    +电话:{$telephone}
    +邮件:{$email}
    +{if $DT[im_qq]}QQ:{$qq}
    {/if} +{if $DT[im_wx]}微信:{$wx}
    {/if} +{if $DT[im_ali]}阿里旺旺:{$ali}
    {/if} +{if $DT[im_skype]}Skype:{$skype}
    {/if} +
    +{else} +

    公司

    +
    +

    姓名*

    +
    +

    电话*

    +
    +

    邮箱

    +
    +{if $DT[im_qq]} +

    QQ

    +
    +{/if} +{if $DT[im_wx]} +

    微信

    +
    +{/if} +{if $DT[im_ali]} +

    阿里旺旺

    +
    +{/if} +{if $DT[im_skype]} +

    Skype

    +
    +{/if} +{/if} +{if $_userid && $DT[sms]} +

    短信通知

    +
    剩余{$_sms}条
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +{if $MG[message_limit]} +
    +今日可发 {$MG[message_limit]}
    +当前已发 {$limit_used}
    +还可以发 {$limit_free}
    +
    +{/if} +
    +
    +{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/brand/search.htm b/template/mobile/brand/search.htm new file mode 100644 index 0000000..a61cea3 --- /dev/null +++ b/template/mobile/brand/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + +
    +
    +推荐 +综合 +留言 +浏览 +评论 +
    +{if $catid || $areaid} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/brand/show.htm b/template/mobile/brand/show.htm new file mode 100644 index 0000000..2227ee5 --- /dev/null +++ b/template/mobile/brand/show.htm @@ -0,0 +1,52 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +

    {$title}

    +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}留言
    +
    +{if $thumb}
    {$title}
    {/if} +{if $vip}{VIP}:{$vip}级
    {/if} +{if $homepage}网站:{$homepage}
    {/if} +{if $could_message} +
    留言加盟
    +{/if} +{$content} +
    +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    联系方式
    +
    {template 'contact', 'chip'}
    +
    + {if $username} + + {else} + + {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/brand/these.name.php b/template/mobile/brand/these.name.php new file mode 100644 index 0000000..6b2f194 --- /dev/null +++ b/template/mobile/brand/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'message' => '留言加盟', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/mobile/buy/index.htm b/template/mobile/buy/index.htm new file mode 100644 index 0000000..349c7fa --- /dev/null +++ b/template/mobile/buy/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +报价 +人气 +评论 +
    +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/buy/list.htm b/template/mobile/buy/list.htm new file mode 100644 index 0000000..940792b --- /dev/null +++ b/template/mobile/buy/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +报价 +人气 +评论 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/buy/price.htm b/template/mobile/buy/price.htm new file mode 100644 index 0000000..89158b5 --- /dev/null +++ b/template/mobile/buy/price.htm @@ -0,0 +1,141 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    + +
    +
    +
    +
    +
    +
    +
    + + +

    报价主题*

    +
    +

    快捷提问

    +
    + +
    +

    主要内容*

    +
    +

    回复时间

    +
    前回复
    +{if $_userid} +

    联系方式

    +
    +公司:{$company}
    +姓名:{$truename}
    +电话:{$telephone}
    +邮件:{$email}
    +{if $DT[im_qq]}QQ:{$qq}
    {/if} +{if $DT[im_wx]}微信:{$wx}
    {/if} +{if $DT[im_ali]}阿里旺旺:{$ali}
    {/if} +{if $DT[im_skype]}Skype:{$skype}
    {/if} +
    +{else} +

    公司

    +
    +

    姓名*

    +
    +

    电话*

    +
    +

    邮箱

    +
    +{if $DT[im_qq]} +

    QQ

    +
    +{/if} +{if $DT[im_wx]} +

    微信

    +
    +{/if} +{if $DT[im_ali]} +

    阿里旺旺

    +
    +{/if} +{if $DT[im_skype]} +

    Skype

    +
    +{/if} +{/if} +{if $_userid && $DT[sms]} +

    短信通知

    +
    剩余{$_sms}条
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +{if $MG[inquiry_limit]} +
    +今日可报价 {$MG[price_limit]}
    +当前已报价 {$limit_used}
    +还可以报价 {$limit_free}
    +
    +{/if} +
    +
    +{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/buy/search.htm b/template/mobile/buy/search.htm new file mode 100644 index 0000000..7858c5b --- /dev/null +++ b/template/mobile/buy/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + +
    +
    +推荐 +综合 +报价 +人气 +评论 +
    +{if $catid || $areaid} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/buy/show.htm b/template/mobile/buy/show.htm new file mode 100644 index 0000000..decfbfd --- /dev/null +++ b/template/mobile/buy/show.htm @@ -0,0 +1,58 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +{if $thumb}{template 'album', 'chip'}{/if} +

    {$title}

    +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}报价
    +
    +{if !$username}非会员信息
    {/if} +{if $vip}{VIP}:{$vip}级
    {/if} +{if $n1 && $v1}{$n1}:{$v1}
    {/if} +{if $n2 && $v2}{$n2}:{$v2}
    {/if} +{if $n3 && $v3}{$n3}:{$v3}
    {/if} +{if $amount}数量:{$amount}
    {/if} +{if $price}价格:{$price}
    {/if} +{if $pack}包装:{$pack}
    {/if} +{if $could_price} +
    发送报价
    +{/if} +{$content} +
    +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    联系方式
    +
    {template 'contact', 'chip'}
    +
    + {if $username} + + {else} + + {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/buy/these.name.php b/template/mobile/buy/these.name.php new file mode 100644 index 0000000..3d9138a --- /dev/null +++ b/template/mobile/buy/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'price' => '报价页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/mobile/chip/album.htm b/template/mobile/chip/album.htm new file mode 100644 index 0000000..c91d27d --- /dev/null +++ b/template/mobile/chip/album.htm @@ -0,0 +1,11 @@ +
    + {if $video}

    {/if} + 1/{count($albums)} +
    + + {loop $albums $k $v} + {if strpos($v, 'nopic')===false}{$title}图{$k+1}{/if} + {/loop} + + {if $video}
    {DC::player($video, '100%', 300, 0, 0, ' playsinline -webkit-playsinline webkit-playsinline')}
    {/if} +
    \ No newline at end of file diff --git a/template/mobile/chip/captcha.htm b/template/mobile/chip/captcha.htm new file mode 100644 index 0000000..4f0d95e --- /dev/null +++ b/template/mobile/chip/captcha.htm @@ -0,0 +1,39 @@ +  + \ No newline at end of file diff --git a/template/mobile/chip/contact.htm b/template/mobile/chip/contact.htm new file mode 100644 index 0000000..714582f --- /dev/null +++ b/template/mobile/chip/contact.htm @@ -0,0 +1,86 @@ +{if $user_status == 3} +{if $member} +
    + +
    +{else} +
    + +
    +{/if} +{elseif $user_status == 2} +
    +查看联系方式需支付 {$fee}{$fee_unit}
    +{$fee_name}余额:{if $currency == 'money'}{$_money}{else}{$_credit}{/if}{$fee_unit} 我的账户
    +
    立即支付


    +
    +{elseif $user_status == 1} +

    +无权查看,请升级会员级别
    +{if $DT[telephone]}咨询电话:{$DT[telephone]}
    {/if} +


    +{elseif $user_status == 0} +

    请登录查看


    +{else} +
    +{/if} \ No newline at end of file diff --git a/template/mobile/chip/content.htm b/template/mobile/chip/content.htm new file mode 100644 index 0000000..021d48f --- /dev/null +++ b/template/mobile/chip/content.htm @@ -0,0 +1,65 @@ +{if $user_status == 3} + {if $module == 'exhibit'} + 姓名:{$truename}
    + {if $telephone}电话:{$telephone}
    {/if} + {if $mobile}手机:{$mobile}
    {/if} + {if $fax}传真:{$fax}
    {/if} + {if $email}邮件:{$email}
    {/if} + {if $qq}QQ:{$qq}
    {/if} + {if $wx && $DT[im_wx]}微信:{$wx}
    {/if} + {if $addr}地址:{$addr}
    {/if} + {elseif $module == 'job'} + {if $mobile}手机:{$mobile}
    {/if} + {if $email}邮件:{$email}
    {/if} + {if $telephone}电话:{$telephone}
    {/if} + {if $address}地址:{$address}
    {/if} + {if $username && $DT[im_web]}站内:在线交谈
    {/if} + {if $qq && $DT[im_qq]}QQ:{$qq}
    {/if} + {if $wx && $DT[im_wx]}微信:{$wx}
    {/if} + {if $ali && $DT[im_ali]}阿里旺旺:{$ali}
    {/if} + {if $skype && $DT[im_skype]}Skype:{$skype}{/if} + {elseif $module == 'know'} + {$best[content]} + {if $best[url]}
    + 参考资料:{$best[url]} + {/if} + {elseif $module == 'down'} +
    + {if $MIRROR} +
    + +
    + {else} + + {/if} + {elseif $module == 'photo'} + + {elseif $module == 'video'} +
    {DC::player($video, '100%', '100%')}
    + {elseif $module == 'article'} + {$content} + {else} + {$content} + {/if} +{elseif $user_status == 2} +{if isset($description) && $description}{$description}
    {/if} +
    +查看详细内容需支付 {$fee}{$fee_unit}
    +{$fee_name}余额:{if $currency == 'money'}{$_money}{else}{$_credit}{/if}{$fee_unit} 我的账户

    +
    立即支付
    +
    +{elseif $user_status == 1} +

    +无权查看,请升级会员级别
    +{if $DT[telephone]}咨询电话:{$DT[telephone]}
    {/if} +


    +{elseif $user_status == 0} +

    请登录查看


    +{else} +
    +{/if} \ No newline at end of file diff --git a/template/mobile/chip/empty.htm b/template/mobile/chip/empty.htm new file mode 100644 index 0000000..38dbc13 --- /dev/null +++ b/template/mobile/chip/empty.htm @@ -0,0 +1,7 @@ +
    +{if $kw} +抱歉,没有找到与“{$kw}” 相关的内容 +{else} +抱歉,暂无相关信息 +{/if} +
    \ No newline at end of file diff --git a/template/mobile/chip/goods.htm b/template/mobile/chip/goods.htm new file mode 100644 index 0000000..30b9a4d --- /dev/null +++ b/template/mobile/chip/goods.htm @@ -0,0 +1,22 @@ +{loop $lists $v} +
    + +
      +
    • {$v[title]}
    • +
    • x{$v[number]}{$DT[money_sign]}{$v[price]}
    • +
    +
    +{/loop} +
    +订单编号:{$td[itemid]}
    +{if isset($td[money])} +订单总额:{$td[money]}
    +{/if} +{if $td[fee_name] && $td[fee]} +{$td[fee_name]}:{$td[fee]}
    +{/if} +{if isset($td[discount])} +优惠金额:-{$td[discount]}
    +{/if} +实付金额:{$td[total]} +
    \ No newline at end of file diff --git a/template/mobile/chip/guest_contact.htm b/template/mobile/chip/guest_contact.htm new file mode 100644 index 0000000..3847680 --- /dev/null +++ b/template/mobile/chip/guest_contact.htm @@ -0,0 +1,34 @@ +

    非会员补充信息

    +
    建议 立即登录注册会员 以便系统长久保存您的联系方式
    +

    公司名称*

    +
    +{if $module != 'info'} +

    所在地区*

    +
    {ajax_area_select('post[areaid]', '请选择', $areaid)}
    +{/if} +

    联系人*

    +
    +

    联系手机*

    +
    +

    电子邮件

    +
    +

    联系电话

    +
    +

    联系地址

    +
    +{if $DT[im_qq]} +

    QQ

    +
    +{/if} +{if $DT[im_wx]} +

    微信

    +
    +{/if} +{if $DT[im_ali]} +

    阿里旺旺

    +
    +{/if} +{if $DT[im_skype]} +

    Skype

    +
    +{/if} \ No newline at end of file diff --git a/template/mobile/chip/line.htm b/template/mobile/chip/line.htm new file mode 100644 index 0000000..ab139aa --- /dev/null +++ b/template/mobile/chip/line.htm @@ -0,0 +1,21 @@ +{if $DT[max_cart]>0} +if($('#destoon-cart').length) { +var destoon_cart = get_cart(); +if(destoon_cart > 0) { + if($('#destoon-cart').html().indexOf('') == -1){$('#destoon-cart').append(''+destoon_cart+'');}else{$('#destoon-cart b').html(destoon_cart);$('#destoon-cart b').show();} +} else { + $('#destoon-cart b').hide(); +} +$('#destoon_cart').html(destoon_cart > 0 ? ''+destoon_cart+'' : 0); +} +{/if} +if($('#destoon-message').length) { +{if $_message || $_chat} +if($('#destoon-message').html().indexOf('') == -1){$('#destoon-message').append('');}else{$('#destoon-message i').show();} +{else} +$('#destoon-message i').hide(); +{/if} +} +{if $sns_app} +document.title = '{$site_name}'; +{/if} \ No newline at end of file diff --git a/template/mobile/chip/password.htm b/template/mobile/chip/password.htm new file mode 100644 index 0000000..f92cc2e --- /dev/null +++ b/template/mobile/chip/password.htm @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/mobile/chip/poll.htm b/template/mobile/chip/poll.htm new file mode 100644 index 0000000..3e0eadb --- /dev/null +++ b/template/mobile/chip/poll.htm @@ -0,0 +1,10 @@ +{loop $polls $i $v} +
    +{if $v[linkurl]}{/if}{if $v[linkurl]}{/if} + +
    +{/loop} +{if $pages}
    {$pages}
    {/if} \ No newline at end of file diff --git a/template/mobile/chip/property_js.htm b/template/mobile/chip/property_js.htm new file mode 100644 index 0000000..7d5bdc6 --- /dev/null +++ b/template/mobile/chip/property_js.htm @@ -0,0 +1,24 @@ +if(Dd('property_required') != null) { + var ptrs = Dd('property_required').getElementsByTagName('option'); + for(var i = 0; i < ptrs.length; i++) { + f = 'property-'+ptrs[i].value; + var t = $('#'+f).attr('tagName').toLowerCase(); + if(t == 'span') { + j = checked_count(f); + if(j == 0) { + Dmsg('请选择'+ptrs[i].innerHTML, f, 1); + return false; + } + } else if(t == 'select') { + if(Dd(f).value == '') { + Dmsg('请选择'+ptrs[i].innerHTML, f); + return false; + } + } else { + if(Dd(f).value.length < 1) { + Dmsg('请填写'+ptrs[i].innerHTML, f); + return false; + } + } + } +} \ No newline at end of file diff --git a/template/mobile/chip/question.htm b/template/mobile/chip/question.htm new file mode 100644 index 0000000..4916336 --- /dev/null +++ b/template/mobile/chip/question.htm @@ -0,0 +1,43 @@ + + + + \ No newline at end of file diff --git a/template/mobile/chip/these.name.php b/template/mobile/chip/these.name.php new file mode 100644 index 0000000..05c76ae --- /dev/null +++ b/template/mobile/chip/these.name.php @@ -0,0 +1,16 @@ + '产品图册', + 'captcha' => '验证码', + 'contact' => '联系方式收费', + 'content' => '内容收费', + 'empty' => '列表为空', + 'goods' => '订单商品', + 'guest_contact' => '游客联系方式', + 'line' => '在线状态', + 'password' => '密码输入', + 'poll' => '行业票选', + 'property_js' => '分类属性JS', + 'question' => '验证问题', +); +?> \ No newline at end of file diff --git a/template/mobile/city/city.htm b/template/mobile/city/city.htm new file mode 100644 index 0000000..6800513 --- /dev/null +++ b/template/mobile/city/city.htm @@ -0,0 +1,90 @@ +{template 'header'} +
    +
    +
    +
    {$city_name}
    +
    +{if $cityid} +全国 +{else} +智能 +{/if} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +{loop $lists $k $v} +
    {$k}
    +
    +
    +{/loop} + +
    +{/loop} +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/city/these.name.php b/template/mobile/city/these.name.php new file mode 100644 index 0000000..22ccf86 --- /dev/null +++ b/template/mobile/city/these.name.php @@ -0,0 +1,5 @@ + '切换城市', +); +?> \ No newline at end of file diff --git a/template/mobile/club/chat.htm b/template/mobile/club/chat.htm new file mode 100644 index 0000000..cf53552 --- /dev/null +++ b/template/mobile/club/chat.htm @@ -0,0 +1,176 @@ +{template 'header', 'member'} + +
    +
    +
    +
    {$GRP[title]}{$MOD[seo_name]}群聊({$GRP[fans]}人)
    +
    +
    +
    +
    +
    +
    + +
    +{if $faces} +
    + +{loop $faces $k $v} +{if $k%10==0}{/if} + +{if $k%10==9}{/if} +{/loop} +
    + +
    +{/if} +
    +
    + + + +{if $faces}{/if} + + + +
    发送
    +
    + + + + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/club/fans.htm b/template/mobile/club/fans.htm new file mode 100644 index 0000000..9ef5c15 --- /dev/null +++ b/template/mobile/club/fans.htm @@ -0,0 +1,26 @@ +{template 'header'} +
    +
    +
    +
    成员列表
    +
    +
    +
    +
    +
    +{if $lists} +
    +
    + +
    +
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/club/group.htm b/template/mobile/club/group.htm new file mode 100644 index 0000000..da86cf5 --- /dev/null +++ b/template/mobile/club/group.htm @@ -0,0 +1,42 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +精华 +综合 +回复 +浏览 +回帖 +
    +
    +
    + +
    +发表帖子 +{if $MOD[chat] && $GRP[chat]}群聊{/if} +成员列表 +帖子搜索 +{$MOD[name]}首页 +
    +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/club/index.htm b/template/mobile/club/index.htm new file mode 100644 index 0000000..10b757e --- /dev/null +++ b/template/mobile/club/index.htm @@ -0,0 +1,28 @@ +{template 'header'} +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +主题 +回复 +粉丝 +
    +{if $tags} +
    {template 'list-club-group', 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/club/list.htm b/template/mobile/club/list.htm new file mode 100644 index 0000000..159c85f --- /dev/null +++ b/template/mobile/club/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +主题 +回复 +粉丝 +
    + +{if $tags} +
    {template 'list-club-group', 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/club/nofans.htm b/template/mobile/club/nofans.htm new file mode 100644 index 0000000..8bdb0e9 --- /dev/null +++ b/template/mobile/club/nofans.htm @@ -0,0 +1,21 @@ +{template 'header'} +
    +
    +
    +
    访问受限
    +
    +
    +
    +
    +
    +

    抱歉,{$GRP[title]}圈仅成员可以{if $action=='show'}查看帖子{elseif $action=='post'}发帖{elseif $action=='reply'}回复{else}访问{/if}

    +
    + {if $_userid} +   1、您还没有加入本圈或者申请正在审核中。
    + {else} +   1、请 登录免费注册
    + {/if} +   2、请检查输入的网址是否正确。
    +   3、如果不能确认输入的网址,请浏览{$MOD[name]}首页来查看所要访问的网址。
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/club/search.htm b/template/mobile/club/search.htm new file mode 100644 index 0000000..22deae0 --- /dev/null +++ b/template/mobile/club/search.htm @@ -0,0 +1,64 @@ +{template 'header'} +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + +
    +{if $action == 'group'} +
    +推荐 +综合 +主题 +回复 +粉丝 +
    +{if $catid || $areaid} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
    +{/if} +{elseif $action == 'reply'} +{else} +
    +精华 +综合 +回复 +浏览 +回帖 +
    +{/if} +{if $tags} +{if $action == 'group'} +
    {template 'list-club-group', 'tag'}
    +{elseif $action == 'reply'} +
    {template 'list-club-reply', 'tag'}
    +{else} + +
    {template 'list-'.$module, 'tag'}
    +{/if} +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/club/show.htm b/template/mobile/club/show.htm new file mode 100644 index 0000000..673bcc1 --- /dev/null +++ b/template/mobile/club/show.htm @@ -0,0 +1,94 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +

    {$title}

    +
    {if $level}精华{else}楼主 {$passport}{/if}{$reply}{if $MOD[hits]}{$hits}{/if}
    +{if $page == 1} +
    + + +
    +
    +{if $user_status == 3} +{$content} +{else} +{template 'content', 'chip'} +{/if} +
    +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +{/if} +{if $replys} +
    +{loop $replys $k $v} +
    + + +
    +
    {$v[content]}
    +
    +支持 {$v[likes]} +反对 {$v[hates]} +回复 +举报 +
    +{/loop} +{/if} +
    +
    +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/club/these.name.php b/template/mobile/club/these.name.php new file mode 100644 index 0000000..6531dec --- /dev/null +++ b/template/mobile/club/these.name.php @@ -0,0 +1,12 @@ + '群聊', + 'fans' => '商圈成员', + 'group' => '商圈页', + 'index' => '首页', + 'list' => '列表页', + 'nofans' => '非成员提示', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/mobile/company/index.htm b/template/mobile/company/index.htm new file mode 100644 index 0000000..6cbd58f --- /dev/null +++ b/template/mobile/company/index.htm @@ -0,0 +1,34 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +人气 +评论 +{VIP} +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/company/list.htm b/template/mobile/company/list.htm new file mode 100644 index 0000000..b8e4e3c --- /dev/null +++ b/template/mobile/company/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +人气 +评论 +{VIP} +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/company/news.htm b/template/mobile/company/news.htm new file mode 100644 index 0000000..2cf9485 --- /dev/null +++ b/template/mobile/company/news.htm @@ -0,0 +1,44 @@ +{template 'header'} +
    +
    +
    +
    企业新闻
    +
    + +
    +
    +
    +
    +
    + +{if $tags} +
    +{loop $tags $k $t} +{if $t[thumb]} +
    + +
      +
    • {$t[title]}
    • +
    • {$t[hits]}{timetodate($t[addtime], 3)}

    • +
    +
    +{else} +
    +{$t[title]} +

    {$t[hits]}{timetodate($t[addtime], 3)}

    +
    +{/if} +{/loop} +
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/company/search.htm b/template/mobile/company/search.htm new file mode 100644 index 0000000..cc4ebc3 --- /dev/null +++ b/template/mobile/company/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + +
    +
    +推荐 +综合 +人气 +评论 +{VIP} +
    +{if $catid || $areaid} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/company/show.htm b/template/mobile/company/show.htm new file mode 100644 index 0000000..fe6f93a --- /dev/null +++ b/template/mobile/company/show.htm @@ -0,0 +1,101 @@ +{template 'header'} +
    +
    +
    +
    {$COM[company]}
    +
    {if online($COM[userid])==1}在线{else}离线{/if}
    +
    +
    +
    +
    +
    + +
    +
    +{if $COM[shop] && $COM[vshop]} +店铺名称:{$COM[shop]}
    +{/if} +公司名称:{$COM[company]}
    +{if $COM[address]} +公司地址:{$COM[address]}
    +{/if} +{if $COM[postcode]} +邮政编码:{$COM[postcode]}
    +{/if} +{if $COM[telephone]} +公司电话:{$COM[telephone]}
    +{/if} +{if $COM[fax]} +公司传真:{$COM[fax]}
    +{/if} +{if $COM[homepage]} +公司网址:{$COM[homepage]}
    +{/if} +{if $COM[truename]} +联 系 人:{$COM[truename]} ({if $COM[gender]==1}先生{else}女士{/if})
    +{/if} +{if $COM[department]} +部门(职位):{$COM[department]}{if $COM[career]} ({$COM[career]}){/if}
    +{/if} +{if $COM[mobile] && $DT[im_mob]} +手机号码:{$COM[mobile]}
    +{/if} +{if $COM[type]}公司类型:{$COM[type]}
    {/if} +{if $COM[mode]}经营模式:{$COM[mode]}
    {/if} +{if $COM[size]}公司规模:{$COM[size]}
    {/if} +{if $COM[capital]}注册资本:{$COM[capital]}万{$COM[regunit]}
    {/if} +{if $COM[regyear]}注册年份:{$COM[regyear]}
    {/if} +{if $COM[sell]}销售产品:{$COM[sell]}
    {/if} +{if $COM[buy]}采购产品:{$COM[buy]}
    {/if} +{if $COM[gzh]} +微信公众号:{$COM[gzh]}
    +{/if} +{if $COM[gzhqr]} +扫码关注:
    +
    +{/if} +
    +{if $content} +
    {$content}
    +{/if} +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/company/these.name.php b/template/mobile/company/these.name.php new file mode 100644 index 0000000..68e8a68 --- /dev/null +++ b/template/mobile/company/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'news' => '公司新闻', + 'search' => '搜索页', + 'show' => '简易公司主页', +); +?> \ No newline at end of file diff --git a/template/mobile/down/index.htm b/template/mobile/down/index.htm new file mode 100644 index 0000000..91ef747 --- /dev/null +++ b/template/mobile/down/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +下载 +人气 +评论 +
    +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/down/list.htm b/template/mobile/down/list.htm new file mode 100644 index 0000000..e616bd5 --- /dev/null +++ b/template/mobile/down/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +下载 +人气 +评论 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/down/search.htm b/template/mobile/down/search.htm new file mode 100644 index 0000000..46851d2 --- /dev/null +++ b/template/mobile/down/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + +
    +
    +推荐 +综合 +下载 +人气 +评论 +
    +{if $catid || $areaid} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/down/show.htm b/template/mobile/down/show.htm new file mode 100644 index 0000000..2998155 --- /dev/null +++ b/template/mobile/down/show.htm @@ -0,0 +1,65 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    {$title}

    +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{$download}下载
    +
    + 文件类型:{$FILETYPE[$fileext]}
    + 文件大小:{$filesize}{$unit}
    + {$content} +
    +{if $user_status == 3} +
    + {if $MIRROR} +
    + +
    + {else} + + {/if} +{else} +
    {template 'content', 'chip'}
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    + {if $album} + + {elseif $username} + + {else} + + {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/down/these.name.php b/template/mobile/down/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/mobile/down/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/mobile/exhibit/index.htm b/template/mobile/exhibit/index.htm new file mode 100644 index 0000000..096b65b --- /dev/null +++ b/template/mobile/exhibit/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +人气 +评论 +报名 +
    +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/exhibit/list.htm b/template/mobile/exhibit/list.htm new file mode 100644 index 0000000..f3dc0d7 --- /dev/null +++ b/template/mobile/exhibit/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +人气 +评论 +报名 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/exhibit/search.htm b/template/mobile/exhibit/search.htm new file mode 100644 index 0000000..c75be60 --- /dev/null +++ b/template/mobile/exhibit/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + +
    +
    +推荐 +综合 +人气 +评论 +报名 +
    +{if $catid || $areaid} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/exhibit/show.htm b/template/mobile/exhibit/show.htm new file mode 100644 index 0000000..542bae4 --- /dev/null +++ b/template/mobile/exhibit/show.htm @@ -0,0 +1,70 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +

    {$title}

    +
    {$fromdate}~{$todate}{if $MOD[hits]}{$hits}{/if}{$city}
    +
    +日期:{$fromdate}~{$todate}
    +城市:{$city}
    +地址:{$address}
    +展馆:{$hallname}
    +主办:{$sponsor}
    +{if $could_sign} +
    在线报名
    +{/if} +
    +{if $content}
    {$content}
    {/if} + +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    + +
    联系方式
    +{if $user_status == 3} +
    +姓名:{$truename}
    +{if $telephone}电话:{$telephone}
    {/if} +{if $mobile}手机:{$mobile}
    {/if} +{if $fax}传真:{$fax}
    {/if} +{if $email}邮件:{$email}
    {/if} +{if $qq}QQ:{$qq}
    {/if} +{if $wx && $DT[im_wx]}微信:{$wx}
    {/if} +{if $addr}地址:{$addr}
    {/if} +
    +{else} +
    {template 'content', 'chip'}
    +{/if} +
    +
    + {if $city} + + {else} + + {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/exhibit/sign.htm b/template/mobile/exhibit/sign.htm new file mode 100644 index 0000000..608ea79 --- /dev/null +++ b/template/mobile/exhibit/sign.htm @@ -0,0 +1,100 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    + +
    +
    +
    +
    +
    +
    +
    + + + +

    报名人数*

    +
    + +

    联系人*

    +
    + +

    手机号码*

    +
    + +

    公司名称

    +
    + + +

    所在地区

    +
    {ajax_area_select('areaid', '请选择', $areaid)}
    + +

    街道地址

    +
    + +

    邮政编码

    +
    + +

    电子邮箱

    +
    + +{if $DT[im_qq]} +

    QQ

    +
    +{/if} + +{if $DT[im_wx]} +

    微信

    +
    +{/if} + +

    备注事项

    +
    + +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} + +
    + +
    + +
    +
    +{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/exhibit/these.name.php b/template/mobile/exhibit/these.name.php new file mode 100644 index 0000000..16b3480 --- /dev/null +++ b/template/mobile/exhibit/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', + 'sign' => '报名页', +); +?> \ No newline at end of file diff --git a/template/mobile/extend/ad.htm b/template/mobile/extend/ad.htm new file mode 100644 index 0000000..0160e20 --- /dev/null +++ b/template/mobile/extend/ad.htm @@ -0,0 +1,69 @@ +{template 'header'} +
    +
    +
    +
    {if $typeid}{$TYPE[$typeid]}{else}广告中心{/if}
    +
    +
    +
    +
    +
    + +{if $action == 'my'} +{loop $lists $v} +
    +
      +
    • {$v[credit]}{$DT[credit_name]}{$v[title]}
    • +
    • {$v[status]}{$v[adddate]}
    • +
    +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{else} +{if $itemid} +
    +{$title}
    +{if $ad_moduleid} + {ad($ad_moduleid,$ad_catid,$ad_kw,$typeid)} +{elseif $pid} + {ad($pid)} +{/if} +以上为广告效果预览,如未看到任何内容,表明此广告为空或不可预览 +{if $MOD[ad_buy]} +
    +
    预定此广告
    +
    +{/if} +
    +{else} +{if $lists} +
    +{loop $lists $v} +
    +{$v[name]} +

    {if $v[price]}{$v[price]}{$unit}/月{else}面议{/if}{$v[typename]}

    +
    +{/loop} +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/address.htm b/template/mobile/extend/address.htm new file mode 100644 index 0000000..28efd74 --- /dev/null +++ b/template/mobile/extend/address.htm @@ -0,0 +1,38 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +全屏 +
    +
    +
    +
    +
    +
    + + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/announce.htm b/template/mobile/extend/announce.htm new file mode 100644 index 0000000..68501cf --- /dev/null +++ b/template/mobile/extend/announce.htm @@ -0,0 +1,52 @@ +{template 'header'} +
    +
    +
    +
    {if $typeid}{$TYPE[$typeid][typename]}{else}公告中心{/if}
    +
    +
    +
    +
    +
    + +{if $itemid} +
    +

    {$title}

    +
    {$adddate}  有效期:{$fromdate} 至 {$todate}{$hits}
    +
    {$content}
    +{else} +{if $lists} +
    +{loop $lists $v} +
    +{$v[title]} +

    {$v[adddate]}{$v[hits]}

    +
    +{/loop} +
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/comment.htm b/template/mobile/extend/comment.htm new file mode 100644 index 0000000..4eaa443 --- /dev/null +++ b/template/mobile/extend/comment.htm @@ -0,0 +1,193 @@ +{template 'header'} +
    +
    +
    +
    评论列表
    +
    +{if $EXT[comment_api]} + +{else} + + +{/if} +
    +
    +
    +
    +
    +{if $EXT[comment_api] == 'changyan'} +
    + +{else} + +{if $faces} +
    + +{loop $faces $k $v} +{if $k%10==0}{/if} + +{if $k%10==9}{/if} +{/loop} +
    +
    +{/if} +
    +
    + + + + + + + +
    + +
    +
    +{if $lists} +{loop $lists $k $v} +
    + +
      +
    • +{if $v[floor]}{$v[floor]}楼{else}精选{/if}{$v[name]}
    • +
    • +
    +
    +
    +{if $v[quotation]}{$v[quotation]}{else}{$v[content]}{/if} +{if $v[reply]} +
    {if $v[editor]}管理员{else}{$v[replyer]}{/if} {$v[replytime]} 回复: +
    {nl2br($v[reply])} +{/if} +
    +
    +{if $MOD[comment_vote]} +支持 {$v[likes]} +反对 {$v[hates]} +{/if} +回复 {$v[quotes]} +举报 +{if $could_del} +删除 +{/if} +
    +{/loop} +{else} +
    暂无评论
    +{/if} +{if $pages}
    {$pages}
    {/if} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/feed.htm b/template/mobile/extend/feed.htm new file mode 100644 index 0000000..6da94f2 --- /dev/null +++ b/template/mobile/extend/feed.htm @@ -0,0 +1,62 @@ +{template 'header'} +
    +
    +
    +
    {if $action=='diy'}定制订阅{else}RSS订阅{/if}
    +
    +{if $action=='diy'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action == 'diy'} +{if $feed_code} +
    +

    {$MODULE[$mid][name]}

    +
    +
    +
    +{/if} +
    +
    + +

    模块

    +
    + +
    +

    关键词

    +
    +{if $category_select} +

    分类

    +
    {$category_select}
    +{/if} +{if $area_select} +

    地区

    +
    {$area_select}
    +{/if} +
    + +
    + +
    +
    +{else} +
    +{loop $FD $k $v} +

    {$v[name]}

    +
    +{/loop} +
    +
    +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/form.htm b/template/mobile/extend/form.htm new file mode 100644 index 0000000..bc0374c --- /dev/null +++ b/template/mobile/extend/form.htm @@ -0,0 +1,179 @@ +{template 'header'} +
    +
    +
    +
    {if $typeid}{$TYPE[$typeid][typename]}{else}表单问卷{/if}
    +
    +
    +
    +
    +
    + +{if $itemid} +{if $page == 2} +{else} +

    {$title}

    +
    {$adddate}  有效期:{$fromdate} 至 {$todate}{$hits}
    +{if $content}
    {$content}
    {/if} +{if $lists} +
    + + +
    +{loop $lists $k $v} +

    {$v[name]}{if $v[min]}*{/if}

    +
    + {if $v[type] == 0} + + {elseif $v[type] == 1} + + {elseif $v[type] == 2} + + {elseif $v[type] == 3} +
      + {loop $v[option] $kk $vv} +
    • +
    • + {/loop} +
    + {elseif $v[type] == 4} +
      + {loop $v[option] $kk $vv} +
    • + {/loop} +
    + {/if} +
    +{/loop} +{if $verify == 1 && !$error} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +{if $verify == 2 && !$error} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +
    + {if $error == 5} +
    您还没有登录,请先 登录注册
    + {elseif $error == 4} +
    当前会员组无提交权限
    + {elseif $error == 3} +
    未开始
    + {elseif $error == 2} +
    已过期
    + {elseif $error == 1} +
    已提交过
    + {else} + + {/if} +
    +
    +{/if} +{/if} +{else} +{if $lists} +
    +{loop $lists $v} +
    +{$v[title]} +

    {$v[hits]}{$v[adddate]}

    +
    +{/loop} +
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{if $itemid} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/gift.htm b/template/mobile/extend/gift.htm new file mode 100644 index 0000000..c98ac66 --- /dev/null +++ b/template/mobile/extend/gift.htm @@ -0,0 +1,85 @@ +{template 'header'} +
    +
    +
    +
    {if $action == 'my'}我的订单{else}{if $typeid}{$TYPE[$typeid][typename]}{else}积分换礼{/if}{/if}
    +
    +
    +
    +
    +
    +
    +{if $action == 'my'} +{loop $lists $v} +
    +
      +
    • {$v[credit]}{$DT[credit_name]}{$v[title]}
    • +
    • {$v[status]}{$v[adddate]}
    • +
    +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{else} +{if $itemid} +
    +

    {$title}

    +
    {if $left}{$fromdate} 至 {$todate}{else}已结束{/if}{$hits}
    +
    +会员权限:{if $gname}{$gname}{else}全部{/if}
    +所需{$DT[credit_name]}:{$credit}
    +剩余名额:{$left}
    +
    +
    立即兑换
    +
    +{if $large}
    {/if}{$content} +
    + +{else} +{if $lists} +
    +{loop $lists $v} +
    + +
      +
    • {$v[title]}
    • +
    • {$v[left]}库存{$v[credit]}{$DT[credit_name]}

    • +
    +
    +{/loop} +
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/guestbook.htm b/template/mobile/extend/guestbook.htm new file mode 100644 index 0000000..283f9ab --- /dev/null +++ b/template/mobile/extend/guestbook.htm @@ -0,0 +1,145 @@ +{template 'header'} +
    +
    +
    +
    {if $action=='add'}{if $report}违规举报{else}提交留言{/if}{else}网站留言{/if}
    +
    +{if $action=='add'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action == 'add'} +
    +
    + + + + + + +

    {if $report}举报{else}留言{/if}类型

    +
    + +
    +

    {if $report}举报{else}留言{/if}内容*

    +
    +

    与您联系

    +
    +     + +
    + +{if $MOD[guestbook_captcha]} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +{if $report && $forward} +
    + +{/if} +
    +
    +{else} +
    + +
    + +
    +{if $lists} + +{loop $lists $k $v} +
    +
    + +
      +
    • {if $v[reply]}已回复{else}未回复{/if}{if $v[hidden]}匿名{else}{$v[truename]}{/if}
    • +
    • {$v[adddate]}
    • +
    +
    +
    +{$v[content]} +{if $v[reply]} +
    网站 {$v[editdate]} 回复
    +{$v[reply]} +{/if} +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{else} +
    +



    +
    {if $kw}未找到与“{$kw}”相关的留言,请调整关键词重新搜索{else}暂时没有留言    来抢个沙发吧{/if}
    +



    +
    +{/if} +{/if} +{if $action == 'add'} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/link.htm b/template/mobile/extend/link.htm new file mode 100644 index 0000000..5139790 --- /dev/null +++ b/template/mobile/extend/link.htm @@ -0,0 +1,114 @@ +{template 'header'} +
    +
    +
    +
    {if $action=='reg'}申请链接{else}{if $typeid}{$TYPE[$typeid][typename]}{else}友情链接{/if}{/if}
    +
    +
    +
    +
    +
    + +{if $action == 'reg'} +
    +
    + +{if $MOD[link_request]} +

    链接说明

    +
    {$MOD[link_request]}
    +{/if} +

    网站分类*

    +
    {$type_select}
    +

    网站名称*

    +
    +

    网站地址*

    +
    +

    网站LOGO

    +
    +

    网站介绍

    +
    +

    验证码*

    +
    {template 'captcha', 'chip'}
    +
    + +
    +
    +
    +{else} + {if $typeid} + + + {else} + + + {/if} +
    + {if $lists} + {loop $lists $v} +
    + + +
    + {/loop} + {/if} + {if $tags} + {loop $tags $v} +
    + {$v[title]} +

    {$v[linkurl]}

    +
    + {/loop} + {/if} +
    +{/if} +{if $action == 'reg'} + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/poll.htm b/template/mobile/extend/poll.htm new file mode 100644 index 0000000..f6b78ab --- /dev/null +++ b/template/mobile/extend/poll.htm @@ -0,0 +1,124 @@ +{template 'header'} +
    +
    +
    +
    {if $typeid}{$TYPE[$typeid][typename]}{else}行业票选{/if}
    +
    +
    +
    +
    +
    + +{if $itemid} +

    {$title}

    +
    {$adddate}  有效期:{$fromdate} 至 {$todate}{$hits}
    +
    {$content}
    +
    {template $template_poll, 'chip'}
    +{if $verify} + +{/if} + +{else} +{if $lists} +
    +{loop $lists $v} +
    +{$v[title]} +

    {$v[hits]}{$v[adddate]}

    +
    +{/loop} +
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/share.htm b/template/mobile/extend/share.htm new file mode 100644 index 0000000..1d0cd6d --- /dev/null +++ b/template/mobile/extend/share.htm @@ -0,0 +1,67 @@ +{template 'header'} + + +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    + + + +

    +
    + +
    +

    完成

    +
    +
    + +
    + + + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/sitemap.htm b/template/mobile/extend/sitemap.htm new file mode 100644 index 0000000..b938b33 --- /dev/null +++ b/template/mobile/extend/sitemap.htm @@ -0,0 +1,77 @@ +{template 'header'} +
    +
    +
    +
    {if $mid}{$M[name]}{else}栏目地图{/if}
    +{if $action=='module'} +
    +{/if} +
    +
    +
    +
    + +
    +{if $action=='letter'} +
    + {loop $LETTER $L} + {strtoupper($L)}
    + {/loop} +
    +
    + {if $CATALOG} + {loop $CATALOG $i $c} + + {/loop} + {else} +


    没有字母 {$letter} 开头的类目



    + {/if} +
    +{elseif $action=='module'} + + {php $main = get_maincat(0, $mid);} + {loop $main $m} +
     
    +
    + +
    + {if $m[child]} +
    + {php $child = get_maincat($m[catid], $mid);} + {loop $child $i $c} + + {/loop} +
    + {/if} + {/loop} +{else} + {loop $MODULE $m} + {if $m[moduleid] > 3 && !$m[islink]} +
    + +
    + {php $child = get_maincat(0, $m[moduleid]);} + {loop $child $i $c} + + {/loop} +
    + {/if} + {/loop} +{/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/spread.htm b/template/mobile/extend/spread.htm new file mode 100644 index 0000000..0842d8c --- /dev/null +++ b/template/mobile/extend/spread.htm @@ -0,0 +1,62 @@ +{template 'header'} +
    +
    +
    +
    排名推广
    +
    +
    +
    +
    +
    +{if $action=='list'} +
    +
    +
      +
    • 重新选词{$kw}{if $mid}在{$MODULE[$mid][name]}频道{/if}推广记录
    • +
    +
    +
    +{if $lists} +{loop $lists $k $v} +{if $v[bg]} +
    +{/if} +
    +
      +
    • {$v[price]}{if $v[currency]=='money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{$v[company]}
    • +
    • 立即推广[{$MODULE[$v[mid]][name]}] {timetodate($v[fromtime], 3)}/{timetodate($v[totime], 3)} {strip_tags($v[process])}
    • +
    +
    +{/loop} +{else} +
    +

    暂无推广记录



    我要推广




    +
    +{/if} +{if $pages}
    {$pages}
    {/if} +{else} +
    +
    +
    +
    +
    + +{if $tags} +
    +
      +
    • 最新推广
    • +
    +
    +
    +{loop $tags $t} +
    +
      +
    • {$t[price]}{$unit}{$t[word]}
    • +
    • {timetodate($t[addtime], 5)}{$t[company]}
    • +
    +
    +{/loop} +
    +{/if} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/these.name.php b/template/mobile/extend/these.name.php new file mode 100644 index 0000000..7f5dee7 --- /dev/null +++ b/template/mobile/extend/these.name.php @@ -0,0 +1,21 @@ + '广告', + 'address' => '地址导航', + 'announce' => '公告', + 'comment' => '评论', + 'feed' => 'RSS订阅', + 'form' => '表单', + 'gift' => '积分换礼', + 'guestbook' => '留言本', + 'link' => '友情链接', + 'poll' => '票选', + 'share' => '分享好友', + 'sitemap' => '网站地图', + 'spread' => '排名推广', + 'view' => '查看大图', + 'vote' => '投票', + 'webpage' => '单网页', + 'wx' => '微信联系', +); +?> \ No newline at end of file diff --git a/template/mobile/extend/view.htm b/template/mobile/extend/view.htm new file mode 100644 index 0000000..835d6fd --- /dev/null +++ b/template/mobile/extend/view.htm @@ -0,0 +1,11 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/vote.htm b/template/mobile/extend/vote.htm new file mode 100644 index 0000000..c8e11ea --- /dev/null +++ b/template/mobile/extend/vote.htm @@ -0,0 +1,77 @@ +{template 'header'} +
    +
    +
    +
    {if $typeid}{$TYPE[$typeid][typename]}{else}投票调查{/if}
    +
    +
    +
    +
    +
    + +{if $itemid} + +

    {$title}

    +
    {$adddate}  有效期:{$fromdate} 至 {$todate}{$hits}{$votes}票
    +
    + +{loop $V $k $v} + + + + + +{/loop} +
    {$v[title]}{$v[percent]}{$v[votes]}
    +
    +
    {load('vote_'.$itemid.'.htm')}
    +
    {if $linkto}{$linkto}
    {/if}{$content}
    + +{else} +{if $lists} +
    +{loop $lists $v} +
    +{$v[title]} +

    {$v[votes]}票{$v[adddate]}

    +
    +{/loop} +
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/webpage.htm b/template/mobile/extend/webpage.htm new file mode 100644 index 0000000..7dda9c9 --- /dev/null +++ b/template/mobile/extend/webpage.htm @@ -0,0 +1,17 @@ +{template 'header'} +
    +
    +
    +
    {$title}
    +
    +
    +
    +
    +
    +{if $islink} +{$linkurl}
    +{else} +{$content} +{/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/extend/wx.htm b/template/mobile/extend/wx.htm new file mode 100644 index 0000000..bd423c0 --- /dev/null +++ b/template/mobile/extend/wx.htm @@ -0,0 +1,25 @@ +{template 'header'} +
    +
    +
    +
    微信联系
    +
    +
    +
    +
    +
    +

    +{if $wx || $wxqr} +
    + + +
    +{if $wx}微信帐号:{$wx}   复制{/if} +{if $wxqr}

    微信扫码,添加好友{/if} +{else} +微信帐号不存在 +{/if} +
    +

    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/footer.htm b/template/mobile/footer.htm new file mode 100644 index 0000000..49457bd --- /dev/null +++ b/template/mobile/footer.htm @@ -0,0 +1,77 @@ +{if $share_icon == 'auto'}{/if} + +{if $foot} +
    +
    +
      +{if $DT_MBS=='app'} +
    • 首页
    • +
    • 频道
    • +{if $DT[max_cart]>0} +
    • 购物车{if $_cart}{$_cart}{/if}
    • +{/if} +
    • 消息{if $_message || $_chat}{/if}
    • +
    • 我的
    • +{if $DT[max_cart]<1} +
    • 更多
    • +{/if} +{else} +
    • 首页
    • +
    • 频道
    • +{if $DT[max_cart]>0} +
    • 购物车{if $_cart}{$_cart}{/if}
    • +{/if} +
    • 消息{if $_message || $_chat}{/if}
    • +
    • 我的
    • +{if $DT[max_cart]<1} +
    • 更多
    • +{/if} +{/if} +
    +
    +{/if} + + + + \ No newline at end of file diff --git a/template/mobile/group/buy.htm b/template/mobile/group/buy.htm new file mode 100644 index 0000000..d58a1cd --- /dev/null +++ b/template/mobile/group/buy.htm @@ -0,0 +1,187 @@ +{template 'header', 'member'} + +{if $action == 'show'} +
    +
    +
    +
    提交订单
    +
    +
    +
    +
    +
    +

    订单提交成功!

    + + + +
    +{else} +
    +
    +
    +
    确认订单
    +
    +
    +
    +
    + +
    + + + +
    + + + + + + +
    +

    {$t[title]}

    +
    + + + + + + + +
    {$DT[money_sign]}{$t[price]}-+
    +
    + {$t[price]} +
    +
    +
    + +
    + + +
    +
    +
      +
    • {$t[price]}总价
    • +
    +
    + +
    +
    +{if $t[logistic]} +

    收货地址*管理

    +
    + +
    + +

    所在地区*

    +
    {ajax_area_select('add[areaid]', '请选择', $user[areaid])}
    + +

    街道地址*

    +
    + +

    邮政编码*

    +
    + +

    真实姓名*

    +
    + +

    手机号码*

    +
    +{else} +

    手机号码*

    +
    +{/if} +
    + +
    +
    +
    +{/if} +{if !$_userid}{/if} + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/group/index.htm b/template/mobile/group/index.htm new file mode 100644 index 0000000..4ef1102 --- /dev/null +++ b/template/mobile/group/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +销量 +评论 +价格 +
    +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/group/list.htm b/template/mobile/group/list.htm new file mode 100644 index 0000000..f9ba0cd --- /dev/null +++ b/template/mobile/group/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +销量 +评论 +价格 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/group/search.htm b/template/mobile/group/search.htm new file mode 100644 index 0000000..fdde50c --- /dev/null +++ b/template/mobile/group/search.htm @@ -0,0 +1,43 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + +
    +
    +推荐 +综合 +销量 +评论 +价格 +
    +{if $catid || $areaid || $minprice || $maxprice} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +{if $minprice || $maxprice}{if $minprice}{$minprice}{$DT[money_unit]}{else}不限{/if}至{if $maxprice}{$maxprice}{$DT[money_unit]}{else}不限{/if}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/group/show.htm b/template/mobile/group/show.htm new file mode 100644 index 0000000..1662369 --- /dev/null +++ b/template/mobile/group/show.htm @@ -0,0 +1,53 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    {$title}

    +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{$orders}已售
    +
    +{if $thumb}
    {$title}
    {/if} +价格:{$DT[money_sign]}{$price}
    +原价:{$DT[money_sign]}{$marketprice}
    +折扣:{$discount}折
    +节省:{$DT[money_sign]}{$savemoney}
    +状态:{if $process == 0}正在成团,距离团购人数还差{$left}人{elseif $process == 1}团购已成功,还可以继续购买...{else}团购已结束{/if}
    +{if $purchase}
    立即购买
    {/if} +{$content} +
    +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    联系方式
    +
    {template 'contact', 'chip'}
    +
    + {if $username} + + {else} + + {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/group/these.name.php b/template/mobile/group/these.name.php new file mode 100644 index 0000000..1adf30e --- /dev/null +++ b/template/mobile/group/these.name.php @@ -0,0 +1,9 @@ + '购买', + 'index' => '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/mobile/header.htm b/template/mobile/header.htm new file mode 100644 index 0000000..0ae13ee --- /dev/null +++ b/template/mobile/header.htm @@ -0,0 +1,60 @@ + + + + +{if $sns_app} +{if $seo_title}{$seo_title}{else}{$head_title}{/if} +{else} +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{if $city_sitename}{$city_sitename}{else}{$site_name}{/if}{/if} +{/if} +{if $head_keywords} + +{/if} +{if $head_description} + +{/if} + + + + + + + + + + + + + + + + + + + + + + +{if $DT_MBS == 'app' || $DT_MBS == 'b2b' || $DT_MBS == 'web'} + +{/if} + + + +
    +
    +
    +
    +{if $share_icon && $share_icon != 'auto'}{/if} \ No newline at end of file diff --git a/template/mobile/homepage/brand.htm b/template/mobile/homepage/brand.htm new file mode 100644 index 0000000..cb20a6b --- /dev/null +++ b/template/mobile/homepage/brand.htm @@ -0,0 +1,60 @@ +{template 'header', $template} +
    +
    +
    +
    + + + + + +
    +
    +
    +
    +
    +
    +
    +{if !$itemid} +
    +推荐 +综合 +留言 +浏览 +评论 +
    +{/if} +{if $itemid} +
    +

    {$title}

    +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}留言
    +
    +{if $thumb}
    {$title}
    {/if} +{if $vip}{VIP}:{$vip}级
    {/if} +{if $homepage}网站:{$homepage}
    {/if} +{if $could_message} +
    留言加盟
    +{/if} +{$content} +
    +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    联系方式
    +
    {template 'contact', 'chip'}
    +{else} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/buy.htm b/template/mobile/homepage/buy.htm new file mode 100644 index 0000000..2b97f04 --- /dev/null +++ b/template/mobile/homepage/buy.htm @@ -0,0 +1,66 @@ +{template 'header', $template} +
    +
    +
    +
    + + + + + +
    +
    +
    +
    +
    +
    +
    +{if !$itemid} +
    +推荐 +综合 +报价 +人气 +评论 +
    +{/if} +{if $itemid} +{if $thumb}{template 'album', 'chip'}{/if} +
    +

    {$title}

    +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}报价
    +
    +{if !$username}非会员信息
    {/if} +{if $vip}{VIP}:{$vip}级
    {/if} +{if $n1 && $v1}{$n1}:{$v1}
    {/if} +{if $n2 && $v2}{$n2}:{$v2}
    {/if} +{if $n3 && $v3}{$n3}:{$v3}
    {/if} +{if $amount}数量:{$amount}
    {/if} +{if $price}价格:{$price}
    {/if} +{if $pack}包装:{$pack}
    {/if} +{if $could_price} +
    发送报价
    +{/if} +{$content} +
    +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    联系方式
    +
    {template 'contact', 'chip'}
    +{else} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/contact.htm b/template/mobile/homepage/contact.htm new file mode 100644 index 0000000..880db94 --- /dev/null +++ b/template/mobile/homepage/contact.htm @@ -0,0 +1,82 @@ +{template 'header', $template} +
    +
    +
    +
    {if $head_name}{$head_name}{else}联系方式{/if}
    +
    {if online($COM[userid])==1}在线{else}离线{/if}
    +
    +
    +
    +
    +
    + +
    +
    +{if $COM[shop] && $COM[vshop]} +店铺名称:{$COM[shop]}
    +{/if} +公司名称:{$COM[company]}
    +{if $COM[address]} +公司地址:{$COM[address]}
    +{/if} +{if $COM[postcode]} +邮政编码:{$COM[postcode]}
    +{/if} +{if $COM[telephone]} +公司电话:{$COM[telephone]}
    +{/if} +{if $COM[fax]} +公司传真:{$COM[fax]}
    +{/if} +{if $COM[homepage]} +公司网址:{$COM[homepage]}
    +{/if} +{if $COM[truename]} +联 系 人:{$COM[truename]} ({if $COM[gender]==1}先生{else}女士{/if})
    +{/if} +{if $COM[department]} +部门(职位):{$COM[department]}{if $COM[career]} ({$COM[career]}){/if}
    +{/if} +{if $COM[mobile] && $DT[im_mob]} +手机号码:{$COM[mobile]}
    +{/if} +{if $COM[gzh]} +微信公众号:{$COM[gzh]}
    +{/if} +{if $COM[gzhqr]} +扫码关注:
    +
    +{/if} +
    +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/credit.htm b/template/mobile/homepage/credit.htm new file mode 100644 index 0000000..b653ce6 --- /dev/null +++ b/template/mobile/homepage/credit.htm @@ -0,0 +1,52 @@ +{template 'header', $template} +
    +
    +
    +
    {if $head_name}{$head_name}{else}诚信档案{/if}
    +
    +
    +
    +
    +
    + +
    +公司名称:{$COM[company]}
    +公司类型:{$COM[type]} ({$COM[mode]})
    +所在地区:{area_pos($COM[areaid], '/')}
    +公司规模:{$COM[size]}
    +注册资本:{if $COM[capital]}{$COM[capital]}万{$COM[regunit]}{else}未填写{/if}
    +注册年份:{$COM[regyear]}
    +资料认证:{if $COM[validated]}企业资料通过{$COM[validator]}认证{/if}
    +{if $COM[vcompany]}工商认证:已通过
    {/if} +{if $COM[vtruename]}实名认证:已通过
    {/if} +{if $COM[vbank]}银行帐号认证:已通过
    {/if} +{if $COM[vmobile]}手机认证:已通过
    {/if} +{if $COM[vemail]}邮件认证:已通过
    {/if} +{if $COM[deposit]} +保  证  金:已缴纳 {$DT[money_sign]}{$COM[deposit]} {$DT[money_unit]}
    +{/if} +{if $COM[mode]} +经营模式:{$COM[mode]}
    +{/if} +{if $COM[business]} +经营范围:{$COM[business]}
    +{/if} +{if $COM[sell]} +销售产品:{$COM[sell]}
    +{/if} +{if $COM[buy]} +采购产品:{$COM[buy]} +{/if} +
    +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/exhibit.htm b/template/mobile/homepage/exhibit.htm new file mode 100644 index 0000000..604ff3c --- /dev/null +++ b/template/mobile/homepage/exhibit.htm @@ -0,0 +1,76 @@ +{template 'header', $template} +
    +
    +
    +
    + + + + + +
    +
    +
    +
    +
    +
    +
    +{if !$itemid} +
    +推荐 +综合 +人气 +评论 +报名 +
    +{/if} +{if $itemid} +

    {$title}

    +
    {$fromdate}~{$todate}{if $MOD[hits]}{$hits}{/if}{$city}
    +
    +日期:{$fromdate}~{$todate}
    +城市:{$city}
    +地址:{$address}
    +展馆:{$hallname}
    +主办:{$sponsor}
    +{if $could_sign} +
    在线报名
    +{/if} +
    +{if $content}
    {$content}
    {/if} + +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    + +
    联系方式
    +{if $user_status == 3} +
    +姓名:{$truename}
    +{if $telephone}电话:{$telephone}
    {/if} +{if $mobile}手机:{$mobile}
    {/if} +{if $fax}传真:{$fax}
    {/if} +{if $email}邮件:{$email}
    {/if} +{if $qq}QQ:{$qq}
    {/if} +{if $wx && $DT[im_wx]}微信:{$wx}
    {/if} +{if $addr}地址:{$addr}
    {/if} +
    +{else} +
    {template 'content', 'chip'}
    +{/if} +{else} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/footer.htm b/template/mobile/homepage/footer.htm new file mode 100644 index 0000000..ef677d7 --- /dev/null +++ b/template/mobile/homepage/footer.htm @@ -0,0 +1,48 @@ +{if $share_icon == 'auto'}{/if} + +{if $foot} +
    + +{/if} +{if $api_stats && $stats} +{php include DT_ROOT.'/api/stats/'.$HOME['stats_type'].'/show.inc.php';} +{/if} +{if $api_kf && $kf} +{php include DT_ROOT.'/api/kf/'.$HOME['kf_type'].'/show.inc.php';} +{/if} + +
    + + \ No newline at end of file diff --git a/template/mobile/homepage/header.htm b/template/mobile/homepage/header.htm new file mode 100644 index 0000000..3a02e15 --- /dev/null +++ b/template/mobile/homepage/header.htm @@ -0,0 +1,60 @@ + + + + +{if $sns_app} +{if $COM[shop] && $COM[vshop]}{$COM[shop]}{else}{$COM[company]}{/if} +{else} +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{if $COM[shop] && $COM[vshop]}{$COM[shop]}{else}{$COM[company]}{/if}{/if} +{/if} +{if $head_keywords}{/if} +{if $head_description}{/if} + + + + + + + + + + + + + + + + + + + + + + + + + +{if $JS} +{loop $JS $js} + +{/loop} +{/if} + + + +
    +
    +
    +
    +{if $share_icon && $share_icon != 'auto'}{/if} \ No newline at end of file diff --git a/template/mobile/homepage/honor.htm b/template/mobile/homepage/honor.htm new file mode 100644 index 0000000..ef8f577 --- /dev/null +++ b/template/mobile/homepage/honor.htm @@ -0,0 +1,52 @@ +{template 'header', $template} +
    +
    +
    +
    {if $head_name}{$head_name}{else}{$DMENU[4]}{/if}
    +
    +
    +
    +
    +
    + +{if $itemid} +
    +

    {$title}

    +
    {timetodate($addtime, 3)}{$hits}
    +
    +{$title}
    +发证机构:{$authority}
    +发证时间 :{timetodate($fromtime, 3)}
    +有效期至 :{if $totime}{timetodate($totime, 3)}{else}永久{/if}
    +{$content} +
    +{else} +{if $lists} +
    + {loop $lists $v} +
    + +
      +
    • {$v[title]}
    • +
    • {timetodate($v[fromtime], 3)} 至 {if $v[totime]}{timetodate($v[totime], 3)}{else}永久{/if}

    • +
    • {$v[authority]}

    • +
    +
    + {/loop} +
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/index.htm b/template/mobile/homepage/index.htm new file mode 100644 index 0000000..b9323fa --- /dev/null +++ b/template/mobile/homepage/index.htm @@ -0,0 +1,98 @@ +{template 'header', $template} + +
    +
    +
    +
    {$head_name}
    +
    + +
    +
    +
    +
    +
    + +
    +{if $logo}{/if} +
      +
    • {if $COM[shop] && $COM[vshop]}{$COM[shop]}{else}{$COM[company]}{/if}
    • +
    • {if $COM[vip]}{VIP}{$COM[vip]} 第{$COM[year]}年{else}普通会员{/if}
    • +
    +
    +{if $bannert == 2} +{if $banner1} + +
    +{if $banner1}{/if} +{if $banner2}{/if} +{if $banner3}{/if} +{if $banner4}{/if} +{if $banner5}{/if} +
    + +{/if} +{elseif $bannert == 1} +{if $bannerf}{DC::player($bannerf, '100%', 270, 1, 0, ' muted="muted"')}{/if} +{else} +{if $banner}{/if} +{/if} +
    + +
    +{if isset($MODULE[16]) && $my_mall} +
    更多商品推荐
    +
    + + {loop $tags $k $t} +
    +
    + +

    {$t[orders]}成交{$DT[money_sign]}{$t[price]}

    + {$t[title]} +
    +
    + {/loop} +
    + +{elseif isset($MODULE[5]) && $my_sell} +
    更多产品推荐
    +
    + + {loop $tags $k $t} +
    + +
      +
    • {$t[title]}
    • + {if $t[unit] && $t[price]>0} +
    • {$t[orders]}成交{$DT[money_sign]}{$t[price]}

    • + {else} +
    • {$t[messages]}询价面议

    • + {/if} +
    +
    + {/loop} +
    + +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/info.htm b/template/mobile/homepage/info.htm new file mode 100644 index 0000000..8ea625c --- /dev/null +++ b/template/mobile/homepage/info.htm @@ -0,0 +1,68 @@ +{template 'header', $template} +
    +
    +
    +
    + + + + + +
    +
    +
    +
    +
    +
    +
    +{if !$itemid} +
    +推荐 +综合 +留言 +人气 +评论 +
    +{/if} +{if $itemid} +{if $thumb}{template 'album', 'chip'}{/if} +
    +

    {$title}

    +{if $islink} +
    {$editdate}
    + +{else} +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}留言
    +
    +{if !$username}非会员信息
    {/if} +{if $vip}{VIP}:{$vip}级
    {/if} +{if $n1 && $v1}{$n1}:{$v1}
    {/if} +{if $n2 && $v2}{$n2}:{$v2}
    {/if} +{if $n3 && $v3}{$n3}:{$v3}
    {/if} +{if $could_message} +
    留言咨询
    +{/if} +{$content} +
    +{/if} +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    联系方式
    +
    {template 'contact', 'chip'}
    +{else} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/introduce.htm b/template/mobile/homepage/introduce.htm new file mode 100644 index 0000000..85855fb --- /dev/null +++ b/template/mobile/homepage/introduce.htm @@ -0,0 +1,42 @@ +{template 'header', $template} +
    +
    +
    +
    {if $head_name}{$head_name}{else}公司介绍{/if}
    +
    +
    +
    +
    +
    + +{if $itemid} + {if $content}
    {$content}
    {/if} +{else} +
    + {if $video}{DC::player($video, '100%', 270, 1, 0, ' muted="muted"')}{/if} + {if $thumb}
    {/if} + {$content} +
    + {php $itemid = $userid;} +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    + {if $MOD[fee_award]}
    打赏 {$awards}
    {/if} + {if $could_comment}
    评论 {$comments}
    {/if} + +
    +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/job.htm b/template/mobile/homepage/job.htm new file mode 100644 index 0000000..94a9d77 --- /dev/null +++ b/template/mobile/homepage/job.htm @@ -0,0 +1,68 @@ +{template 'header', $template} +
    +
    +
    +
    + + + + + +
    +
    +
    +
    +
    +
    +
    +{if !$itemid} +
    +推荐 +综合 +人气 +评论 +月薪 +
    +{/if} +{if $itemid} +
    +

    {$title}

    +
    {$editdate}{area_pos($areaid, '')}{if $MOD[hits]}{$hits}{/if}{$comments}
    +
    +{if !$username}非会员信息
    {/if} +{if $vip}{VIP}:{$vip}级
    {/if} +行业:{$CATEGORY[$parentid][catname]}
    +职位:{$CATEGORY[$catid][catname]}
    +部门:{$department}
    +人数:{if $total}{$total}人{else}若干{/if}
    +地区:{area_pos($areaid, '')}
    +性质:{$TYPE[$type]}
    +性别:{$GENDER[$gender]}
    +婚姻:{$MARRIAGE[$marriage]}
    +学历:{$EDUCATION[$education]}
    +经验:{if $experience}{$experience}年以上{else}不限{/if}
    +年龄:{if $minage && $maxage}{$minage}-{$maxage}岁{elseif $minage}{$minage}岁以上{elseif $maxage}{$maxage}岁以内{else}不限年龄{/if}
    +待遇:{if $minsalary && $maxsalary}{$minsalary}-{$maxsalary}{$DT[money_unit]}/月{elseif $minsalary}{$minsalary}{$DT[money_unit]}/月以上{elseif $maxsalary}{$maxsalary}{$DT[money_unit]}/月以内{else}面议{/if}
    +{$content} +
    +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    联系方式
    +
    {template 'contact', 'chip'}
    +{else} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/link.htm b/template/mobile/homepage/link.htm new file mode 100644 index 0000000..560e3f6 --- /dev/null +++ b/template/mobile/homepage/link.htm @@ -0,0 +1,35 @@ +{template 'header', $template} +
    +
    +
    +
    {if $head_name}{$head_name}{else}{$DMENU[11]}{/if}
    +
    +
    +
    +
    +
    + +{if $lists} +
    +{loop $lists $v} +
    +{$v[title]} +

    {$v[linkurl]}

    +
    +{/loop} +
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/mall.htm b/template/mobile/homepage/mall.htm new file mode 100644 index 0000000..c48d357 --- /dev/null +++ b/template/mobile/homepage/mall.htm @@ -0,0 +1,243 @@ +{template 'header', $template} +
    +
    +
    +
    + + + + + + +
    +
    +
    {if $TYPE}{else}{/if}
    +
    +
    +
    +
    +{if !$itemid} +
    +推荐 +综合 +销量 +评论 +价格 +
    +{/if} +{if $TYPE} + +{/if} +{if $itemid} + +{if $thumb}{template 'album', 'chip'}{/if} +
    +

    {$title}

    +{if $subtitle} +
    {$subtitle}
    +{/if} +
    {if $MOD[hits]}{$hits}{/if}{$comments}{$orders}已售
    +
    + + + + + +{if $a2} + + + + +{/if} +{if $promos} + + + + +{/if} +{if $express_name_1 == '包邮'} + + + + +{elseif $fee_start_1>0 || $fee_start_2>0 || $fee_start_3>0} + + + + +{/if} +{if $cod} + + + + +{/if} +{if $RL} + + + + +{/if} +{if $P1} + + + + +{/if} +{if $P2} + + + + +{/if} +{if $P3} + + + + +{/if} +{if $amount>0} +{if $status == 3} + + + + +{else} + + + + +{/if} +{else} + + + + +{/if} +
    价格{$DT[money_sign]}{$price}
    混批{$a1}-{$a2}{$unit} {$DT[money_sign]}{$p1}{if $a3}; {$a2+1}-{$a3}{$unit} {$DT[money_sign]}{$p2}; {$a3}{$unit}以上 {$DT[money_sign]}{$p3}{else}; {$a2+1}{$unit}以上 {$DT[money_sign]}{$p2}{/if}
    优惠 + +{loop $promos $v} +{if $v[cost]} +满{$v[cost]}减{$v[price]} +{else} +{$v[price]}{$DT[money_unit]}优惠 +{/if} +{/loop} + +
    运费 +{if $fee_start_1>0} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +满{$fee_start_1}包邮 +{else} +包邮 +{/if} +
    运费 +{if $fee_start_1>0} {$express_name_1}:{$fee_start_1}  {/if} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +
    到付支持货到付款
    {$relate_name} +{loop $RL $v} + +{/loop} +
    {$n1} +
      +{loop $P1 $i $v} +
    • {$v}
    • +{/loop} +
    +
    {$n2} +
      +{loop $P2 $i $v} +
    • {$v}
    • +{/loop} +
    +
    {$n3} +
      +{loop $P3 $i $v} +
    • {$v}
    • +{/loop} +
    +
    数量
    -+
    库存{$amount}{$unit}
    该商品已下架
    该商品库存不足
    +
    +
    +
      +
    • 商品详情
    • +
    • 评价详情({$comments})
    • +
    • 联系方式
    • +
    +
    +
    {$content}
    + + +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +{if $status == 3 && $amount>0} +
    +
    +
    + + + + + + + + + + + +
    客服商铺购物车{if $_cart}{$_cart}{/if}
    +
    +
    +{/if} + +{load('player.js')} + + +{else} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/message.htm b/template/mobile/homepage/message.htm new file mode 100644 index 0000000..e69de29 diff --git a/template/mobile/homepage/news.htm b/template/mobile/homepage/news.htm new file mode 100644 index 0000000..4d23478 --- /dev/null +++ b/template/mobile/homepage/news.htm @@ -0,0 +1,68 @@ +{template 'header', $template} +
    +
    +
    +
    {if $head_name}{$head_name}{else}{$DMENU[3]}{/if}
    +
    +
    +
    +
    +
    + +{if $itemid} +
    +

    {$title}

    +
    {timetodate($addtime, 3)}{$hits}
    +
    {$content}
    +{else} + {if $tags} +
    + {loop $tags $k $t} + {if $t[thumb]} +
    + + +
    + {else} +
    + {$t[title]} + {if $t[introduce]}
    {$t[introduce]}
    {/if} +

    {$t[date]}{$t[hits]}

    +
    + {/if} + {/loop} +
    +
    + {else} + {template 'empty', 'chip'} + {/if} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/photo.htm b/template/mobile/homepage/photo.htm new file mode 100644 index 0000000..418772b --- /dev/null +++ b/template/mobile/homepage/photo.htm @@ -0,0 +1,92 @@ +{template 'header', $template} +
    +
    +
    +
    + + + + + +
    +
    +
    +
    +
    +
    +
    +{if !$itemid} +
    +推荐 +综合 +浏览 +评论 +图片 +
    +{/if} +{if $itemid} +{if $pass} +
    + {$page}/{$items} +
    + {$P[introduce]} + + {loop $T $i $p} + {$p[introduce]} + {/loop} + +
    +{/if} +
    +

    {$title}

    +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{$items}图片
    +{if $pass} +{if $content}
    {$content}
    {/if} +{else} +
    + 此{$MOD[name]}需要验证,{if $open == 2}请输入访问密码{elseif $open == 1}请回答{$question}{/if} +
    + + +
    +
    立即验证
    +
    +
    + +{/if} +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +{else} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/sell.htm b/template/mobile/homepage/sell.htm new file mode 100644 index 0000000..508ce2a --- /dev/null +++ b/template/mobile/homepage/sell.htm @@ -0,0 +1,86 @@ +{template 'header', $template} +
    +
    +
    +
    + + + + + + +
    +
    +
    {if $TYPE}{else}{/if}
    +
    +
    +
    +
    +{if !$itemid} +
    +推荐 +综合 +询价 +销量 +价格 +
    +{/if} +{if $TYPE} + +{/if} +{if $itemid} +{if $thumb}{template 'album', 'chip'}{/if} +
    +

    {$title}

    +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{if $could_purchase}{$orders}已售{else}{$messages}询价{/if}
    +
    +价格:{if $price&&$unit}{$DT[money_sign]}{$price}/{$unit}{else}未填{/if}
    +{if $brand}品牌:{$brand}
    {/if} +{if $n1 && $v1}{$n1}:{$v1}
    {/if} +{if $n2 && $v2}{$n2}:{$v2}
    {/if} +{if $n3 && $v3}{$n3}:{$v3}
    {/if} +{if $minamount}起订:{$minamount}{$unit}
    {/if} +{if $amount>0}供应:{$amount}{$unit}
    {/if} +{if $days}发货:{$days}天内
    {/if} +{if $could_purchase} +
    立即购买
    +{elseif $could_inquiry} +
    发送询价
    +{/if} +{$content} +
    +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    联系方式
    +
    {template 'contact', 'chip'}
    +{else} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/homepage/these.name.php b/template/mobile/homepage/these.name.php new file mode 100644 index 0000000..26c565f --- /dev/null +++ b/template/mobile/homepage/these.name.php @@ -0,0 +1,23 @@ + '品牌展示', + 'buy' => '采购清单', + 'contact' => '联系方式', + 'credit' => '诚信档案', + 'exhibit' => '展会', + 'footer' => '公共页脚', + 'header' => '公共页头', + 'honor' => '荣誉资质', + 'index' => '公司首页', + 'info' => '招商代理', + 'introduce' => '公司介绍', + 'job' => '人才招聘', + 'link' => '友情链接', + 'mall' => '商城', + 'message' => '留言询价', + 'news' => '公司新闻', + 'photo' => '公司相册', + 'sell' => '供应产品', + 'video' => '公司视频', +); +?> \ No newline at end of file diff --git a/template/mobile/homepage/video.htm b/template/mobile/homepage/video.htm new file mode 100644 index 0000000..b88b593 --- /dev/null +++ b/template/mobile/homepage/video.htm @@ -0,0 +1,52 @@ +{template 'header', $template} +
    +
    +
    +
    + + + + + +
    +
    +
    +
    +
    +
    +
    +{if !$itemid} +
    +推荐 +综合 +播放 +评论 +点赞 +
    +{/if} +{if $itemid} +
    {$player}
    + +
    +

    {$title}

    +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{$comments}
    +{if $content}
    {$content}
    {/if} +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +{else} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', $template} \ No newline at end of file diff --git a/template/mobile/index.htm b/template/mobile/index.htm new file mode 100644 index 0000000..ed66dba --- /dev/null +++ b/template/mobile/index.htm @@ -0,0 +1,60 @@ +{template 'header'} +
    +
    +{if $DT_MBS=='b2b'} +
    +{elseif $DT[city]} + +{else} +
    +{/if} +
    +
    +
    +
    +
    +
    +
    +{if $ads} + +
    +{loop $ads $t} +{$t[image_alt]} +{/loop} +
    + +{/if} +
    +
    +
      + {loop $MOD_MY $i $m} + {if $i < 9}
    • {$m[name]}
    • {/if} + {if $i == 8}
    • 更多
    • {/if} + {/loop} +
    +
    +{if isset($MODULE[21])} +
    +
    更多行业快讯
    + +
    +{/if} +{if isset($MODULE[16])} +
    更多商品推荐
    +
    +
    + +
    + +{elseif isset($MODULE[5])} +
    更多产品推荐
    +
    + +
    + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/index.html b/template/mobile/index.html new file mode 100644 index 0000000..c1e1f00 --- /dev/null +++ b/template/mobile/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/mobile/info/index.htm b/template/mobile/info/index.htm new file mode 100644 index 0000000..ac99de2 --- /dev/null +++ b/template/mobile/info/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +留言 +人气 +评论 +
    +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/info/list.htm b/template/mobile/info/list.htm new file mode 100644 index 0000000..1ed8fab --- /dev/null +++ b/template/mobile/info/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +留言 +人气 +评论 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/info/message.htm b/template/mobile/info/message.htm new file mode 100644 index 0000000..c366882 --- /dev/null +++ b/template/mobile/info/message.htm @@ -0,0 +1,139 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    + + +

    留言主题*

    +
    +

    快捷提问

    +
    + +
    +

    主要内容*

    +
    +

    回复时间

    +
    前回复
    +{if $_userid} +

    联系方式

    +
    +公司:{$company}
    +姓名:{$truename}
    +电话:{$telephone}
    +邮件:{$email}
    +{if $DT[im_qq]}QQ:{$qq}
    {/if} +{if $DT[im_wx]}微信:{$wx}
    {/if} +{if $DT[im_ali]}阿里旺旺:{$ali}
    {/if} +{if $DT[im_skype]}Skype:{$skype}
    {/if} +
    +{else} +

    公司

    +
    +

    姓名*

    +
    +

    电话*

    +
    +

    邮箱

    +
    +{if $DT[im_qq]} +

    QQ

    +
    +{/if} +{if $DT[im_wx]} +

    微信

    +
    +{/if} +{if $DT[im_ali]} +

    阿里旺旺

    +
    +{/if} +{if $DT[im_skype]} +

    Skype

    +
    +{/if} +{/if} +{if $_userid && $DT[sms]} +

    短信通知

    +
    剩余{$_sms}条
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +{if $MG[message_limit]} +
    +今日可发 {$MG[message_limit]}
    +当前已发 {$limit_used}
    +还可以发 {$limit_free}
    +
    +{/if} +
    +
    +{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/info/search.htm b/template/mobile/info/search.htm new file mode 100644 index 0000000..9fa5535 --- /dev/null +++ b/template/mobile/info/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + +
    +
    +推荐 +综合 +留言 +人气 +评论 +
    +{if $catid || $areaid} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/info/show.htm b/template/mobile/info/show.htm new file mode 100644 index 0000000..00d3014 --- /dev/null +++ b/template/mobile/info/show.htm @@ -0,0 +1,60 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +{if $thumb}{template 'album', 'chip'}{/if} +

    {$title}

    +{if $islink} +
    {$editdate}
    + +{else} +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{$messages}留言
    +
    +{if !$username}非会员信息
    {/if} +{if $vip}{VIP}:{$vip}级
    {/if} +{if $n1 && $v1}{$n1}:{$v1}
    {/if} +{if $n2 && $v2}{$n2}:{$v2}
    {/if} +{if $n3 && $v3}{$n3}:{$v3}
    {/if} +{if $could_message} +
    留言咨询
    +{/if} +{$content} +
    +{/if} +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    联系方式
    +
    {template 'contact', 'chip'}
    +
    + {if $username} + + {else} + + {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/info/these.name.php b/template/mobile/info/these.name.php new file mode 100644 index 0000000..7692625 --- /dev/null +++ b/template/mobile/info/these.name.php @@ -0,0 +1,9 @@ + '首页', + 'list' => '列表页', + 'message' => '留言页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/mobile/job/apply.htm b/template/mobile/job/apply.htm new file mode 100644 index 0000000..d8281fd --- /dev/null +++ b/template/mobile/job/apply.htm @@ -0,0 +1,23 @@ +{template 'header'} +
    +
    +
    +
    投递简历
    +
    +
    +
    +
    +
    +
    + +

    选择简历

    +{loop $lists $k $v} +
    +    {$v[title]} +
    +{/loop} +
    + +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/job/index.htm b/template/mobile/job/index.htm new file mode 100644 index 0000000..4947a46 --- /dev/null +++ b/template/mobile/job/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    +
    + +
    + +
    +
    +
    +
    +
    +
    +推荐 +综合 +人气 +评论 +月薪 +
    +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/job/list.htm b/template/mobile/job/list.htm new file mode 100644 index 0000000..435797e --- /dev/null +++ b/template/mobile/job/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +人气 +评论 +月薪 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/job/resume.htm b/template/mobile/job/resume.htm new file mode 100644 index 0000000..d5c0457 --- /dev/null +++ b/template/mobile/job/resume.htm @@ -0,0 +1,50 @@ +{template 'header'} +
    +
    +
    +
    简历详情
    +
    +{if $_username != $username}添加{/if} +
    +
    +
    +
    +
    +

    {$title}

    +
    {$editdate}{if $MOD[hits]}{$hits}{/if}
    +
    +姓名:{$truename}
    +性别:{if $gender == 1}男{else}女{/if}
    +生日:{$birthday}
    +婚姻状况:{if $marriage == 2}已婚{else}未婚{/if}
    +身高:{$height} cm
    +体重:{$weight} kg
    +居住地:{area_pos($areaid, '')}
    +学历:{$EDUCATION[$education]}
    +毕业院校:{$school}
    +专业:{$major}
    +工作性质:{$TYPE[$type]}
    +工作经验:{if $experience}{$experience}年{else}无{/if}
    +行业意向:{$CATEGORY[$parentid][catname]}
    +职位意向:{$CATEGORY[$catid][catname]}
    +专业技能:{$skill}
    +语言水平:{$language}
    +期望薪资: +{if $minsalary && $maxsalary} + {$minsalary}-{$maxsalary}{$DT[money_unit]}/月 +{elseif $minsalary} + {$minsalary}{$DT[money_unit]}/月以上 +{elseif $maxsalary} + {$maxsalary}{$DT[money_unit]}/月以内 +{else} + 面议 +{/if}
    +求职状态:{$SITUATION[$situation]}
    +
    +{if $content} +
    自我鉴定
    +
    {$content}
    +{/if} +
    联系方式
    +
    {template 'content', 'chip'}
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/job/search.htm b/template/mobile/job/search.htm new file mode 100644 index 0000000..d346de9 --- /dev/null +++ b/template/mobile/job/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + +
    +
    +推荐 +综合 +人气 +评论 +月薪 +
    +{if $catid || $areaid} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/job/show.htm b/template/mobile/job/show.htm new file mode 100644 index 0000000..4afe531 --- /dev/null +++ b/template/mobile/job/show.htm @@ -0,0 +1,63 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    {$title}

    +
    {$editdate}{area_pos($areaid, '')}{if $MOD[hits]}{$hits}{/if}{$comments}
    +
    +{if !$username}非会员信息
    {/if} +{if $vip}{VIP}:{$vip}级
    {/if} +行业:{$CATEGORY[$parentid][catname]}
    +职位:{$CATEGORY[$catid][catname]}
    +部门:{$department}
    +人数:{if $total}{$total}人{else}若干{/if}
    +性质:{$TYPE[$type]}
    +性别:{$GENDER[$gender]}
    +婚姻:{$MARRIAGE[$marriage]}
    +学历:{$EDUCATION[$education]}
    +经验:{if $experience}{$experience}年以上{else}不限{/if}
    +年龄:{if $minage && $maxage}{$minage}-{$maxage}岁{elseif $minage}{$minage}岁以上{elseif $maxage}{$maxage}岁以内{else}不限年龄{/if}
    +待遇:{if $minsalary && $maxsalary}{$minsalary}-{$maxsalary}{$DT[money_unit]}/月{elseif $minsalary}{$minsalary}{$DT[money_unit]}/月以上{elseif $maxsalary}{$maxsalary}{$DT[money_unit]}/月以内{else}面议{/if}
    +{$content} +{if $username} +
    职位申请
    +{/if} +
    +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    联系方式
    +
    {template 'contact', 'chip'}
    +
    +
    + {if $username} + + {else} + + {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/job/these.name.php b/template/mobile/job/these.name.php new file mode 100644 index 0000000..7df97cd --- /dev/null +++ b/template/mobile/job/these.name.php @@ -0,0 +1,10 @@ + '职位申请', + 'index' => '首页', + 'list' => '列表页', + 'resume' => '默认简历', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/mobile/know/expert.htm b/template/mobile/know/expert.htm new file mode 100644 index 0000000..081c372 --- /dev/null +++ b/template/mobile/know/expert.htm @@ -0,0 +1,51 @@ +{template 'header'} +
    +
    +
    +
    {$MOD[name]}专家
    +
    +{if $itemid} + +{else} +{/if} +
    +
    +
    +
    +
    +{if $itemid} +
    + + +
    +
    + 被提问:{$ask}
    + 人气:{$hits}
    + 回答:{$answer}
    + 被采纳:{$best}
    + 采纳率:{$rate}
    + {$content} +
    +
    向TA提问
    +
    +
    +{else} + {if $lists} + {loop $lists $v} +
    + + +
    + {/loop} + {else} + {template 'empty', 'chip'} + {/if} + {if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/know/faq.htm b/template/mobile/know/faq.htm new file mode 100644 index 0000000..3e6e641 --- /dev/null +++ b/template/mobile/know/faq.htm @@ -0,0 +1,87 @@ +{template 'header'} +
    +
    +
    +
    {$MOD[name]}礼仪
    +
    +
    +
    +
    +
    + 1、标题要正确
    + 在提问或答复的时候不要写无意义或模糊的题目,为了别人解答时理解的方便请正确书写标题。
    + 2、对问题进行具体的说明
    + 在提问或答复的时候,内容要具体详细地书写。问题内容越详细别人的答复也就越正确,答复越详细也就越让人容易理解。
    + 3、检查问题是否重复
    + 在提问之前,请先对问题进行搜索,或者在提问的时候,先关注一下提问页面右侧的“相关问题”列表,其中是否已经有过得到解决的类似问题。在确认没有令您满意的答案后再提问。
    + 4、检查问题的分类是否正确
    + 提交问题之前请确认问题的分类是否正确,提问的正确归类可以让你更快地得到满意的回答。
    + 5、及时处理问题
    + 在提问后的{$MOD[overdays]}天之内,如果有满意的答复一定要作出选择,以免伤害热心回答的网友。如果有答案而过期不对问题进行处理,我们将扣除您{$MOD[credit_deal]}分的{$DT[credit_name]}以示惩戒。
    + 6、学会表示感谢
    + 对所有解答自己问题的会员表示感谢。选出最佳答案后也请给予回答者一些友好的评价,尊重他人的劳动成果。
    + 7、互相尊重
    + 提问者提问时的语气请尽量友好,避免给他人以责问、逼问的不良感受。回答者在答复时候也不要小看或嘲笑提问者,要有诚意地解答,正确地书写。
    +
    +
    + +
    +
      +
    • {$DT[credit_name]}增加
    • +
    +
    + + + + + + + + + + + + + + + + + +
    操作增加值
    提交回答+{$MOD[credit_answer]}
    回答被采纳为最佳答案+{$MOD[credit_best]} +悬赏分
    参与投票+{$MOD[credit_vote]}
    +
    +
    + +
    +
      +
    • {$DT[credit_name]}扣除
    • +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    操作增加值
    悬赏付出-悬赏分
    匿名提问-{$MOD[credit_hidden]}
    提问上线后被删除-{$MOD[credit_del]}
    回答上线后被删除-{$MOD[credit_del_answer]}
    问题{$MOD[overdays]}天内不处理-{$MOD[credit_deal]}
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/know/index.htm b/template/mobile/know/index.htm new file mode 100644 index 0000000..71f27fd --- /dev/null +++ b/template/mobile/know/index.htm @@ -0,0 +1,35 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/know/list.htm b/template/mobile/know/list.htm new file mode 100644 index 0000000..06df0ff --- /dev/null +++ b/template/mobile/know/list.htm @@ -0,0 +1,34 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    + + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/know/search.htm b/template/mobile/know/search.htm new file mode 100644 index 0000000..93b4c8f --- /dev/null +++ b/template/mobile/know/search.htm @@ -0,0 +1,42 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + +
    +
    +推荐 +待解决 +综合 +答案 +人气 +悬赏 +
    +{if $catid || $areaid} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/know/show.htm b/template/mobile/know/show.htm new file mode 100644 index 0000000..7c1a95a --- /dev/null +++ b/template/mobile/know/show.htm @@ -0,0 +1,124 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    {$title}

    +
    {$PROCESS[$process]}{$answer}回答{if $MOD[hits]}{$hits}点击{/if}
    +{if $page == 1} +
    + +
      +
    • + +{if $credit} +悬赏{$credit}{$DT[credit_name]} +{/if} +{if $hidden}匿名{else}{$passport}{/if}
    • +
    • + + +{$editdate}
    • +
    +
    +
    +{$content} +{if $addition} +
    问题补充: +
    {nl2br($addition)} +{/if} +{if $process == 1 || $process == 2} +
    离问题结束还有{secondstodate($totime-$DT_TIME)} +{elseif $process == 3} +
    {timetodate($updatetime, 5)} 已解决 +{/if} +
    + +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    + +
    + +{if $user_status == 3 && $best} +
    + +
      +
    • 最佳答案{if $best[hidden]}匿名{else}{$best[passport]}{/if}{if $expert} 专家{/if}
    • +
    • {timetodate($best[addtime], 5)} +
    • +
    +
    +{/if} +
    +{if $best} + {if $user_status == 3} + {$best[content]} + {else} + {template 'content', 'chip'} + {/if} +{else} +暂无最佳答案{if $could_answer}    我来回答{/if} +{/if} +
    +{if $best} +
    +支持 {$best[likes]} +反对 {$best[hates]} +举报 +
    +{/if} +{/if} +{if $answers} +{loop $answers $k $v} +
    + +
      +
    • {$v[floor]}楼{if $v[hidden]}匿名{else}{if $v[username]}{$v[passport]}{else}{ip2area($item[ip])}访客{/if}{/if}
    • +
    • {timetodate($v[addtime], 5)}
    • +
    +
    +
    {$v[content]}
    +
    +支持 {$v[likes]} +反对 {$v[hates]} +举报 +
    +{/loop} +{/if} +{if $could_answer} +
    +
    +
    +
    +{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/know/these.name.php b/template/mobile/know/these.name.php new file mode 100644 index 0000000..e550b71 --- /dev/null +++ b/template/mobile/know/these.name.php @@ -0,0 +1,10 @@ + '专家', + 'faq' => 'FAQ帮助', + 'index' => '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/mobile/mail/alert.htm b/template/mobile/mail/alert.htm new file mode 100644 index 0000000..6daab63 --- /dev/null +++ b/template/mobile/mail/alert.htm @@ -0,0 +1,48 @@ + + + + + + + + + + + +
    {$DT[sitename]} LOGO网站首页 | 管理商机 
    发送时间:{timetodate($DT_TIME, 5)} 
    +
    商机分类:{$MODULE[$mid][name]} +   关键词:{if $kw}{$kw}{else}不限{/if} +   行业分类: +{if $catid} +{php $C = get_cat($catid);} +{$C[catname]} +{else} +不限 +{/if} +   所在地区:{if $areaid}{$AREA[$areaid][areaname]}{else}不限{/if} +   发送频率:{if $rate}{$rate}天{else}不限{/if} +
    +
    +{if $lists} + + + + + + +{loop $lists $v} + + + + + +{/loop} +
    标题地区发布时间
    {$v[title]}{area_pos($v[areaid], ' - ', 2)}{timetodate($v[addtime], 5)}
    +{else} +
    抱歉,没有找到相应的商机,建议您调整条件以便获得更多商机。

    +点此立即调整

    +{/if} +
    +
    请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果需要取消此邮件,请点这里
    +
    \ No newline at end of file diff --git a/template/mobile/mail/ask.htm b/template/mobile/mail/ask.htm new file mode 100644 index 0000000..7542914 --- /dev/null +++ b/template/mobile/mail/ask.htm @@ -0,0 +1,17 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +尊敬的会员:
    +来自{$DT[sitename]}的会员{$_username} 向您提问:
    {$question}
    +请点这里查看问题或解答,谢谢 +
    +请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
    \ No newline at end of file diff --git a/template/mobile/mail/email-default.htm b/template/mobile/mail/email-default.htm new file mode 100644 index 0000000..6300af8 --- /dev/null +++ b/template/mobile/mail/email-default.htm @@ -0,0 +1,16 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +尊敬的会员:
    +{$content} +
    +请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
    \ No newline at end of file diff --git a/template/mobile/mail/email-login.htm b/template/mobile/mail/email-login.htm new file mode 100644 index 0000000..c9bf3c5 --- /dev/null +++ b/template/mobile/mail/email-login.htm @@ -0,0 +1,24 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +尊敬的会员:
    +您已经30天没有登录 {$DT[sitename]} 了,建议您定期登录,以免错失重要商机。
    +点这里立即登录
    +----------------------------------------
    +小提示:
    +您的登录户名:{$user[username]}
    +您的登录密码:已加密 (如果您忘记了密码,请点这里找回)
    +您的注册邮箱:{$user[email]}
    +----------------------------------------
    +{$content} +
    +请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
    \ No newline at end of file diff --git a/template/mobile/mail/email-password.htm b/template/mobile/mail/email-password.htm new file mode 100644 index 0000000..0501a32 --- /dev/null +++ b/template/mobile/mail/email-password.htm @@ -0,0 +1,26 @@ +query("UPDATE ".DT_PRE."member SET password='$dpassword',passsalt='$passsalt' WHERE username='$username'"); +?> + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +尊敬的会员:
    +以下为您在{$DT[sitename]}的帐号信息,请您妥善保存:
    +户名:{$username}
    +密码:{$password}
    +为了您的账户安全,请定期修改密码 +
    +请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除 +
    \ No newline at end of file diff --git a/template/mobile/mail/email.htm b/template/mobile/mail/email.htm new file mode 100644 index 0000000..691d225 --- /dev/null +++ b/template/mobile/mail/email.htm @@ -0,0 +1,19 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +邮件群发模板系列,请创建本系列模板,并设置内容,内容支持系统变量和会员资料,会员资料保存于$user数组。
    +例如:
    +{$user[username]} 表示会员名
    +{$user[truename]} 表示会员姓名
    +{$user[company]} 表示公司名称
    +
    +请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复 +
    diff --git a/template/mobile/mail/emailcode.htm b/template/mobile/mail/emailcode.htm new file mode 100644 index 0000000..5581283 --- /dev/null +++ b/template/mobile/mail/emailcode.htm @@ -0,0 +1,16 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +尊敬的会员
    +您在{$DT[sitename]}请求的邮件验证码为 {$emailcode} (有效期{$MOD[auth_days]}0分钟)
    请使用此验证码继续操作,切勿透露给他人。 +
    +请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除 +
    \ No newline at end of file diff --git a/template/mobile/mail/message.htm b/template/mobile/mail/message.htm new file mode 100644 index 0000000..c01c94b --- /dev/null +++ b/template/mobile/mail/message.htm @@ -0,0 +1,20 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +Hi, {$touser}:
    +您在{$DT[sitename]}收到了新的站内信({$title}),内容如下:

    +{$content}

    +原始信件:{$MODULE[2][linkurl]}message.php?action=show&itemid={$itemid}
    +{if $fromuser}发件会员:{$fromuser}
    {/if} +发送时间:{timetodate($addtime, 6)}
    +
    +请注意:此信件系根据您的设置自动发送,如果不希望接收,请点这里取消 +
    \ No newline at end of file diff --git a/template/mobile/mail/messager.htm b/template/mobile/mail/messager.htm new file mode 100644 index 0000000..a91bf12 --- /dev/null +++ b/template/mobile/mail/messager.htm @@ -0,0 +1,16 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +Hi, {$touser}:
    +{$content} +
    +请注意:此信件系{$DT[sitename]}系统信使自动发送,请勿直接回复 +
    \ No newline at end of file diff --git a/template/mobile/mail/these.name.php b/template/mobile/mail/these.name.php new file mode 100644 index 0000000..6f143aa --- /dev/null +++ b/template/mobile/mail/these.name.php @@ -0,0 +1,14 @@ + '贸易提醒', + 'ask' => '收到提问', + 'email' => '邮件发送', + 'email-default' => '邮件发送默认', + 'email-login' => '邮件发送30天未登录', + 'email-password' => '邮件发送会员密码(明文)', + 'emailcode' => '邮件验证码', + 'message' => '站内信转发', + 'messager' => '系统信使模板', + 'welcome' => '欢迎信模板', +); +?> \ No newline at end of file diff --git a/template/mobile/mail/welcome.htm b/template/mobile/mail/welcome.htm new file mode 100644 index 0000000..1168759 --- /dev/null +++ b/template/mobile/mail/welcome.htm @@ -0,0 +1,21 @@ + + + + + + + + + + +
    {$DT[sitename]} LOGO
    +尊敬的会员:
    +恭喜您成功注册成为{$DT[sitename]}会员!
    +以下为您的会员帐号信息:
    +户名:{$username}
    +密码:{if isset($post[password])}{$post[password]}{else}已加密 (如果您忘记了密码,请点这里找回){/if}
    +请您妥善保存,切勿告诉他人。
    +如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。
    +
    +请注意:此邮件系 {$DT[sitename]} 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除 +
    \ No newline at end of file diff --git a/template/mobile/mall/comment.htm b/template/mobile/mall/comment.htm new file mode 100644 index 0000000..8e0ed9d --- /dev/null +++ b/template/mobile/mall/comment.htm @@ -0,0 +1,73 @@ +
    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {$stat[pc5]}
    {$stat[pc4]}
    {$stat[pc3]}
    {$stat[pc2]}
    {$stat[pc1]}
    +
    +
    +   +   +   +   +   +   +   +   +
    +{if $lists} +{loop $lists $k $v} + +
    +{if $v[buyer_hidden]} + +{else} + +{/if} +
      +
    • {$v[addtime]}{if $v[buyer_hidden]}{hide_info($v[buyer])}{else}{$v[buyer]}{/if}
    • +
    • +
    +
    +
    {if $v[seller_comment]}{nl2br($v[seller_comment])}{else}买家没有发表评价内容{/if}
    +{if $v[thumbs] || $v[video]} +
    +
      +{if $v[video]}
    • {/if} +{loop $v[thumbs] $t} +{if $t}
    • {/if} +{/loop} +
    +

    +
    +{/if} +{if $v[buyer_reply]} +
    {$v[replytime]}商家回复:
    {nl2br($v[buyer_reply])}
    +{/if} +{/loop} +{if $pages}
    {$pages}
    {/if} +{else} +
    暂无评价
    +{/if} \ No newline at end of file diff --git a/template/mobile/mall/compare.htm b/template/mobile/mall/compare.htm new file mode 100644 index 0000000..dd03831 --- /dev/null +++ b/template/mobile/mall/compare.htm @@ -0,0 +1,120 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    + +
    + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + +
    移除移除
    图片
    商品
    价格{$v[price]}
    品牌
    {$v[brand]}
    日期{$v[editdate]}
    公司
    会员 +{if $v[vip]}{VIP}{/if} +
    地区{area_pos($v[areaid], ' ', 2)}
    销量{$v[sales]}
    评价{$v[comments]}
    联系  + {if $v[username] && $DT[im_web]}{im_web($v[username].'&mid='.$moduleid.'&itemid='.$v[itemid])} {/if} + {if $v[qq] && $DT[im_qq]}{im_qq($v[qq])} {/if} + {if $v[wx] && $DT[im_wx]}{im_wx($v[wx], $v[username])} {/if} + {if $v[ali] && $DT[im_ali]}{im_ali($v[ali])} {/if} + {if $v[skype] && $DT[im_skype]}{im_skype($v[skype])} {/if} +
    购买购买
    移除移除
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/mall/index.htm b/template/mobile/mall/index.htm new file mode 100644 index 0000000..720d529 --- /dev/null +++ b/template/mobile/mall/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +销量 +评论 +价格 +
    +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/mall/list.htm b/template/mobile/mall/list.htm new file mode 100644 index 0000000..14cd143 --- /dev/null +++ b/template/mobile/mall/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +销量 +评论 +价格 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/mall/search.htm b/template/mobile/mall/search.htm new file mode 100644 index 0000000..215f9a8 --- /dev/null +++ b/template/mobile/mall/search.htm @@ -0,0 +1,43 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + +
    +
    +推荐 +综合 +销量 +评论 +价格 +
    +{if $catid || $areaid || $minprice || $maxprice} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +{if $minprice || $maxprice}{if $minprice}{$minprice}{$DT[money_unit]}{else}不限{/if}至{if $maxprice}{$maxprice}{$DT[money_unit]}{else}不限{/if}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/mall/show.htm b/template/mobile/mall/show.htm new file mode 100644 index 0000000..078f240 --- /dev/null +++ b/template/mobile/mall/show.htm @@ -0,0 +1,213 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +{if $thumb}{template 'album', 'chip'}{/if} +

    {$title}

    +{if $subtitle} +
    {$subtitle}
    +{/if} +
    {if $MOD[hits]}{$hits}{/if}{$comments}{$orders}已售
    +
    + + + + + +{if $a2} + + + + +{/if} +{if $promos} + + + + +{/if} +{if $express_name_1 == '包邮'} + + + + +{elseif $fee_start_1>0 || $fee_start_2>0 || $fee_start_3>0} + + + + +{/if} +{if $cod} + + + + +{/if} +{if $RL} + + + + +{/if} +{if $P1} + + + + +{/if} +{if $P2} + + + + +{/if} +{if $P3} + + + + +{/if} +{if $amount>0} +{if $status == 3} + + + + +{else} + + + + +{/if} +{else} + + + + +{/if} +
    价格{$DT[money_sign]}{$price}
    混批{$a1}-{$a2}{$unit} {$DT[money_sign]}{$p1}{if $a3}; {$a2+1}-{$a3}{$unit} {$DT[money_sign]}{$p2}; {$a3}{$unit}以上 {$DT[money_sign]}{$p3}{else}; {$a2+1}{$unit}以上 {$DT[money_sign]}{$p2}{/if}
    优惠 + +{loop $promos $v} +{if $v[cost]} +满{$v[cost]}减{$v[price]} +{else} +{$v[price]}{$DT[money_unit]}优惠 +{/if} +{/loop} + +
    运费 +{if $fee_start_1>0} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +满{$fee_start_1}包邮 +{else} +包邮 +{/if} +
    运费 +{if $fee_start_1>0} {$express_name_1}:{$fee_start_1}  {/if} +{if $fee_start_2>0} {$express_name_2}:{$fee_start_2}  {/if} +{if $fee_start_3>0} {$express_name_3}:{$fee_start_3}  {/if} +
    到付支持货到付款
    {$relate_name} +{loop $RL $v} + +{/loop} +
    {$n1} +
      +{loop $P1 $i $v} +
    • {$v}
    • +{/loop} +
    +
    {$n2} +
      +{loop $P2 $i $v} +
    • {$v}
    • +{/loop} +
    +
    {$n3} +
      +{loop $P3 $i $v} +
    • {$v}
    • +{/loop} +
    +
    数量
    -+
    库存{$amount}{$unit}
    该商品已下架
    该商品库存不足
    +
    +
    +
      +
    • 商品详情
    • +
    • 评价详情({$comments})
    • +
    • 联系方式
    • +
    +
    +
    {$content}
    + + + +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    + +
    +{if $status == 3 && $amount>0} +
    +
    +
    + + + + + + + + + + + +
    客服商铺购物车{if $_cart}{$_cart}{/if}
    +
    +
    +{/if} + +{load('player.js')} + + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/mall/these.name.php b/template/mobile/mall/these.name.php new file mode 100644 index 0000000..f3bc0df --- /dev/null +++ b/template/mobile/mall/these.name.php @@ -0,0 +1,12 @@ + '评价记录', + 'compare' => '商品比较', + 'index' => '首页', + 'list' => '列表页', + 'order' => '交易记录', + 'search' => '搜索页', + 'show' => '内容页', + 'view' => '浏览记录', +); +?> \ No newline at end of file diff --git a/template/mobile/mall/view.htm b/template/mobile/mall/view.htm new file mode 100644 index 0000000..8c9e471 --- /dev/null +++ b/template/mobile/mall/view.htm @@ -0,0 +1,34 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    + +
    +
    +
    +
    +{if $lists} + {loop $lists $k $tags} +
    +
    + +
    +
    + {loop $tags $v} +
    + +
      + {$v[title]} +
    • {$DT[money_sign]}{$v[price]}成交:{$v[orders]}
    • +
    +
    + {/loop} +
    + {/loop} + {if $pages}
    {$pages}
    {/if} +{else} +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/member/account.htm b/template/mobile/member/account.htm new file mode 100644 index 0000000..455362c --- /dev/null +++ b/template/mobile/member/account.htm @@ -0,0 +1,413 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +{if $action && $action != 'index'}
    {/if} +
    +
    +
    +
    +{if $action == 'group'} +{if $itemid} +
    您所在的会员组 {$MG[groupname]} 没有权限使用此功能,请升级
    +{/if} +
    +
    + +
    +
    + +{elseif $action == 'grade'} +
    + + +
    +
    +
      +
    • {$GROUP[$_groupid][groupname]}当前组
    • +
    • {$GROUP[$groupid][groupname]}升级为
    • + {if $fee>0} +
    • {$fee}{$DT[money_unit]}应付总额
    • + {else} +
    • 公司名称
    • + {/if} +
    +
    +{if $fee>0} + + + + + +{/if} +
    +
    +
    +
    +
    +
    + +{elseif $action == 'vip'} +
    + +
    +
    +
      +
    • {$todate}到期时间
    • +
    • {$havedays}天剩余时间
    • +
    • + + + + 续费年限 +
    • +
    • {$fee}{$DT[money_unit]}应付总额
    • +
    +
    + + + + + +
    +
    +
    +
    + +{elseif $action == 'upgrade'} + +{if $lists} +{loop $lists $v} +
    +
      +
    • +{$_status[$v[status]]} +{$v[company]} +
    • +
    • {$v[adddate]}{$GROUP[$v[gid]][groupname]} - {$GROUP[$v[groupid]][groupname]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{elseif $action == 'renew'} + +{if $lists} +{loop $lists $v} +
    +
      +
    • +{$DT[money_sign]}{$v[amount]} +{$GROUP[$v[groupid]][groupname]} +
    • +
    • {$v[adddate]}{$v[fromdate]}/{$v[todate]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{elseif $action == 'login'} +{if $lists} +{loop $lists $v} +
    +
      +
    • +{$v[area]} +{$v[loginip]} +
    • +
    • {$v[message]}{$v[logintime]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} + +{elseif $action == 'username'} +
    + +
    +

    当前账号

    +
    {$_username}
    +{if $linkurl} +

    主页地址

    +
    {$linkurl}
    +{/if} +

    新会员名*

    +
    +

    格式要求

    +
    {$MOD[minusername]}-{$MOD[maxusername]}个字符,只能使用小写字母(a-z)、数字(0-9)、下划线(_)、中划线(-),且以字母或数字开头和结尾
    +
    + +
    +
    +
    + + +{elseif $action == 'passport'} +
    + +
    +

    当前昵称

    +
    {$_passport}
    +

    新昵称*

    +
    +
    + +
    +
    +
    + + +{elseif $action == 'close'} +
    + +
    +

    当前账号

    +
    {$_username}
    +

    注销原因*

    +
    +

    重要提示

    +
    注销申请一旦通过,该账号名下所有数据和文件将被彻底删除且不可恢复
    请确认必须要注销此账户并且已经备份过重要数据再点击申请按钮
    +
    + +
    +
    +
    + + +{else} + +
    + +
    +
    +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/ad.htm b/template/mobile/member/ad.htm new file mode 100644 index 0000000..467780d --- /dev/null +++ b/template/mobile/member/ad.htm @@ -0,0 +1,288 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add'} + +{elseif $action=='list'} + +{else} +购买 +{/if} +
    +
    +
    +
    +
    +{if $action == 'add'} + +
    + + + +
    +
    +
      +
    • {$p[name]}广告位名称
    • +
    • {$TYPE[$typeid]}广告位类型
    • + {if $p[introduce]}
    • {$p[introduce]}广告位介绍
    • {/if} + {if $p[width] && $p[height]}
    • {$p[width]}px X {$p[height]}px广告位大小
    • {/if} +
    +
    +
    +
    +{if $typeid == 1} +

    广告代码*

    +
    +{elseif $typeid == 2} +

    链接文字*

    +
    +

    链接地址*

    +
    +

    标题提示

    +
    +{elseif $typeid == 3 || $typeid == 5} +

    图片地址*

    +
    +
    + + +

    链接地址*

    +
    +

    标题提示

    +
    +{elseif $typeid == 4} +

    视频地址*

    +
    +
    + + +

    自动播放

    +
    + 是   + 否 +
    +

    循环播放

    +
    + 是   + 否 +
    +

    链接地址

    +
    +{elseif $typeid == 6} +

    所属模块

    +
    {$MODULE[$p[moduleid]][name]}
    +

    所属分类

    +
    {ajax_category_select('post[catid]', '请选择', 0, $p[moduleid])}
    +

    关键词

    +
    +{if $p[moduleid] == 4} + +{else} +

    信息ID*

    +
    +{/if} +{elseif $typeid == 7} +

    所属模块

    +
    {$MODULE[$p[moduleid]][name]}
    +

    所属分类

    +
    {ajax_category_select('post[catid]', '请选择', 0, $p[moduleid])}
    +

    关键词

    +
    +

    广告代码*

    +
    +{/if} +

    开始日期*

    +
    +

    购买时长*

    +
    + +
    +{if $price} +

    广告价格

    +
    {$p[price]}{$unit}/月
    +

    应付总价

    +
    {$p[price]}{$unit}
    +{if $currency == 'money'} +

    账户余额

    +
    {$_money} {$DT[money_unit]}  [充值]
    +

    支付密码*

    +
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit} {$DT[credit_unit]}  [购买]
    +{/if} +{/if} +

    备注事项

    +
    +
    +
    +
    +
    +
    +
    +
    +{load('clear.js')} +{elseif $action == 'list'} +
    +
    + +
    +{if $pages}
    {$pages}
    {/if} +{else} + + +{if $lists} +{loop $lists $v} +
    +
      +
    • {$v[amount]}{if $v[currency]=='money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{$TYPE[$v[typeid]]}/{$v[title]}
    • +
    • {$v[process]}{timetodate($v[fromtime], 3)} / {timetodate($v[totime], 3)}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{if $action == 'add'} +{load('clear.js')} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/address.htm b/template/mobile/member/address.htm new file mode 100644 index 0000000..e68e2ee --- /dev/null +++ b/template/mobile/member/address.htm @@ -0,0 +1,128 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} +
    + + + +
    +

    所在地区*

    +
    {ajax_area_select('post[areaid]', '请选择', $areaid)}
    +

    详细地址*

    +
    +

    邮政编码*

    +
    +

    真实姓名*

    +
    +

    手机号码*

    +
    +

    电话号码

    +
    +

    显示顺序

    +
    +
    + +
    +
    +
    + +{else} +
    +{if $lists} +{loop $lists $v} +
    + + +
    +{/loop} +{/if} +{if $MG[address_limit]} +
    总共可加 {$MG[address_limit]} 条   当前已加 {$limit_used} 条   还可以加 {$limit_free}
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + +
    +
    +
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/agreement.htm b/template/mobile/member/agreement.htm new file mode 100644 index 0000000..2f4dd66 --- /dev/null +++ b/template/mobile/member/agreement.htm @@ -0,0 +1,152 @@ +{template 'header', 'member'} +
    +
    +
    +
    注册协议
    +
    +
    +
    +
    +
    +
    +欢迎阅读{$DT[sitename]}服务条款协议(下称“本协议”)。本协议阐述之条款和条件适用于您使用{$DT[sitename]}所提供的在企业间(B-TO-B)电子市场中进行贸易和交流的各种工具和服务(下称“服务”)。
    + +1. 接受条款。
    +以任何方式进入{$DT[sitename]}网站即表示您同意自己已经与{$DT[sitename]}订立本协议,且您将受本协议的条款和条件(“条款”) 约束。{$DT[sitename]}可随时自行全权决定更改“条款”。如“条款”有任何变更,{$DT[sitename]}将在其网站上刊载公告,通知予您。如您不同意相关变更,必须停止使用“服务”。经修订的“条款”一经在{$DT[sitename]}网站的公布后,立即自动生效。您应在第一次登录后仔细阅读修订后的“条款”,并有权选择停止继续使用“服务”;一旦您继续使用“服务”,则表示您已接受经修订的“条款”,当您与{$DT[sitename]}发生争议时,应以最新的服务协议为准。除另行明确声明外,任何使“服务”范围扩大或功能增强的新内容均受本协议约束。除非经{$DT[sitename]}的授权高层管理人员签订书面协议,本协议不得另行作出修订。

    + + +2.谁可使用{$DT[sitename]}网站?
    +“服务”仅供能够根据相关法律订立具有法律约束力的合约的个人或公司使用。因此,您的年龄必须在十八周岁或以上,才可使用本公司服务。如不符合本项条件,请勿使用“服务”。{$DT[sitename]}可随时自行全权决定拒绝向任何人士提供“服务”。“服务”不会提供给被暂时或永久中止资格的{$DT[sitename]}会员。

    + +3. 收费。
    +本公司保留在根据第1条通知您后,收取“服务”费用的权利。您因进行交易、向本公司获取有偿服务或接触本公司服务器而发生的所有应纳税赋,以及相关硬件、软件、通讯、网络服务及其他方面的费用均由您自行承担。本公司保留在无须发出书面通知,仅在{$DT[sitename]}网站公示的情况下,暂时或永久地更改或停止部分或全部“服务”的权利。

    + +4.{$DT[sitename]}网站仅作为交易地点。
    +本公司网站仅作为用户物色交易对象,就货物和服务的交易进行协商,以及获取各类与贸易相关的服务的地点。但是,本公司不能控制交易所涉及的物品的质量、安全或合法性,商贸信息的真实性或准确性,以及交易方履行其在贸易协议项下的各项义务的能力。本公司不能也不会控制交易各方能否履行协议义务。此外,您应注意到,与外国国民、未成年人或以欺诈手段行事的人进行交易的风险是客观存在的。

    + +5.您的资料和供买卖的物品。
    +“您的资料”包括您在注册、交易或列举物品过程中、在任何公开信息场合或通过任何电子邮件形式,向本公司或其他用户提供的任何资料,包括数据、文本、软件、音乐、声响、照片、图画、影像、词句或其他材料。您应对“您的资料”负全部责任,而本公司仅作为您在网上发布和刊登“您的资料”的被动渠道。但是,倘若本公司认为“您的资料”可能使本公司承担任何法律或道义上的责任,或可能使本公司 (全部或部分地) 失去本公司的互联网服务供应商或其他供应商的服务,或您未在{$DT[sitename]}规定的期限内登录或再次登录网站,则本公司可自行全权决定对“您的资料”采取本公司认为必要或适当的任何行动,包括但不限于删除该类资料。您特此保证,您对提交给{$DT[sitename]}的“您的资料”拥有全部权利,包括全部版权。您确认,{$DT[sitename]}没有责任去认定或决定您提交给本公司的资料哪些是应当受到保护的,对享有“服务”的其他用户使用“您的资料”,本公司也不必负责。

    + +5.1 注册义务。
    +如您在{$DT[sitename]}网站注册,您同意:
    +(a) 根根据{$DT[sitename]}网站刊载的会员资料表格的要求,提供关于您或贵公司的真实、准确、完整和反映当前情况的资料;
    +(b) 维持并及时更新会员资料,使其保持真实、准确、完整和反映当前情况。倘若您提供任何不真实、不准确、不完整或不能反映当前情况的资料,或{$DT[sitename]}有合理理由怀疑该等资料不真实、不准确、不完整或不能反映当前情况,{$DT[sitename]}有权暂停或终止您的注册身份及资料,并拒绝您在目前或将来对“服务”(或其任何部份) 以任何形式使用。如您代表一家公司或其他法律主体在本公司登记,则您声明和保证,您有权使该公司或其他法律主体受本协议“条款”约束。

    + +5.2 会员注册名、密码和保密。
    +在登记过程中,您将选择会员注册名和密码。您须自行负责对您的会员注册名和密码保密,且须对您在会员注册名和密码下发生的所有活动承担责任。您同意:
    +(a) 如发现任何人未经授权使用您的会员注册名或密码,或发生违反保密规定的任何其他情况,您会立即通知{$DT[sitename]};
    +(b) 确保您在每个上网时段结束时,以正确步骤离开网站。{$DT[sitename]}不能也不会对因您未能遵守本款规定而发生的任何损失或损毁负责。

    + +5.3 关于您的资料的规则。
    +您同意,“您的资料”和您供在{$DT[sitename]}网站上交易的任何“物品”(泛指一切可供依法交易的、有形的或无形的、以各种形态存在的某种具体的物品,或某种权利或利益,或某种票据或证券,或某种服务或行为。本协议中“物品”一词均含此义)

    +a. 不会有欺诈成份,与售卖伪造或盗窃无涉;
    +b. 不会侵犯任何第三者对该物品享有的物权,或版权、专利、商标、商业秘密或其他知识产权,或隐私权、名誉权;
    +c. 不会违反任何法律、法规、条例或规章 (包括但不限于关于规范出口管理、贸易配额、保护消费者、不正当竞争或虚假广告的法律、法规、条例或规章);
    +d. 不会含有诽谤(包括商业诽谤)、非法恐吓或非法骚扰的内容;
    +e. 不会含有淫秽、或包含任何儿童色情内容;
    +f. 不会含有蓄意毁坏、恶意干扰、秘密地截取或侵占任何系统、数据或个人资料的任何病毒、伪装破坏程序、电脑蠕虫、定时程序炸弹或其他电脑程序;
    +g. 不会直接或间接与下述各项货物或服务连接,或包含对下述各项货物或服务的描述:
    + (i) 本协议项下禁止的货物或服务;或
    + (ii) 您无权连接或包含的货物或服务。
    +此外,您同意不会:
    +(h) 在与任何连锁信件、大量胡乱邮寄的电子邮件、滥发电子邮件或任何复制或多余的信息有关的方面使用“服务”;
    +(i) 未经其他人士同意,利用“服务”收集其他人士的电子邮件地址及其他资料;或
    +(j) 利用“服务”制作虚假的电子邮件地址,或以其他形式试图在发送人的身份或信息的来源方面误导其他人士。

    + +5.4 被禁止物品。
    +您不得在本公司网站公布或通过本公司网站买卖:
    +(a) 可能使本公司违反任何相关法律、法规、条例或规章的任何物品;或
    +(b) {$DT[sitename]}认为应禁止或不适合通过本网站买卖的任何物品。

    + +6. 您授予本公司的许可使用权。
    +您授予本公司独家的、全球通用的、永久的、免费的许可使用权利 (并有权在多个层面对该权利进行再授权),使本公司有权(全部或部份地) 使用、复制、修订、改写、发布、翻译、分发、执行和展示"您的资料"或制作其派生作品,和/或以现在已知或日后开发的任何形式、媒体或技术,将"您的资料"纳入其他作品内。

    + +7.隐私。
    +尽管有第6条所规定的许可使用权,{$DT[sitename]}将仅根据本公司的隐私声明使用“您的资料”。本公司隐私声明的全部条款属于本协议的一部份,因此,您必须仔细阅读。请注意,您一旦自愿地在{$DT[sitename]}交易地点披露“您的资料”,该等资料即可能被其他人士获取和使用。

    + +8.交易程序。
    + +8.1 添加产品描述条目。
    +产品描述是由您提供的在{$DT[sitename]}网站上展示的文字描述、图画和/或照片,可以是
    +(a) 对您拥有而您希望出售的产品的描述;或
    +(b) 对您正寻找的产品的描述。您可在{$DT[sitename]}网站发布任一类产品描述,或两种类型同时发布,条件是,您必须将该等产品描述归入正确的类目内。
    +{$DT[sitename]}不对产品描述的准确性或内容负责。

    + +8.2 就交易进行协商。
    +交易各方通过在{$DT[sitename]}网站上明确描述报盘和回盘,进行相互协商。所有各方接纳报盘或回盘将使所涉及的{$DT[sitename]}用户有义务完成交易。除非在特殊情况下,诸如用户在您提出报盘后实质性地更改对物品的描述或澄清任何文字输入错误,或您未能证实交易所涉及的用户的身份等,报盘和承诺均不得撤回。

    + +8.3 处理交易争议。
    +本公司不会且不能牵涉进交易各方的交易当中。倘若您与一名或一名以上用户,或与您通过本公司网站获取其服务的第三者服务供应商发生争议,您免除{$DT[sitename]} (及本公司代理人和雇员) 在因该等争议而引起的,或在任何方面与该等争议有关的不同种类和性质的任何 (实际和后果性的) 权利主张、要求和损害赔偿等方面的责任。

    + +8.4 运用常识。
    +本公司不能亦不试图对其他用户通过“服务”提供的资料进行控制。就其本质而言,其他用户的资料,可能是令人反感的、有害的或不准确的,且在某些情况下可能带有错误的标识说明或以欺诈方式加上标识说明。本公司希望您在使用本公司网站时,小心谨慎并运用常识。

    + +9.交易系统。

    + +9.1 不得操纵交易。
    +您同意不利用帮助实现蒙蔽或欺骗意图的同伙(下属的客户或第三方),操纵与另一交易方所进行的商业谈判的结果。

    + +9.2 系统完整性。
    +您同意,您不得使用任何装置、软件或例行程序干预或试图干预{$DT[sitename]}网站网站的正常运作或正在本公司网站上进行的任何交易。您不得采取对任何将不合理或不合比例的庞大负载加诸本公司网络结构的行动。您不得向任何第三者披露您的密码,或与任何第三者共用您的密码,或为任何未经批准的目的使用您的密码。

    + +9.3 反馈。
    +您不得采取任何可能损害信息反馈系统的完整性的行动,诸如:利用第二会员身份标识或第三者为您本身留下正面反馈;利用第二会员身份标识或第三者为其他用户留下负面反馈 (反馈数据轰炸);或在用户未能履行交易范围以外的某些行动时,留下负面的反馈 (反馈恶意强加)。

    + +9.4 不作商业性利用。
    +您同意,您不得对任何资料作商业性利用,包括但不限于在未经{$DT[sitename]}授权高层管理人员事先书面批准的情况下,复制在{$DT[sitename]}网站上展示的任何资料并用于商业用途。

    + +10. 终止或访问限制。
    +您同意,在{$DT[sitename]}未向您收费的情况下,{$DT[sitename]}可自行全权决定以任何理由 (包括但不限于{$DT[sitename]}认为您已违反本协议的字面意义和精神,或您以不符合本协议的字面意义和精神的方式行事,或您在超过90天的时间内未以您的帐号及密码登录网站) 终止您的“服务”密码、帐户 (或其任何部份) 或您对“服务”的使用,并删除和丢弃您在使用“服务”中提交的 “您的资料”。您同意,在{$DT[sitename]}向您收费的情况下,{$DT[sitename]}应基于合理的怀疑且经电子邮件通知的情况下实施上述终止服务的行为。{$DT[sitename]}同时可自行全权决定,在发出通知或不发出通知的情况下,随时停止提供“服务”或其任何部份。您同意,根据本协议的任何规定终止您使用“服务”之措施可在不发出事先通知的情况下实施,并承认和同意,{$DT[sitename]}可立即使您的帐户无效,或撤销您的帐户以及在您的帐户内的所有相关资料和档案,和/或禁止您进一步接入该等档案或“服务”。帐号终止后,{$DT[sitename]}没有义务为您保留原帐号中或与之相关的任何信息,或转发任何未曾阅读或发送的信息给您或第三方。此外,您同意,{$DT[sitename]}不会就终止您接入“服务”而对您或任何第三者承担任何责任。第12、13、14和22各条应在本协议终止后继续有效。

    + + +11. 违反规则会有什么后果?
    +在不限制其他补救措施的前提下,发生下述任一情况,本公司可立即发出警告,暂时中止、永久中止或终止您的会员资格,删除您的任何现有产品信息,以及您在网站上展示的任何其他资料:
    +(i) 您违反本协议;
    +(ii) 本公司无法核实或鉴定您向本公司提供的任何资料;或
    +(iii) 本公司相信您的行为可能会使您、本公司用户或通过本公司或本公司网站提供服务的第三者服务供应商发生任何法律责任。在不限制任何其他补救措施的前提下,倘若发现您从事涉及本公司网站的诈骗活动,{$DT[sitename]}可暂停或终止您的帐户。

    + +12. 服务“按现状”提供。
    +本公司会尽一切努力使您在使用{$DT[sitename]}网站的过程中得到乐趣。遗憾的是,本公司不能随时预见到任何技术上的问题或其他困难。该等困难可能会导致数据损失或其他服务中断。为此,您明确理解和同意,您使用“服务”的风险由您自行承担。“服务”以“按现状”和“按可得到”的基础提供。{$DT[sitename]}明确声明不作出任何种类的所有明示或暗示的保证,包括但不限于关于适销性、适用于某一特定用途和无侵权行为等方面的保证。{$DT[sitename]}对下述内容不作保证:
    +(i)“服务”会符合您的要求;
    +(ii)“服务”不会中断,且适时、安全和不带任何错误;
    +(iii) 通过使用“服务”而可能获取的结果将是准确或可信赖的;
    +(iv) 您通过“服务”而购买或获取的任何产品、服务、资料或其他材料的质量将符合您的预期。通过使用“服务”而下载或以其他形式获取任何材料是由您自行全权决定进行的,且与此有关的风险由您自行承担,对于因您下载任何该等材料而发生的您的电脑系统的任何损毁或任何数据损失,您将自行承担责任。您从{$DT[sitename]}或通过或从“服务”获取的任何口头或书面意见或资料,均不产生未在本协议内明确载明的任何保证。

    + +13. 责任范围。
    +您明确理解和同意,{$DT[sitename]}不对因下述任一情况而发生的任何损害赔偿承担责任,包括但不限于利润、商誉、使用、数据等方面的损失或其他无形损失的损害赔偿 (无论{$DT[sitename]}是否已被告知该等损害赔偿的可能性):
    +(i) 使用或未能使用“服务”;
    +(ii) 因通过或从“服务”购买或获取任何货物、样品、数据、资料或服务,或通过或从“服务”接收任何信息或缔结任何交易所产生的获取替代货物和服务的费用;
    +(iii) 未经批准接入或更改您的传输资料或数据;
    +(iv) 任何第三者对“服务”的声明或关于“服务”的行为;或因任何原因而引起的与“服务”有关的任何其他事宜,包括疏忽。

    + +14. 赔偿。
    +您同意,因您违反本协议或经在此提及而纳入本协议的其他文件,或因您违反了法律或侵害了第三方的权利,而使第三方对{$DT[sitename]}及其子公司、分公司、董事、职员、代理人提出索赔要求(包括司法费用和其他专业人士的费用),您必须赔偿给{$DT[sitename]}及其子公司、分公司、董事、职员、代理人,使其等免遭损失。

    + +15. 遵守法律。
    +您应遵守与您使用“服务”,以及与您竞买、购买和销售任何物品以及提供商贸信息有关的所有相关的法律、法规、条例和规章。

    + +16. 无代理关系。
    +您与{$DT[sitename]}仅为独立订约人关系。本协议无意结成或创设任何代理、合伙、合营、雇用与被雇用或特许权授予与被授予关系。

    + +17. 广告和金融服务。
    +您与在“服务”上或通过“服务”物色的刊登广告人士通讯或进行业务往来或参与其推广活动,包括就相关货物或服务付款和交付相关货物或服务,以及与该等业务往来相关的任何其他条款、条件、保证或声明,仅限于在您和该刊登广告人士之间发生。您同意,对于因任何该等业务往来或因在“服务”上出现该等刊登广告人士而发生的任何种类的任何损失或损毁,{$DT[sitename]}无需负责或承担任何责任。您如打算通过“服务”创设或参与与任何公司、股票行情、投资或证券有关的任何服务,或通过“服务”收取或要求与任何公司、股票行情、投资或证券有关的任何新闻信息、警戒性信息或其他资料,敬请注意,{$DT[sitename]}不会就通过“服务”传送的任何该等资料的准确性、有用性或可用性、可获利性负责或承担任何责任,且不会对根据该等资料而作出的任何交易或投资决策负责或承担任何责任。

    + +18. 链接。
    +“服务”或第三者均可提供与其他万维网网站或资源的链接。由于{$DT[sitename]}并不控制该等网站和资源,您承认并同意,{$DT[sitename]}并不对该等外在网站或资源的可用性负责,且不认可该等网站或资源上或可从该等网站或资源获取的任何内容、宣传、产品、服务或其他材料,也不对其等负责或承担任何责任。您进一步承认和同意,对于任何因使用或信赖从此类网站或资源上获取的此类内容、宣传、产品、服务或其他材料而造成(或声称造成)的任何直接或间接损失,{$DT[sitename]}均不承担责任。

    + +19. 通知。
    +除非另有明确规定,任何通知应以电子邮件形式发送,(就{$DT[sitename]}而言) 电子邮件地址为以本站域名后缀之地址,或 (就您而言) 发送到您在登记过程中向{$DT[sitename]}提供的电子邮件地址,或有关方指明的该等其他地址。在电子邮件发出二十四 (24) 小时后,通知应被视为已送达,除非发送人被告知相关电子邮件地址已作废。或者,本公司可通过邮资预付挂号邮件并要求回执的方式,将通知发到您在登记过程中向{$DT[sitename]}提供的地址。在该情况下,在付邮当日三 (3) 天后通知被视为已送达。

    + +20. 不可抗力。
    +对于因本公司合理控制范围以外的原因,包括但不限于自然灾害、罢工或骚乱、物质短缺或定量配给、暴动、战争行为、政府行为、通讯或其他设施故障或严重伤亡事故等,致使本公司延迟或未能履约的,{$DT[sitename]}不对您承担任何责任。

    + +21. 转让。
    +{$DT[sitename]}转让本协议无需经您同意。

    + +22. 其他规定。
    +本协议取代您和{$DT[sitename]}先前就相同事项订立的任何书面或口头协议。本协议各方面应受中华人民共和国大陆地区法律的管辖。倘若本协议任何规定被裁定为无效或不可强制执行,该项规定应被撤销,而其余规定应予执行。条款标题仅为方便参阅而设,并不以任何方式界定、限制、解释或描述该条款的范围或限度。本公司未就您或其他人士的某项违约行为采取行动,并不表明本公司撤回就任何继后或类似的违约事件采取行动的权利。

    + +23. 诉讼。
    +因本协议或本公司服务所引起或与其有关的任何争议应向人民法院提起诉讼,并以中华人民共和国法律为管辖法律。 +
    +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/alert.htm b/template/mobile/member/alert.htm new file mode 100644 index 0000000..245ea97 --- /dev/null +++ b/template/mobile/member/alert.htm @@ -0,0 +1,113 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add' || $action=='edit' || $action=='list'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} +
    + + + + +
    +

    关键词

    +
    +

    行业分类

    +
    {ajax_category_select('post[catid]', '请选择', $catid, $mid)}
    +

    所在地区

    +
    {ajax_area_select('post[areaid]', '请选择', $areaid)}
    +

    发送频率

    +
    + +
    +
    + +
    +
    +
    +{elseif $action=='list'} +
    +
    + +
    +
    +{else} + + +
    +{if $lists} +{loop $lists $v} +
    + + +
    +{/loop} +{/if} +{if $MG[alert_limit]} +
    总共可添加 {$MG[alert_limit]} 条   当前已添加 {$limit_used} 条   还可以添加 {$limit_free}
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + +
    +
    +
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/ask.htm b/template/mobile/member/ask.htm new file mode 100644 index 0000000..251732d --- /dev/null +++ b/template/mobile/member/ask.htm @@ -0,0 +1,174 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add' || $action=='edit' || $action=='show'} + +{elseif $action=='support'} +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + + + +
    +

    分类*

    +
    {$type_select}
    +

    标题*

    +
    +

    内容*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +
    + +
    +
    +
    +{elseif $action == 'show'} +
    +问题分类:{$TYPE[$typeid][typename]}
    +问题标题:{$title}
    +{if $qid}来源问题:点击查看
    {/if} +问题详情: +
    {$content}
    +提交时间:{$addtime}
    +受理状态:{$dstatus[$status]}
    +{if $status > 1} +问题回复: +
    {$reply}
    +受理时间:{$edittime}
    +受理人:{$editor}
    +{if $star} +我的评分:{$stars[$star]} +{else} +我的评分:
    +
    + + + +
    +{/if} +{if $star != 3} +
    + +{/if} +{/if} +
    +
    +{elseif $action == 'support'} +
    + +
    +
    +{if $user[truename]}姓名:{$user[truename]} ({if $user[gender]==1}先生{else}女士{/if})
    {/if} +{if $user[telephone]}电话:{$user[telephone]}
    {/if} +{if $user[mobile]}手机:{$user[mobile]}
    {/if} +{if $user[fax]}传真:{$user[fax]}
    {/if} +{if $user[mail]}邮件:{$user[mail]}
    {/if} +{if $user[address]}地址:{$user[address]}
    {/if} +{if $user[postcode]}邮编:{$user[postcode]}
    {/if} +
    +{else} +
    +
    +
    +
    +
    +{if $lists} +{loop $lists $v} +
    + +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{if $support} +
    +
    + +
    +
    +{/if} +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/avatar.htm b/template/mobile/member/avatar.htm new file mode 100644 index 0000000..624138a --- /dev/null +++ b/template/mobile/member/avatar.htm @@ -0,0 +1,49 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +
    +
    + + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/award.htm b/template/mobile/member/award.htm new file mode 100644 index 0000000..1f4fc31 --- /dev/null +++ b/template/mobile/member/award.htm @@ -0,0 +1,116 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    + + + +
    + + +
    +
    + +
    +{if $awards} +
    +
    {loop $awards $v}
    {$v}{$DT[money_unit]}
    {/loop}
    +{/if} +
    +
    +
      +
    • {$DT[money_unit]}打赏金额
    • +
    +
    + + + + + + + +
    +
    +
    + +{if $tags} +
    +
      +
    • 打赏记录
    • +
    +
    +
    +{loop $tags $t} + +{/loop} +
    +{/if} +
    + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/biz.htm b/template/mobile/member/biz.htm new file mode 100644 index 0000000..017841c --- /dev/null +++ b/template/mobile/member/biz.htm @@ -0,0 +1,68 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    + +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/member/buy.htm b/template/mobile/member/buy.htm new file mode 100644 index 0000000..945e265 --- /dev/null +++ b/template/mobile/member/buy.htm @@ -0,0 +1,337 @@ +{template 'header', 'member'} + +{if $action == 'show'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    + {if $success} +
    +

    订单提交成功!

    + + + +
    + {else} +
    +

    订单提交失败!

    + + + +
    + {/if} +{else} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +{if $lists} +
    +
    + + +{loop $lists $tags} +{loop $tags $i $t} +{if $i == 0} +
    + + + + + + +
    + {php $promos = get_promos($t[username]);} + {if $promos} +   领券 + {/if} + 0.00 +
    +
    +{php $coupons = get_coupons($_username, $t[username]);} +{if $coupons} +
    + +
    +{/if} +{/if} + + + + + + + + + + + + + +
    + + + + + + +
    +

    {$t[alt]}

    + {if $t[m1]}{$t[n1]}:{$t[m1]} {/if}{if $t[m2]}{$t[n2]}:{$t[m2]} {/if}{if $t[m3]}{$t[n3]}:{$t[m3]} {/if} +
    + + + + + + + +
    {$DT[money_sign]}{$t[price]}{if isset($t[unit]) && $t[unit]}/{$t[unit]}{/if}-+
    +
    + 0.00 +
    +
    +
    + 运费:0.00 + + {if $t[express_name_1] == '包邮' && $t[fee_start_1]>0} 满{$t[fee_start_1]}包邮{/if} + {if $t[cod]} 货到付款{/if} +
    +
    + +
    +{/loop} +{/loop} +
    + +
    +
      +
    • 总价
    • +
    • 运费
    • +
    • 优惠
    • +
    • 实付
    • +
    +
    +
    提示:实际的运费可能因为收货地址的不同而有差异,具体以提交之后系统计算或与卖家协商为准
    +
    +

    收货地址*管理

    +
    + +
    + +

    所在地区*

    +
    {ajax_area_select('add[areaid]', '请选择', $user[areaid])}
    + +

    街道地址*

    +
    + +

    邮政编码*

    +
    + +

    真实姓名*

    +
    + +

    手机号码*

    +
    + +
    + +
    +
    +
    +{else} +


    您还没有挑选商品,赶快行动吧!
    马上去 挑选商品


    +{/if} +{/if} +{if !$_userid}{/if} + +{if $DT_PC} +{template 'footer'} +{else} +{template 'footer', 'member'} +{/if} \ No newline at end of file diff --git a/template/mobile/member/cart.htm b/template/mobile/member/cart.htm new file mode 100644 index 0000000..2878e5d --- /dev/null +++ b/template/mobile/member/cart.htm @@ -0,0 +1,227 @@ +{template 'header', 'member'} + +{if $action == 'show'} +
    +
    +
    +
    购物车
    +
    +
    +
    +
    +
    +{if $code > 0} +
    +

    商品已成功加入购物车!

    + + +
    +{else} +
    +

    + 添加失败! + {if $code == -1} + 商品已经下架 + {elseif $code == -2} + 商品由您自己发布 + {elseif $code == -5} + 商品库存不足 + {else} + 商品已经下架或由您自己发布 + {/if} +

    + +
    +{/if} +{else} +
    +
    +
    +
    {$head_name}
    +
    {if $lists}{/if}
    +
    +
    +
    +
    +{if $lists} +
    + + +{loop $lists $tags} +{loop $tags $i $t} +{if $i == 0} +
    + + + + + + +
    + {php $promos = get_promos($t[username]);} + {if $promos} + 优惠券 + {/if} + 0.00 +
    +
    +{/if} + + + + + + + +
    + + + + + + +
    +

    {$t[alt]}

    + {if $t[m1]}{$t[n1]}:{$t[m1]} {/if}{if $t[m2]}{$t[n2]}:{$t[m2]} {/if}{if $t[m3]}{$t[n3]}:{$t[m3]} {/if} +
    + + + + + + + +
    {$DT[money_sign]}{$t[price]}{if isset($t[unit]) && $t[unit]}/{$t[unit]}{/if}-{if $t[valid]}{else}失效{/if}+
    +
    + {$t[price]} +
    +
    +{/loop} +{/loop} +
    +
    + + + + + + +

    件,计

    +
    +
    +{else} +
    +{if $action == 'guest'} +您还没有登录,请先登录或注册 +
    +
    +
    立即登录
    +
    +
    注册会员
    +{elseif $action == 'close'} +购物车功能未开放 +{else} +您的购物车还是空的,赶快行动吧!马上去 +
    +
    +
    挑选商品
    +{/if} +
    +{/if} +{/if} + +{template 'footer', 'member'} diff --git a/template/mobile/member/cash.htm b/template/mobile/member/cash.htm new file mode 100644 index 0000000..7344a5d --- /dev/null +++ b/template/mobile/member/cash.htm @@ -0,0 +1,185 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    {if $action == 'record'}提现{else}{/if}
    +
    +
    +
    +
    +{if $action == 'record'} +{if $lists} +{loop $lists $v} +
    +
      +
    • +{$v[dstatus]} ++{$v[amount]} +
    • +
    • {$v[bank]}{$v[addtime]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{elseif $action == 'setting'} + +{if $vbank} +
    +开户银行:{$member[bank]}
    +开户网点:{$member[branch]}
    +收款户名:{if $member[banktype]}{$member[company]}{else}{$member[truename]}{/if}
    +帐号类型:{if $member[banktype]}对公{else}对私{/if}
    +收款帐号:{$member[account]}
    +认证状态:已认证
    +
    +{else} +
    + +
    +
    +

    开户银行*

    +
    {$bank_select}
    +

    帐号类型*

    +
    + 对私 + 对公 +
    +

    开户网点*

    +
    +

    收款户名*

    +
    {$member[truename]}
    +

    收款帐号*

    +
    +

    支付密码*

    +
    {template 'password', 'chip'}
    +
    + +
    +
    +
    + +{/if} +{else} + +{if $action == 'confirm'} +
    + + +
    +
      +
    • {$DT[money_sign]}{$_money}{$DT[money_unit]}账户余额
    • +
    • {$DT[money_sign]}{$amount}{$DT[money_unit]}提现金额
    • +
    • {$DT[money_sign]}{$fee}{$DT[money_unit]}手续费
    • +
    • {$DT[money_sign]}{$money}{$DT[money_unit]}实收金额
    • +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +{else} +
    + +
    +
      +
    • {$_money}{$DT[money_unit]}账户余额
    • +
    +
    +
    +
    +
    +
    +{if $MOD[cash_times]}- 24小时可提现次数{$MOD[cash_times]}次
    {/if} +{if $MOD[cash_min]}- 单次提现最小金额{$MOD[cash_min]}{$DT[money_unit]}
    {/if} +{if $MOD[cash_max]}- 单次提现最大金额{$MOD[cash_max]}{$DT[money_unit]}
    {/if} +{if $MOD[cash_fee]}- 提现费率{$MOD[cash_fee]}%
    {/if} +{if $MOD[cash_fee_min]}- 提现费率最小值{$MOD[cash_fee_min]}{$DT[money_unit]}
    {/if} +{if $MOD[cash_fee_max]}- 提现费率封顶值{$MOD[cash_fee_max]}{$DT[money_unit]}
    {/if} +
    +
    +
    +
    +
    + +{/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/charge.htm b/template/mobile/member/charge.htm new file mode 100644 index 0000000..15eaa0e --- /dev/null +++ b/template/mobile/member/charge.htm @@ -0,0 +1,153 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action == 'record'} + +{/if} +
    +
    +
    +
    +
    +{if $action == 'record'} +{if $lists} +{loop $lists $v} +
    + +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{elseif $action == 'card'} +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +{elseif $action == 'pay'} +{if $MOD[pay_online]} +
    + + + + +
    +
    +
    +
    +
    +{if $PAYLIST} + +
    +
      +{loop $PAYLIST $k $v} +
    • {$v[name]} {if $v[percent]>0}手续费 {$v[percent]}%{/if}
    • +{/loop} +
    +
    +
    +
    +{else} +
    抱歉,系统未设置支付平台,暂时无法在线支付
    +{/if} +
    +{if $MOD[pay_card]} +
    +
    +{/if} +{if $MOD[pay_url]} +
    +
    +{/if} +
    +
    + +{/if} +{elseif $action == 'confirm'} +
    + + + + + +
    +
    +
      +
    • {$PAY[$bank][name]}支付平台
    • +
    • {$amount} {$DT[money_unit]}支付金额
    • +
    • {$fee} {$DT[money_unit]}手续费
    • +
    • {$charge} {$DT[money_unit]}实收金额
    • +
    +
    +
    +
    +
    +
    +
    +
    +{if $auto}{/if} +{else} +{if $charge_status == 2} +
    +

    支付异常 {$charge_errcode}

    + +
    +{elseif $charge_status == 1} +
    +

    支付成功{$charge_amount}{$DT[money_unit]}

    + +
    +{else} +
    +

    支付失败

    + +
    +{/if} +{if $charge_forward}{/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/chat.htm b/template/mobile/member/chat.htm new file mode 100644 index 0000000..27c520e --- /dev/null +++ b/template/mobile/member/chat.htm @@ -0,0 +1,174 @@ +{template 'header', 'member'} + +
    +
    +
    +
    {$user[username]} •
    +
    +
    +
    +
    +
    +
    + +
    +{if $faces} +
    + +{loop $faces $k $v} +{if $k%10==0}{/if} + +{if $k%10==9}{/if} +{/loop} +
    + +
    +{/if} +
    +
    + + + +{if $faces}{/if} + + + +
    发送
    +
    + + + + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/child.htm b/template/mobile/member/child.htm new file mode 100644 index 0000000..130e2e4 --- /dev/null +++ b/template/mobile/member/child.htm @@ -0,0 +1,206 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +{if $_cid} +{if $action=='password'} + +{elseif $job=='my'} + +{else} + +{/if} +{else} +{if $action=='add' || $action=='edit' || $action=='password' || $action=='home'} + +{else} + +{/if} +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} +
    + + + +
    +

    户名*

    +
    +

    密码*

    +
    +

    昵称

    +
    +

    角色

    +
    +

    部门

    +
    +

    姓名

    +
    +

    性别

    +
    + 先生   + 女士 +
    +

    手机

    +
    +

    权限*

    +
    +{loop $CHILD $k $v} +
    +{/loop} +{loop $MENUMODS $k $v} +
    +{/loop} +
    +

    状态*

    +
    + 启用   + 禁用 +
    +
    + +
    +
    +
    + +{elseif $action == 'password'} +
    + + +
    +

    新登录密码*

    +
    +

    重复登录密码*

    +
    +

    现有登录密码*

    +
    +
    + +
    +
    +
    + +{elseif $action == 'home'} +{if $job == 'my'} +
    +会员:{$username}
    +昵称:{$nickname}
    +角色:{$role}
    +部门:{$department}
    +姓名:{$truename}
    +手机:{$mobile}
    +登录:{$logintimes}次
    +
    +
    修改密码
    +
    +
    退出登录
    +
    +
    +{else} +
    + +
    +{/if} +{else} +
    +{if $lists} +{loop $lists $v} +
    + + +
    +{/loop} +{/if} +{if $MG[child_limit]} +
    总共可加 {$MG[child_limit]} 个   当前已加 {$limit_used} 个   还可以加 {$limit_free}
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + +
    +
    +
    + +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/member/coupon.htm b/template/mobile/member/coupon.htm new file mode 100644 index 0000000..d237542 --- /dev/null +++ b/template/mobile/member/coupon.htm @@ -0,0 +1,57 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='my'} +领券 +{else} +我的 +{/if} +
    +
    +
    +
    +
    +{if $action=='my'} +{loop $lists $v} +
    +
      +
    • +{if $v[cost]}满{$v[cost]}可用{else}不限消费金额{/if} +{$DT[money_sign]}{$v[price]} +
    • +
    • + + {if $v[oid]} + 已使用 + {elseif $v[fromtime] > $DT_TIME} + 未开始 + {elseif $v[totime] < $DT_TIME} + 已过期 + {else} + 立即使用 + {/if} + + {if $v[seller]}店铺:{$v[seller]}{else}全站通用{/if} / {timetodate($v[fromtime], 3)} - {timetodate($v[totime], 3)}
    • +
    +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{else} +{loop $lists $v} +
    +
      +
    • +{if $v[cost]}满{$v[cost]}可用{else}不限消费金额{/if} +{$DT[money_sign]}{$v[price]} +
    • +
    • {if isset($gets[$v[itemid]])}已领取{else}立即领取 + {/if}{if $v[username]}店铺:{$v[username]}{else}全站通用{/if} / 剩余{$v[left]}张
    • +
    +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/credit.htm b/template/mobile/member/credit.htm new file mode 100644 index 0000000..3355fba --- /dev/null +++ b/template/mobile/member/credit.htm @@ -0,0 +1,139 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    {if $action == 'buy' || $action == 'invite'}{else}购买{/if}
    +
    +
    +
    +
    +{if $action == 'buy'} +
    + + + + + + + + +{loop $C $k $v} + + + + + +{/loop} +
      {$DT[credit_name]}({$DT[credit_unit]})    {$DT[money_name]}({$DT[money_unit]})  
    {$v}{$P[$k]}
    +
    +
    +
      +
    • 0.00{$DT[money_unit]}应付总额
    • +
    +
    + + + +
    +
    +
    +
    +{elseif $action == 'invite'} +
    +推广网址
    +网站首页:复制网址
    +会员注册:复制网址
    +我的主页:复制网址
    +
    +推广方法
    +- 将上面的网址发给您QQ/微信/Email等好友
    +- 在论坛签名,博客链接,网站等加上上面的网址
    +
    +奖励规则
    +- 每引导一个IP访问您可以获赠 {$MOD[credit_ip]} {$DT[credit_name]} (24小时内最多积{$MOD[credit_maxip]}{$DT[credit_name]})
    +- 每引导一个用户注册您可以获赠 {$MOD[credit_user]} {$DT[credit_name]}
    +
    +备注事项
    +- 无论引导至那个页面,系统均会自动记录您为用户注册推荐人
    +- 引导用户需注册成功完善资料后方可为您加分
    +- 同一IP 24小时内计算一次
    +
    +推广记录
    +点击查看 +


    +
    +{else} +{if $lists} +{loop $lists $v} +
    +
      +
    • +余额:{$v[balance]} +{if $v[amount] < 0} +{$v[amount]} +{else} ++{$v[amount]} +{/if} +
    • +
    • {$v[addtime]}{$v[reason]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{if $action == 'buy'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/deal.htm b/template/mobile/member/deal.htm new file mode 100644 index 0000000..f6387b3 --- /dev/null +++ b/template/mobile/member/deal.htm @@ -0,0 +1,330 @@ +{template 'header', 'member'} +{if $action == 'update'} + {if $step == 'detail'} +
    +
    +
    +
    订单详情
    +
    +
    +
    +
    +
    +
    + {template 'goods', 'chip'} + {if $td[logistic]} +
    快递信息
    +
    + 邮编:{$td[buyer_postcode]}
    + 地址:{$td[buyer_address]}
    + 姓名:{$td[buyer_name]}
    + 手机:{$td[buyer_mobile]}
    + {if $td[send_time]} + 发货日期:{$td[send_time]}
    + 快递类型:{$td[send_type]}
    + 快递单号:{$td[send_no]}{if $td[send_type] && $td[send_no]}   [快递追踪]{/if}
    + 快递状态:{$_send_status[$td[send_status]]}
    + + {/if} +
    + {else} +
    验证信息
    +
    + 密码:{$td[password]}
    + 手机:{$td[buyer_mobile]}
    +
    + {/if} +
    订单详情
    +
    + 联系卖家:{$td[seller]}
    + 下单时间:{$td[adddate]}
    + 最后更新:{$td[updatedate]}
    + {if $td[send_time]} + 发货时间:{$td[send_time]}
    + {/if} + 订单状态:{$_status[$td[status]]}
    + {if $td[buyer_reason]} + 退款理由:{$td[buyer_reason]}
    + {/if} + {if $td[refund_reason]} + 操作原因:{$td[refund_reason]}
    + {/if} + {if $td[status] == 6} +
    + +
    + {/if} +
    + {elseif $step == 'express'} +
    +
    +
    +
    快递信息
    +
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    快递信息
    +
    + 发货日期:{$td[send_time]}
    + 快递类型:{$td[send_type]}
    + 快递单号:{$td[send_no]}
    + 快递状态:{$_send_status[$td[send_status]]}
    + 追踪结果:
    +
    正在查询...
    +
    + + {elseif $step == 'pay'} +
    +
    +
    +
    订单支付
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    + + + + + + + + + + + +
    +
    +
    +
    + + {elseif $step == 'remind'} +
    +
    +
    +
    提醒发货
    +
    +
    +
    +
    +
    + + + + + +
    + + {elseif $step == 'refund'} +
    +
    +
    +
    申请退款
    +
    +
    +
    +
    + {template 'goods', 'chip'} + +
    + + + + + +
    +

    退款原因*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    + + +
    +

    支付密码*

    +
    {template 'password', 'chip'}
    +
    +
    +
    +
    +
    + + {/if} +{elseif $action == 'express'} +
    +
    +
    +
    我的快递
    +
    +
    +
    +
    +
    +{loop $lists $v} +
    + +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{else} +
    +
    +
    +
    {$MODULE[$mid][name]}订单 ▾
    +
    +
    +
    +
    +
    + + + +
    +{loop $lists $v} +
    +{$v[dstatus]}{$v[addtime]} {$v[seller]} +
    +
    + +
      +
    • {$v[title]}
    • +
    • {$DT[money_sign]}{$v[amount]}{$DT[money_sign]}{$v[price]}x{$v[number]}
    • +
    +
    +
    +{if $v[status] == 0} +{if $v[logistic]} +提醒发货 +{/if} +申请退款 +{elseif $v[status] == 1} +{if $v[lefttime]} +确认收货 +{if $v[send_type] && $v[send_no]} +快递追踪 +{/if} +申请退款 +{else} +{/if} +{elseif $v[status] == 2} +{if $v[lefttime]} +确认消费 +申请退款 +{else} +{/if} +{elseif $v[status] == 6} +立即付款 +{/if} +订单详情 +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/deposit.htm b/template/mobile/member/deposit.htm new file mode 100644 index 0000000..b049a22 --- /dev/null +++ b/template/mobile/member/deposit.htm @@ -0,0 +1,125 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' && $itemid==1}
    尊敬的用户,为了保证信息的真实有效,请先缴纳保证金,缴纳之后即可发布信息
    {/if} +{if $action=='add'} +
    + + +
    +
    - +增资金额
    +
    + + + + + + + +
    +
    +
    +
    +{else} +{if $lists} +{loop $lists $v} +
    +
      +
    • +{$v[addtime]} +{if $v[amount] < 0} +{$v[amount]} +{else} ++{$v[amount]} +{/if} +
    • +
    • {if $v[reason]}{$v[reason]}{else}无备注{/if}
    • +
    +
    +{/loop} +{/if} +
    +
    +
      +
    • {$DT[money_sign]}{$_deposit} {$DT[money_unit]}当前保证金
    • +
    +
    +
    +{if $pages}
    {$pages}
    {/if} +{/if} +{if $action == 'add'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/edit.htm b/template/mobile/member/edit.htm new file mode 100644 index 0000000..7fd1afe --- /dev/null +++ b/template/mobile/member/edit.htm @@ -0,0 +1,542 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +{if $is_company && !$_edittime} +
    贵公司尚未完善详细资料!完善的商业信息有助于获得别人的信任,结交潜在的商业伙伴,获取商业机会,请尽快完善
    +{/if} + +
    + +
    +
    +
    +
      +
    • {$_username}个人资料
    • +
    +
    +

    邮件

    +
    {$_email}{if $DT[mail_type] != 'close'}  修改{/if}
    +{if $vmobile} +

    手机

    +
    {$mobile}{if $DT[sms]}  修改{/if}
    +{else} +

    手机

    +
    +{/if} +{if $vtruename} +

    姓名

    +
    {$truename}
    +{else} +

    姓名*

    +
    +{/if} +{if !$is_company} +

    地区*

    +
    {ajax_area_select('post[areaid]', '请选择', $areaid)}
    +

    地址

    +
    +

    邮编

    +
    +

    电话

    +
    +{/if} +

    部门

    +
    +

    职位

    +
    +{if $DT[im_qq]} +

    QQ

    +
    +{/if} +{if $DT[im_wx]} +

    微信

    +
    +

    微信二维码

    +
    + +
    +
    + +
    +{/if} +{if $DT[im_ali]} +

    旺旺

    +
    +{/if} +

    站内信提示音

    +
    +   +   +   + +
    +
    +
    + +
    +
    +
      +
    • 修改密码密码管理
    • +
    +
    +

    新登录密码

    +
    +

    重复登录密码

    +
    +

    现有密码

    +
    +

    新支付密码

    +
    +

    重复支付密码

    +
    +

    现有支付密码

    +
    +
    +找回支付密码 +
    +
    +{if $is_company} +
    +
    +
      +
    • {$_company}公司资料
    • +
    +
    +

    公司类型*

    +
    {dselect($COM_TYPE, 'post[type]', '请选择', $type, 'id="type"', 0)}
    +

    所在地区*

    +
    {ajax_area_select('post[areaid]', '请选择', $areaid)}
    +

    主营行业*

    +
    {ajax_category_select('', '请选择行业', 0, 4)}   添加
    + +
    +
    请添加主营行业,最多可添加 {$MOD[cate_max]}
    +{loop $cates $c} +
    删除{strip_tags(cat_pos(get_cat($c), '/'))}
    +{/loop} +
    + +

    主营范围*

    +
    +

    成立年份*

    +
    +

    形象图片

    +
    + +
    +
    + +
    +

    经营模式

    +
    {$mode_check}
    +

    公司规模

    +
    {dselect($COM_SIZE, 'post[size]', '请选择规模', $size, '', 0)}
    +

    注册资本

    +
    {dselect($MONEY_UNIT, 'post[regunit]', '', $regunit, '', 0)}
    +

    销售的产品

    +
    +

    采购的产品

    +
    +
    +
    + +
    +
    +
      +
    • 联系方式
    • +
    +
    +

    公司地址*

    +
    +

    邮政编码

    +
    +

    公司电话*

    +
    +

    公司传真

    +
    +

    公司邮件

    +
    +

    公司网址

    +
    +

    微信公众号

    +
    +

    公众号二维码

    +
    + +
    +
    + +
    +
    +
    + +
    +
    +
      +
    • 公司介绍
    • +
    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +{/if} + +{if $need_captcha} +
    +

    验证码*

    +
    {template 'captcha', 'chip'}
    +
    +
    +{/if} + +
    +
    +
    + +
    +
    + +{load('clear.js')} + +{template 'footer',$module} \ No newline at end of file diff --git a/template/mobile/member/express.htm b/template/mobile/member/express.htm new file mode 100644 index 0000000..52c765b --- /dev/null +++ b/template/mobile/member/express.htm @@ -0,0 +1,129 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} +
    + + + + +
    +

    模板名称*

    +
    +

    快递名称*

    +
    +

    默认运费

    +
    +

    增加一件商品增加

    +
    +

    显示顺序

    +
    +

    备注信息

    +
    +
    + +
    +
    +
    +{else} +
    +{if $lists} +{loop $lists $v} +
    + +
      +
    • {$v[title]}
    • +
    • {$DT[money_sign]}{$v[fee_start]} {$v[express]}
    • +
    +
    +{/loop} +{/if} +{if $MG[express_limit]} +
    总共可发 {$MG[express_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + +
    +
    +
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/favorite.htm b/template/mobile/member/favorite.htm new file mode 100644 index 0000000..c9f20fb --- /dev/null +++ b/template/mobile/member/favorite.htm @@ -0,0 +1,110 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add' || $action=='edit' || $action=='show'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} +
    + + + + +
    +

    分类

    +
    {$type_select}
    +

    标题*

    +
    +

    网址*

    +
    +

    备注

    +
    +

    排序

    +
    +
    + +
    +
    +
    +{else} +
    +
    +
    +
    +
    +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $MG[favorite_limit]} +
    收藏夹容量 {$MG[favorite_limit]} 条   当前已收藏 {$limit_used} 条   还可以收藏 {$limit_free}
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + +
    +
    +
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/footer.htm b/template/mobile/member/footer.htm new file mode 100644 index 0000000..1294776 --- /dev/null +++ b/template/mobile/member/footer.htm @@ -0,0 +1,65 @@ + +{if $foot} +
    +
    +
      +{if $DT_MBS=='app'} +
    • 首页
    • +
    • 频道
    • +{if $DT[max_cart]>0} +
    • 购物车{if $_cart}{$_cart}{/if}
    • +{/if} +
    • 消息{if $_message || $_chat}{/if}
    • +
    • 我的
    • +{if $DT[max_cart]<1} +
    • 更多
    • +{/if} +{else} +
    • 首页
    • +
    • 频道
    • +{if $DT[max_cart]>0} +
    • 购物车{if $_cart}{$_cart}{/if}
    • +{/if} +
    • 消息{if $_message || $_chat}{/if}
    • +
    • 我的
    • +{if $DT[max_cart]<1} +
    • 更多
    • +{/if} +{/if} +
    +
    +{/if} + +
    + + \ No newline at end of file diff --git a/template/mobile/member/friend.htm b/template/mobile/member/friend.htm new file mode 100644 index 0000000..b59fc4e --- /dev/null +++ b/template/mobile/member/friend.htm @@ -0,0 +1,168 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add' || $action=='edit' || $action=='show'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} +
    + + + + +
    +

    分类

    +
    {$type_select}
    +

    会员

    +
    +

    姓名*

    +
    +

    公司

    +
    +

    职位

    +
    +

    电话

    +
    +

    手机

    +
    +

    邮件

    +
    +{if $DT[im_qq]} +

    QQ

    +
    +{/if} +{if $DT[im_wx]} +

    微信

    +
    +{/if} +{if $DT[im_ali]} +

    旺旺

    +
    +{/if} +{if $DT[im_skype]} +

    Skype

    +
    +{/if} +

    排序

    +
    +
    + +
    +
    +
    +{elseif $action=='show'} +
    +{if $typeid} +分类:{$TYPE[$typeid][typename]}
    +{/if} +{if $username} +会员: {if $DT[im_web]}{im_web($username)} {/if}{$username}
    +{/if} +姓名:{$truename}
    +公司:{$company}
    +职位:{$career}
    +电话:{$telephone}
    +手机:{$mobile}
    +主页:{$homepage}
    +邮件:{$email}
    +{if $qq} +QQ:{im_qq($qq)} {$qq}
    +{/if} +{if $wx} +微信:{im_wx($wx, $username)} {$wx}
    +{/if} +{if $ali} +旺旺:{im_ali($ali)} {$ali}
    +{/if} +{if $skype} +Skype:{im_skype($v[skype])} {$skype}
    +{/if} +备注:{$note}
    +
    + +
    + +
    +
    +{else} +
    +
    +
    +
    +
    +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $MG[friend_limit]} +
    商友上限 {$MG[friend_limit]} 人   当前已加 {$limit_used} 人   还可以加 {$limit_free}
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + +
    +
    +
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/grade.htm b/template/mobile/member/grade.htm new file mode 100644 index 0000000..6ce9594 --- /dev/null +++ b/template/mobile/member/grade.htm @@ -0,0 +1,20 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    + +
    +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/group.htm b/template/mobile/member/group.htm new file mode 100644 index 0000000..ad8ad0a --- /dev/null +++ b/template/mobile/member/group.htm @@ -0,0 +1,307 @@ +{template 'header', 'member'} +{if $action == 'update'} + {if $step == 'detail'} +
    +
    +
    +
    订单详情
    +
    +
    +
    +
    +
    +
    + {template 'goods', 'chip'} + {if $td[logistic]} +
    快递信息
    +
    + 邮编:{$td[buyer_postcode]}
    + 地址:{$td[buyer_address]}
    + 姓名:{$td[buyer_name]}
    + 手机:{$td[buyer_mobile]}
    + 买家备注:{if $td[note]}{$td[note]}{else}无{/if}
    + {if $td[send_time]} + 发货日期:{$td[send_time]}
    + 快递类型:{$td[send_type]}
    + 快递单号:{$td[send_no]}{if $td[send_type] && $td[send_no]}   [快递追踪]{/if}
    + 快递状态:{$_send_status[$td[send_status]]}
    + + {/if} +
    + {else} +
    验证信息
    +
    + 密码:{$td[password]}
    + 手机:{$td[buyer_mobile]}
    +
    + {if $td[status] == 0} +
    +
    确认消费
    +
    + {/if} + {/if} +
    订单详情
    +
    + 联系买家:{$td[buyer]}
    + 下单时间:{$td[adddate]}
    + 最后更新:{$td[updatedate]}
    + {if $td[send_time]} + 发货时间:{$td[send_time]}
    + {/if} + 订单状态:{$_status[$td[status]]}
    + {if $td[buyer_reason]} + 退款理由:{$td[buyer_reason]}
    + {/if} + {if $td[refund_reason]} + 操作原因:{$td[refund_reason]}
    + {/if} +
    + {elseif $step == 'express'} +
    +
    +
    +
    快递信息
    +
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    快递信息
    +
    + 发货日期:{$td[send_time]}
    + 快递类型:{$td[send_type]}
    + 快递单号:{$td[send_no]}
    + 快递状态:{$_send_status[$td[send_status]]}
    + 追踪结果:
    +
    正在查询...
    +
    + + {elseif $step == 'send'} +
    +
    +
    +
    确认发货
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    + + + + + + +
    +

    快递类型

    +
    + +
    +

    快递单号

    +
    +

    发货时间

    +
    +
    +
    +
    +
    +
    + + {elseif $step == 'add_time'} +
    +
    +
    +
    订单延时
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    + + + + + +
    +

    延长时间*

    +
    小时
    +
    +
    +
    +
    +
    + + {elseif $step == 'refund_agree'} +
    +
    +
    +
    同意退款
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    + 联系买家:{$td[buyer]}
    + 下单时间:{$td[adddate]}
    + 退款原因:
    + {$td[buyer_reason]} +
    +
    + + + + + +
    +

    同意原因

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    + + +
    +

    支付密码*

    +
    {template 'password', 'chip'}
    +
    +
    +
    +
    +
    + + {/if} +{elseif $action == 'express'} +
    +
    +
    +
    我的快递
    +
    +
    +
    +
    +
    +{loop $lists $v} +
    + +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{else} +
    +
    +
    +
    {$MODULE[$mid][name]}订单 ▾
    +
    +
    +
    +
    +
    + + + +
    +{loop $lists $v} +
    +{$v[dstatus]}{$v[addtime]} {$v[buyer]} +
    +
    + +
      +
    • {$v[title]}
    • +
    • {$DT[money_sign]}{$v[amount]}{$DT[money_sign]}{$v[price]}x{$v[number]}
    • +
    +
    +
    +{if $v[status] == 0} +{if $v[logistic]} +确认发货 +{else} +确认消费 +{/if} +{elseif $v[status] == 1} +{if $v[lefttime]} +延长时间 +{else} +直接收款 +{/if} +{if $v[send_type] && $v[send_no]} +快递追踪 +{/if} +{elseif $v[status] == 2} +{if $v[lefttime]} +延长时间 +{else} +直接收款 +{/if} +{elseif $v[status] == 4} +同意退款 +{/if} +订单详情 +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/group_print.htm b/template/mobile/member/group_print.htm new file mode 100644 index 0000000..f1edf1a --- /dev/null +++ b/template/mobile/member/group_print.htm @@ -0,0 +1,80 @@ + + + + +打印订单 + + + + +
    +

    发货单

    + + + + + + + + + + + + + + + + + + + + +
    收货信息
    收货地址{$td[buyer_address]}{if $td[buyer_postcode]} ({$td[buyer_postcode]}){/if}
    买家姓名{$td[buyer_name]}
    买家手机{$td[buyer_mobile]}
    会员名称{$td[buyer]}
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    订单信息
    订单编号{$td[itemid]}
    下单时间{$td[adddate]}
    卖家名称{$td[seller]}
    商品名称{$td[title]}
    购买数量{$td[number]}
    商品单价{$DT[money_sign]}{$td[price]}
    订单总额{$DT[money_sign]}{$td[total]}
    +
    + +
    +
    + + + \ No newline at end of file diff --git a/template/mobile/member/header.htm b/template/mobile/member/header.htm new file mode 100644 index 0000000..ee4c931 --- /dev/null +++ b/template/mobile/member/header.htm @@ -0,0 +1,56 @@ + + + + +{if $sns_app} +{if $seo_title}{$seo_title}{else}{$head_title}{/if} +{else} +{if $seo_title}{$seo_title}{else}{if $head_title}{$head_title}{$DT[seo_delimiter]}{/if}{if $city_sitename}{$city_sitename}{else}{$site_name}{/if}{/if} +{/if} +{if $head_keywords} + +{/if} +{if $head_description} + +{/if} + + + + + + + + + + + + + + + + + + + + + + +{if $DT_MBS == 'app' || $DT_MBS == 'b2b' || $DT_MBS == 'web'} + +{/if} + + + +
    +
    +
    +
    +{dmsg()} \ No newline at end of file diff --git a/template/mobile/member/home.htm b/template/mobile/member/home.htm new file mode 100644 index 0000000..22f22a8 --- /dev/null +++ b/template/mobile/member/home.htm @@ -0,0 +1,696 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    + +
    + +
    +
    +
    +
      +
    • 常用设置
    • +
    +
    +

    自定义背景图

    +
    +
    + + +

    自定义背景色

    +
    例如红色为 red 或者 #FF0000
    +

    自定义LOGO

    +
    +
    + + +

    自定义CSS

    +
    +

    横幅宽度

    +
    px
    +

    横幅高度

    +
    px
    +

    横幅显示方式

    +
    +    +    +    +
    +
    +

    横幅图片地址

    +
    +
    + + +
    +
    +

    横幅视频地址

    +
    +
    + + +
    +
    +

    横幅图片地址1

    +
    +
    + + +

    横幅图片链接1

    +
    +

    横幅图片地址2

    +
    +
    + + +

    横幅图片链接2

    +
    +

    横幅图片地址3

    +
    +
    + + +

    横幅图片链接3

    +
    +

    横幅图片地址4

    +
    +
    + + +

    横幅图片链接4

    +
    +

    横幅图片地址5

    +
    +
    + + +

    横幅图片链接5

    +
    +
    +

    形象视频地址

    +
    +
    + + +

    网站公告

    +
    +

    访问次数

    +
    +     + +
    +
    +
    + +
    +
    +
      +
    • 导航菜单
    • +
    +
    + + + + + + + +{loop $HMENU $k $v} +{if strpos($menu_f, ','.$menu_file[$k].',') !== false} + + + + + + +{else} + + + + + + +{/if} +{/loop} +
    排序名称分页
    + + +
    + + +
    +
    +
    恢复默认
    +
    +
    + +
    +
    +
      +
    • 侧边栏
    • +
    +
    +

    侧栏宽度

    +
    px
    +

    侧栏位置

    +
    +   + +
    +
    + + + + + + + +{loop $HSIDE $k $v} +{if strpos($side_f, ','.$side_file[$k].',') !== false} + + + + + + +{else} + + + + + + +{/if} +{/loop} +
    排序名称数量
    + +
    + +
    +
    +
    恢复默认
    +
    +
    + +
    +
    +
      +
    • 首页设置
    • +
    +
    +

    公司简介显示

    +
    字符
    +
    + + + + + + + +{loop $HMAIN $k $v} +{if strpos($main_f, ','.$main_file[$k].',') !== false} + + + + + + +{else} + + + + + + +{/if} +{/loop} +
    排序名称数量
    + +
    + +
    +
    +
    恢复默认
    +
    +
    + +
    +
    +
      +
    • 其他设置
    • +
    +
    +

    首页SEO标题

    +
    +

    网站关键词

    +
    +

    网站描述

    +
    + +{if $api_map && $MG[map]} +{php include DT_ROOT.'/api/map/'.$api_map.'/post.inc.php';} +{/if} +{if $api_stats && $MG[stats]} +{php include DT_ROOT.'/api/stats/these.name.php';} + + + + +{loop $api_stats $v} +{php include DT_ROOT.'/api/stats/'.$v.'/post.inc.php';} +{/loop} +{/if} + +{if $api_kf && $MG[kf]} +{php include DT_ROOT.'/api/kf/these.name.php';} + + + + +{loop $api_kf $v} +{php include DT_ROOT.'/api/kf/'.$v.'/post.inc.php';} +{/loop} +{/if} +
    统计类型 + +
    客服类型 + +
    +
    +
    + +{if $need_captcha} +
    +

    验证码*

    +
    {template 'captcha', 'chip'}
    +
    +
    +{/if} + +
    +
    +
    + +
    + + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/honor.htm b/template/mobile/member/honor.htm new file mode 100644 index 0000000..cd85a37 --- /dev/null +++ b/template/mobile/member/honor.htm @@ -0,0 +1,212 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + + + + +
    +

    证书名称*

    +
    +

    发证机构*

    +
    +

    发证日期*

    +
    +

    到期日期

    +
    +

    证书图片*

    +
    + +
    +
    + +
    +

    证书介绍

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +
    + +
    +
    +
    +{else} +
    +
    + +
    +
    +
    + + +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $MG[honor_limit]} +
    总共可发 {$MG[honor_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + +
    +
    +
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/im.htm b/template/mobile/member/im.htm new file mode 100644 index 0000000..4114255 --- /dev/null +++ b/template/mobile/member/im.htm @@ -0,0 +1,189 @@ +{template 'header', 'member'} + +
    +
    +
    +
    +
    +
    消息{if $_message}{$_message}{/if}
    +
    聊天{if $_chat}{$_chat}{/if}
    +
    +
    +
    +{if $action == 'guest' || $action == 'close'} +{elseif $action=='view'} + +{elseif $action=='group'} + +{elseif $action=='friend'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action == 'guest'} +
    + 您还没有登录,请先登录或注册 +
    +
    +
    立即登录
    +
    +
    注册会员
    +
    +{elseif $action == 'close'} +
    + 您所在的会员组无权限 +
    +{elseif $action=='view'} +
    +
    + + +
    +
    +
    +{if $lists} +{loop $lists $v} +
    + +
      +
    • {$v[date]}{if $v[nickname]}{$v[nickname]}@{/if}{$v[username]}
    • +
    +
    +
    {$v[word]}
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{elseif $action == 'group'} + +
    + +
    +{if $lists} +{loop $lists $k $v} +
    +{/loop} +{else} +
    + 暂未加入群聊 +
    +
    +
    查找群
    +
    +
    +{/if} +{elseif $action == 'friend'} + +
    + +
    +
    +
    + +
    +
    +
    +{if $lists} +{loop $TYPE $i $t} +
    {$t[typename]} ({$t[num]})
    +
    +{loop $lists[$i] $k $v} +
    +{/loop} +
    +{/loop} +{else} +
    + 暂无好友 +
    +
    +
    添加好友
    +
    +
    +{/if} +{else} + +
    + +
    + +
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/index.htm b/template/mobile/member/index.htm new file mode 100644 index 0000000..40a46f9 --- /dev/null +++ b/template/mobile/member/index.htm @@ -0,0 +1,49 @@ +{template 'header'} +
    +
    +
    +
    会员中心
    +
    +
    +
    +
    +
    + +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/member/index.html b/template/mobile/member/index.html new file mode 100644 index 0000000..c1e1f00 --- /dev/null +++ b/template/mobile/member/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/mobile/member/link.htm b/template/mobile/member/link.htm new file mode 100644 index 0000000..70d6d99 --- /dev/null +++ b/template/mobile/member/link.htm @@ -0,0 +1,113 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} +
    + + + + +
    +

    网站名称*

    +
    +

    链接地址*

    +
    +

    显示顺序

    +
    +
    + +
    +
    +
    +{else} +
    +
    + +
    +
    +
    + + +
    +{if $lists} +{loop $lists $v} +
    + + +
    +{/loop} +{/if} +{if $MG[link_limit]} +
    总共可发 {$MG[link_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + +
    +
    +
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/login.htm b/template/mobile/member/login.htm new file mode 100644 index 0000000..12b1f0a --- /dev/null +++ b/template/mobile/member/login.htm @@ -0,0 +1,163 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    {if $action == 'sms' || $action == 'child'}{else}注册{/if}
    +
    +
    +
    +
    +{if $action == 'sms'} +
    + + +{if $verfiy}
     本次登录需要使用手机短信验证身份
    {/if} +
    +
    {template 'captcha', 'chip'}
    + +
    +
    +
    +
    +
    +{elseif $action == 'child'} +
    + + +
    +
    +{if $MOD[captcha_login]} +
    {template 'captcha', 'chip'}
    +{/if} +
    +
    +
    +
    +{else} +
    + + + +
    +
    +{if $MOD[captcha_login]} +
    {template 'captcha', 'chip'}
    +{/if} +
    +
    +
    +
    +{if $oa} +
    +
    +{loop $OAUTH $k $v} +{if $v[enable]}{$v[name]}{/if} +{/loop} +
    +
    +
    + +{/if} +{/if} +
    +{if $action == 'child'} +{elseif $action == 'sms'} +
    + +
    +{else} +
    + +
    +{/if} +
    +
    +

    完成

    +
    +
    + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/mail.htm b/template/mobile/member/mail.htm new file mode 100644 index 0000000..5ce0a9a --- /dev/null +++ b/template/mobile/member/mail.htm @@ -0,0 +1,52 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='list'} +订阅 +{elseif $action=='show'} +关闭 +{else} +列表 +{/if} +
    +
    +
    +
    +
    +{if $action == 'list'} +{if $lists} +{loop $lists $v} +
    +
      +
    • {$v[title]}
    • +
    • {$TYPE[$v[typeid]][typename]}{$v[adddate]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{elseif $action == 'show'} +
    {$r[title]}
    +
    {$r[adddate]}
    +
    {$r[content]}
    +{else} +
    +
    +
    +
    +{loop $TYPE $k $v} +
    +{/loop} +
    +
    + +
    + +
    +
    +
    +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/message.htm b/template/mobile/member/message.htm new file mode 100644 index 0000000..01fa6f5 --- /dev/null +++ b/template/mobile/member/message.htm @@ -0,0 +1,294 @@ +{if $job == 'ajax'} +{if $lists} +{loop $lists $v} +
    +{$v[title]} +

    {timetodate($v[addtime], 5)}{$v[user]}

    +
    +{/loop} +{/if} +{exit} +{/if} +{template 'header', 'member'} + +
    +
    +{if $action=='send'} +
    +{else} +
    +{/if} +
    +{if $DT[im_web]} +
    +
    消息{if $_message}{$_message}{/if}
    +
    聊天{if $_chat}{$_chat}{/if}
    +
    +{else} +{$head_title} +{/if} +
    +
    +{if $action == 'send'} + +{elseif $action == 'edit'} + +{elseif $action == 'show'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action == 'guest'} +
    + 您还没有登录,请先登录或注册 +
    +
    +
    立即登录
    +
    +
    注册会员
    +
    +{elseif $action == 'close'} +
    + 您所在的会员组无权限 +
    +{elseif $action == 'send'} +
    + + + + +
    +

    收件人*

    +
    +

    标题*

    +
    +

    内容*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    选项

    +
    +
    +
    +
    +
    +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +{if $MG[message_limit]} +
    +今日可发 {$MG[message_limit]}
    +当前已发 {$limit_used}
    +还可以发 {$limit_free}
    +
    +{/if} +
    +
    +{load('clear.js')} + +{elseif $action == 'edit'} +
    + + + +
    +

    收件人*

    +
    +

    标题*

    +
    +

    内容*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    选项

    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +{load('clear.js')} + +{elseif $action == 'show'} +

    {$title}

    +
    {$addtime} + {if $status==4 || $status==3} + {if $fromuser} + {$fromuser} + {/if} + {elseif $status==2} + {$touser} + {/if} +
    +
    {$content}
    +
    +{if $status == 1} +
    +{elseif $status == 3 && $fromuser} +
    +{else} +
    +{/if} +
    +
    +
    +{else} + + +{if $lists} +
    +{loop $lists $v} +
    +{$v[title]} +

    {timetodate($v[addtime], 5)}{$v[user]}

    +
    +{/loop} +
    +
    +{else} +
    暂无消息
    +{/if} +{if $status==3} +{if $MG[inbox_limit]} +
    收件箱容量 {$MG[inbox_limit]} 条   当前接收 {$limit_used} 条   还可以接收 {$limit_free} 条   建议定期删除无用信件
    +{/if} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer',$module} \ No newline at end of file diff --git a/template/mobile/member/my.htm b/template/mobile/member/my.htm new file mode 100644 index 0000000..7e2e5ad --- /dev/null +++ b/template/mobile/member/my.htm @@ -0,0 +1,22 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    + +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/member/my_article.htm b/template/mobile/member/my_article.htm new file mode 100644 index 0000000..ebf8a5d --- /dev/null +++ b/template/mobile/member/my_article.htm @@ -0,0 +1,289 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + +

    所属分类*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +

    {$MOD[name]}标题*

    +
    +{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    详细内容*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    {$MOD[name]}简介

    +
    +

    {$MOD[name]}作者

    +
    +

    {$MOD[name]}来源

    +
    +

    来源链接

    +
    +

    标题图片

    +
    + +
    +
    +
    +

    关键词(Tag)

    +
    +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_brand.htm b/template/mobile/member/my_brand.htm new file mode 100644 index 0000000..39e7a17 --- /dev/null +++ b/template/mobile/member/my_brand.htm @@ -0,0 +1,310 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + +

    所属分类*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +

    {$MOD[name]}标题*

    +
    +

    {$MOD[name]}LOGO*

    +
    + +
    +
    +
    +

    官方网站

    +
    +{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    详细内容

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $timetype!='add'}{/if} +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_buy.htm b/template/mobile/member/my_buy.htm new file mode 100644 index 0000000..725056c --- /dev/null +++ b/template/mobile/member/my_buy.htm @@ -0,0 +1,421 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + +

    信息类型*

    +
    +{loop $TYPE $k $v} +
    +{/loop} +
    +

    所属分类*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +

    {$MOD[name]}标题*

    +
    +{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    详细内容

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    过期时间

    +
    +

    主要参数

    +
    + + + + + + + + + + + + + + + + + + + + + +
    参数名称参数值
    例如:规格例如:10cm*20cm
    +
    +

    交易条件

    +
    + + + + + + + + + + + + + +
    需求数量
    价格要求
    包装要求
    + *建议详细填写交易条件,以便符合要求的卖家与您取得联系 +
    +

    产品图片

    +
    + +
    + +
    +

    宣传视频

    +
    + +
    + +
    +{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $timetype!='add'}{/if} +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_club.htm b/template/mobile/member/my_club.htm new file mode 100644 index 0000000..46c3209 --- /dev/null +++ b/template/mobile/member/my_club.htm @@ -0,0 +1,274 @@ +{template 'header', 'member'} +
    +
    +
    +
    {if $action=='add'}发帖{elseif $action=='edit'}帖子修改{else}我的帖子 ▾{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + +

    所属商圈

    +
    {$GRP[title]}
    +

    {$MOD[name]}标题*

    +
    +

    标题图片

    +
    + +
    +
    +
    +{if $CP} + + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    详细内容*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if}{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} diff --git a/template/mobile/member/my_club_fans.htm b/template/mobile/member/my_club_fans.htm new file mode 100644 index 0000000..90cf5f6 --- /dev/null +++ b/template/mobile/member/my_club_fans.htm @@ -0,0 +1,82 @@ +{template 'header', 'member'} +
    +
    +
    +
    粉丝管理 ▾
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + +
      +
    • {$v[username]}
    • +
    • {if $v[ban]}禁言 {else}{$v[reason]}{/if}{$v[adddate]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + {if $status == 3} + + {elseif $status == 2} + + + {elseif $status == 1} + + {/if} + + + +
    +
    +
    + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_club_group.htm b/template/mobile/member/my_club_group.htm new file mode 100644 index 0000000..1f8c036 --- /dev/null +++ b/template/mobile/member/my_club_group.htm @@ -0,0 +1,262 @@ +{template 'header', 'member'} +
    +
    +
    +
    {if $action=='add'}创建商圈{elseif $action=='edit'}修改商圈{else}我的商圈 ▾{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + +

    所属分类

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +

    {$MOD[name]}名称*

    +
    +

    {$MOD[name]}图标*

    +
    + +
    +
    +
    +

    {$MOD[name]}简介*

    +
    +
    +
    +

    加圈方式*

    +
    +
    + +
    +{if $action == 'add'} +

    创建理由*

    +
    +{/if} +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{else} +
    +
    + + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + +
      +
    • {$v[title]}
    • +
    • 主题:{$v[post]}   粉丝:{$v[fans]}
    • +
    +
    +{/loop} +{/if} +{if $group_limit} +
    +总共可建 {$group_limit} 个    +当前已建 {$limit_used} 个    +还可以建 {$limit_free} 个    +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} diff --git a/template/mobile/member/my_club_join.htm b/template/mobile/member/my_club_join.htm new file mode 100644 index 0000000..0b615a0 --- /dev/null +++ b/template/mobile/member/my_club_join.htm @@ -0,0 +1,250 @@ +{template 'header', 'member'} +
    +
    +
    +
    加入商圈 ▾
    +
    +{if $action=='add' || $action=='edit'} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + + +

    加入{$MOD[name]}

    +
    {$GRP[title]}
    +

    加入原因*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$reason}
    + + +
    +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{else} +
    +
    + + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + +
      +
    • {$v[title]}
    • +
    • 主题:{$v[post]}   粉丝:{$v[fans]}
    • +
    +
    +{/loop} +{/if} +{if $join_limit} +
    +总共可加 {$join_limit} 个    +当前已加 {$limit_used} 个    +还可以加 {$limit_free} 个    +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} diff --git a/template/mobile/member/my_club_manage.htm b/template/mobile/member/my_club_manage.htm new file mode 100644 index 0000000..6ffd58e --- /dev/null +++ b/template/mobile/member/my_club_manage.htm @@ -0,0 +1,37 @@ +{template 'header', 'member'} +
    +
    +
    +
    商圈{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理 ▾{/if}
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +{if $lists} +{loop $lists $v} +
    +
      +
    • {$v[title]}
    • +
    • {if $v[rid]}回复{else}帖子{/if}{$MANAGE[$v[typeid]]}{$v[date]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $MG[delete]}{/if} +
    +
    +
    +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_club_reply.htm b/template/mobile/member/my_club_reply.htm new file mode 100644 index 0000000..4b9f626 --- /dev/null +++ b/template/mobile/member/my_club_reply.htm @@ -0,0 +1,243 @@ +{template 'header', 'member'} +
    +
    +
    +
    {if $action=='add'}回帖{elseif $action=='edit'}修改回复{else}我的回复 ▾{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + + + +

    回复帖子

    + +

    回复内容*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{else} +
    +
    + + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + +
    +{/loop} +{/if} +{if $reply_limit} +
    +今日可回复 {$reply_limit} 次    +当前已回复 {$limit_used} 次    +还可以回复 {$limit_free} 次    +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_down.htm b/template/mobile/member/my_down.htm new file mode 100644 index 0000000..036cc80 --- /dev/null +++ b/template/mobile/member/my_down.htm @@ -0,0 +1,344 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + +

    所属分类*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +

    {$MOD[name]}标题*

    +
    +{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    详细内容

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    文件地址*

    +
    + +
    + +
    +

    文件类型*

    +
    {ext_select('post[fileext]', $fileext, 'id="fileext"')}
    +

    文件大小*

    +
     {unit_select('post[unit]', $unit, 'id="unit"')}
    +

    标题图片

    +
    + +
    +
    +
    +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_exhibit.htm b/template/mobile/member/my_exhibit.htm new file mode 100644 index 0000000..5fe543b --- /dev/null +++ b/template/mobile/member/my_exhibit.htm @@ -0,0 +1,359 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + +

    所属分类*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +

    {$MOD[name]}标题*

    +
    +{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    开始时间*

    +
    +

    结束时间*

    +
    +

    地区选择

    +
    {ajax_area_select('post[areaid]', '请选择', $areaid)}
    +

    展出城市

    +
    +

    展出地址*

    +
    +

    展馆名称*

    +
    +

    展会说明

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    展会备注

    +
    +

    标题图片

    +
    + +
    +
    +
    +

    主办单位*

    +
    +

    承办单位

    +
    +

    官方网站

    +
    +

    联系人*

    +
    +

    联系电话*

    +
    +

    联系手机

    +
    +

    通讯地址

    +
    +

    邮政编码

    +
    +

    联系传真

    +
    +

    电子邮件

    +
    +{if $DT[im_qq]} +

    QQ

    +
    +{/if} +{if $DT[im_wx]} +

    微信

    +
    +{/if} +

    在线报名

    +
    +
    +
    +
    +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_group.htm b/template/mobile/member/my_group.htm new file mode 100644 index 0000000..e88edff --- /dev/null +++ b/template/mobile/member/my_group.htm @@ -0,0 +1,325 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + +

    所属分类*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +

    {$MOD[name]}标题*

    +
    +

    标题图片*

    +
    + +
    +
    +
    +

    {$MOD[name]}团购价*

    +
    +

    {$MOD[name]}市场价*

    +
    +

    {$MOD[name]}最低人数

    +
    +

    {$MOD[name]}最多人数

    +
    +

    过期时间

    +
    +

    {$MOD[name]}简介

    +
    +{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    详细内容

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    需要快递

    +
    +    + +
    +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $timetype!='add'}{/if} +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} diff --git a/template/mobile/member/my_info.htm b/template/mobile/member/my_info.htm new file mode 100644 index 0000000..c993b9a --- /dev/null +++ b/template/mobile/member/my_info.htm @@ -0,0 +1,390 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + +

    所属分类*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +

    {$MOD[name]}标题*

    +
    +{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    详细内容*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    过期时间

    +
    +

    主要参数

    +
    + + + + + + + + + + + + + + + + + + + + + +
    参数名称参数值
    例如:规格例如:10cm*20cm
    +
    +

    {$MOD[name]}图片

    +
    + +
    + +
    +

    宣传视频

    +
    + +
    + +
    +

    {$MOD[name]}区域

    +
    {ajax_area_select('post[areaid]', '请选择', $areaid)}不选择代表全国
    +{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $timetype!='add'}{/if} +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_job.htm b/template/mobile/member/my_job.htm new file mode 100644 index 0000000..556ea60 --- /dev/null +++ b/template/mobile/member/my_job.htm @@ -0,0 +1,399 @@ +{if $action == 'resume_invite'} + + + + +Loading... + + +
    + + + + +
    + + +{else} +{template 'header', 'member'} +
    +
    +
    +
    {$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + +

    行业职位*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +

    {$MOD[name]}标题*

    +
    +{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    招聘部门

    +
    +

    招聘人数*

    +
    人(填0为若干)
    +

    待遇水平*

    +
    元/月 (填0为面议)
    +

    工作地区*

    +
    {ajax_area_select('post[areaid]', '请选择', $areaid)}
    +

    工作性质*

    +
    +{loop $TYPE $k $v} +
    +{/loop} +
    +

    性别要求*

    +
    +{loop $GENDER $k $v} +
    +{/loop} +
    +

    婚姻要求*

    +
    +{loop $MARRIAGE $k $v} +
    +{/loop} +
    +

    学历要求*

    +
    +{loop $EDUCATION $k $v} +
    +{/loop} + (以上) +
    +

    年龄要求*

    +
    周岁 (填0为面议)
    +

    工作经验*

    +
    +   年以上 +
    +

    详细内容*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    过期时间

    +
    +

    联系人*

    +
    +

    性别*

    +
    +
    +
    +
    +

    联系电话*

    +
    +

    电子邮件

    +
    +

    联系手机

    +
    +

    联系地址

    +
    +{if $DT[im_qq]} +

    QQ

    +
    +{/if} +{if $DT[im_wx]} +

    微信

    +
    +{/if} +{if $DT[im_ali]} +

    阿里旺旺

    +
    +{/if} +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $timetype!='add'}{/if} +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} +{/if} \ No newline at end of file diff --git a/template/mobile/member/my_job_resume.htm b/template/mobile/member/my_job_resume.htm new file mode 100644 index 0000000..a6c4209 --- /dev/null +++ b/template/mobile/member/my_job_resume.htm @@ -0,0 +1,411 @@ +{template 'header', 'member'} +
    +
    +
    +
    简历{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + + +

    所属分类*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +

    {$MOD[name]}名称*

    +
    +

    真实姓名*

    +
    +

    免冠照片

    +
    + + +
    +
    +
    +

    性别*

    +
    +{loop $GENDER $k $v} +{if $k > 0} +
    +{/if} +{/loop} +
    +

    婚姻状况*

    +
    +{loop $MARRIAGE $k $v} +{if $k > 0} +
    +{/if} +{/loop} +
    +

    现居住地*

    +
    {ajax_area_select('post[areaid]', '请选择', $areaid)}
    +

    生日*

    +
    +年 + +月 + +日 +
    +

    身高

    +
    cm
    +

    体重

    +
    kg
    +

    学历*

    +
    +{loop $EDUCATION $k $v} +{if $k > 0} +
    +{/if} +{/loop} +
    +

    毕业院校*

    +
    +

    所学专业

    +
    +

    专业技能

    +
    +

    语言水平

    +
    +

    工作性质*

    +
    +{loop $TYPE $k $v} +{if $k > 0} +
    +{/if} +{/loop} +
    +

    期望薪资

    +
    元/月 (不填或者填0为不限)
    +

    工作经验*

    +
    +{if $FD}{fields_html('', '', $item)}{/if} +

    自我鉴定*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    联系手机*

    +
    +

    电子邮件*

    +
    +

    联系电话

    +
    +

    联系地址

    +
    +{if $DT[im_qq]} +

    QQ

    +
    +{/if} +{if $DT[im_wx]} +

    微信

    +
    +{/if} +{if $DT[im_ali]} +

    阿里旺旺

    +
    +{/if} +

    求职状态

    +
    + +
    +

    公开程度

    +
    + 开放
    + 仅网站可见
    + 关闭
    +
    +

    简历模板

    +
    +{tpl_select('resume', $module, 'post[template]', '默认模板', $template, 'id="template"')} +
    +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $resume_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $resume_limit} +总共可发 {$resume_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $resume_free_limit<0}无限{else}{$resume_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_know.htm b/template/mobile/member/my_know.htm new file mode 100644 index 0000000..f1ec917 --- /dev/null +++ b/template/mobile/member/my_know.htm @@ -0,0 +1,263 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
    +
    +{if $action=='add'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add'} + +
    + +
    + + + + + +

    您的提问*

    +
    +

    问题分类*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    补充说明

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +{if $action=='add'} +

    悬赏{$DT[credit_name]}

    +
    + +您目前的{$DT[credit_name]}为{$_credit} +
    +

    匿名设定

    +
    + +
    +{/if} +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +{/if} +{if $action == 'add'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_know_answer.htm b/template/mobile/member/my_know_answer.htm new file mode 100644 index 0000000..986a92d --- /dev/null +++ b/template/mobile/member/my_know_answer.htm @@ -0,0 +1,103 @@ +{template 'header', 'member'} +
    +
    +
    +
    我来回答
    +
    +{if $action=='add'} + +{else} + +{/if} +
    +
    +
    +
    +
    +
    + + +
    + + + + + +

    问题原文

    + +

    答案内容

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    参考资料

    + +{if $_userid} +

    匿名设定

    + 如果不需要显示您的信息,您可以对回答设定匿名 +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    {$DT[credit_name]}规则
    +
    + +
    +{if $answer_limit} +
    +今日可回答 {$answer_limit} 次    +当前已回答 {$limit_used} 次    +还可以回答 {$limit_free} 次    +
    +{/if} + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_mall.htm b/template/mobile/member/my_mall.htm new file mode 100644 index 0000000..1591721 --- /dev/null +++ b/template/mobile/member/my_mall.htm @@ -0,0 +1,802 @@ +{template 'header', 'member'} +
    +
    +
    +
    商品{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + +

    所属分类*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +

    商品名称*

    +
    +

    商品卖点

    +
    +

    卖点链接

    +
    +

    商品品牌

    +
    +

    价格模式*

    +
    +
    +
    +
    + +
    +
    +

    商品单价*

    +
    +
    +
    +

    商品价格*

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    数量价格
    填写示例
    +
    +
    +
    +

    商品库存*

    +
    +
    +
    +

    商品属性

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    属性名称属性值
    属性价格
    例如:颜色例如:黑色|白色|红色 多个属性用|分隔
    +
    +
    +
    +

    销售属性

    +
    点击设置
    +
    +
    +

    商品条码

    +
    +
    +

    商品图片*

    +
    + +
    + +
    +

    宣传视频

    +
    + +
    + +
    +{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    详细内容*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    运费设置

    +
    + + + + + + + + + + + + + + + + + + + + + +
    快递默认运费每件增加
    +
    +

    我的推荐

    +
    +     + +
    +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $timetype!='add'}{/if} +{if $status==3}{/if} +{if $status==4}{/if} +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_photo.htm b/template/mobile/member/my_photo.htm new file mode 100644 index 0000000..7f91a58 --- /dev/null +++ b/template/mobile/member/my_photo.htm @@ -0,0 +1,424 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{elseif $action=='item'}上传{else}管理{/if}
    +
    +{if $action=='add' || $action=='edit' || $action=='item'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + +

    所属分类*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +

    {$MOD[name]}名称*

    +
    +

    标题图片*

    +
    + +
    +
    +
    +{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    {$MOD[name]}说明

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    公开程度

    +
    + + + +
    +
    +

    验证密码*

    +
    +
    +
    +

    验证问题*

    +
    +

    验证答案*

    +
    +
    +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{elseif $action == 'item'} + +
    + + + + + + +{if $items < $MOD[maxitem]} + +
    + +
    +
      +
    • +
    • {$items} / {$MOD[maxitem]}
    • +
    +
    + +{/if} +{if $lists} +{loop $lists $v} +
    + + + +
      +
    • +
    • +
    +
    +{/loop} +{/if} +
    +
    +
    +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + +
    +
    +
    + +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $mod_limit || (!$MG['fee_mode'] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG['fee_mode'] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_quote.htm b/template/mobile/member/my_quote.htm new file mode 100644 index 0000000..a7ead8a --- /dev/null +++ b/template/mobile/member/my_quote.htm @@ -0,0 +1,275 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + + +
    + + + + + +
    +

    所属分类*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +

    {$MOD[name]}标题*

    +
    +{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    报价单*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    所在地区

    +
    {ajax_area_select('post[areaid]', '选择地区', $areaid, $moduleid)}
    +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    +
    + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_sell.htm b/template/mobile/member/my_sell.htm new file mode 100644 index 0000000..5c9f588 --- /dev/null +++ b/template/mobile/member/my_sell.htm @@ -0,0 +1,508 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + +

    信息类型*

    +
    +{loop $TYPE $k $v} +
    +{/loop} +
    +

    信息标题*

    +
    +

    行业分类*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    产品品牌

    +
    +

    详细说明

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    相册图片

    +
    + +
    + +
    +

    宣传视频

    +
    + +
    + +
    +

    过期时间

    +
    +

    主要参数

    +
    + + + + + + + + + + + + + + + + + + + +
    参数名参数值
    +
    +
    例如:规格 10cm*20cm
    +

    交易条件

    +
    + + + + + + + + + + + + + + + + + + + + + + + +
    计量单位
    产品单价{$DT[money_unit]}/{if $unit}{$unit}{else}单位{/if}
    最小起订量{if $unit}{$unit}{else}单位{/if}
    供货总量{if $unit}{$unit}{else}单位{/if}
    +
    +
    供发货期限
    自买家付款之日起    天内发货
    +
    建议详细填写交易条件,否则买家无法为您的产品下订单
    + +

    我的推荐

    +
    +
    + +
    + +{if !$_userid} +{template 'guest_contact', 'chip'} +{/if} +{if $action=='add' && $could_elite} +

    推荐到网站首页

    +
    + +需要上传至少1张产品图片,且需消费 {$MOD[credit_elite]} {$DT[credit_name]} +
    +{/if} +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $timetype!='add'}{/if} +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/my_video.htm b/template/mobile/member/my_video.htm new file mode 100644 index 0000000..171fec6 --- /dev/null +++ b/template/mobile/member/my_video.htm @@ -0,0 +1,357 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$MOD[name]}{if $action=='add'}发布{elseif $action=='edit'}修改{else}管理{/if}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + +
    + + + + + +

    所属分类*

    +
    {ajax_category_select('post[catid]', '选择分类', $catid, $moduleid)}
    +

    {$MOD[name]}标题*

    +
    +{if $CP} + + + +{/if} +{if $FD}{fields_html('', '', $item)}{/if} +

    详细内容

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    {$MOD[name]}地址*

    +
    + +
    + +
    +

    {$MOD[name]}宽度

    +
    + px +
    +

    {$MOD[name]}高度

    +
    + px +
    +

    标题图片*

    +
    + +
    +
    +
    +{if $fee_add} +

    发布此信息需消费

    +
    {$fee_add} {$fee_unit}
    +{if $fee_currency == 'money'} +

    {$DT[money_name]}余额

    +
    {$_money}{$fee_unit} [充值]
    +{else} +

    {$DT[credit_name]}余额

    +
    {$_credit}{$fee_unit} [购买]
    +{/if} +{/if} +{if $need_password} +

    支付密码*

    +
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +
    + + +{load('clear.js')} +{else} +
    +
    + + +
    +
    +
    +{if $_userid} + + +{/if} +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])} +
    +{if $mod_limit} +总共可发 {$mod_limit} 条    +当前已发 {$limit_used} 条    +还可以发 {$limit_free} 条    +{/if} +{if !$MG[fee_mode] && $MOD[fee_add]} +发布信息收费 {$MOD[fee_add]} {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条    +可免费发布 {if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if} 条    +{/if} +
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    +{if $MG[delete]}{/if} +
    +
    +
    + +{/if} +{if $action == 'add' || $action == 'edit'} +{load('player.js')} +{load('url2video.js')} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/news.htm b/template/mobile/member/news.htm new file mode 100644 index 0000000..861d700 --- /dev/null +++ b/template/mobile/member/news.htm @@ -0,0 +1,200 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + + + + +
    +

    新闻标题*

    +
    +

    标题图片

    +
    + +
    +
    + +
    +

    新闻内容*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    新闻分类

    +
    {$type_select}
    +
    + +
    +
    +
    +{else} +
    +
    + +
    +
    +
    + + +
    +{if $lists} +{loop $lists $v} +
    + + + +
    +{/loop} +{/if} +{if $MG[news_limit]} +
    总共可发 {$MG[news_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + +
    +
    +
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/oauth.htm b/template/mobile/member/oauth.htm new file mode 100644 index 0000000..bee334c --- /dev/null +++ b/template/mobile/member/oauth.htm @@ -0,0 +1,45 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +{if $action=='bind'} +
    +
    +
    +
    {$nickname}
    +
    +
    只差一步,绑定后就可以用{$site}自动登录{$DT[sitename]}
    +
    + +
    + +
    +{else} +{loop $OAUTH $k $v} +{if $v[enable]} +{if isset($lists[$k])} +
    + +
      +
    • {$v[name]}{$lists[$k][nickname]}
    • +
    • 更换账号{$lists[$k][logindate]}
    • +
    +
    +{else} +
    + + +
    +{/if} +{/if} +{/loop} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/order.htm b/template/mobile/member/order.htm new file mode 100644 index 0000000..2f97ac9 --- /dev/null +++ b/template/mobile/member/order.htm @@ -0,0 +1,842 @@ +{template 'header', 'member'} +{if $action == 'update'} + {if $step == 'detail'} +
    +
    +
    +
    订单详情
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    快递信息
    +
    + 邮编:{$td[buyer_postcode]}
    + 地址:{$td[buyer_address]}
    + 姓名:{$td[buyer_name]}
    + 手机:{$td[buyer_mobile]}
    + {if $td[send_time]} + 发货日期:{$td[send_time]}
    + 快递类型:{$td[send_type]}
    + 快递单号:{$td[send_no]}{if $td[send_type] && $td[send_no]}   [快递追踪]{/if}
    + 快递状态:{$_send_status[$td[send_status]]}
    + + {/if} +
    +
    订单详情
    +
    + 联系卖家:{$td[seller]}
    + 订单进程:
    + {loop $logs $v} + {$v[adddate]} - {$v[title]}
    + {/loop} + 订单状态:{$_status[$td[status]]}
    + {if $td[buyer_reason]} + 退款理由:{$td[buyer_reason]}
    + {/if} + {if $td[refund_reason]} + 操作原因:{$td[refund_reason]}
    + {/if} + {if $td[status] == 1} +
    + +
    + {/if} +
    + {elseif $step == 'express'} +
    +
    +
    +
    快递信息
    +
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    快递信息
    +
    + 发货日期:{$td[send_time]}
    + 快递类型:{$td[send_type]}
    + 快递单号:{$td[send_no]}
    + 快递状态:{$_send_status[$td[send_status]]}
    + 追踪结果:
    +
    正在查询...
    +
    + + {elseif $step == 'pay'} +
    +
    +
    +
    订单支付
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    + + + + + + + + + + + + {if $DT[sms]} +
    +
    +

    可用短信{$_sms}条 短信通知卖家发货

    +
    + {/if} + +
    + {if $could_pay} +
    + {else} +
    + {/if} +
    +
    + + {elseif $step == 'remind'} +
    +
    +
    +
    提醒发货
    +
    +
    +
    +
    +
    + + + + + +
    + + {elseif $step == 'refund'} +
    +
    +
    +
    申请退款
    +
    +
    +
    +
    + {template 'goods', 'chip'} + +
    + + + + + +
    +

    退款原因*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    + + +
    +

    支付密码*

    +
    {template 'password', 'chip'}
    +
    +
    +
    +
    +
    + + {elseif $step == 'comment'} +
    +
    +
    +
    交易评价
    +
    +
    +
    +
    + + + {load('player.js')} + {load('url2video.js')} + + {template 'goods', 'chip'} +
    + + + + +
    + {loop $lists $k $v} +

    {$v[title]}

    +

    商品评分*

    +
    + +
    + + + + + + 非常好 +
    +
    +

    物流服务*

    +
    + +
    + + + + + + 非常好 +
    +
    +

    商家态度*

    +
    + +
    + + + + + + 非常好 +
    +
    +

    详细评价*

    +
    +

    上传图片

    +
    + +
    + +
    +

    上传视频

    +
    + +
    + +
    + {/loop} +
    +
    +
    +
    +
    + + {elseif $step == 'comment_detail'} +
    +
    +
    +
    评价详情
    +
    +
    +
    +
    +
    + + + {load('player.js')} + {template 'goods', 'chip'} + +
    卖家评价
    +
    + {loop $lists $k $v} + {if $k > 0} +
    +
    + {/if} + 商品名称:{$v[title]}
    + {if $comments[$k][buyer_star]} + 卖家评分: {$STARS[$comments[$k][buyer_star]]} + {if !$comments[$k][seller_reply]} +   [解释] + {/if}
    + 卖家评价:
    + {nl2br($comments[$k][buyer_comment])}
    + 评价时间:{timetodate($comments[$k][buyer_ctime], 6)}
    + {if $comments[$k][seller_reply]} + 我的解释:
    + {nl2br($comments[$k][seller_reply])}
    + 解释时间:{timetodate($comments[$k][seller_rtime], 6)}
    + {/if} + {else} + 卖家评价:暂未评价
    + {/if} + {/loop} +
    +
    我的评价
    +
    + {loop $lists $k $v} + {if $k > 0} +
    +
    + {/if} + 商品名称:{$v[title]}
    + {if $comments[$k][seller_star]} + 商品评分: {$STARS[$comments[$k][seller_star]]}
    + 物流服务: {$STARS[$comments[$k][seller_star_express]]}
    + 商家态度: {$STARS[$comments[$k][seller_star_service]]}
    + 买家评价:
    + {nl2br($comments[$k][seller_comment])}
    + {if $comments[$k][seller_thumbs]} +
    +
      + {if $comments[$k][seller_video]}
    • {/if} + {loop $comments[$k][seller_thumbs] $t} +
    • + {/loop} +
    +
    +

    + {/if} + 评价时间:{timetodate($comments[$k][seller_ctime], 6)}
    + {if $comments[$k][buyer_reply]} + 卖家解释:
    + {nl2br($comments[$k][buyer_reply])}
    + 解释时间:{timetodate($comments[$k][buyer_rtime], 6)}
    + {/if} + {else} + 买家评价:暂未评价
    + {/if} + {/loop} +
    + + {/if} +{elseif $action == 'express'} +
    +
    +
    +
    我的快递
    +
    +
    +
    +
    +
    +{loop $lists $v} +
    + +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{elseif $action == 'muti'} + +
    +
    +
    +
    批量付款
    +
    +
    +
    +
    +
    + + +{loop $lists $k $v} +
    + + + + + + +
    +

    {$v[title]}

    + {$v[par]} +
    + + + + + + +
    {$DT[money_sign]}{$v[price]}x{$v[number]}{$DT[money_sign]}{$v[money]}
    +
    +
    +
    +{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} +
    + + + + + + +
    +

    {$t[title]}

    + {$t[par]} +
    + + + + + + +
    {$DT[money_sign]}{$t[price]}x{$t[number]}
    +
    +
    +
    +{/loop} +{/if} +{/loop} + + + + + + + +{if $DT[sms]} +
    +
    +

    可用短信{$_sms}条 短信通知卖家发货

    +
    +{/if} + +
    +
    + + + + + + +

    件,计

    +
    +
    + + +{else} +
    +
    +
    +
    我的订单 ▾
    +
    +
    +
    +
    +
    + + + +
    +{loop $lists $k $v} +
    +{$v[dstatus]}{$v[addtime]} {$v[seller]} +
    +
    + +
      +
    • {$v[title]}
    • +
    • {$DT[money_sign]}{$v[price]}x{$v[number]}{$v[par]}
    • +
    +
    +{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} +
    + +
      +
    • {$t[title]}
    • +
    • {$DT[money_sign]}{$t[price]}x{$t[number]}{$t[par]}
    • +
    +
    +{/loop} +{/if} +
    合计:{$DT[money_sign]}{$v[money]}订单号:{$v[itemid]}
    +
    +{if $v[status] == 0} +关闭交易 +{elseif $v[status] == 1} + 立即付款 + 关闭交易 +{elseif $v[status] == 2} + 提醒发货 + 申请退款 +{elseif $v[status] == 3} + {if $v[lefttime]} + 确认到货 + {if $v[send_type] && $v[send_no]} + 快递追踪 + {/if} + 申请退款 + {else} + {/if} +{elseif $v[status] == 4} + {if $MODULE[$v[mid]][module] == 'mall'} + {if $v[seller_star]} + 评价详情 + {else} + 评价 + {/if} + {/if} +{elseif $v[status] == 9} + 删除订单 +{/if} +订单详情 +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/page.htm b/template/mobile/member/page.htm new file mode 100644 index 0000000..fa98219 --- /dev/null +++ b/template/mobile/member/page.htm @@ -0,0 +1,140 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + + + + +
    +

    单页标题*

    +
    +

    单页内容*

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    显示顺序

    +
    +
    + +
    +
    +
    +{else} +
    +
    + +
    +
    +
    + + +
    +{if $lists} +{loop $lists $v} +
    + + +
    +{/loop} +{/if} +{if $MG[page_limit]} +
    总共可发 {$MG[page_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
    +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + +
    +
    +
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/pay.htm b/template/mobile/member/pay.htm new file mode 100644 index 0000000..4a846bb --- /dev/null +++ b/template/mobile/member/pay.htm @@ -0,0 +1,82 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    + +
    + + + +
    +
    +
      +
    • +
    • {$fee}{$DT[money_unit]}应付总额
    • + {if $fee != $member_fee}
    • {$member_fee}{$DT[money_unit]}会员价
    • {/if} +
    +
    + + + + + + + +
    +
    +
    +
    + +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/promo.htm b/template/mobile/member/promo.htm new file mode 100644 index 0000000..f1a3ae0 --- /dev/null +++ b/template/mobile/member/promo.htm @@ -0,0 +1,166 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add' || $action=='edit'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} +
    + + + +
    +

    优惠名称*

    +
    +

    优惠金额*

    +
    +

    最低消费

    +
    +

    数量限制*

    +
    +

    有效时间*

    +
    +
    +
    +

    备注信息

    +
    +
    + +
    +
    +
    +{elseif $action == 'coupon'} + +{loop $lists $v} +
    +
      +
    • +{$v[price]} +{$v[username]} +
    • +
    • + + {if $v[oid]} + 已使用 + {elseif $v[fromtime] > $DT_TIME} + 未开始 + {elseif $v[totime] < $DT_TIME} + 已过期 + {else} + 待使用 + {/if} + + {$v[title]}
    • +
    +
    +{/loop} +{if $MG[promo_limit]} +
    总共可加 {$MG[promo_limit]} 条   当前已加 {$limit_used} 条   还可以加 {$limit_free}
    +{/if} +{if $pages}
    {$pages}
    {/if} +{else} + +
    +{if $lists} +{loop $lists $v} +
    + +
      +
    • {$v[title]}
    • +
    • 金额:{$v[price]} / 消费:{$v[cost]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + +
    +
    +
    + +{/if} +{if $action=='add' || $action=='edit'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/record.htm b/template/mobile/member/record.htm new file mode 100644 index 0000000..5fc904f --- /dev/null +++ b/template/mobile/member/record.htm @@ -0,0 +1,82 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +{if $action == 'pay'} + +{if $lists} +{loop $lists $v} +
    +
      +
    • +{$MODULE[$v[mid]][name]} +-{$v[fee]}{if $v[currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if} +
    • +
    • {$v[paytime]}{$v[title]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{elseif $action == 'award'} + +{if $lists} +{loop $lists $v} +
    +
      +
    • +{$MODULE[$v[mid]][name]} +-{$v[fee]}{if $v[currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if} +
    • +
    • {$v[paytime]}{$v[title]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{else} + +{if $lists} +{loop $lists $v} +
    +
      +
    • +余额:{$v[balance]} +{if $v[amount] < 0} +{$v[amount]} +{else} ++{$v[amount]} +{/if} +
    • +
    • {$v[addtime]}{$v[bank]} / {$v[reason]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/register.htm b/template/mobile/member/register.htm new file mode 100644 index 0000000..2b07824 --- /dev/null +++ b/template/mobile/member/register.htm @@ -0,0 +1,329 @@ +{template 'header', 'member'} +
    +
    +
    +
    {if $stepid==3}注册成功{elseif $stepid==2}填写资料{else}注册验证{/if}
    +
    +
    +
    +
    +
    +{if $action == 'success'} +
    +

    恭喜您!会员注册成功

    +
    9秒后自动登录系统...
    + +
    + + +{elseif $action == 'verify'} +
    + + +{if $MOD[captcha_register]} +
    {template 'captcha', 'chip'}
    +{/if} + +
    +
    +
    +
    + +{elseif $action == 'sms'} +
    + + +{if $MOD[checkuser] == 4} + +{/if} +
    +
    {template 'captcha', 'chip'}
    + +
    + +
    +
    +
    +
    + +{elseif $action == 'mail'} +
    + + +{if $MOD[checkuser] == 4} + +{/if} +
    +
    {template 'captcha', 'chip'}
    + +
    + +
    +
    +
    +
    + +{else} +
    + +
    +

    会员类型*

    +
    +
    +{loop $GROUP $k $v} +{if $k>6 && $v[vip]==0 && $v[reg]==1}
    {/if}{/loop} +{if $GROUP[5][reg]}{/if} +
    + +
    +

    公司名称*

    +
    +
    + +

    会员名称*

    +
    + +{if $MOD[passport] && $passport} +

    会员昵称*

    +
    +{/if} + +

    登录密码*

    +
    + +

    重复输入*

    +
    + +
    + +
    +
    +
    + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/send.htm b/template/mobile/member/send.htm new file mode 100644 index 0000000..4bc7623 --- /dev/null +++ b/template/mobile/member/send.htm @@ -0,0 +1,394 @@ +{template 'header', 'member'} +{if $action == 'email'} +
    +
    +
    +
    修改邮箱
    +
    +
    +
    +
    +
    +{if $step == 2} +
    +

    邮箱修改成功

    + +
    +{elseif $step == 1} +
    + + +
    +

    邮件验证码*

    +
    +
    + +
    + +
    +
    +
    + +{else} +
    + + +
    +

    新邮箱*

    +
    +

    验证码*

    +
    {template 'captcha', 'chip'}
    +
    + +
    +
    +
    + +{/if} +{elseif $action == 'mobile'} +
    +
    +
    +
    修改手机
    +
    +
    +
    +
    +
    +{if $step == 2} +
    +

    手机修改成功

    + +
    +{elseif $step == 1} +
    + + +
    +

    短信验证码*

    +
    +
    + +
    + +
    +
    +
    + +{else} +
    + + +
    +

    新手机号*

    +
    +

    验证码*

    +
    {template 'captcha', 'chip'}
    +
    + +
    +
    +
    + +{/if} +{elseif $action == 'contact'} +
    +
    +
    +
    人工申诉
    +
    +
    +
    +
    +
    +

    +
    请联系网站客服,并提供相关信息
    由客服人工协助找回
    +
    + +
    + +
    +
    +{elseif $action == 'sms'} +
    +
    +
    +
    短信找回
    +
    +
    +
    +
    +
    +{if $step == 2} +
    +{if $_userid} +

    支付密码修改成功

    + +{else} +

    登录密码修改成功

    + +{/if} +
    +{elseif $step == 1} +
    + + +
    +

    新{if $_userid}支付{else}登录{/if}密码*

    +
    + +

    重复新密码*

    +
    + +

    短信验证码*

    +
    + +
    + +
    + +
    +
    +
    + +{else} +
    + + +
    +

    手机号码*

    +
    +

    验证码*

    +
    {template 'captcha', 'chip'}
    +
    + +
    +
    +
    + +{/if} +{elseif $action == 'mail'} +
    +
    +
    +
    邮箱找回
    +
    +
    +
    +
    +
    +{if $step == 2} +
    +{if $_userid} +

    支付密码修改成功

    + +{else} +

    登录密码修改成功

    + +{/if} +
    +{elseif $step == 1} +
    + + +
    +

    新{if $_userid}支付{else}登录{/if}密码*

    +
    + +

    重复新密码*

    +
    + +

    邮件验证码*

    +
    + +
    + +
    + +
    +
    +
    + +{else} +
    + + +
    +

    邮箱地址*

    +
    +

    验证码*

    +
    {template 'captcha', 'chip'}
    +
    + +
    +
    +
    + +{/if} +{else} +
    +
    +
    +
    找回密码
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +{/if} +{if $seconds} + +{/if} +{template 'footer', 'member'}} \ No newline at end of file diff --git a/template/mobile/member/sms.htm b/template/mobile/member/sms.htm new file mode 100644 index 0000000..03dee8f --- /dev/null +++ b/template/mobile/member/sms.htm @@ -0,0 +1,146 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action == 'buy'} + +{else} +购买 +{/if} +
    +
    +
    +
    +
    +{if $action == 'buy'} +
    + +
    +
    +
    +
    + +
    +
    +
      +
    • {$_sms}条可用短信
    • +
    • {$fee}{$DT[money_unit]}/条短信单价
    • +
    • 0.00{$DT[money_unit]}应付总额
    • +
    +
    + + + + + + + +
    +
    +
    +
    +{elseif $action == 'record'} + +{if $lists} +{loop $lists $v} +
    +
      +
    • +{$v[word]}字/{$v[num]}条 +{$v[mobile]} +
    • +
    • {$v[code]}{$v[sendtime]}
    • +
    +
    +
    {$v[message]}
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{else} + +{if $lists} +{loop $lists $v} +
    +
      +
    • +余额:{$v[balance]} +{if $v[amount] < 0} +{$v[amount]} +{else} ++{$v[amount]} +{/if} +
    • +
    • {$v[reason]} / {$v[note]}{$v[addtime]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{if $action == 'buy'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/spread.htm b/template/mobile/member/spread.htm new file mode 100644 index 0000000..a6b00af --- /dev/null +++ b/template/mobile/member/spread.htm @@ -0,0 +1,207 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add' || $action=='list'} + +{else} +购买 +{/if} +
    +
    +
    +
    +
    +{if $action == 'add'} +
    + + + + +
    +
    +
      +
    • {$word}关键词
    • +
    • {$MODULE[$mid][name]}所属频道
    • +
    +
    + +
    +
    +
      +
    • 我的出价
    • +
    • + + + + 购买时长 +
    • +
    • 信息ID
    • +
    +
    + +
    +
    +
      +
    • {$price}{$unit}最低出价
    • +
    • {if $step}{$step}{$unit}{else}不限{/if}加价幅度
    • +
    • {$price}{$unit}应付总额
    • +
    +
    + +{if $currency == 'money'} + + + + + +{else} +
    +
    +
      +
    • {$_credit}{$unit}{$DT[credit_name]}余额
    • +
    +
    +{/if} +
    +
    +
    +
    +
    +
    +{elseif $action == 'list'} +
    +
    + +

    关键词*

    +
    +

    频道*

    +
    + +
    +
    + +
    +
    + + +{else} + + +{if $lists} +{loop $lists $v} +
    +
      +
    • {$v[price]}{if $v[currency]=='money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}{$MODULE[$v[mid]][name]}/{$v[word]}
    • +
    • {$v[process]}{timetodate($v[fromtime], 3)} / {timetodate($v[totime], 3)}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{if $action == 'add'} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/stats.htm b/template/mobile/member/stats.htm new file mode 100644 index 0000000..2e25f52 --- /dev/null +++ b/template/mobile/member/stats.htm @@ -0,0 +1,286 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    + +{if $action=='report'} + + + +{if $job == 'pv'} + +{elseif $job == 'ip'} + +{elseif $job == 'rb'} + +{elseif in_array($job, array('domain', 'username', 'itemid'))} + +{/if} +{elseif $action == 'record'} +
    +
    + +
    +
    +
    +
    +{if $lists} +{loop $lists $v} +
    +
      +
    • {$v[url]}
    • +
    • {$v[ip]} / {$v[area]} / {$v[username]}{$v[addtime]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{else} + +{if $lists} +{loop $lists $v} +
    + +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + +
    +
    +
    +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/stock.htm b/template/mobile/member/stock.htm new file mode 100644 index 0000000..c98f705 --- /dev/null +++ b/template/mobile/member/stock.htm @@ -0,0 +1,392 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='add' || $action=='edit' || $action=='update'} + +{else} + +{/if} +
    +
    +
    +
    +
    +{if $action=='add' || $action=='edit'} + +
    + + + + +
    +

    商品分类

    +
    {$type_select}
    +

    条形编码*

    +
    {if in_array($DT_MBS, array('app','b2b','web')) || $wx_jssdk}
    {/if}
    +

    商品名称*

    +
    +

    商品图片*

    +
    + +
    +
    + +
    +

    商品售价*

    +
    /
    +

    商品进价

    +
    +

    库存数量

    +
    +

    仓储货位

    +
    +

    商品品牌

    +
    +

    主要参数

    +
    + + + + + + + + + + + + + + + + + +
    参数名称参数值
    +
    +

    商品介绍

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    {$content}
    + + +
    +

    备注信息

    +
    +
    + +
    +
    +
    + +{elseif $action=='update'} +
    + + + + +
    +{if $title} +

    商品名称

    +
    {$title}
    +{/if} +

    {if $type}出库{else}入库{/if}数量*

    +
    +

    操作事由

    +
      +
    +

    备注信息

    +
    +

    条形编码*

    +
    {if in_array($DT_MBS, array('app','b2b','web')) || $wx_jssdk}
    {/if}
    +
    + +
    +
    +
    + +{elseif $action == 'record'} +
    +
    + +
    +
    +
    + + +
    +{if $lists} +{loop $lists $v} +
    +
      +
    • +余:{$v[balance]} +{if $v[amount] < 0} +{$v[amount]} +{else} ++{$v[amount]} +{/if} +
    • +
    • {$v[addtime]}{$v[title]}
    • +
    +
    +{/loop} +{/if} +{if $MG[stock_limit]} +
    总共可发 {$MG[stock_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
    +{/if} +{if $pages}
    {$pages}
    {/if} +{elseif $action == 'open'} +
    + + +
    + +
    + + +
    +{if $lists} +{loop $lists $v} +
    + + +
      +
    • {$v[title]}
    • +
    • {$DT[money_sign]}{$v[price]} / {$v[brand]} / {$v[skuid]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +{else} +
    + + +
    + +
    + + +
    +{if $lists} +{loop $lists $v} +
    + + +
      +
    • {$v[title]}
    • +
    • {$DT[money_sign]}{$v[price]} / {$v[amount]} / {$v[skuid]}
    • +
    +
    +{/loop} +{/if} +{if $pages}
    {$pages}
    {/if} +
    +
    +
    + +
    +
    +
    + +{/if} +{if $wx_jssdk} + + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/style.htm b/template/mobile/member/style.htm new file mode 100644 index 0000000..bc4fecb --- /dev/null +++ b/template/mobile/member/style.htm @@ -0,0 +1,208 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +
    +{if $action=='buy' || $action=='order'} + +{else} +我的 +{/if} +
    +
    +
    +
    +
    +{if $action=='buy'} +
    + + +
    + + +
    + +
    +
    +
      +
    • + + + + 购买时长 +
    • +
    • {$fee} {$unit}应付总额
    • +
    +
    + +{if $currency == 'money'} + + + + + +{else} +
    +
    +
      +
    • {$_credit}{$unit}{$DT[credit_name]}余额
    • +
    +
    +{/if} +
    +
    +
    +
    + + +{elseif $action=='order'} +
    +
    + +
      +
    • {$c[title]}
    • +
    • + +{if $c[fee]} + {if $c[currency] == 'money'} + {$c[fee]}{$DT[money_unit]}/月 + {else} + {$c[fee]}{$DT[credit_unit]}/月 + {/if} +{else} +免费 +{/if} + +

    • +
    • 删除使用中

    • +
    +
    +{if $lists} +{loop $lists $v} +
    + +
      +
    • {$v[title]}
    • +
    • x {$v[number]} + +{if $v[fee]} + {if $v[currency] == 'money'} + {$v[fee]}{$DT[money_unit]}/月 + {else} + {$v[fee]}{$DT[credit_unit]}/月 + {/if} +{else} +免费 +{/if} + +

    • +
    • 续费{if $v[days]}{$v[days]}天剩余{else}过期{/if}

    • +
    +
    +{/loop} +{/if} +
    +
    +{if $pages}
    {$pages}
    {/if} +{else} +{if $lists} +
    +{loop $lists $v} +
    + +
      +
    • {$v[title]}
    • +
    • {$v[group]}
    • +
    • {$v[orders]}成交 + +{if $v[fee]} + {if $v[currency] == 'money'} + {$v[fee]}{$DT[money_unit]}/月 + {else} + {$v[fee]}{$DT[credit_unit]}/月 + {/if} +{else} +免费 +{/if} + +

    • +
    +
    +{/loop} +
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/these.name.php b/template/mobile/member/these.name.php new file mode 100644 index 0000000..3ef4d55 --- /dev/null +++ b/template/mobile/member/these.name.php @@ -0,0 +1,81 @@ + '账户详情', + 'ad' => '广告管理', + 'address' => '收货地址', + 'agreement' => '用户协议', + 'alert' => '贸易提醒', + 'ask' => '客服中心', + 'avatar' => '头像上传', + 'award' => '打赏', + 'biz' => '商户后台', + 'buy' => '商品购买', + 'cart' => '购物车', + 'cash' => '申请提现', + 'charge' => '帐户充值', + 'chat' => '在线交谈', + 'child' => '子账号', + 'coupon' => '优惠券', + 'credit' => '积分记录', + 'deal' => '团购订单', + 'deposit' => '保证金', + 'edit' => '修改资料', + 'express' => '运费模板', + 'favorite' => '商机收藏', + 'footer' => '会员页脚', + 'friend' => '我的商友', + 'grade' => '会员升级', + 'group' => '团购订单', + 'group_print' => '团购订单打印', + 'header' => '会员页头', + 'home' => '主页设置', + 'honor' => '荣誉资质', + 'im' => '站内交谈', + 'index' => '商务室首页', + 'link' => '公司链接', + 'login' => '会员登录', + 'mail' => '商机订阅', + 'message' => '站内信件', + 'my' => '发布信息', + 'my_article' => '管理文章', + 'my_brand' => '管理品牌', + 'my_buy' => '管理求购', + 'my_club' => '管理商圈帖子', + 'my_club_fans' => '管理商圈粉丝', + 'my_club_group' => '管理商圈', + 'my_club_join' => '加入商圈', + 'my_club_manage' => '管理商圈记录', + 'my_club_reply' => '管理商圈回复', + 'my_down' => '管理下载', + 'my_exhibit' => '管理展会', + 'my_group' => '管理团购', + 'my_info' => '管理信息', + 'my_job' => '管理招聘', + 'my_job_resume' => '管理简历', + 'my_know' => '管理知道', + 'my_know_answer' => '知道答案', + 'my_mall' => '管理商城', + 'my_photo' => '管理图库', + 'my_quote' => '管理行情', + 'my_sell' => '管理供应', + 'my_video' => '管理视频', + 'news' => '公司新闻', + 'oauth' => '一键登录', + 'order' => '我的订单', + 'page' => '公司单页', + 'pay' => '站内支付', + 'promo' => '优惠促销', + 'record' => '流水记录', + 'register' => '会员注册', + 'send' => '邮件验证', + 'sms' => '手机短信', + 'spread' => '排名推广', + 'stats' => '流量统计', + 'stock' => '库存管理', + 'style' => '模板设置', + 'trade' => '交易管理', + 'trade_print' => '订单打印', + 'validate' => '资料认证', + 'weixin' => '微信绑定', +); +?> \ No newline at end of file diff --git a/template/mobile/member/trade.htm b/template/mobile/member/trade.htm new file mode 100644 index 0000000..d1a750b --- /dev/null +++ b/template/mobile/member/trade.htm @@ -0,0 +1,692 @@ +{template 'header', 'member'} +{if $action == 'update'} + {if $step == 'detail'} +
    +
    +
    +
    订单详情
    +
    +
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    我的备注
    +
    + + + + +
    + + +
    +
    + +
    快递信息
    +
    + 邮编:{$td[buyer_postcode]}
    + 地址:{$td[buyer_address]}
    + 姓名:{$td[buyer_name]}
    + 手机:{$td[buyer_mobile]}
    + 买家备注:{if $td[note]}{$td[note]}{else}无{/if}
    + {if $td[send_time]} + 发货日期:{$td[send_time]}
    + 快递类型:{$td[send_type]}
    + 快递单号:{$td[send_no]}{if $td[send_type] && $td[send_no]}   [快递追踪]{/if}
    + 快递状态:{$_send_status[$td[send_status]]}
    + + {/if} +
    +
    订单详情
    +
    + 联系买家:{$td[buyer]}
    + 订单进程:
    + {loop $logs $v} + {$v[adddate]} - {$v[title]}
    + {/loop} + 订单状态:{$_status[$td[status]]}
    + {if $td[buyer_reason]} + 退款理由:{$td[buyer_reason]}
    + {/if} + {if $td[refund_reason]} + 操作原因:{$td[refund_reason]}
    + {/if} + {if $td[status] == 0} +
    +
    确 认
    +
    + {elseif $td[status] == 2} +
    +
    发 货
    +
    + {/if} +
    + {elseif $step == 'express'} +
    +
    +
    +
    快递信息
    +
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    快递信息
    +
    + 发货日期:{$td[send_time]}
    + 快递类型:{$td[send_type]}
    + 快递单号:{$td[send_no]}
    + 快递状态:{$_send_status[$td[send_status]]}
    + 追踪结果:
    +
    正在查询...
    +
    + + {elseif $step == 'edit_price'} +
    +
    +
    +
    修改订单
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    + + + + +
    +

    附加名称

    +
    +

    附加金额

    +
    + {if $td[status] < 1} +
    同时确认订单
    + {/if} + {if $td[cod] < 1} +
    改为货到付款
    + {/if} + {if $DT[sms]} +
    短信通知买家 可用短信{$_sms}条
    + {/if} +
    +
    +
    +
    +
    + + {elseif $step == 'send_goods'} +
    +
    +
    +
    确认发货
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    + + + + +
    +

    快递类型

    +
    + +
    +

    快递单号

    +
    {if in_array($DT_MBS, array('app','b2b','web')) || $wx_jssdk}
    {/if}
    +

    发货时间

    +
    + {if $DT[sms]} +
    短信通知买家 可用短信{$_sms}条
    + {/if} +
    +
    +
    +
    +
    + + {elseif $step == 'add_time'} +
    +
    +
    +
    订单延时
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    + + + + + +
    +

    延长时间*

    +
    小时
    +
    +
    +
    +
    +
    + + {elseif $step == 'refund_agree'} +
    +
    +
    +
    同意退款
    +
    +
    +
    +
    + {template 'goods', 'chip'} +
    + 联系买家:{$td[buyer]}
    + 下单时间:{$td[adddate]}
    + 退款原因:
    + {$td[buyer_reason]} +
    +
    + + + + + +
    +

    同意原因

    +
    + +
      +
    • +
    • B
    • +
    • I
    • +
    • U
    • +
    +
    + + +
    +

    支付密码*

    +
    {template 'password', 'chip'}
    +
    +
    +
    +
    +
    + + {elseif $step == 'comment'} +
    +
    +
    +
    交易评价
    +
    +
    +
    +
    + + + {template 'goods', 'chip'} +
    + + + + +
    + {loop $lists $k $v} +

    {$v[title]}

    +

    交易评分*

    +
    + +
    + + + + + + 非常好 +
    +
    +

    详细评价*

    +
    + {/loop} +
    +
    +
    +
    +
    + + {elseif $step == 'comment_detail'} +
    +
    +
    +
    评价详情
    +
    +
    +
    +
    +
    + + + {load('player.js')} + {template 'goods', 'chip'} + +
    买家评价
    +
    + {loop $lists $k $v} + {if $k > 0} +
    +
    + {/if} + 商品名称:{$v[title]}
    + {if $comments[$k][seller_star]} + 商品评分: {$STARS[$comments[$k][seller_star]]}{if !$comments[$k][buyer_reply]}  [解释]{/if}
    + 物流服务: {$STARS[$comments[$k][seller_star_express]]}
    + 商家态度: {$STARS[$comments[$k][seller_star_service]]}
    + 买家评价:
    + {nl2br($comments[$k][seller_comment])}
    + {if $comments[$k][seller_thumbs]} +
    +
      + {if $comments[$k][seller_video]}
    • {/if} + {loop $comments[$k][seller_thumbs] $t} +
    • + {/loop} +
    +
    +

    + {/if} + 评价时间:{timetodate($comments[$k][seller_ctime], 6)}
    + {if $comments[$k][buyer_reply]} + 我的解释:
    + {nl2br($comments[$k][buyer_reply])}
    + 解释时间:{timetodate($comments[$k][buyer_rtime], 6)}
    + {/if} + {else} + 卖家评价:暂未评价
    + {/if} + {/loop} +
    +
    我的评价
    +
    + {loop $lists $k $v} + {if $k > 0} +
    +
    + {/if} + 商品名称:{$v[title]}
    + {if $comments[$k][buyer_star]} + 买家评分: {$STARS[$comments[$k][buyer_star]]}
    + 买家评价:
    + {nl2br($comments[$k][buyer_comment])}
    + 评价时间:{timetodate($comments[$k][buyer_ctime], 6)}
    + {if $comments[$k][seller_reply]} + 买家解释:
    + {nl2br($comments[$k][seller_reply])}
    + 解释时间:{timetodate($comments[$k][seller_rtime], 6)}
    + {/if} + {else} + 买家评价:暂未评价
    + {/if} + {/loop} +
    + + {/if} +{elseif $action == 'express'} +
    +
    +
    +
    我的快递
    +
    +
    +
    +
    +
    +{loop $lists $v} +
    + +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{elseif $action == 'muti'} + +
    +
    +
    +
    批量发货
    +
    +
    +
    +
    +
    + + + +
    + + +
    +

    快递类型*

    +
    + +{if $send_type} +   +上次使用 {$send_type} +{/if} +
    +
    + +{loop $lists $k $v} +
    +{$v[buyer_mobile]} {$v[buyer_address]} {$v[buyer_name]} +
    +
    + +
      +
    • {$v[title]}
    • +
    • {$DT[money_sign]}{$v[price]}x{$v[number]}{$v[par]}
    • +
    +
    +{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} +
    + +
      +
    • {$t[title]}
    • +
    • {$DT[money_sign]}{$t[price]}x{$t[number]}{$t[par]}
    • +
    +
    +{/loop} +{/if} +
    合计:{$DT[money_sign]}{$v[money]}{if in_array($DT_MBS, array('app','b2b','web')) || $wx_jssdk}{/if}
    +{/loop} + +
    +

    发货时间

    +
    +{if $DT[sms]} +
    短信通知买家 可用短信{$_sms}条
    +{/if} +
    +
    +
    +
    +
    + +{else} +
    +
    +
    +
    我的订单 ▾
    +
    +
    +
    +
    +
    + + + +
    +{loop $lists $k $v} +
    +{$v[dstatus]}{$v[addtime]} {$v[seller]} +
    +
    + +
      +
    • {$v[title]}
    • +
    • {$DT[money_sign]}{$v[price]}x{$v[number]}{$v[par]}
    • +
    +
    +{if isset($tags[$v[itemid]])} +{loop $tags[$v[itemid]] $i $t} +
    + +
      +
    • {$t[title]}
    • +
    • {$DT[money_sign]}{$t[price]}x{$t[number]}{$t[par]}
    • +
    +
    +{/loop} +{/if} +
    合计:{$DT[money_sign]}{$v[money]}订单号:{$v[itemid]}
    +
    +{if $v[status] == 0} +确认订单 +修改订单 +关闭交易 +{elseif $v[status] == 1} +修改订单 +关闭交易 +{elseif $v[status] == 2} +确认发货 +{elseif $v[status] == 3} + {if $v[lefttime]} + 延长时间 + {else} + 直接收款 + {/if} + {if $v[send_type] && $v[send_no]} + 快递追踪 + {/if} +{elseif $v[status] == 4} + {if $MODULE[$v[mid]][module] == 'mall'} + {if $v[buyer_star]} + 评价详情 + {else} + 评价 + {/if} + {/if} +{elseif $v[status] == 5} + 同意退款 +{elseif $v[status] == 7} + {if $v[send_time]} + 确认完成 + {else} + 确认发货 + {/if} +{elseif $v[status] == 8} + 删除订单 +{/if} +订单详情 +
    +{/loop} +{if $pages}
    {$pages}
    {/if} +{/if} +{if $wx_jssdk} + + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/trade_print.htm b/template/mobile/member/trade_print.htm new file mode 100644 index 0000000..ef2095f --- /dev/null +++ b/template/mobile/member/trade_print.htm @@ -0,0 +1,96 @@ + + + + +订单详情 + + + + +
    + + + + + + + + + + + + + + + + + + + + +
    收货信息
    收货地址{$td[buyer_address]}{if $td[buyer_postcode]} ({$td[buyer_postcode]}){/if}
    买家姓名{$td[buyer_name]}
    买家手机{$td[buyer_mobile]}
    会员名称{$td[buyer]}
    +
    +
    + + + +{if $td[sku]}{/if} +{if $td[sku]}{/if} + + + + +{loop $lists $k $v} + + +{if $td[sku]}{/if} +{if $td[sku]}{/if} + + + + +{/loop} +
    商品名称条形码仓储货位规格数量买家留言
    {$v[title]}{if $v[skuid]}{/if}{if $v[sku]}{$v[sku][location]}{/if}{$v[par]}{$v[number]}{$v[note]}
    +
    +
    + + + + + + + + + + + + + + + + +{if $td[fee_name] && $td[fee]} + + + + +{/if} + + + + +
    订单信息
    订单编号{$td[itemid]}
    下单时间{$td[adddate]}
    卖家名称{$td[seller]}
    {$td[fee_name]}{$DT[money_sign]}{$td[fee]}
    订单总额{$DT[money_sign]}{$td[total]}
    +
    + +
    +
    +
    + + \ No newline at end of file diff --git a/template/mobile/member/validate.htm b/template/mobile/member/validate.htm new file mode 100644 index 0000000..43c84aa --- /dev/null +++ b/template/mobile/member/validate.htm @@ -0,0 +1,609 @@ +{template 'header', 'member'} +{if $action == 'email'} +
    +
    +
    +
    邮箱认证
    +
    +
    +
    +
    +
    +{if $step == 2} +
    +

    邮箱认证成功

    + +
    +{elseif $step == 1} +
    + + +
    +

    邮件验证码*

    +
    +
    + +
    + +
    +
    +
    + +{else} +
    + + +
    +

    电子邮件*

    +
    +

    验证码*

    +
    {template 'captcha', 'chip'}
    +
    + +
    +
    +
    + +{/if} +{elseif $action == 'vemail'} +
    +
    +
    +
    邮件认证
    +
    +
    +
    +
    +
    +
    +

    邮件已认证

    +
    {$_email}
    + + +
    +{elseif $action == 'mobile'} +
    +
    +
    +
    手机认证
    +
    +
    +
    +
    +
    +{if $step == 2} +
    +

    手机认证成功

    + +
    +{elseif $step == 1} +
    + + +
    +

    短信验证码*

    +
    +
    + +
    + +
    +
    +
    + +{else} +
    + + +
    +

    手机号码*

    +
    +

    验证码*

    +
    {template 'captcha', 'chip'}
    +
    + +
    +
    +
    + +{/if} +{elseif $action == 'vmobile'} +
    +
    +
    +
    手机认证
    +
    +
    +
    +
    +
    +
    +

    手机已认证

    +
    {$_mobile}
    + + +
    +{elseif $action == 'truename'} +
    +
    +
    +
    实名认证
    +
    +
    +
    +
    +
    + +
    + +
    +

    真实姓名*

    +
    +

    证件图片*

    +
    + + + +
    +
    +
    +
    + +
    +

    验证码*

    +
    {template 'captcha', 'chip'}
    +
    + +
    +
    +
    + +{load('clear.js')} +{elseif $action == 'vtruename'} +
    +
    +
    +
    实名认证
    +
    +
    +
    +
    +
    +
    +

    真实姓名{if $user[vtruename] || $va[status] == 3}已认证{else}审核中{/if}

    +
    {$user[truename]}
    + +
    +{elseif $action == 'company'} +
    +
    +
    +
    公司认证
    +
    +
    +
    +
    +
    + +
    + +
    +

    公司名称*

    +
    +

    证件图片*

    +
    + + + +
    +
    +
    +
    + +
    +

    验证码*

    +
    {template 'captcha', 'chip'}
    +
    + +
    +
    +
    + +{load('clear.js')} +{elseif $action == 'vcompany'} +
    +
    +
    +
    公司认证
    +
    +
    +
    +
    +
    +
    +

    公司{if $user[vcompany] || $va[status] == 3}已认证{else}审核中{/if}

    +
    {$user[company]}
    + +{elseif $action == 'shop'} +
    +
    +
    +
    商铺认证
    +
    +
    +
    +
    +
    + +
    + +
    +

    商铺名称*

    +
    +

    证件图片*

    +
    + + + +
    +
    +
    +
    + +
    +

    验证码*

    +
    {template 'captcha', 'chip'}
    +
    + +
    +
    +
    + +{load('clear.js')} +
    {elseif $action == 'vshop'} +
    +
    +
    +
    商铺认证
    +
    +
    +
    +
    +
    +
    +

    商铺{if $user[vshop] || $va[status] == 3}已认证{else}审核中{/if}

    +
    {$va[title]}
    + +
    +{elseif $action == 'bank'} +
    +
    +
    +
    银行认证
    +
    +
    +
    +
    +
    +
    +
    +
      +
    • {if $user[bank]}{$user[bank]}{else}未设置{/if}开户银行
    • +
    • {if $user[branch]}{$user[branch]}{else}未设置{/if}开户网点
    • +
    • {if $user[account]}{$user[account]}{else}未设置{/if}收款帐号
    • +
    • {if $user[banktype]}{$user[company]}{else}{$user[truename]}{/if}收款户名
    • +
    • {if $user[vbank]}已认证{else}未认证{/if}认证状态
    • +
    +
    +
    + +
    + +
    +{else} +
    +
    +
    +
    认证类型
    +
    +
    +
    +
    +
    +
    + +
    +{/if} +{if $seconds} + +{/if} +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/member/weixin.htm b/template/mobile/member/weixin.htm new file mode 100644 index 0000000..0be2682 --- /dev/null +++ b/template/mobile/member/weixin.htm @@ -0,0 +1,61 @@ +{template 'header', 'member'} +
    +
    +
    +
    {$head_name}
    +{if $W} +
    +{/if} +
    +
    +
    +
    +{if $W} +
    + +
      +
    • 已绑定{if $W[nickname]}{$W[nickname]}{else}未填写{/if}
    • +
    • 上次访问:{timetodate($W[visittime], 5)}
    • +
    +
    +{else} +
    + +
      +
    • 待绑定微信昵称
    • +
    • N/A
    • +
    +
    +{/if} +
    +{if $W} +
    +{if $DT_MBS == 'weixin'} +长按识别上图二维码,进入公众号 +{else} +扫一扫上图二维码,进入公众号 +{/if} +{else} +
    +{if $DT_MBS == 'weixin'} +长按识别上图二维码,添加关注并绑定 +{else} +扫一扫上图二维码,添加关注并绑定 +{/if} + +{/if} +
    +
    +
    +{template 'footer', 'member'} \ No newline at end of file diff --git a/template/mobile/message/403.htm b/template/mobile/message/403.htm new file mode 100644 index 0000000..557741f --- /dev/null +++ b/template/mobile/message/403.htm @@ -0,0 +1,39 @@ +{template 'header'} +
    +
    +
    +
    无权访问
    +
    +
    +
    +
    +
    +
    +

    {$head_title}

    +
    + 秒后将自动跳转到{if $_userid}会员升级页面{else}会员登录页面{/if} +

    +{if $_userid} +  1、请升级您的会员组。
    +{else} +  1、请 登录注册
    +{/if} +  2、请检查输入的网址是否正确。
    +  3、如果不能确认输入的网址,请浏览网站首页来查看所要访问的网址。
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/message/404.htm b/template/mobile/message/404.htm new file mode 100644 index 0000000..088f892 --- /dev/null +++ b/template/mobile/message/404.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    页面不存在
    +
    +
    +
    +
    +
    +
    +

    您正在请求的页面可能 不存在已经被删除

    +
    请尝试以下操作:
    + • 确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误
    + • 请与网站管理员联系,告诉他们您发现的错误以便网站管理员处理
    + • 30秒后自动返回网站首页
    +
    + + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/message/alert.htm b/template/mobile/message/alert.htm new file mode 100644 index 0000000..43484a1 --- /dev/null +++ b/template/mobile/message/alert.htm @@ -0,0 +1,22 @@ + + + + +提示信息{$DT[seo_delimiter]}{$DT[sitename]} + + + + + + + \ No newline at end of file diff --git a/template/mobile/message/com-notfound.htm b/template/mobile/message/com-notfound.htm new file mode 100644 index 0000000..16094f0 --- /dev/null +++ b/template/mobile/message/com-notfound.htm @@ -0,0 +1,14 @@ +{template 'header'} +
    +
    +
    +
    公司不存在
    +
    +
    +
    +
    +
    +
    +您正在访问的公司主页可能已经删除、更名或尚未开通...
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/message/com-opening.htm b/template/mobile/message/com-opening.htm new file mode 100644 index 0000000..c769456 --- /dev/null +++ b/template/mobile/message/com-opening.htm @@ -0,0 +1,17 @@ +{template 'header'} +
    +
    +
    +
    主页未开通
    +
    +
    +
    +
    +
    +
    +您正在访问的公司主页已经注册,将在所属公司{if $COM[edittime]}资料认证{else}资料完善{/if}后自动开通,请稍后访问...
    +{if $username == $_username} +系统检测到您为该公司所属会员,{if $COM[edittime]}请点这里立即认证公司资料{else}请点这里立即完善公司资料{/if},激活公司主页
    +{/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/message/guest.htm b/template/mobile/message/guest.htm new file mode 100644 index 0000000..42b1caf --- /dev/null +++ b/template/mobile/message/guest.htm @@ -0,0 +1,16 @@ +{template 'header'} +
    +
    +
    +
    会员未注册
    +
    +
    +
    +
    +
    +
    +

    {$head_title}

    +
    +您访问的公司尚未注册本站会员,无法查看详细信息,建议优先选择 {VIP} 会员
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/message/list-notfound.htm b/template/mobile/message/list-notfound.htm new file mode 100644 index 0000000..cf8c457 --- /dev/null +++ b/template/mobile/message/list-notfound.htm @@ -0,0 +1,31 @@ +{template 'header'} +
    +
    +
    +
    分类不存在
    +
    +
    +
    +
    +
    +
    +

    {$head_title}

    +
    + 秒后将自动跳转到{$MOD[name]}首页 +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/message/message.htm b/template/mobile/message/message.htm new file mode 100644 index 0000000..ba6d0bf --- /dev/null +++ b/template/mobile/message/message.htm @@ -0,0 +1,42 @@ + + + + +提示信息{$DT[seo_delimiter]}{$DT[sitename]} + + + + + + +
    +{if $dtime == -1} + +
    +
    + {$dmessage} +
    +{else} +
    +
    +
    +
    提示信息
    +
    +
    +
    +
    +
    +
    {$dmessage}
    +
    +{if $dforward == 'goback'} +
    +{elseif $dforward} +
    + +{/if} +{/if} +
    + + \ No newline at end of file diff --git a/template/mobile/message/mysql.htm b/template/mobile/message/mysql.htm new file mode 100644 index 0000000..54d41c4 --- /dev/null +++ b/template/mobile/message/mysql.htm @@ -0,0 +1,16 @@ +{template 'header'} +
    +
    +
    +
    ʾ
    +
    +
    +
    +
    +
    +
    +ݿʧ(Can not connect to MySQL server)
    +ϵͳ޷MySQL˲鿴Ľ
    +{$DT[sitename]}
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/message/show-notfound.htm b/template/mobile/message/show-notfound.htm new file mode 100644 index 0000000..5622d0e --- /dev/null +++ b/template/mobile/message/show-notfound.htm @@ -0,0 +1,31 @@ +{template 'header'} +
    +
    +
    +
    信息不存在
    +
    +
    +
    +
    +
    +
    +

    {$head_title}

    +
    + 秒后将自动跳转到{$MOD[name]}首页 +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/message/these.name.php b/template/mobile/message/these.name.php new file mode 100644 index 0000000..66e4517 --- /dev/null +++ b/template/mobile/message/these.name.php @@ -0,0 +1,14 @@ + 'JS提示信息', + 'com-notfound' => '公司不存在', + 'com-opening' => '公司未激活', + 'guest' => '游客主页', + 'list-notfound' => '列表页不存在', + 'message' => 'HTML提示信息', + 'mysql' => 'MySQL无法连接', + 'show-notfound' => '内容页不存在', + 403 => '403拒绝访问', + 404 => '404未找到网页', +); +?> \ No newline at end of file diff --git a/template/mobile/mobile/about.htm b/template/mobile/mobile/about.htm new file mode 100644 index 0000000..9bf47a0 --- /dev/null +++ b/template/mobile/mobile/about.htm @@ -0,0 +1,21 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/mobile/area.htm b/template/mobile/mobile/area.htm new file mode 100644 index 0000000..d2be825 --- /dev/null +++ b/template/mobile/mobile/area.htm @@ -0,0 +1,23 @@ +{template 'header'} +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +{/loop} + + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/mobile/category.htm b/template/mobile/mobile/category.htm new file mode 100644 index 0000000..25b8b90 --- /dev/null +++ b/template/mobile/mobile/category.htm @@ -0,0 +1,23 @@ +{template 'header'} +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +{/loop} + + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/mobile/channel.htm b/template/mobile/mobile/channel.htm new file mode 100644 index 0000000..926fff3 --- /dev/null +++ b/template/mobile/mobile/channel.htm @@ -0,0 +1,19 @@ +{template 'header'} +{if $sns_app} +{else} +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +{/if} +
    +
      + {loop $MODULE $i $m} + {if $m[moduleid] > 3 && $m[ismenu]}
    • {$m[name]}
    • {/if} + {/loop} +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/mobile/device.htm b/template/mobile/mobile/device.htm new file mode 100644 index 0000000..b547302 --- /dev/null +++ b/template/mobile/mobile/device.htm @@ -0,0 +1,10 @@ +{template 'header'} +
    +
    +
    设备错误
    +
    +
    +
    +
    +
    您的设备不支持浏览手机版

    点击切换到电脑版
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/mobile/more.htm b/template/mobile/mobile/more.htm new file mode 100644 index 0000000..2cfc037 --- /dev/null +++ b/template/mobile/mobile/more.htm @@ -0,0 +1,46 @@ +{template 'header'} +
    +
    +{if $foot == 'my'}
    {/if} +
    {$head_name}
    +
    +
    +
    +
    +
    + +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/mobile/my.htm b/template/mobile/mobile/my.htm new file mode 100644 index 0000000..5651af4 --- /dev/null +++ b/template/mobile/mobile/my.htm @@ -0,0 +1,37 @@ +{template 'header'} + + +
    + +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/mobile/search.htm b/template/mobile/mobile/search.htm new file mode 100644 index 0000000..95953cc --- /dev/null +++ b/template/mobile/mobile/search.htm @@ -0,0 +1,82 @@ +{template 'header'} + +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    + +{if $lists} +
    + {loop $lists $v} + {$v[kw]} + {/loop} + 清空记录 +
    +{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/mobile/setting.htm b/template/mobile/mobile/setting.htm new file mode 100644 index 0000000..dacd56f --- /dev/null +++ b/template/mobile/mobile/setting.htm @@ -0,0 +1,122 @@ +{template 'header'} + +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +
    已选频道轻按移除,左右滑动排序
    +
    +{loop $my_arr $i} +
    {$MOB_MOD[$i][name]}
    +{/loop} +
    +
    待选频道轻按恢复
    +
    +{loop $rm_arr $i} +
    {$MOB_MOD[$i][name]}
    +{/loop} +
    +
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/mobile/these.name.php b/template/mobile/mobile/these.name.php new file mode 100644 index 0000000..3c80b0a --- /dev/null +++ b/template/mobile/mobile/these.name.php @@ -0,0 +1,14 @@ + '关于我们', + 'area' => '按地区浏览', + 'category' => '按分类浏览', + 'channel' => '频道', + 'device' => '设备错误', + 'more' => '更多', + 'my' => '我的', + 'search' => '搜索', + 'setting' => '设置', + 'tips' => '提示', +); +?> \ No newline at end of file diff --git a/template/mobile/photo/index.htm b/template/mobile/photo/index.htm new file mode 100644 index 0000000..796cd38 --- /dev/null +++ b/template/mobile/photo/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +浏览 +评论 +图片 +
    +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/photo/list.htm b/template/mobile/photo/list.htm new file mode 100644 index 0000000..0242a85 --- /dev/null +++ b/template/mobile/photo/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +浏览 +评论 +图片 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/photo/private.htm b/template/mobile/photo/private.htm new file mode 100644 index 0000000..608a9b7 --- /dev/null +++ b/template/mobile/photo/private.htm @@ -0,0 +1,24 @@ +{template 'header'} +
    +
    +
    +
    身份验证
    +
    + +
    +
    +
    +
    +
    +
    +
    + + +

    {if $open == 2}请输入访问密码{elseif $open == 1}请回答,{$question}?{/if}*{$error}

    +
    +
    + +
    +
    +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/photo/search.htm b/template/mobile/photo/search.htm new file mode 100644 index 0000000..3072007 --- /dev/null +++ b/template/mobile/photo/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + +
    +
    +推荐 +综合 +浏览 +评论 +图片 +
    +{if $catid || $areaid} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/photo/show.htm b/template/mobile/photo/show.htm new file mode 100644 index 0000000..4d2b643 --- /dev/null +++ b/template/mobile/photo/show.htm @@ -0,0 +1,57 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +{if $user_status == 3} +
    + {$page}/{$items} +
    + {$P[introduce]} + + {loop $T $i $p} + {$p[introduce]} + {/loop} + +
    +{/if} +

    {$title}

    +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{$items}图片
    +{if $user_status == 3} +{else} +
    {template 'content', 'chip'}
    +{/if} +{if $content}
    {$content}
    {/if} +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    + {if $username} + + {else} + + {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/photo/these.name.php b/template/mobile/photo/these.name.php new file mode 100644 index 0000000..7aa6165 --- /dev/null +++ b/template/mobile/photo/these.name.php @@ -0,0 +1,10 @@ + '首页', + 'list' => '列表页', + 'private' => '验证身份', + 'search' => '搜索页', + 'show' => '内容页', + 'view' => '全部图片', +); +?> \ No newline at end of file diff --git a/template/mobile/photo/view.htm b/template/mobile/photo/view.htm new file mode 100644 index 0000000..3b94281 --- /dev/null +++ b/template/mobile/photo/view.htm @@ -0,0 +1,15 @@ +{template 'header'} +
    +
    +
    +
    图片列表
    +
    +
    +
    +
    +
    +{loop $T $i $t} + +{/loop} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/quote/index.htm b/template/mobile/quote/index.htm new file mode 100644 index 0000000..ffaa543 --- /dev/null +++ b/template/mobile/quote/index.htm @@ -0,0 +1,34 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +人气 +评论 +点赞 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/quote/list.htm b/template/mobile/quote/list.htm new file mode 100644 index 0000000..407460d --- /dev/null +++ b/template/mobile/quote/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +人气 +评论 +点赞 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/quote/price.htm b/template/mobile/quote/price.htm new file mode 100644 index 0000000..f5f2587 --- /dev/null +++ b/template/mobile/quote/price.htm @@ -0,0 +1,178 @@ +{template 'header'} +
    +
    +
    +
    报价详情
    +
    +{if $could_add} + +{else} +{/if} +
    +
    +
    +
    +
    +{if $could_add} + +{load('guest.js')} + +{/if} +

    {$P[title]}

    +
    {timetodate($P[edittime], 5)}{$P[item]}报价{$P[hits]}
    +
    +单位:{$P[unit]}
    +{if $P[n1] && $P[v1]}{$P[n1]}:{$P[v1]}
    {/if} +{if $P[n2] && $P[v2]}{$P[n2]}:{$P[v2]}
    {/if} +{if $P[n3] && $P[v3]}{$P[n3]}:{$P[v3]}
    {/if} +{if $P[content]}{$P[content]}{/if} +
    +{if $sd} + + +{/if} +
    +{if $tags} +
    {template 'list-quote-price', 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/quote/product.htm b/template/mobile/quote/product.htm new file mode 100644 index 0000000..a550da1 --- /dev/null +++ b/template/mobile/quote/product.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    +
    +
    产品报价
    +
    + +
    +
    +
    +
    +
    + +{if $tags} +
    {template 'list-quote-product', 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/quote/search.htm b/template/mobile/quote/search.htm new file mode 100644 index 0000000..0feba1b --- /dev/null +++ b/template/mobile/quote/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + +
    +
    +推荐 +综合 +人气 +评论 +点赞 +
    +{if $catid || $areaid} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/quote/show.htm b/template/mobile/quote/show.htm new file mode 100644 index 0000000..3df7556 --- /dev/null +++ b/template/mobile/quote/show.htm @@ -0,0 +1,44 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    {$title}

    +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{$comments}
    +
    + {if $user_status == 3} + {$content} + {else} + {template 'content', 'chip'} + {/if} +
    +{if $pages}
    {$pages}
    {/if} +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    + +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/quote/these.name.php b/template/mobile/quote/these.name.php new file mode 100644 index 0000000..f97aaad --- /dev/null +++ b/template/mobile/quote/these.name.php @@ -0,0 +1,11 @@ + '首页', + 'list' => '列表页', + 'price' => '价格曲线', + 'product' => '产品列表', + 'quote' => '报价单', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/mobile/sell/compare.htm b/template/mobile/sell/compare.htm new file mode 100644 index 0000000..9571dcf --- /dev/null +++ b/template/mobile/sell/compare.htm @@ -0,0 +1,126 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    + +
    + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + + + +{loop $tags $k $v} + +{/loop} + +
    移除移除
    图片
    标题
    品牌
    {$v[brand]}
    日期{$v[editdate]}
    公司
    会员 +{if $v[vip]}{VIP}{/if}  +
    地区{area_pos($v[areaid], '', 2)}
    价格{if $v[price]>0}{$v[price]}{$DT[money_unit]}/{$v[unit]}{else}面议{/if}
    起订{if $v[minamount]}{$v[minamount]} {$v[unit]}{else}未填写{/if}
    总量{if $v[amount]}{$v[amount]} {$v[unit]}{else}未填写{/if}
    发货{if $v[days]}{$v[days]}天内{else}未填写{/if}
    联系  + {if $v[username] && $DT[im_web]}{im_web($v[username].'&mid='.$moduleid.'&itemid='.$v[itemid])} {/if} + {if $v[qq] && $DT[im_qq]}{im_qq($v[qq])} {/if} + {if $v[wx] && $DT[im_wx]}{im_wx($v[wx], $v[username])} {/if} + {if $v[ali] && $DT[im_ali]}{im_ali($v[ali])} {/if} + {if $v[skype] && $DT[im_skype]}{im_skype($v[skype])} {/if} +
    询价
    移除移除
    +
    + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/sell/index.htm b/template/mobile/sell/index.htm new file mode 100644 index 0000000..5aca514 --- /dev/null +++ b/template/mobile/sell/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +询价 +销量 +价格 +
    +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/sell/inquiry.htm b/template/mobile/sell/inquiry.htm new file mode 100644 index 0000000..bc50caa --- /dev/null +++ b/template/mobile/sell/inquiry.htm @@ -0,0 +1,147 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    + +
    +
    +
    +
    +
    +
    +
    + + +

    询价标题*

    +
    +

    我想了解

    +
    +{loop $itype $k $v} +
    +{/loop} +
    +

    快捷提问

    +
    + +
    +

    主要内容*

    +
    +

    回复时间

    +
    前回复
    +{if $_userid} +

    联系方式

    +
    +公司:{$company}
    +姓名:{$truename}
    +电话:{$telephone}
    +邮件:{$email}
    +{if $DT[im_qq]}QQ:{$qq}
    {/if} +{if $DT[im_wx]}微信:{$wx}
    {/if} +{if $DT[im_ali]}阿里旺旺:{$ali}
    {/if} +{if $DT[im_skype]}Skype:{$skype}
    {/if} +
    +{else} +

    公司

    +
    +

    姓名*

    +
    +

    电话*

    +
    +

    邮箱

    +
    +{if $DT[im_qq]} +

    QQ

    +
    +{/if} +{if $DT[im_wx]} +

    微信

    +
    +{/if} +{if $DT[im_ali]} +

    阿里旺旺

    +
    +{/if} +{if $DT[im_skype]} +

    Skype

    +
    +{/if} +{/if} +{if $_userid && $DT[sms]} +

    短信通知

    +
    剩余{$_sms}条
    +{/if} +{if $need_question} +

    验证问题*

    +
    {template 'question', 'chip'}
    +{/if} +{if $need_captcha} +

    验证码*

    +
    {template 'captcha', 'chip'}
    +{/if} +
    + +
    +{if $MG[inquiry_limit]} +
    +今日可询价 {$MG[inquiry_limit]}
    +当前已询价 {$limit_used}
    +还可以询价 {$limit_free}
    +
    +{/if} +
    +
    +{if !$_userid}{/if} + +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/sell/list.htm b/template/mobile/sell/list.htm new file mode 100644 index 0000000..5ba772c --- /dev/null +++ b/template/mobile/sell/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +询价 +销量 +价格 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/sell/search.htm b/template/mobile/sell/search.htm new file mode 100644 index 0000000..3ff3673 --- /dev/null +++ b/template/mobile/sell/search.htm @@ -0,0 +1,43 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + +
    +
    +推荐 +综合 +询价 +销量 +价格 +
    +{if $catid || $areaid || $minprice || $maxprice} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +{if $minprice || $maxprice}{if $minprice}{$minprice}{$DT[money_unit]}{else}不限{/if}至{if $maxprice}{$maxprice}{$DT[money_unit]}{else}不限{/if}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/sell/show.htm b/template/mobile/sell/show.htm new file mode 100644 index 0000000..b062ff4 --- /dev/null +++ b/template/mobile/sell/show.htm @@ -0,0 +1,60 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +{if $thumb}{template 'album', 'chip'}{/if} +

    {$title}

    +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{if $could_purchase}{$orders}已售{else}{$messages}询价{/if}
    +
    +价格:{if $price&&$unit}{$DT[money_sign]}{$price}/{$unit}{else}未填{/if}
    +{if $brand}品牌:{$brand}
    {/if} +{if $n1 && $v1}{$n1}:{$v1}
    {/if} +{if $n2 && $v2}{$n2}:{$v2}
    {/if} +{if $n3 && $v3}{$n3}:{$v3}
    {/if} +{if $minamount}起订:{$minamount}{$unit}
    {/if} +{if $amount>0}供应:{$amount}{$unit}
    {/if} +{if $days}发货:{$days}天内
    {/if} +{if $could_purchase} +
    立即购买
    +{elseif $could_inquiry} +
    发送询价
    +{/if} +{$content} +
    +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    联系方式
    +
    {template 'contact', 'chip'}
    +
    + {if $username} + + {else} + + {/if} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/sell/these.name.php b/template/mobile/sell/these.name.php new file mode 100644 index 0000000..592f810 --- /dev/null +++ b/template/mobile/sell/these.name.php @@ -0,0 +1,10 @@ + '产品比较', + 'index' => '首页', + 'inquiry' => '询盘页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/mobile/special/index.htm b/template/mobile/special/index.htm new file mode 100644 index 0000000..0e663d7 --- /dev/null +++ b/template/mobile/special/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +浏览 +评论 +点赞 +
    +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/special/list.htm b/template/mobile/special/list.htm new file mode 100644 index 0000000..6b7fd4b --- /dev/null +++ b/template/mobile/special/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +浏览 +评论 +点赞 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/special/search.htm b/template/mobile/special/search.htm new file mode 100644 index 0000000..a69dada --- /dev/null +++ b/template/mobile/special/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + +
    +
    +推荐 +综合 +浏览 +评论 +点赞 +
    +{if $catid || $areaid} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/special/show.htm b/template/mobile/special/show.htm new file mode 100644 index 0000000..f3c986e --- /dev/null +++ b/template/mobile/special/show.htm @@ -0,0 +1,96 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +{if $cfg_type && $TYPE} + +{else} + +{/if} +
    +
    +
    +
    +
    +
    + +{if $cfg_type && $TYPE} + +{/if} +{if $action == 'type'} + {if $tags} +
    {template 'list-special-type', 'tag'}
    +
    + {else} + {template 'empty', 'chip'} + {/if} + {if $pages}
    {$pages}
    {/if} +{else} +

    {$title}

    + {if $islink} +
    {$editdate}
    + + {else} +
    {$editdate}{if $MOD[hits]}{$hits}{/if}{$comments}
    + {if $banner}{/if} +
    + {if $user_status == 3} + {$content} + {else} + {template 'content', 'chip'} + {/if} +
    + {if $cfg_photo} +
    +
    图片报道
    +
    +
    + +
    +
    + {/if} + {if $cfg_video} +
    +
    视频报道
    +
    +
    + +
    +
    + {/if} + {/if} +
    + {if $MOD[likes]}{/if} + {if $MOD[likes]}
    反对 {$hates}
    {/if} +
    收藏 {$favorites}
    + {if $MOD[fee_award]}
    打赏 {$awards}
    {/if} + {if $could_comment}
    评论 {$comments}
    {/if} + +
    +{/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/special/these.name.php b/template/mobile/special/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/mobile/special/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/mobile/tag/list-article.htm b/template/mobile/tag/list-article.htm new file mode 100644 index 0000000..6766145 --- /dev/null +++ b/template/mobile/tag/list-article.htm @@ -0,0 +1,17 @@ +{loop $tags $k $t} +{if $t[thumb]} +
    + +
      +
    • {$t[title]}
    • +
    • {$t[comments]}评论{timetodate($t[addtime], 3)}

    • +
    +
    +{else} +
    +{$t[title]} +{if $t[introduce]}
    {$t[introduce]}
    {/if} +

    {$t[comments]}评论{timetodate($t[addtime], 3)}{$t[hits]}

    +
    +{/if} +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-brand.htm b/template/mobile/tag/list-brand.htm new file mode 100644 index 0000000..a11bdc1 --- /dev/null +++ b/template/mobile/tag/list-brand.htm @@ -0,0 +1,10 @@ +{loop $tags $k $t} +
    +
    + +

    {$t[messages]}留言{$t[hits]}浏览

    +{if !isset($homepage)}{$t[company]}{/if} +{$t[title]} +
    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-buy.htm b/template/mobile/tag/list-buy.htm new file mode 100644 index 0000000..e8b4b69 --- /dev/null +++ b/template/mobile/tag/list-buy.htm @@ -0,0 +1,10 @@ +{loop $tags $k $t} +
    + + +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-club-group.htm b/template/mobile/tag/list-club-group.htm new file mode 100644 index 0000000..d62916e --- /dev/null +++ b/template/mobile/tag/list-club-group.htm @@ -0,0 +1,9 @@ +{loop $tags $k $t} +
    +
    + +

    {$t[fans]}粉丝{$t[post]}主题

    +{$t[title]}{$MOD[seo_name]} +
    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-club-reply.htm b/template/mobile/tag/list-club-reply.htm new file mode 100644 index 0000000..5ad9936 --- /dev/null +++ b/template/mobile/tag/list-club-reply.htm @@ -0,0 +1,6 @@ +{loop $tags $k $t} +
    +{$t[title]} +

    {$t[adddate]}{$t[passport]}

    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-club.htm b/template/mobile/tag/list-club.htm new file mode 100644 index 0000000..fe9c6d3 --- /dev/null +++ b/template/mobile/tag/list-club.htm @@ -0,0 +1,16 @@ +{loop $tags $k $t} +{if $t[thumb]} +
    + + +
    +{else} +
    +{$t[title]} +

    {$t[hits]}{$t[reply]}{$t[passport]}

    +
    +{/if} +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-company.htm b/template/mobile/tag/list-company.htm new file mode 100644 index 0000000..e9ed1a6 --- /dev/null +++ b/template/mobile/tag/list-company.htm @@ -0,0 +1,10 @@ +{loop $tags $k $t} +
    + +
      +
    • {$t[company]}
    • +
    • {$t[business]}
    • +
    • {if $t[areaid]}{area_pos($t[areaid], '', 2)}{else}未填写{/if}

    • +
    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-down.htm b/template/mobile/tag/list-down.htm new file mode 100644 index 0000000..a26008d --- /dev/null +++ b/template/mobile/tag/list-down.htm @@ -0,0 +1,9 @@ +{loop $tags $k $t} +
    + +
      +
    • {$t[title]}
    • +
    • {$t[download]}下载{$t[hits]}浏览{$t[filesize]}{$t[unit]}

    • +
    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-exhibit.htm b/template/mobile/tag/list-exhibit.htm new file mode 100644 index 0000000..d744497 --- /dev/null +++ b/template/mobile/tag/list-exhibit.htm @@ -0,0 +1,6 @@ +{loop $tags $k $t} +
    +{$t[title]} +

    {$t[city]}{timetodate($t[fromtime], 3)} 至 {timetodate($t[totime], 3)}

    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-group.htm b/template/mobile/tag/list-group.htm new file mode 100644 index 0000000..0711847 --- /dev/null +++ b/template/mobile/tag/list-group.htm @@ -0,0 +1,10 @@ +{loop $tags $k $t} +
    +
    + +

    {$t[orders]}已售{$DT[money_sign]}{$t[price]}

    +{$t[company]} +{$t[title]} +
    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-info.htm b/template/mobile/tag/list-info.htm new file mode 100644 index 0000000..5ceaa08 --- /dev/null +++ b/template/mobile/tag/list-info.htm @@ -0,0 +1,10 @@ +{loop $tags $k $t} +
    +
    + +

    {$t[messages]}留言{$t[hits]}浏览

    +{if !isset($homepage)}{$t[company]}{/if} +{$t[title]} +
    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-job.htm b/template/mobile/tag/list-job.htm new file mode 100644 index 0000000..480ab4a --- /dev/null +++ b/template/mobile/tag/list-job.htm @@ -0,0 +1,20 @@ +{loop $tags $k $t} +
    +{$t[title]} +{if isset($t[parent])} +
    {$CATEGORY[$t[parentid]][catname]} / {$CATEGORY[$t[catid]][catname]}
    +{/if} +

    + + {if $t[minsalary] && $t[maxsalary]} + {$t[minsalary]}-{$t[maxsalary]}{$DT[money_unit]}/月 + {elseif $t[minsalary]} + {$t[minsalary]}{$DT[money_unit]}/月以上 + {elseif $t[maxsalary]} + {$t[maxsalary]}{$DT[money_unit]}/月以内 + {else} + 面议 + {/if} + {area_pos($t[areaid], '')}

    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-know.htm b/template/mobile/tag/list-know.htm new file mode 100644 index 0000000..5f3ff87 --- /dev/null +++ b/template/mobile/tag/list-know.htm @@ -0,0 +1,6 @@ +{loop $tags $k $t} +
    +{$t[title]} +

    {$PROCESS[$t[process]]}{timetodate($t[addtime], 3)}

    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-mall.htm b/template/mobile/tag/list-mall.htm new file mode 100644 index 0000000..8a48133 --- /dev/null +++ b/template/mobile/tag/list-mall.htm @@ -0,0 +1,10 @@ +{loop $tags $k $t} +
    +
    + +

    {$t[orders]}成交{$DT[money_sign]}{$t[price]}

    +{if !isset($homepage)}{$t[company]}{/if} +{$t[title]} +
    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-photo.htm b/template/mobile/tag/list-photo.htm new file mode 100644 index 0000000..3d10502 --- /dev/null +++ b/template/mobile/tag/list-photo.htm @@ -0,0 +1,9 @@ +{loop $tags $k $t} +
    +
    + +

    {$t[hits]}浏览{$t[items]}图片

    +{$t[title]} +
    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-quote-price.htm b/template/mobile/tag/list-quote-price.htm new file mode 100644 index 0000000..e81fb70 --- /dev/null +++ b/template/mobile/tag/list-quote-price.htm @@ -0,0 +1,9 @@ +{loop $tags $t} +
    +
      +
    • {$DT[money_sign]}{$t[price]}
    • +
    • {$t[company]}
    • +
    • {area_pos($t[areaid], '', 2)}{timetodate($t[addtime], 5)}

    • +
    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-quote-product.htm b/template/mobile/tag/list-quote-product.htm new file mode 100644 index 0000000..6ac5e9f --- /dev/null +++ b/template/mobile/tag/list-quote-product.htm @@ -0,0 +1,15 @@ +{loop $tags $t} +
    +
      +
    • {$t[title]}
    • +
    • +

      +{if $t[v1]}{$t[n1]}:{$t[v1]}  {/if} +{if $t[v2]}{$t[n2]}:{$t[v2]}  {/if} +{if $t[v3]}{$t[n3]}:{$t[v3]}  {/if} +

      +
    • +
    • {$t[item]}报价{$DT[money_sign]}{$t[price]}/{$t[unit]}

    • +
    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-quote.htm b/template/mobile/tag/list-quote.htm new file mode 100644 index 0000000..fd6a7e8 --- /dev/null +++ b/template/mobile/tag/list-quote.htm @@ -0,0 +1,17 @@ +{loop $tags $k $t} +{if $t[thumb]} +
    + +
      +
    • {$t[title]}
    • +
    • {$t[comments]}评论{timetodate($t[addtime], 3)}

    • +
    +
    +{else} +
    +{$t[title]} +{if $t[introduce]}
    {$t[introduce]}
    {/if} +

    {$t[comments]}评论{timetodate($t[addtime], 3)}{$t[hits]}

    +
    +{/if} +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-sell.htm b/template/mobile/tag/list-sell.htm new file mode 100644 index 0000000..263a31f --- /dev/null +++ b/template/mobile/tag/list-sell.htm @@ -0,0 +1,14 @@ +{loop $tags $k $t} +
    + +
      +
    • {$t[title]}
    • +{if !isset($homepage)}
    • {$t[company]}
    • {/if} +{if $t[unit] && $t[price]>0} +
    • {$t[orders]}成交{$DT[money_sign]}{$t[price]}

    • +{else} +
    • {$t[messages]}询价面议

    • +{/if} +
    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-special-type.htm b/template/mobile/tag/list-special-type.htm new file mode 100644 index 0000000..26eeecd --- /dev/null +++ b/template/mobile/tag/list-special-type.htm @@ -0,0 +1,17 @@ +{loop $tags $k $t} +{if $t[thumb]} +
    + + +
    +{else} +
    +{$t[title]} +{if $t[introduce]}
    {$t[introduce]}
    {/if} +

    {$t[date]}

    +
    +{/if} +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-special.htm b/template/mobile/tag/list-special.htm new file mode 100644 index 0000000..6b58f78 --- /dev/null +++ b/template/mobile/tag/list-special.htm @@ -0,0 +1,9 @@ +{loop $tags $k $t} +
    +
    + +

    {$t[comments]}评论{$t[hits]}浏览

    +{$t[title]} +
    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-thumb.htm b/template/mobile/tag/list-thumb.htm new file mode 100644 index 0000000..a4ceaf1 --- /dev/null +++ b/template/mobile/tag/list-thumb.htm @@ -0,0 +1,9 @@ +{loop $tags $k $t} +
    +
    + +{if $datetype}

    {if isset($t[hits])}{$t[hits]}浏览{/if}{timetodate($t[addtime], $datetype)}

    {/if} +{$t[title]} +
    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list-video.htm b/template/mobile/tag/list-video.htm new file mode 100644 index 0000000..656335c --- /dev/null +++ b/template/mobile/tag/list-video.htm @@ -0,0 +1,9 @@ +{loop $tags $k $t} +
    +
    + +

    {$t[comments]}评论{$t[hits]}播放

    +{$t[title]} +
    +
    +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/list.htm b/template/mobile/tag/list.htm new file mode 100644 index 0000000..5adec21 --- /dev/null +++ b/template/mobile/tag/list.htm @@ -0,0 +1,16 @@ +{loop $tags $k $t} +{if $t[thumb]} +
    + +
      +
    • {$t[title]}
    • +
    • {$t[comments]}{timetodate($t[addtime], 3)}

    • +
    +
    +{else} +
    +{$t[title]} +

    {$t[comments]}{timetodate($t[addtime], 3)}{$t[hits]}

    +
    +{/if} +{/loop} \ No newline at end of file diff --git a/template/mobile/tag/these.name.php b/template/mobile/tag/these.name.php new file mode 100644 index 0000000..084782f --- /dev/null +++ b/template/mobile/tag/these.name.php @@ -0,0 +1,28 @@ + '默认列表', + 'list-article' => '文章列表', + 'list-brand' => '品牌列表', + 'list-buy' => '求购列表', + 'list-club' => '帖子列表', + 'list-club-group' => '商圈列表', + 'list-club-reply' => '帖子回复', + 'list-company' => '公司列表', + 'list-down' => '下载列表', + 'list-exhibit' => '展会列表', + 'list-group' => '团购列表', + 'list-info' => '信息列表', + 'list-job' => '招聘列表', + 'list-know' => '知道列表', + 'list-mall' => '商品列表', + 'list-photo' => '图库列表', + 'list-quote' => '行情列表', + 'list-quote-price' => '行情报价列表', + 'list-quote-product' => '行情产品列表', + 'list-sell' => '供应列表', + 'list-special' => '专题列表', + 'list-special-type' => '专题分类', + 'list-thumb' => '图片列表', + 'list-video' => '视频列表', +); +?> \ No newline at end of file diff --git a/template/mobile/these.name.php b/template/mobile/these.name.php new file mode 100644 index 0000000..7642c5a --- /dev/null +++ b/template/mobile/these.name.php @@ -0,0 +1,33 @@ + '文章模板', + 'brand' => '品牌模板', + 'buy' => '求购模板', + 'chip' => '模板片断', + 'city' => '城市分站', + 'club' => '商圈模板', + 'company' => '公司模板', + 'down' => '下载模板', + 'exhibit' => '展会模板', + 'extend' => '功能扩展', + 'footer' => '全站页脚', + 'group' => '团购模板', + 'header' => '全站页头', + 'homepage' => '公司主页', + 'index' => '网站首页', + 'info' => '信息模板', + 'job' => '人才模板', + 'know' => '知道模板', + 'mail' => '邮件模板', + 'mall' => '商城模板', + 'member' => '商务中心', + 'message' => '提示信息', + 'mobile' => '手机版', + 'photo' => '图库模板', + 'quote' => '行情模板', + 'sell' => '供应模板', + 'special' => '专题模板', + 'tag' => '标签模板', + 'video' => '视频模板', +); +?> \ No newline at end of file diff --git a/template/mobile/video/index.htm b/template/mobile/video/index.htm new file mode 100644 index 0000000..e6a9498 --- /dev/null +++ b/template/mobile/video/index.htm @@ -0,0 +1,27 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +播放 +评论 +点赞 +
    +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/video/list.htm b/template/mobile/video/list.htm new file mode 100644 index 0000000..52402ad --- /dev/null +++ b/template/mobile/video/list.htm @@ -0,0 +1,33 @@ +{template 'header'} +
    +
    +
    +
    {$head_name}
    +
    +
    +
    +
    +
    +
    +推荐 +综合 +播放 +评论 +点赞 +
    + +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{else} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/video/search.htm b/template/mobile/video/search.htm new file mode 100644 index 0000000..f80ef5a --- /dev/null +++ b/template/mobile/video/search.htm @@ -0,0 +1,40 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + +
    +
    +推荐 +综合 +播放 +评论 +点赞 +
    +{if $catid || $areaid} +
    +{if $catid}{$CAT[catname]}{/if} +{if $areaid}{$ARE[areaname]}{/if} +
    +{/if} +{if $tags} +
    {template 'list-'.$module, 'tag'}
    +
    +{elseif $DT_QST} +{template 'empty', 'chip'} +{/if} +{if $pages}
    {$pages}
    {/if} +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/video/show.htm b/template/mobile/video/show.htm new file mode 100644 index 0000000..d6bdbd2 --- /dev/null +++ b/template/mobile/video/show.htm @@ -0,0 +1,55 @@ +{template 'header'} +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +{if $user_status == 3} +
    {$player}
    + +{/if} +

    {$title}

    +
    {$editdate}{if $content}简介{/if}{if $MOD[hits]}{$hits}{/if}{$comments}
    +{if $user_status == 3} +{else} +{template 'content', 'chip'} +{/if} +{if $content}
    {$content}
    {/if} +
    +{if $MOD[likes]}{/if} +{if $MOD[likes]}
    反对 {$hates}
    {/if} +
    举报 {$reports}
    +
    收藏 {$favorites}
    +{if $MOD[fee_award]}
    打赏 {$awards}
    {/if} +{if $could_comment}
    评论 {$comments}
    {/if} + +
    +
    +
    + {php $tags = playlist($item);} + {loop $tags $t} +
    + +
      +
    • {$t[title]}
    • +
    • {$t[comments]}评论{$t[hits]}播放

    • +
    +
    + {/loop} +
    +{template 'footer'} \ No newline at end of file diff --git a/template/mobile/video/these.name.php b/template/mobile/video/these.name.php new file mode 100644 index 0000000..30526bb --- /dev/null +++ b/template/mobile/video/these.name.php @@ -0,0 +1,8 @@ + '首页', + 'list' => '列表页', + 'search' => '搜索页', + 'show' => '内容页', +); +?> \ No newline at end of file diff --git a/template/these.name.php b/template/these.name.php new file mode 100644 index 0000000..f5f6a55 --- /dev/null +++ b/template/these.name.php @@ -0,0 +1,7 @@ + '默认模板', + 'mobile' => '手机模板', + 'm15dt8h3jk4j34l1kl4232l12l' => 'm15dt8模板', +); +?> \ No newline at end of file