📄 productcontent.html
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>创力CMS 4.0 标签</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 ProductContent() {
var reval
for (var i=0;i<document.productshow.clwangTag.length;i++){
var clwang = document.productshow.clwangTag[i];
if (clwang.checked==true)
reval = clwang.value
}
document.productshow.outlabel4.value=reval;
}
function CopyCode(textid) {
var body = document.getElementById(textid);
body.select();
window.clipboardData.setData('Text',body.value);
}
</script>
</head>
<body>
<!--商城频道开始 -->
<form name="productshow">
<table width='600' align='center' cellpadding='0' cellspacing='1' class='border'>
<tr class='title'>
<td height='22' colspan='2' align='center'><strong>商城频道SHOW标签配置</strong></td>
</tr>
<tr class="tdbg"><td width="250">
<input name="clwangTag" type="radio" value="{$productname}" checked>商品名称<br>
<input name="clwangTag" type="radio" value="{$productpic}">商品图片路径<br>
<input name="clwangTag" type="radio" value="{$productmodel}">商品型号<br>
<input name="clwangTag" type="radio" value="{$productsn}">商品编号<br>
<input name="clwangTag" type="radio" value="{$producer}">生产商<br>
<input name="clwangTag" type="radio" value="{$trademark}">品牌商标<br>
<input name="clwangTag" type="radio" value="{$attribute}">商品属性<br>
<input name="clwangTag" type="radio" value="{$stars}">推荐等级<br>
<input name="clwangTag" type="radio" value="{$productdate}">上架时间<br>
</td>
<td width="250">
<input name="clwangTag" type="radio" value="{$discount}">优惠(或折扣)<br>
<input name="clwangTag" type="radio" value="{$presentexp}">购物积分<br>
<input name="clwangTag" type="radio" value="{$stocknum}{$productunit}">库存数量<br>
<input name="clwangTag" type="radio" value="{$enddate}">过期时间<br>
<input name="clwangTag" type="radio" value="{$markertprice}">商品市场价<br>
<input name="clwangTag" type="radio" value="{$memberprice}">商品会员价<br>
<input name="clwangTag" type="radio" value="{$productintro}">商品简介<br>
<input name="clwangTag" type="radio" value="{$Explain}">详细说明<br>
<input name="clwangTag" type="radio" value="{$productdownurl}">下载地址<br>
</td>
</tr>
<tr class="tdbg" >
<td height='22' colspan="2" align="center">
<input TYPE="button" value=" 输出到下方 " onClick="ProductContent()">
<input type="button" name="copy" value="复制代码" onclick="CopyCode('outlabel4')">
<input TYPE="button" value=" 取消 " onClick="window.close()"></td></tr>
<tr class="tdbg" >
<td height='22' colspan="2" align="center">
<input name="outlabel4" type="text" size='50' value='点输出显示你配置的标签!'></td></tr>
</table></form> <!--商城频道结束 -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -