Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/icon' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tianya committed Apr 17, 2022
2 parents b729125 + 85502b0 commit d179e0b
Show file tree
Hide file tree
Showing 76 changed files with 159 additions and 633 deletions.
4 changes: 2 additions & 2 deletions src/admin/freelist_main.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function GetTagList($dsql,$pageno,$pagesize,$orderby='aid')
global $cfg_phpurl,$addsql;
$start = ($pageno-1) * $pagesize;
$printhead ="<table width='98%' cellpadding='1' cellspacing='1' align='center' class='table maintable' style='margin-bottom:10px'>
<tr align='center' bgcolor='#FBFCE2'>
<tr align='center' bgcolor='#F8FCF1'>
<td width='5%' class='tbsname'><a href='javascript:;' onclick=\"ReloadPage('aid')\">ID</a></td>
<td width='20%' class='tbsname'>列表名称</td>
<td width='20%' class='tbsname'>模板文件</td>
Expand All @@ -75,7 +75,7 @@ function GetTagList($dsql,$pageno,$pagesize,$orderby='aid')
while($row = $dsql->GetArray())
{
$listurl = GetFreeListUrl($row['aid'],$row['namerule'],$row['listdir'],$row['defaultpage'],$row['nodefault']);
$line = "<tr align='center' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "<tr align='center' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td>{$row['aid']}</td>
<td> <a href='$listurl' target='_blank'>{$row['title']}</a> </td>
<td> {$row['templet']} </td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/module_main.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function Setup();
}
}
$prvdir = "<table cellpadding='1' cellspacing='1' width='350' style='margin-top:10px'>\r\n";
$prvdir .= "<tr style='background:#FBFCE2'><th width='270'>目录</td><th align='center'>可写</td></tr>\r\n";
$prvdir .= "<tr style='background:#F8FCF1'><th width='270'>目录</td><th align='center'>可写</td></tr>\r\n";
foreach ($prvdirs as $k => $v) {
if ($v) $cw = '';
else $cw = '<span style="color:#dc3545">×</span>';
Expand Down
4 changes: 2 additions & 2 deletions src/admin/search_keywords_main.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function GetKeywordList($dsql, $pageno, $pagesize, $orderby = 'aid')
$printhead = "<form name='form3' action=\"search_keywords_main.php\" method=\"post\">
<input name=\"dopost\" type=\"hidden\" value=\"\">
<table width='98%' cellpadding='1' cellspacing='1' style='margin-bottom:10px' align='center' class='table maintable'>
<tr align='center' bgcolor='#FBFCE2' height='26'>
<tr align='center' bgcolor='#F8FCF1' height='26'>
<td width='5%'>选择</td>
<td width='6%' height='26'><a href='javascript:;' onclick=\"ReloadPage('aid')\">ID</a></td>
<td width='20%'>关键词</td>
Expand All @@ -79,7 +79,7 @@ function GetKeywordList($dsql, $pageno, $pagesize, $orderby = 'aid')
$dsql->Execute();
while ($row = $dsql->GetArray()) {
$line = "
<tr align='center' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<tr align='center' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td height='26'><input name=\"aids[]\" type=\"checkbox\" class=\"np\" value=\"{$row['aid']}\" /></td>
<td height='26'>{$row['aid']}</td>
<td style='padding:6px;'><input name='keyword' type='text' id='keyword{$row['aid']}' value='{$row['keyword']}' style='width:93%;'></td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/sys_admin_user_tj.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
$ddd = $row['dd'] + $ddd;
$ccd = $row['cc'] + $ccd;
$msg = "<table width='100%' align='center' cellpadding='3' cellspacing='1'>
<tr align='center' bgcolor='#FBFCE2'>
<tr align='center' bgcolor='#F8FCF1'>
<td width='18%' height='26'>管理员::统计信息</td>
<td width='18%'>全部(文档|点击)</td>
<td width='16%'>季度</td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/sys_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function ReWriteConfig()
$configstr = <<<EOT
<table width="100%" cellspacing="1" cellpadding="1" id="tdSearch">
<tbody>
<tr height="26" bgcolor="#fbfce2" align="center">
<tr height="26" bgcolor="#F8FCF1" align="center">
<td width="300">参数说明</td>
<td>参数值</td>
<td width="220">变量名</td>
Expand Down
4 changes: 2 additions & 2 deletions src/admin/templets/ad_main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</form>
</td>
</tr>
<tr align="center" bgcolor="#FBFCE2" height="26">
<tr align="center" bgcolor="#F8FCF1" height="26">
<td width="8%">编号</td>
<td width="20%">分类</td>
<td width="20%">广告名称</td>
Expand All @@ -44,7 +44,7 @@
<td width="18%">管理</td>
</tr>
{dede:datalist empty='<tr><td colspan="7"><center>暂无内容</center></td></tr>'}
<tr height="26" align="center" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
<tr height="26" align="center" onmousemove="javascript:this.bgColor='#F8FCF1';" onmouseout="javascript:this.bgColor='#ffffff';">
<td>{dede:field.aid /}</td>
<td>{dede:field.clsname function='TestType(@me,1)'/}</td>
<td>{dede:field.adname /}</td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/adtype_main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tr>
<td height="26" background="../static/web/img/tbg.gif" colspan="7" style="padding-left:10px"><input type="hidden" name="dopost" value="save"/>广告分类管理<a href="ad_main.php" class="btn btn-success btn-sm ml-3">广告管理</a></td>
</tr>
<tr bgcolor="#FBFCE2">
<tr bgcolor="#F8FCF1">
<td width="9%" height="26" align="center">类型ID</td>
<td width="55%" align="center">广告分类</td>
<td width="36%" align="center">状态</td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/article_add.htm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</td>
</tr>
</table>
<table width="100%" align="center" cellpadding="0" cellspacing="0" bgcolor="#FBFCE2" id="getone" class="table table-borderless" style="<?php if(empty($geturl)) echo 'display:none'; ?>;margin:0">
<table width="100%" align="center" cellpadding="0" cellspacing="0" bgcolor="#F8FCF1" id="getone" class="table table-borderless" style="<?php if(empty($geturl)) echo 'display:none'; ?>;margin:0">
<form name="getonepage" action="article_add.php" method="get">
<input type="hidden" name="channelid" value="<?php echo $channelid; ?>">
<input type="hidden" name="cid" value="<?php echo $cid; ?>">
Expand Down
4 changes: 2 additions & 2 deletions src/admin/templets/article_coonepage_rule.htm
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
top: 20px;
width: 430px;
z-index: 2;
background-color: #F2FDDB;
background: #F2FDDB;
border: 1px solid #889D8F;
padding: 6px;
display: none
Expand All @@ -81,7 +81,7 @@
top: 20px;
width: 430px;
z-index: 1;
background-color: #F2FDDB;
background: #F2FDDB;
border: 1px solid #889D8F;
padding: 6px;
display: none
Expand Down
4 changes: 2 additions & 2 deletions src/admin/templets/article_keywords_main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</td>
</tr>
</form>
<tr align="center" bgcolor="#FBFCE2" height="26">
<tr align="center" bgcolor="#F8FCF1" height="26">
<td width="8%">选择</td>
<td width="25%">关键词</td>
<td width="35%">链接网址</td>
Expand All @@ -73,7 +73,7 @@
<form name='form3' action="article_keywords_main.php" method="post">
<input type='hidden' name='dopost' value='saveall'>
{dede:datalist empty='<tr><td colspan="5"><center>暂无内容</center></td></tr>'}
<tr align="center" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
<tr align="center" onmousemove="javascript:this.bgColor='#F8FCF1';" onmouseout="javascript:this.bgColor='#ffffff';">
<td height="26">
<input name="aids[]" type="checkbox" value="{dede:field.aid/}" class="np" checked='1'>
</td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/article_result_same.htm
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{
if($row['dd']==1 ) break;
?>
<tr height="26" align="center" onMouseMove="javascript:this.bgColor='#EFEFEF';" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
<tr height="26" align="center" onMouseMove="javascript:this.bgColor='#EFEFEF';" onmousemove="javascript:this.bgColor='#F8FCF1';" onmouseout="javascript:this.bgColor='#ffffff';">
<td><input name="arcTitles" type="checkbox" id="arcTitle" value="<?php echo urlencode($row['title'])?>" class="np"></td>
<td>
<?php
Expand Down
4 changes: 2 additions & 2 deletions src/admin/templets/cards_manmage.htm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</table>
</td>
</tr>
<tr align="center" bgcolor="#FBFCE2">
<tr align="center" bgcolor="#F8FCF1">
<td width="8%">选择</td>
<td width="28%">卡号</td>
<td width="18%">点卡类型</td>
Expand All @@ -69,7 +69,7 @@
</tr>
<form name="form1">
{dede:datalist empty='<tr><td colspan="7"><center>暂无内容</center></td></tr>'}
<tr height="26" align="center" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
<tr height="26" align="center" onmousemove="javascript:this.bgColor='#F8FCF1';" onmouseout="javascript:this.bgColor='#ffffff';">
<td><input type='checkbox' name='aids' value='{dede:field.aid/}' class='np'></td>
<td>{dede:field.cardid/}</td>
<td><?php echo $TypeNames[$fields['ctid']]?></td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/cards_type.htm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<tr>
<td height="26" colspan="4" background="../static/web/img/tbg.gif">点卡产品分类</td>
</tr>
<tr bgcolor="#FBFCE2">
<tr bgcolor="#F8FCF1">
<td width="30%" height="26" align="center">产品名称</td>
<td width="27%" align="center">点数(金币数)</td>
<td width="30%" align="center">价格</td>
Expand Down
4 changes: 2 additions & 2 deletions src/admin/templets/catalog_add_quick.htm
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<td colspan='2'>
<table id="addQuick" width="850" cellpadding="3" cellspacing="1">
<tbody>
<tr bgcolor="#FBFCE2">
<tr bgcolor="#F8FCF1">
<td width="60" height="26">排序</td>
<td width="170">顶级栏目名称</td>
<td width="370">子栏目(用&quot;目录名称1,目录名称2&quot;这样表示多个栏目)</td>
Expand Down Expand Up @@ -248,7 +248,7 @@
</table>
<table id="addQuickRel" width="302" cellpadding="3" cellspacing="1" style="display:none">
<tbody>
<tr bgcolor="#FBFCE2" align="center">
<tr bgcolor="#F8FCF1" align="center">
<td width="60" height="26">排序</td>
<td width="170">栏目名称</td>
<td align="center"><button type="button" id="addrel" class="btn btn-success btn-sm">添加</button></td>
Expand Down
9 changes: 5 additions & 4 deletions src/admin/templets/catalog_main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,12 @@
</script>
<style>
td,th{padding:.375rem}
.coolbg2{border:1px solid #ccc;background-color:#F2F5E9;height:18px}
.coolbt2{border-left:2px solid #EFEFEF;border-top:2px solid #EFEFEF;border-right:2px solid #ACACAC;border-bottom:2px solid #ACACAC;background-color:#F7FCDA}
.nbline{border-bottom:1px solid #eee;background-color:#ffffff}
.bline2{border-bottom:1px solid #eee;background-color:#f8f8f8}
.coolbg2{border:1px solid #ccc;background:#F2F5E9;height:18px}
.coolbt2{border-left:2px solid #EFEFEF;border-top:2px solid #EFEFEF;border-right:2px solid #ACACAC;border-bottom:2px solid #ACACAC;background:#F7FCDA}
.bline2{border-bottom:1px solid #eee;background:#f8f8f8}
.nbline{border-bottom:1px solid #eee;background:#ffffff}
.maintable{border:1px solid #DEE2E6}
.fa{color:#424b51}
</style>
</head>
<body onLoad="ContextMenu.intializeContextMenu()">
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/catalog_menu.htm
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
}
</script>
<style>
body{padding:6px 0px 0px 0px;margin:auto;text-align:center;background-color:#9ad075}
body{padding:6px 0px 0px 0px;margin:auto;text-align:center;background:#9ad075}
.nbt{padding:1px 1px 0 1px;vertical-align:middle;margin:2px 0 2px 0;border-left:1px solid #DADF9D;border-top:1px solid #DADF9D;border-right:1px solid #424b51;border-bottom:1px solid #424b51;background:#eff6b6;height:21px;float:left;margin-left:3px}
div,dd{margin:0;padding:0}
.dlf{margin-right:3px;margin-left:6px;margin-top:2px;float:left}
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/content_att.htm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
注意事项:这个版本中att对应的字段是SET类型字段,因此为了数据安全起见不允许用户增加其它类型,但调用时允许使用组合条件,如:att='c,p'表示推荐图片新闻
</td>
</tr>
<tr bgcolor="#FBFCE2">
<tr bgcolor="#F8FCF1">
<td width="15%" height="26" align="center">ID</td>
<td width="15%">排序</td>
<td width="70%">属性名称</td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/content_i_list.htm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<tr>
<td height="26" colspan="10" style="margin-left:10px;background:#f8f8f8">{dede:global.positionname/}文档列表(使用鼠标右键进行常用操作)</td>
</tr>
<tr align="center" bgcolor="#FBFCE2" height="26">
<tr align="center" bgcolor="#F8FCF1" height="26">
<td width="12%">文档图片</td>
<td width="32%">文档标题</td>
<td width="16%">类目</td>
Expand Down
4 changes: 2 additions & 2 deletions src/admin/templets/content_list.htm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<tr>
<td height="26" colspan="10" style="margin-left:10px;background:#f8f8f8">{dede:global.positionname/}文档列表(使用鼠标右键进行常用操作)</td>
</tr>
<tr align="center" bgcolor="#FBFCE2" height="26">
<tr align="center" bgcolor="#F8FCF1" height="26">
<td width="6%">ID</td>
<td width="6%">选择</td>
<td width="30%">文章标题</td>
Expand All @@ -88,7 +88,7 @@
<td width="10%">操作</td>
</tr>
{dede:datalist empty='<tr><td colspan="10"><center>暂无内容</center></td></tr>'}
<tr height="26" align="center" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
<tr height="26" align="center" onmousemove="javascript:this.bgColor='#F8FCF1';" onmouseout="javascript:this.bgColor='#ffffff';">
<td>{dede:field.id/}</td>
<td><input name="arcID" type="checkbox" id="arcID" value="{dede:field.id/}" class="np"></td>
<td align="left"><span id="arc{dede:field.id/}"><a href="archives_do.php?aid={dede:field.id/}&dopost=editArchives" oncontextmenu="ShowMenu(event,this,{dede:field.id/},'{dede:field.title function="str_replace('\'','',@me)"/}')">{dede:field.title/}</a></span>{dede:field.flag function='IsCommendArchives(@me)'/}</td>
Expand Down
4 changes: 2 additions & 2 deletions src/admin/templets/content_s_list.htm
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<td height="26" colspan="10" style="margin-left:10px;background:#f8f8f8">文章列表(在文章标题处使用鼠标右键进行常用操作)</td>
</tr>
<form name="form2">
<tr align="center" bgcolor="#FBFCE2" height="26">
<tr align="center" bgcolor="#F8FCF1" height="26">
<td width="6%">ID</td>
<td width="4%">选择</td>
<td width="30%">文章标题</td>
Expand All @@ -154,7 +154,7 @@
<td width="10%">属性</td>
</tr>
{dede:datalist empty='<tr><td colspan="9"><center>暂无内容</center></td></tr>'}
<tr align="center" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';" height="26" oncontextmenu="ShowMenu(event,this,{dede:field.id/},'<?php echo urlencode($fields['title'])?>')">
<tr align="center" onmousemove="javascript:this.bgColor='#F8FCF1';" onmouseout="javascript:this.bgColor='#ffffff';" height="26" oncontextmenu="ShowMenu(event,this,{dede:field.id/},'<?php echo urlencode($fields['title'])?>')">
<td>{dede:field.id/}</td>
<td><input name="arcID" type="checkbox" id="arcID" value="{dede:field.id/}" class="np"></td>
<td align="left"><a href="archives_do.php?aid={dede:field.id/}&dopost=editArchives" oncontextmenu="ShowMenu(event,this,{dede:field.id/},'<?php echo urlencode($fields['title'])?>')">{dede:field.title/}</a></td>
Expand Down
4 changes: 2 additions & 2 deletions src/admin/templets/content_sg_list.htm
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<td height="26" colspan="9" background="../static/web/img/tbg.gif" style="padding-left:10px">{dede:global.positionname/}文档列表(使用鼠标右键进行常用操作)</td>
</tr>
<form name="form2">
<tr align="center" bgcolor="#FBFCE2" height="26">
<tr align="center" bgcolor="#F8FCF1" height="26">
<td width="6%">ID</td>
<td width="6%">选择</td>
<td width="30%">文章标题</td>
Expand All @@ -198,7 +198,7 @@
<td width="10%">操作</td>
</tr>
{dede:datalist empty='<tr><td colspan="9"><center>暂无内容</center></td></tr>'}
<tr height="26" align="center" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
<tr height="26" align="center" onmousemove="javascript:this.bgColor='#F8FCF1';" onmouseout="javascript:this.bgColor='#ffffff';">
<td>{dede:field.id/}</td>
<td><input name="arcID" type="checkbox" id="arcID" value="{dede:field.aid/}" class="np"></td>
<td align='left'>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/diy_edit.htm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<tr>
<td colspan='2'>
<table width="100%" cellpadding="1" cellspacing="1" align="center">
<tr align="center" bgcolor="#FBFCE2" height="26">
<tr align="center" bgcolor="#F8FCF1" height="26">
<td width="28%">表单提示文字</td>
<td width="18%">数据字段名</td>
<td width="20%">数据类型</td>
Expand Down
6 changes: 3 additions & 3 deletions src/admin/templets/diy_main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
<td class="tbtitletxt" background="../static/web/img/tbg.gif">
<table width="96%" cellpadding="0" cellspacing="0">
<tr>
<td width="30%" height="26" style="padding-left:10px"><a href="diy_add.php" class="btn btn-success btn-sm ml-3">增加新的自定义表单</a></td>
<td width="30%" height="36" style="padding-left:10px"><a href="diy_add.php" class="btn btn-success btn-sm ml-3">增加新的自定义表单</a></td>
<td align="right"></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable" style="margin-bottom:10px">
<tr align="center" bgcolor="#FBFCE2" height="26">
<tr align="center" bgcolor="#F8FCF1" height="26">
<td>diyid</td>
<td>名称</td>
<td>表名</td>
<td>管理</td>
</tr>
{dede:datalist empty='<tr bgcolor="white"><td colspan="4"><center>暂无内容</center></td></tr>'}
<tr align="center" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
<tr align="center" onmousemove="javascript:this.bgColor='#F8FCF1';" onmouseout="javascript:this.bgColor='#ffffff';">
<td>{dede:field.diyid/}</td>
<td><a href="diy_list.php?action=list&diyid={dede:field.diyid/}">{dede:field.name/}</a></td>
<td>{dede:field.table/}</td>
Expand Down
4 changes: 2 additions & 2 deletions src/admin/templets/erradd.htm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<tr>
<td height="26" background="../static/web/img/tbg.gif" colspan="8" style="padding-left:10px">文章错误管理</td>
</tr>
<tr align="center" bgcolor="#FBFCE2" height="26">
<tr align="center" bgcolor="#F8FCF1" height="26">
<td width="5%">选择</td>
<td width="7%">编号</td>
<td width="12%">挑错人</td>
Expand All @@ -71,7 +71,7 @@
</tr>
{dede:datalist empty='<tr><td colspan="8"><center>暂无内容</center></td></tr>'}
<tr height="26" align="center"
onMouseMove="javascript:this.bgColor='#FCFDEE';" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
onMouseMove="javascript:this.bgColor='#F8FCF1';" onmousemove="javascript:this.bgColor='#F8FCF1';" onmouseout="javascript:this.bgColor='#ffffff';">
<td><input name="id" type="checkbox" id="id" value="{dede:field.id/}" class="np"></td>
<td>{dede:field.id /}</td>
<td>{dede:field.mid function='username(@me)'/}</td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/feedback_main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
{dede:datalist empty='<tr><td><center>暂无内容</center></td></tr>'}
<tr>
<td style="padding:0">
<table width="100%" cellpadding="0" cellspacing="1" class="table table-borderless" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
<table width="100%" cellpadding="0" cellspacing="1" class="table table-borderless" onmousemove="javascript:this.bgColor='#F8FCF1';" onmouseout="javascript:this.bgColor='#ffffff';">
<tr>
<td width="9%">选择 <input name="fid" type="checkbox" class="np" id="fid" value="{dede:field.id/}"></td>
<td width="12%">用户:{dede:field.username/}</td>
Expand Down
Loading

0 comments on commit d179e0b

Please sign in to comment.