<a href="javascript:;" onClick="moveArc(event,this,<?php echo (empty($channelid) ? 0 : $channelid); ?>)" class="coolbg"> 移动 </a>
<a href="javascript:delArc(0)" class="coolbg"> 删除 </a>
<?php if($channelid==1) echo " <a href="javascript:kwArc(0)" class="coolbg"> 自动关键字 </a> "; ?>
<a href="javascript:;" onClick="cAtts('attsAdd',event,this)" class="coolbg"> 增加属性 </a>
<a href="javascript:;" onClick="cAtts('attsDel',event,this)" class="coolbg"> 删除属性 </a>
</td>
</tr>
</form>
<tr align="right" bgcolor="#F9FCEF">
<td height="36" colspan="10" align="center">
{dede:pagelist listsize=3/}
</td>
</tr>
</table>
<!-- 搜索表单 -->
<form name='form3' action='content_list.php' method='get'>
<input type='hidden' name='dopost' value='listArchives' />
<table width='98%' border='0' cellpadding='1' cellspacing='1' bgcolor='#cfcfcf' align="center" style="margin-top:8px">
<tr bgcolor='#EEF4EA'>
<td background='images/wbg.gif' align='center'>
<table border='0' cellpadding='0' cellspacing='0' height="32">
<tr>
<td width='160'>
<select name='cid' style='width:150px'>
<option value='0'>选择栏目...</option>
{dede:global.optionarr /}
</select>
</td >
<td nowrap>
关键字:
</td>
<td width='130'>
<input type='text' name='keyword' value='{dede:global.keyword/}' style='width:120px' />
</td>
<td width='90'>
<select name='orderby' style='width:80px'>
<option value='id'>排序...</option>
<option value='pubdate'>更新时间</option>
<option value='sortrank'>置顶权值</option>
<option value='click'>点击量</option>
<option value='scores'>评论积分</option>
<option value='lastpost'>最后评论</option>
</select>
</td>
<td width='90'>
<select name='flag' style='width:80px'>
<option value=''>属性...</option>
{dede:global.flagsArr /}
</select>
</td>
<td>
<input name="imageField" type="image" src=http://www.dede58.com/"images/button_search.gif" width="60" height="22" border="0" class="np" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<div style="width:250px;height:25px;background:#aaa;position:fixed;bottom:0;right:0;border:solid 2px green;"><input type="text" id="articleid" value="请输入文章id..." onfocus="if(this.value=='请输入文章id...'){this.value='';}" onblur="if(this.value==''){this.value='请输入文章id...';}" /><input type="button" name="" value="编辑" target="_blank" onclick="var arcid = document.getElementById('articleid').value;window.open('/dede/archives_do.php?aid=' + arcid + '&dopost=editArchives')"/> <input type="button" name="" value="预览" target="_blank" onclick="var arcid = document.getElementById('articleid').value;window.open('/plus/view.php?aid=' + arcid)"/></div>
</body>
</html>
然后分别保存即可;