📄 news_c_label.asp
字号:
window.parent.returnValue = retV;
window.close();
}
</script>
<%end sub%>
<%sub SpecialNavi()%>
<table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
<tr>
<td width="22%" class="hback">
<div align="right">输出格式</div>
</td>
<td width="78%" class="hback">
<select name="out_char" id="out_char" onChange="selectHtml_express(this.options[this.selectedIndex].value);">
<option value="out_Table">普通格式</option>
<option value="out_DIV">DIV+CSS格式</option>
</select>
</td>
</tr>
<tr class="hback" id="div_id" style="font-family:宋体;display:none;" >
<td rowspan="3" align="center" class="hback">
<div align="right"></div>
<div align="right">DIV控制</div>
</td>
<td colspan="3" class="hback" ><div id="
<input name="DivID" type="text" id="DivID" size="6" disabled style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的ID号,请在CSS中预先定义。不能为空">
" class="
<input name="Divclass" type="text" id="Divclass" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的Class名称,请在CSS中预先定义。可以为空!!">
"> <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
</tr>
<tr class="hback" id="ul_id" style="font-family:宋体;display:none;">
<td colspan="3" class="hback" ><ul id="
<input name="ulid" type="text" id="ulid" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成ul调用的ID,请在CSS中预先定义。可以为空!!">
" class="
<input name="ulclass" type="text" id="ulclass" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成ul调用的class名称,请在CSS中预先定义。可以为空!!">
"> <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
</tr>
<tr class="hback" id="li_id" style="font-family:宋体;display:none;">
<td colspan="3" class="hback" ><li id="
<input name="liid" type="text" id="liid" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成li调用的ID,请在CSS中预先定义。可以为空!!">
" class="
<input name="liclass" type="text" id="liclass" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成li调用的class名称,请在CSS中预先定义。可以为空!!">
"> <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
</tr>
<tr>
<td class="hback">
<div align="right">排列方式</div>
</td>
<td class="hback">
<select name="cols" id="cols">
<option value="0" selected>横向</option>
<option value="1">纵向</option>
</select>
</td>
</tr>
<tr>
<td class="hback">
<div align="right">专题CSS</div>
</td>
<td class="hback">
<input name="Titlecss" type="text" id="Titlecss" size="12" >
</td>
</tr>
<tr>
<td class="hback">
<div align="right">标题导航图片/文字</div>
</td>
<td class="hback">
<label>
<input name="TitleNavi" type="text" id="TitleNavi" value="·">
请使用html语法</label>
</td>
</tr>
<tr>
<td class="hback">
<div align="right"></div>
</td>
<td class="hback">
<input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
<input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
</td>
</tr>
</table>
<script language="JavaScript" type="text/JavaScript">
function ok(obj)
{
var retV = '{FS:NS=SpecialNavi┆';
retV+='输出方式$' + obj.out_char.value + '┆';
retV+='方向$' + obj.cols.value + '┆';
retV+='DivID$' + obj.DivID.value + '┆';
retV+='Divclass$' + obj.Divclass.value + '┆';
retV+='ulid$' + obj.ulid.value + '┆';
retV+='ulclass$' + obj.ulclass.value + '┆';
retV+='liid$' + obj.liid.value + '┆';
retV+='liclass$' + obj.liclass.value + '┆';
retV+='CSS$' + obj.Titlecss.value + '┆';
retV+='导航$' + obj.TitleNavi.value + '';
retV+='}';
window.parent.returnValue = retV;
window.close();
}
</script>
<%end sub%>
<%sub RssFeed()%>
<table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
<tr>
<td width="22%" class="hback">
<div align="right">选择栏目</div>
</td>
<td width="78%" class="hback">
<input name="ClassName" type="text" id="ClassName" size="12" readonly>
<input name="ClassID" type="hidden" id="ClassID">
<input name="button22" type="button" onClick="SelectClass();" value="选择栏目">
<span class="tx">如果不选择,那么在某个类就调用某个类的RSS</span></td>
</tr>
<tr>
<td class="hback">
<div align="right"></div>
</td>
<td class="hback">
<input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
<input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
</td>
</tr>
</table>
<script language="JavaScript" type="text/JavaScript">
function ok(obj)
{
var retV = '{FS:NS=RssFeed┆';
retV+='栏目$' + obj.ClassID.value + '';
retV+='}';
window.parent.returnValue = retV;
window.close();
}
</script>
<%end sub%>
<%sub SpecialCode()%>
<table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
<tr>
<td width="22%" class="hback">
<div align="right">选择专题</div>
</td>
<td width="78%" class="hback">
<select id="specialEName" name="specialEName">
<option value="">请选择专题</option>
<% = label_special_List %>
</select>
<span class="tx">必须选择</span></td>
</tr>
<tr>
<td width="22%" class="hback">
<div align="right">输出格式</div>
</td>
<td width="78%" class="hback">
<select name="out_char" id="out_char" onChange="selectHtml_express(this.options[this.selectedIndex].value);">
<option value="out_Table">普通格式</option>
<option value="out_DIV">DIV+CSS格式</option>
</select>
</td>
</tr>
<tr class="hback" id="div_id" style="font-family:宋体;display:none;" >
<td rowspan="3" align="center" class="hback">
<div align="right"></div>
<div align="right">DIV控制</div>
</td>
<td colspan="3" class="hback" ><div id="
<input name="DivID" type="text" id="DivID" size="6" disabled style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的ID号,请在CSS中预先定义。不能为空">
" class="
<input name="Divclass" type="text" id="Divclass" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的Class名称,请在CSS中预先定义。可以为空!!">
"> <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
</tr>
<tr class="hback" id="ul_id" style="font-family:宋体;display:none;">
<td colspan="3" class="hback" ><ul id="
<input name="ulid" type="text" id="ulid" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成ul调用的ID,请在CSS中预先定义。可以为空!!">
" class="
<input name="ulclass" type="text" id="ulclass" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成ul调用的class名称,请在CSS中预先定义。可以为空!!">
"> <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
</tr>
<tr class="hback" id="li_id" style="font-family:宋体;display:none;">
<td colspan="3" class="hback" ><li id="
<input name="liid" type="text" id="liid" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成li调用的ID,请在CSS中预先定义。可以为空!!">
" class="
<input name="liclass" type="text" id="liclass" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成li调用的class名称,请在CSS中预先定义。可以为空!!">
"> <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
</tr>
<tr>
<td class="hback">
<div align="right">显示图片</div>
</td>
<td class="hback">
<select name="PicTF" id="PicTF">
<option value="1" selected>显示</option>
<option value="0">不显示</option>
</select>
图片高度及宽度
<input name="PicSize" type="text" id="PicSize" value="120,100" size="12">
</td>
</tr>
<tr>
<td class="hback">
<div align="right">显示专题导航内容</div>
</td>
<td class="hback">
<select name="NaviTF" id="NaviTF">
<option value="1" selected>显示</option>
<option value="0">不显示</option>
</select>
<input name="NaviNumber" type="text" id="NaviNumber" value="200" size="12">
</td>
</tr>
<tr>
<td class="hback">
<div align="right">图片CSS</div>
</td>
<td class="hback">
<input name="PicCSS" type="text" id="PicCSS" size="12">
</td>
</tr>
<tr>
<td class="hback">
<div align="right">名称CSS</div>
</td>
<td class="hback">
<input name="TitleCSS" type="text" id="TitleCSS" size="12">
内容CSS
<input name="ContentCSS" type="text" id="ContentCSS" size="12">
</td>
</tr>
<tr>
<td class="hback">
<div align="right">排列方式</div>
</td>
<td class="hback">
<select name="cols" id="cols">
<option value="0" selected>横向</option>
<option value="1">纵向</option>
</select>
只对table格式有效 导航
<input name="TitleNavi" type="text" id="TitleNavi" value="·">
</td>
</tr>
<tr>
<td class="hback">
<div align="right"></div>
</td>
<td class="hback">
<input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
<input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
</td>
</tr>
</table>
<script language="JavaScript" type="text/JavaScript">
function ok(obj)
{
if(obj.specialEName.value=='')
{
alert('请选择专题');
obj.specialEName.focus();
return false;
}
var retV = '{FS:NS=SpecialCode┆';
retV+='专题$' + obj.specialEName.value + '┆';
retV+='图片显示$' + obj.PicTF.value + '┆';
retV+='图片尺寸$' + obj.PicSize.value + '┆';
retV+='导航内容$' + obj.NaviTF.value + '┆';
retV+='导航内容字数$' + obj.NaviNumber.value + '┆';
retV+='专题名称CSS$' + obj.TitleCSS.value + '┆';
retV+='导航内容CSS$' + obj.ContentCSS.value + '┆';
retV+='输出方式$' + obj.out_char.value + '┆';
retV+='DivID$' + obj.DivID.value + '┆';
retV+='Divclass$' + obj.Divclass.value + '┆';
retV+='ulid$' + obj.ulid.value + '┆';
retV+='ulclass$' + obj.ulclass.value + '┆';
retV+='liid$' + obj.liid.value + '┆';
retV+='liclass$' + obj.liclass.value + '┆';
retV+='排列方式$' + obj.cols.value + '┆';
retV+='导航$' + obj.TitleNavi.value + '┆';
retV+='图片css$' + obj.PicCSS.value + '';
retV+='}';
window.parent.returnValue = retV;
window.close();
}
</script>
<%end sub%>
<%sub ClassCode()%>
<table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
<tr>
<td width="22%" class="hback">
<div align="right">选择栏目</div>
</td>
<td width="78%" class="hback">
<input name="ClassName" type="text" id="ClassName" size="12" readonly>
<input name="ClassID" type="hidden" id="ClassID">
<input name="button223" type="button" onClick="SelectClass();" value="选择栏目">
<span class="tx">如果不选择,则调用所有</span></td>
</tr>
<tr>
<td width="22%" class="hback">
<div align="right">输出格式</div>
</td>
<td width="78%" class="hback">
<select name="out_char" id="out_char" onChange="selectHtml_express(this.options[this.selectedIndex].value);">
<option value="out_Table">普通格式</option>
<option value="out_DIV">DIV+CSS格式</option>
</select>
</td>
</tr>
<tr class="hback" id="div_id" style="font-family:宋体;display:none;" >
<td rowspan="3" align="center" class="hback">
<div align="right"></div>
<div align="right">DIV控制</div>
</td>
<td colspan="3" class="hback" ><div id="
<input name="DivID" type="text" id="DivID" size="6" disabled style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的ID号,请在CSS中预先定义。不能为空">
" class="
<input name="Divclass" type="text" id="Divclass" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的Class名称,请在CSS中预先定义。可以为空!!">
"> <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
</tr>
<tr class="hback" id="ul_id" style="font-family:宋体;display:none;">
<td colspan="3" class="hback" ><ul id="
<input name="ulid" type="text" id="ulid" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成ul调用的ID,请在CSS中预先定义。可以为空!!">
" class="
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -