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.
394 lines
16 KiB
394 lines
16 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>
|
|
{/if}
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
{if $action=='add' || $action=='edit'}
|
|
<iframe src="" name="send" id="send" style="display:none;"></iframe>
|
|
<form method="post" action="?" id="dform" 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"><input name="post[title]" type="text" id="title" size="70" value="{$title}"/> <span id="dtitle" class="f_red"></span></td>
|
|
</tr>
|
|
<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> <span id="dthumb" 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}
|
|
{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[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[open]" value="3"{if $open==3} checked{/if} id="o_3" onclick="Dh('op_2');Dh('op_1');"/><label for="o_3"> 开放</label>
|
|
<input type="radio" name="post[open]" value="2"{if $open==2} checked{/if} id="o_2" onclick="Ds('op_2');Dh('op_1');"/><label for="o_2"> 密码验证</label>
|
|
<input type="radio" name="post[open]" value="1"{if $open==1} checked{/if} id="o_1" onclick="Dh('op_2');Ds('op_1');"/><label for="o_1"> 问题验证</label>
|
|
</td>
|
|
</tr>
|
|
<tr id="op_2" style="display:{if $open==2}{else}none{/if};">
|
|
<td class="tl"><span class="f_red">*</span> 验证密码</td>
|
|
<td class="tr"><input name="post[password]" type="text" id="pass" size="30" value="{$password}"/> <span id="dpass" class="f_red"></span></td>
|
|
</tr>
|
|
<tr id="op_1" style="display:{if $open==1}{else}none{/if};">
|
|
<td class="tl"><span class="f_red">*</span> 验证问题</td>
|
|
<td class="tr"><input name="post[question]" type="text" id="qa" size="30" value="{$question}"/>
|
|
答案 <input name="post[answer]" type="text" id="an" size="30" value="{$answer}"/> <span id="dqa" 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="{if $action=='add'}下一步{else} 提 交 {/if}" class="btn_g"/>{if $action=='edit'} <input type="button" value=" 上传图片 " class="btn_b" onclick="Go('?mid={$mid}&action=item&itemid={$itemid}');"/>{/if} <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}
|
|
{elseif $action == 'item'}
|
|
<div class="tt">
|
|
<span class="f_r">
|
|
已上传:<strong class="f_green">{$items}</strong>/<strong class="f_red">{$MOD[maxitem]}</strong>
|
|
</span>
|
|
<strong>上传图片至:</strong><a href="{$MOD[linkurl]}{$item[linkurl]}" target="_blank" class="t">{$item[title]}</a>
|
|
</div>
|
|
<form method="post" action="?" id="dform">
|
|
<input type="hidden" name="mid" value="{$mid}"/>
|
|
<input type="hidden" name="action" value="{$action}"/>
|
|
<input type="hidden" name="itemid" value="{$itemid}"/>
|
|
<input type="hidden" name="forward" value="{$forward}"/>
|
|
<input type="hidden" name="update" value="1"/>
|
|
<input type="hidden" name="muti_upload" id="muti_upload"/>
|
|
<table cellpadding="2" cellspacing="1" class="tb">
|
|
<tr>
|
|
<td>
|
|
{loop $lists $k $v}
|
|
<div style="width:130px;float:left;">
|
|
<input type="hidden" name="post[{$v[itemid]}][thumb]" id="thumb{$v[itemid]}" value="{$v[thumb]}"/>
|
|
<table width="120">
|
|
<tr align="center" height="110" class="c_p">
|
|
<td width="120"><img src="{$v[thumb]}" width="100" height="100" id="showthumb{$v[itemid]}" title="预览图片" alt="" onclick="if(this.src.indexOf('waitpic.gif') == -1){_preview(this.src, 1);}else{Dphoto({$v[itemid]},{$mid},100,100, Dd('thumb{$v[itemid]}').value, true);}"/></td>
|
|
</tr>
|
|
<tr align="center">
|
|
<td height="20">
|
|
<a href="?mid={$mid}&action=item_delete&itemid={$v[itemid]}" onclick="return _delete();" class="t" title="点击删除此图片"><img src="{DT_STATIC}file/image/ico-del.png" width="11" height="11" title="删除"/></a>
|
|
<span onclick="Dphoto({$v[itemid]},{$mid},100,100, Dd('thumb{$v[itemid]}').value, true);" class="jt"><img src="{DT_STATIC}file/image/ico-upl.png" width="11" height="11" title="上传"/></span>
|
|
</td>
|
|
</tr>
|
|
<tr align="center" title="{$v[introduce]}">
|
|
<td><textarea name="post[{$v[itemid]}][introduce]" style="width:90px;height:40px;" onfocus="if(this.value=='简介:')this.value='';">{$v[introduce]}</textarea></td>
|
|
</tr>
|
|
<tr align="center" title="排序">
|
|
<td><input type="text" size="3" name="post[{$v[itemid]}][listorder]" value="{$v[listorder]}"/></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
{/loop}
|
|
{if $items < $MOD[maxitem]}
|
|
<div style="width:130px;float:left;">
|
|
<input type="hidden" name="post[0][thumb]" id="thumb0"/>
|
|
<table width="120">
|
|
<tr align="center" height="110" class="c_p">
|
|
<td width="120"><img src="{DT_SKIN}image/waitpic.gif" width="100" height="100" id="showthumb0" title="预览图片" alt="" onclick="if(this.src.indexOf('waitpic.gif') == -1){_preview(this.src, 1);}else{Dphoto(0,{$mid},100,100, Dd('thumb0').value, true);}"/></td>
|
|
</tr>
|
|
<tr align="center">
|
|
<td height="20"><span onclick="Dphoto(0,{$mid},100,100, Dd('thumb0').value, true);" class="jt"><img src="{DT_STATIC}file/image/ico-upl.png" width="11" height="11" title="上传"/></span></td>
|
|
</tr>
|
|
<tr align="center" title="简介">
|
|
<td><textarea name="post[0][introduce]" style="width:90px;height:40px;" onfocus="if(this.value=='简介:')this.value='';">简介:</textarea></td>
|
|
</tr>
|
|
<tr align="center" title="排序">
|
|
<td><input type="text" size="3" name="post[0][listorder]" value="0"/></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
{/if}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<div class="sbt"><input type="submit" value=" 更 新 " class="btn_g"/> <input type="button" value=" 返 回 " class="btn" onclick="Go('?mid={$mid}');"/></div>
|
|
</form>
|
|
<div class="pages">{$pages}</div>
|
|
{if $items < $MOD[maxitem]}
|
|
<script type="text/javascript" src="{DT_STATIC}file/script/webuploader.min.js?v={if DT_DEBUG}{DT_TIME}{else}{DT_REFRESH}{/if}"></script>
|
|
<table cellpadding="10" cellspacing="1" class="tb">
|
|
<tr>
|
|
<td class="tl">批量上传</td>
|
|
<td class="tr"><div id="file-picker"><img src="{DT_SKIN}image/addpic.gif" width="100" height="100" title="上传图片" alt=""/></div>
|
|
<script type="text/javascript">
|
|
var album_max = parseInt({$MOD[maxitem]}-{$items});
|
|
if(album_max < 1) album_max = 0;
|
|
var fileu = WebUploader.create({
|
|
auto: true,
|
|
server: UPPath+'?moduleid={$moduleid}&action=webuploader&from=photo&width={$MOD[thumb_width]}&height={$MOD[thumb_height]}',
|
|
pick: '#file-picker',
|
|
accept: {
|
|
title: 'image',
|
|
extensions: 'jpg,jpeg,png,gif',
|
|
mimeTypes: 'image/*'
|
|
},
|
|
resize: false
|
|
});
|
|
fileu.on('fileQueued', function(file) {
|
|
$('#file-progress').html('0%');
|
|
});
|
|
fileu.on('uploadProgress', function(file, percentage) {
|
|
var p = parseInt(percentage * 100);
|
|
if(p >= 100) p = 100;
|
|
$('#file-progress').html(p+'%');
|
|
});
|
|
fileu.on( 'uploadSuccess', function(file, data) {
|
|
if(data.error) {
|
|
Dmsg(data.message, 'muti');
|
|
} else {
|
|
if(substr_count(Dd('muti_upload').value, '|') < album_max) Dd('muti_upload').value += data.url+'|';
|
|
}
|
|
});
|
|
fileu.on( 'uploadError', function(file, data) {
|
|
Dmsg(data.message, 'muti');
|
|
});
|
|
fileu.on('uploadFinished', function(file) {
|
|
$('#file-progress').html('100%');
|
|
Dd('dform').submit();
|
|
});
|
|
</script>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tl">提示信息</td>
|
|
<td class="tr f_gray"> 按Ctrl键或拖动鼠标可多选图片 <span id="file-progress"></span> <span id="dmuti" class="f_red"></span></td>
|
|
</tr>
|
|
</table>
|
|
{/if}
|
|
<script type="text/javascript">s('mid_{$mid}');m('s{$item[status]}');</script>
|
|
{else}
|
|
<div class="tt">
|
|
<form action="?">
|
|
<input type="hidden" name="mid" value="{$mid}"/>
|
|
<input type="hidden" name="status" value="{$status}"/>
|
|
{category_select('catid', '所有分类', $catid, $moduleid)}
|
|
<input type="text" size="70" name="kw" value="{$kw}" title="关键词"/>
|
|
<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>{if $timetype=='add'}添加{else}更新{/if}时间</th>
|
|
<th>图片</th>
|
|
{if $MOD[hits]}<th>浏览</th>{/if}
|
|
<th width="80">管理</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="{$v[thumb]}" width="50" class="thumb"/></a></td>
|
|
<td align="left" title="{$v[alt]}"> {if $v[open]<3}<img src="image/ico_lock.gif"/> {/if}{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}</td>
|
|
<td> <a href="{$v[caturl]}" target="_blank">{$v[catname]}</a> </td>
|
|
{if $timetype=='add'}
|
|
<td class="f_gray" title="更新时间 {$v[editdate]}">{$v[adddate]}</td>
|
|
{else}
|
|
<td class="f_gray" title="添加时间 {$v[adddate]}">{$v[editdate]}</td>
|
|
{/if}
|
|
<td class="f_gray">{$v[items]}</td>
|
|
{if $MOD[hits]}<td class="f_gray">{$v[hits]}</td>{/if}
|
|
<td>
|
|
<a href="?mid={$mid}&action=item&itemid={$v[itemid]}"><img width="16" height="16" src="image/photo.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[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]}
|
|
<div class="btns">
|
|
<input type="submit" value=" 删除选中 " class="btn_r" onclick="if(confirm('确定要删除选中{$MOD[name]}吗?')){this.form.action='?mid={$mid}&status={$status}&action=delete'}else{return false;}"/>
|
|
</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 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 || l > 30) {
|
|
Dmsg('标题应为2-30字,当前已输入'+l+'字', f);
|
|
return false;
|
|
}
|
|
f = 'thumb';
|
|
l = Dd(f).value.length;
|
|
if(l < 10) {
|
|
Dmsg('请上传LOGO', f);
|
|
return false;
|
|
}
|
|
if(Dd('o_2').checked) {
|
|
f = 'pass';
|
|
l = Dd(f).value.length;
|
|
if(l < 1) {
|
|
Dmsg('请填写密码', f);
|
|
return false;
|
|
}
|
|
}
|
|
if(Dd('o_1').checked) {
|
|
f = 'qa';
|
|
l = Dd(f).value.length;
|
|
if(l < 1) {
|
|
Dmsg('请填写问题', 'qa');
|
|
return false;
|
|
}
|
|
f = 'an';
|
|
l = Dd(f).value.length;
|
|
if(l < 1) {
|
|
Dmsg('请填写答案', 'qa');
|
|
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'}
|