📄 news_c_label.asp
字号:
</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=Search┆';
retV+='显示日期$' + obj.DateShow.value + '┆';
retV+='显示栏目$' + obj.classShow.value + '┆';
retV+='显示查询类型$' + obj.selectShow.value + '';
retV+='}';
window.parent.returnValue = retV;
window.close();
}
</script>
<%end sub%>
<%sub infoStat()%>
<table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
<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"></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=infoStat┆';
retV+='显示方向$' + obj.cols.value + '';
retV+='}';
window.parent.returnValue = retV;
window.close();
}
</script>
<%end sub%>
<%sub TodayPic()%>
<table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
<tr>
<td class="hback">
<div align="right">选择栏目</div>
</td>
<td class="hback">
<input name="ClassName" type="text" id="ClassName" size="12" readonly>
<input name="ClassID" type="hidden" id="ClassID">
<input name="button222" type="button" onClick="SelectClass();" value="选择栏目">
<span class="tx"></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=TodayPic┆';
retV+='栏目$' + obj.ClassID.value + '';
retV+='}';
window.parent.returnValue = retV;
window.close();
}
</script>
<%end sub%>
<%sub TodayWord()%>
<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"></span></td>
</tr>
<tr>
<td class="hback">
<div align="right">输出格式</div> </td>
<td 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="1" selected>1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
</select>
显示评论
<label>
<select name="ShowReview" id="ShowReview">
<option value="1">显示</option>
<option value="0" selected>不显示</option>
</select>
</label> </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">
<input name="TitleNumber" type="text" id="TitleNumber" value="1" size="12" >
标题字数
<input name="lefttitle" type="text" id="lefttitle" value="30" size="12" > </td>
</tr>
<tr>
<td class="hback"><div align="right">对齐方式</div></td>
<td class="hback"><select name="Align" id="Align">
<option value="left">左</option>
<option value="center">中</option>
<option value="right">右</option>
</select>
(仅对普通显示方式有效,如果是DIV请用样式控制)</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=TodayWord┆';
retV+='输出方式$' + obj.out_char.value + '┆';
retV+='栏目$' + obj.ClassID.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+='标题CSS$' + obj.Titlecss.value + '┆';
retV+='调用数量$' + obj.TitleNumber.value + '┆';
retV+='标题字数$' + obj.lefttitle.value + '┆';
retV+='显示评论$' + obj.ShowReview.value + '┆';
retV+='对齐方式$' + obj.Align.value + '';
retV+='}';
window.parent.returnValue = retV;
window.close();
}
</script>
<%end sub%>
<%sub ClassNavi()%>
<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">如果不选择,那么在某个类就调用某个类的导航</span></td>
</tr>
<tr>
<td class="hback">
<div align="right">输出格式</div>
</td>
<td 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=ClassNavi┆';
retV+='输出方式$' + obj.out_char.value + '┆';
retV+='栏目$' + obj.ClassID.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+='}';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -