📄 showlogo.html
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>创力CMS 4.0 标签-公共标签(2)</title>
<link href="label.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
a {color:#fff;text-decoration: underline;}
a:hover {color:#fff; text-decoration: underline;}
-->
</style>
<script language="javascript">
function showlogolabel() {
var strJS,sChannelID,sWidth,sHeight;
strJS= '{$showlogo(';
strJS+= document.showlogo.sChannelID.value;
strJS+=","+document.showlogo.sWidth.value;
strJS+=","+document.showlogo.sHeight.value;
strJS+=')}';
document.showlogo.outlabel.value=strJS;
}
function CopyCode(textid) {
var body = document.getElementById(textid);
body.select();
window.clipboardData.setData('Text',body.value);
}
</script>
</head>
<body>
<!--LOGO开始 -->
<form name="showlogo">
<table width='600' align='center' cellpadding='0' cellspacing='1' class='border'>
<tr class='title'>
<td height='22' colspan='2' align='center'><strong>显示站点(或频道)LOGO 标签配置</strong></td>
</tr>
<tr class='tdbg' >
<td height='22' align='right'><strong>频道ID: </strong></td><td align='left'><input name="sChannelID" type="text" size="14" value="channelid"></td></tr>
<tr class='tdbg' >
<td height='22' align='right'><strong>LOGO宽度: </strong></td><td align='left'><input name="sWidth" type="text" size="14" value="180"></td></tr>
<tr class='tdbg' >
<td height='22' align='right'><strong>LOGO高度: </strong></td><td align='left'><input name="sHeight" type="text" size="14" value="60"></td></tr>
<tr class="tdbg" >
<td height='22' colspan="2" align="center">
<input TYPE="button" value=" 输出到下方 " onClick="showlogolabel()"> <input type="button" name="copy" value="复制代码" onclick="CopyCode('outlabel')"> <input TYPE="button" value=" 取消 " onClick="window.close()"></td></tr>
<tr class="tdbg" >
<td height='22' colspan="2" align="center">
<input name="outlabel" type="text" size='80' value='点输出显示你配置的标签!'></td></tr>
</table>
</form>
<!--LOGO结束 -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -