You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
331 lines
13 KiB
331 lines
13 KiB
{template 'header', 'member'}
|
|
<div class="menu">
|
|
<table cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td class="tab" id="add"><a href="?mid={$mid}&action=add"><span>添加{$MOD[name]}</span></a></td>
|
|
{if $_userid}
|
|
<td class="tab" id="s3"><a href="?mid={$mid}"><span>已发布({$nums[3]})</span></a></td>
|
|
<td class="tab" id="s2"><a href="?mid={$mid}&status=2"><span>审核中({$nums[2]})</span></a></td>
|
|
<td class="tab" id="s1"><a href="?mid={$mid}&status=1"><span>未通过({$nums[1]})</span></a></td>
|
|
<td class="tab" id="s4"><a href="?mid={$mid}&status=4"><span>已过期({$nums[4]})</span></a></td>
|
|
<td class="tab" id="type"><a href="group.php?mid={$mid}"><span>订单管理({$nums[9]})</span></a></td>
|
|
{/if}
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
{if $action=='add' || $action=='edit'}
|
|
<iframe src="" name="send" id="send" style="display:none;"></iframe>
|
|
<form method="post" id="dform" action="?" target="send" onsubmit="return check();">
|
|
<input type="hidden" name="action" value="{$action}"/>
|
|
<input type="hidden" name="mid" value="{$mid}"/>
|
|
<input type="hidden" name="itemid" value="{$itemid}"/>
|
|
<input type="hidden" name="forward" value="{$forward}"/>
|
|
<table cellpadding="10" cellspacing="1" class="tb">
|
|
{if $status==1 && $action=='edit' && $note}
|
|
<tr>
|
|
<td class="tl">未通过原因</td>
|
|
<td class="tr f_blue">{$note}</td>
|
|
</tr>
|
|
{/if}
|
|
<tr>
|
|
<td class="tl"><span class="f_red">*</span> 所属分类</td>
|
|
<td class="tr">{category_select('post[catid]', '选择分类', $catid, $moduleid)} <span id="dcatid" class="f_red"></span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tl"><span class="f_red">*</span> {$MOD[name]}标题</td>
|
|
<td class="tr f_gray"><input name="post[title]" type="text" id="title" size="70" value="{$title}"/><span id="dtitle" class="f_red"></span></td>
|
|
</tr>
|
|
{if $action=='add' && $could_color}
|
|
<tr>
|
|
<td class="tl">标题颜色</td>
|
|
<td class="tr">
|
|
{dstyle('color')}
|
|
设置信息标题颜色需消费 <strong class="f_red">{$MOD[credit_color]}</strong> {$DT[credit_name]}
|
|
</td>
|
|
</tr>
|
|
{/if}
|
|
<tr>
|
|
<td class="tl"><span class="f_red">*</span> 产品图片</td>
|
|
<td class="tr"><input name="post[thumb]" id="thumb" type="text" size="70" value="{$thumb}" readonly ondblclick="Dthumb({$moduleid},{$MOD[thumb_width]},{$MOD[thumb_height]}, Dd('thumb').value, true);"/> <a href="javascript:void(0);" onclick="Dthumb({$moduleid},{$MOD[thumb_width]},{$MOD[thumb_height]}, Dd('thumb').value, true);" class="t">[上传]</a> <a href="javascript:void(0);" onclick="_preview(Dd('thumb').value);" class="t">[预览]</a> <a href="javascript:void(0);" onclick="Dd('thumb').value='';" class="t">[删除]</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tl"><span class="f_red">*</span> 团购价</td>
|
|
<td class="tr"><input name="post[price]" type="text" size="10" value="{$price}" id="drice"/><span id="dprice" class="f_red"></span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tl"><span class="f_red">*</span> 市场价</td>
|
|
<td class="tr"><input name="post[marketprice]" type="text" size="10" value="{$marketprice}" id="marketprice"/><span id="dmarketprice" class="f_red"></span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tl">最低人数</td>
|
|
<td class="tr"><input name="post[minamount]" type="text" size="10" value="{$minamount}" id="minamount"/><span id="dminamount" class="f_red"></span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tl">最多人数</td>
|
|
<td class="tr"><input name="post[amount]" type="text" size="10" value="{$amount}" id="damount"/><span id="damount" class="f_red"></span></td>
|
|
</tr>
|
|
{if $CP}
|
|
<script type="text/javascript">
|
|
var property_catid = {$catid};
|
|
var property_itemid = {$itemid};
|
|
var property_admin = 0;
|
|
</script>
|
|
<script type="text/javascript" src="{DT_STATIC}file/script/property.js?v={if DT_DEBUG}{DT_TIME}{else}{DT_REFRESH}{/if}"></script>
|
|
<tbody id="load_property" style="display:none;">
|
|
<tr><td></td><td></td></tr>
|
|
</tbody>
|
|
{/if}
|
|
{if $FD}{fields_html('<td class="tl">', '<td class="tr">', $item)}{/if}
|
|
<tr>
|
|
<td class="tl">{$MOD[name]}简介</td>
|
|
<td class="tr"><textarea name="post[introduce]" style="width:90%;height:45px;">{$introduce}</textarea></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tl">详细说明</td>
|
|
<td class="tr f_gray"><textarea name="post[content]" id="content" class="dsn">{$content}</textarea>
|
|
{deditor($moduleid, 'content', $group_editor, '100%', 350)}<br/><span id="dcontent" class="f_red"></span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tl">需要快递</td>
|
|
<td class="tr">
|
|
<input type="radio" name="post[logistic]" value="1"{if $logistic} checked{/if} id="logistic_1"/><label for="logistic_1"> 是</label>
|
|
<input type="radio" name="post[logistic]" value="0"{if !$logistic} checked{/if} id="logistic_0"/><label for="logistic_0"> 否</label>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tl">过期时间</td>
|
|
<td class="tr f_gray">{dcalendar('post[totime]', $totime, '-', 1)}
|
|
<select onchange="Dd('posttotime').value=this.value;">
|
|
<option value="">快捷选择</option>
|
|
<option value="">长期有效</option>
|
|
<option value="{timetodate($DT_TIME+86400*3, 3)} 23:59:59">3天</option>
|
|
<option value="{timetodate($DT_TIME+86400*7, 3)} 23:59:59">一周</option>
|
|
<option value="{timetodate($DT_TIME+86400*15, 3)} 23:59:59">半月</option>
|
|
<option value="{timetodate($DT_TIME+86400*30, 3)} 23:59:59">一月</option>
|
|
<option value="{timetodate($DT_TIME+86400*182, 3)} 23:59:59">半年</option>
|
|
<option value="{timetodate($DT_TIME+86400*365, 3)} 23:59:59">一年</option>
|
|
</select>
|
|
不选表示长期有效
|
|
<span id="dposttotime" class="f_red"></span></td>
|
|
</tr>
|
|
{if $fee_add}
|
|
<tr>
|
|
<td class="tl">发布此信息需消费</td>
|
|
<td class="tr"><span class="f_b f_red">{$fee_add}</span> {$fee_unit}</td>
|
|
</tr>
|
|
{if $fee_currency == 'money'}
|
|
<tr>
|
|
<td class="tl">{$DT[money_name]}余额</td>
|
|
<td class="tr"><span class="f_blue f_b">{$_money}{$fee_unit}</span> <a href="charge.php?action=pay" target="_blank" class="t">[充值]</a></td>
|
|
</tr>
|
|
{else}
|
|
<tr>
|
|
<td class="tl">{$DT[credit_name]}余额</td>
|
|
<td class="tr"><span class="f_blue f_b">{$_credit}{$fee_unit}</span> <a href="credit.php?action=buy" target="_blank" class="t">[购买]</a></td>
|
|
</tr>
|
|
{/if}
|
|
{/if}
|
|
{if $need_password}
|
|
<tr>
|
|
<td class="tl"><span class="f_red">*</span> 支付密码</td>
|
|
<td class="tr">{template 'password', 'chip'} <span id="dpassword" class="f_red"></span></td>
|
|
</tr>
|
|
{/if}
|
|
{if $need_question}
|
|
<tr>
|
|
<td class="tl"><span class="f_red">*</span> 验证问题</td>
|
|
<td class="tr">{template 'question', 'chip'} <span id="danswer" class="f_red"></span></td>
|
|
</tr>
|
|
{/if}
|
|
{if $need_captcha}
|
|
<tr>
|
|
<td class="tl"><span class="f_red">*</span> 验证码</td>
|
|
<td class="tr">{template 'captcha', 'chip'} <span id="dcaptcha" class="f_red"></span></td>
|
|
</tr>
|
|
{/if}
|
|
{if $action=='add'}
|
|
<tr style="display:none;" id="weibo_sync">
|
|
<td class="tl">同步主题</td>
|
|
<td class="tr" id="weibo_show"></td>
|
|
</tr>
|
|
{/if}
|
|
<tr>
|
|
<td class="tl"> </td>
|
|
<td class="tr" height="50"><input type="submit" name="submit" value=" 提 交 " class="btn_g"/> <input type="button" value=" 返 回 " class="btn" onclick="history.back(-1);"/></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
{load('clear.js')}
|
|
{if $action=='add'}
|
|
<script type="text/javascript">s('mid_{$mid}');m('{$action}');</script>
|
|
{else}
|
|
<script type="text/javascript">s('mid_{$mid}');m('s{$status}');</script>
|
|
{/if}
|
|
{else}
|
|
<form action="?">
|
|
<div class="tt">
|
|
<input type="hidden" name="mid" value="{$mid}"/>
|
|
<input type="hidden" name="status" value="{$status}"/>
|
|
{category_select('catid', '行业分类', $catid, $moduleid)}
|
|
<input type="text" size="30" name="kw" value="{$kw}" title="关键词"/>
|
|
<select name="process">
|
|
<option value="-1">状态</option>
|
|
<option value="0"{if $process == 0} selected{/if}>成团中</option>
|
|
<option value="1"{if $process == 1} selected{/if}>团购中</option>
|
|
<option value="2"{if $process == 2} selected{/if}>已结束</option>
|
|
</select>
|
|
{$order_select}
|
|
<input type="submit" value=" 搜 索 " class="btn"/>
|
|
<input type="button" value=" 重 置 " class="btn" onclick="Go('?mid={$mid}&status={$status}');"/>
|
|
</form>
|
|
</div>
|
|
<div class="ls">
|
|
<form method="post">
|
|
<table cellpadding="10" cellspacing="0" class="tb">
|
|
<tr>
|
|
<th width="20"><input type="checkbox" onclick="checkall(this.form);"/></th>
|
|
<th width="90">图片</th>
|
|
<th>标题</th>
|
|
<th>分类</th>
|
|
<th>价格</th>
|
|
<th>折扣</th>
|
|
<th>状态</th>
|
|
<th>订单</th>
|
|
<th>销量</th>
|
|
{if $MOD[hits]}<th>人气</th>{/if}
|
|
<th width="100">管理</th>
|
|
</tr>
|
|
{loop $lists $k $v}
|
|
<tr align="center">
|
|
<td><input type="checkbox" name="itemid[]" value="{$v[itemid]}"/></td>
|
|
<td><a href="javascript:_preview('{$v[thumb]}');"><img src="{if $v[thumb]}{$v[thumb]}{else}{DT_SKIN}image/nopic60.gif{/if}" width="60" class="thumb"/></a></td>
|
|
<td align="left" title="{$v[alt]}"><ul><li>{if $v[status]==3}<a href="{$v[linkurl]}" target="_blank" class="t">{else}<a href="?mid={$mid}&action=edit&itemid={$v[itemid]}" class="t">{/if}{$v[title]}</a>{if $v[status]==1 && $v[note]} <a href="javascript:" onclick="alert('{$v[note]}');"><img src="image/why.gif" title="未通过原因"/></a>{/if}</li><li title="更新时间 {timetodate($v[edittime], 5)} 添加时间 {timetodate($v[addtime], 5)}" class="f_gray">{if $timetype=='add'}{timetodate($v[addtime], 5)}{else}{timetodate($v[edittime], 5)}{/if}</li></ul></td>
|
|
<td><a href="{$v[caturl]}" target="_blank">{$v[catname]}</a></td>
|
|
<td class="f_price">{$v[price]}</td>
|
|
<td>{$v[discount]}</td>
|
|
<td>{$_process[$v[process]]}</td>
|
|
<td class="{if $v[orders]>0}f_blue f_b c_p" title="查看订单" onclick="Go('group.php?mid={$mid}&gid={$v[itemid]}');{/if}">{$v[orders]}</td>
|
|
<td>{$v[sales]}</td>
|
|
{if $MOD[hits]}<td>{$v[hits]}</td>{/if}
|
|
<td>
|
|
<a href="group.php?gid={$v[itemid]}"><img width="16" height="16" src="image/order.gif" title="订单管理" alt=""/></a>
|
|
<a href="?mid={$mid}&action=edit&itemid={$v[itemid]}"><img width="16" height="16" src="image/edit.png" title="修改" alt=""/></a>
|
|
{if $MG[copy]} <a href="?mid={$mid}&action=add&itemid={$v[itemid]}"><img width="16" height="16" src="image/new.png" title="复制信息" alt=""/></a>{/if}
|
|
{if $MG[delete]} <a href="?mid={$mid}&action=delete&itemid={$v[itemid]}" onclick="return confirm('确定要删除吗?此操作将不可撤销');"><img width="16" height="16" src="image/delete.png" title="删除" alt=""/></a>{/if}
|
|
</td>
|
|
</tr>
|
|
{/loop}
|
|
</table>
|
|
</div>
|
|
{if $MG[delete] || $timetype!='add'}
|
|
<div class="btns">
|
|
{if $MG[delete]}
|
|
<span class="f_r"><input type="submit" value=" 删除选中 " class="btn_r" onclick="if(confirm('确定要删除选中{$MOD[name]}吗?')){this.form.action='?mid={$mid}&status={$status}&action=delete'}else{return false;}"/></span>
|
|
{/if}
|
|
{if $timetype!='add'}
|
|
<input type="submit" value=" 刷新选中 " class="btn" onclick="this.form.action='?mid={$mid}&status={$status}&action=refresh';"/>
|
|
{if $MOD[credit_refresh]}
|
|
刷新一条信息一次需消费 <strong class="f_red">{$MOD[credit_refresh]}</strong> {$DT[credit_name]},当{$DT[credit_name]}不足时将不可刷新
|
|
{/if}
|
|
{/if}
|
|
|
|
</div>
|
|
{/if}
|
|
</form>
|
|
{if $mod_limit || (!$MG[fee_mode] && $MOD[fee_add])}
|
|
<div class="limit">
|
|
{if $mod_limit}
|
|
总共可发 <span class="f_b f_red">{$mod_limit}</span> 条
|
|
当前已发 <span class="f_b">{$limit_used}</span> 条
|
|
还可以发 <span class="f_b f_blue">{$limit_free}</span> 条
|
|
{/if}
|
|
{if !$MG[fee_mode] && $MOD[fee_add]}
|
|
发布信息收费 <span class="f_b f_red">{$MOD[fee_add]}</span> {if $MOD[fee_currency] == 'money'}{$DT[money_unit]}{else}{$DT[credit_unit]}{/if}/条
|
|
可免费发布 <span class="f_b">{if $mod_free_limit<0}无限{else}{$mod_free_limit}{/if}</span> 条
|
|
{/if}
|
|
</div>
|
|
{/if}
|
|
<div class="pages">{$pages}</div>
|
|
<script type="text/javascript">s('mid_{$mid}');m('s{$status}');</script>
|
|
{/if}
|
|
{if $action == 'add' || $action == 'edit'}
|
|
<script type="text/javascript">
|
|
function _p() {
|
|
if(Dd('tag').value) {
|
|
Ds('reccate');
|
|
}
|
|
}
|
|
function check() {
|
|
var l;
|
|
var f;
|
|
f = 'catid_1';
|
|
if(Dd(f).value == 0) {
|
|
Dmsg('请选择所属分类', 'catid', 1);
|
|
return false;
|
|
}
|
|
f = 'title';
|
|
l = Dd(f).value.length;
|
|
if(l < 2) {
|
|
Dmsg('标题最少2字,当前已输入'+l+'字', f);
|
|
return false;
|
|
}
|
|
f = 'thumb';
|
|
l = Dd(f).value.length;
|
|
if(l < 15) {
|
|
Dmsg('请上传标题图片', f);
|
|
return false;
|
|
}
|
|
f = 'price';
|
|
l = Dd(f).value;
|
|
if(l < 0.01) {
|
|
Dmsg('请填写团购价', f);
|
|
return false;
|
|
}
|
|
f = 'marketprice';
|
|
l = Dd(f).value;
|
|
if(l < 0.01) {
|
|
Dmsg('请填写市场价', f);
|
|
return false;
|
|
}
|
|
if(l <= Dd('price').value) {
|
|
Dmsg('团购价必须低于市场价', f);
|
|
return false;
|
|
}
|
|
f = 'username';
|
|
l = Dd(f).value.length;
|
|
if(l < 2) {
|
|
Dmsg('请填写会员名', f);
|
|
return false;
|
|
}
|
|
{if $FD}{fields_js()}{/if}
|
|
{if $CP}{property_js()}{/if}
|
|
{if $need_password}
|
|
f = 'password';
|
|
l = Dd(f).value.length;
|
|
if(l < 6) {
|
|
Dmsg('请填写支付密码', f);
|
|
return false;
|
|
}
|
|
{/if}
|
|
{if $need_question}
|
|
f = 'answer';
|
|
if($('#c'+f).html().indexOf('ok.png') == -1) {
|
|
Dmsg('请填写正确的验证问题', f);
|
|
return false;
|
|
}
|
|
{/if}
|
|
{if $need_captcha}
|
|
f = 'captcha';
|
|
if($('#c'+f).html().indexOf('ok.png') == -1) {
|
|
Dmsg('请填写正确的验证码', f);
|
|
return false;
|
|
}
|
|
{/if}
|
|
return true;
|
|
}
|
|
var destoon_oauth = '{$EXT[oauth]}';
|
|
</script>
|
|
{/if}
|
|
{if $action=='add' && strlen($EXT[oauth]) > 1}{load('weibo.js')}{/if}
|
|
{template 'footer', 'member'}
|