Skip to content

Commit

Permalink
颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
xushubieli committed Apr 17, 2022
1 parent 82f91b9 commit 85502b0
Show file tree
Hide file tree
Showing 34 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion src/admin/freelist_main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/search_keywords_main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/templets/ad_main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -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/article_keywords_main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/admin/templets/cards_manmage.htm
Original file line number Diff line number Diff line change
Expand Up @@ -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/content_list.htm
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/admin/templets/content_s_list.htm
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/admin/templets/content_sg_list.htm
Original file line number Diff line number Diff line change
Expand Up @@ -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_main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<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
2 changes: 1 addition & 1 deletion src/admin/templets/erradd.htm
Original file line number Diff line number Diff line change
Expand Up @@ -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
28 changes: 14 additions & 14 deletions src/admin/templets/file_manage_main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{
if(preg_match("#^_(.*)$#i",$file)) continue; #屏蔽FrontPage扩展目录和linux隐蔽目录
if(preg_match("#^\.(.*)$#i",$file)) continue;
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td>
<a href=file_manage_main.php?activepath=".urlencode("$activepath/$file")."><img src='../static/web/img/dir.gif'>$file</a></td>
<td> </td>
Expand All @@ -84,7 +84,7 @@
}
else if(preg_match("#\.(gif|png)#i",$file))
{
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td>
<a href=$activeurl/$file target=_blank><img src='../static/web/img/gif.gif'>$file</a></td>
<td>$filesize KB</td>
Expand All @@ -99,7 +99,7 @@
}
else if(preg_match("#\.(jpg)#i",$file))
{
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td>
<a href=$activeurl/$file target=_blank><img src='../static/web/img/jpg.gif'>$file</a></td>
<td>$filesize KB</td>
Expand All @@ -114,7 +114,7 @@
}
else if(preg_match("#\.(swf|fla|fly)#i",$file))
{
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td>
<a href=$activeurl/$file target=_blank><img src='../static/web/img/flash.gif'>$file</a></td>
<td>$filesize KB</td>
Expand All @@ -129,7 +129,7 @@
}
else if(preg_match("#\.(zip|rar|tar.gz)#i",$file))
{
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td>
<a href=$activeurl/$file target=_blank><img src='../static/web/img/zip.gif'>$file</a></td>
<td>$filesize KB</td>
Expand All @@ -144,7 +144,7 @@
}
else if(preg_match("#\.(exe)#i",$file))
{
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td>
<a href=$activeurl/$file target=_blank><img src='../static/web/img/exe.gif'>$file</a></td>
<td>$filesize KB</td>
Expand All @@ -159,7 +159,7 @@
}
else if(preg_match("#\.(mp3|wma)#i",$file))
{
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td>
<a href=$activeurl/$file target=_blank><img src='../static/web/img/mp3.gif'>$file</a></td>
<td>$filesize KB</td>
Expand All @@ -174,7 +174,7 @@
}
else if(preg_match("#\.(wmv|api)#i",$file))
{
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td>
<a href=$activeurl/$file target=_blank><img src='../static/web/img/wmv.gif'>$file</a></td>
<td>$filesize KB</td>
Expand All @@ -189,7 +189,7 @@
}
else if(preg_match("#\.(rm|rmvb)#i",$file))
{
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td>
<a href=$activeurl/$file target=_blank><img src='../static/web/img/rm.gif'>$file</a></td>
<td>$filesize KB</td>
Expand All @@ -205,7 +205,7 @@
else if(preg_match("#\.(txt|inc|pl|cgi|asp|xml|xsl|aspx|cfm)#",$file))
{
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath);
$line = "\n<tr onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td>
<a href=$activeurl/$file target=_blank><img src='../static/web/img/txt.gif'>$file</a></td>
<td>$filesize KB</td>
Expand Down Expand Up @@ -239,7 +239,7 @@
else if(preg_match("#\.(php)#i",$file))
{
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath);
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td>
<a href=$activeurl/$file target=_blank><img src='../static/web/img/php.gif'>$file</a></td>
<td>$filesize KB</td>
Expand All @@ -256,7 +256,7 @@
else if(preg_match("#\.(js)#i",$file))
{
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath);
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td>
<a href=$activeurl/$file target=_blank><img src='../static/web/img/js.gif'>$file</a></td>
<td>$filesize KB</td>
Expand All @@ -273,7 +273,7 @@
else if(preg_match("#\.(css)#i",$file))
{
$edurl = "file_manage_view.php?fmdo=edit&filename=".urlencode($file)."&activepath=".urlencode($activepath);
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td>
<a href=$activeurl/$file target=_blank><img src='../static/web/img/css.gif'>$file</a></td>
<td>$filesize KB</td>
Expand All @@ -287,7 +287,7 @@
</tr>";
$files[] = $line;
} else {
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#FCFDEE';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
$line = "\n<tr height='26' onMouseMove=\"javascript:this.bgColor='#F8FCF1';\" onMouseOut=\"javascript:this.bgColor='#ffffff';\">
<td><a href=$activeurl/$file target=_blank>$file</td>
<td>$filesize KB</td>
<td align='center'>$filetime</td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/friendlink_main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<td width="15%">管理</td>
</tr>
{dede:datalist empty='<tr><td colspan="8"><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.id/}' class='np'></td>
<td>{dede:field.webname function='dede_htmlspecialchars(@me)'/}<br><i>地址:{dede:field.url/}</i> </td>
<td>{dede:field.logo function="GetPic(@me)"/}</td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/log_list.htm
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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 name='logs' type='checkbox' class='np' id="logs" value='{dede:field.lid/}'>
</td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/media_main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,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' id='aids{dede:field.aid/}' value='{dede:field.aid/}' class='np'>
</td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/member_main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<td>操作</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><input name="mid" type="checkbox" id="mid" value="{dede:field.mid/}" class="np"></td>
<td>{dede:field.mid/}</td>
<td><a href="../user/index.php?uid={dede:field.userid/}" target='_blank'>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/member_operations.htm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</tr>
<form name="form1">
{dede:datalist empty='<tr><td colspan="8"><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 align="center">
<input type='checkbox' name='aids' value='<?php echo $fields['aid']?>' class='np'></td>
<td align="center">
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/member_pm.htm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<td width="10%" align="center">操作</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.sendtime function='GetDateMk(@me)'/}</td>
<td>{dede:field.subject function='dede_htmlspecialchars(@me)'/}</td>
<td>{dede:field.hasview function='IsReader(@me)'/}</td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/member_scores.htm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<?php
foreach($Scores as $v){
?>
<tr onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
<tr onmousemove="javascript:this.bgColor='#F8FCF1';" onmouseout="javascript:this.bgColor='#ffffff';">
<td align="center"><input name="Ids-<?php echo $v['id']?>" type="checkbox" id="Ids-<?php echo $v['id']?>" value="1" class='np'></td>
<td align="center"><input name="integral-<?php echo $v['id']?>" type="text" id="integral-<?php echo $v['id']?>" value="<?php echo $v['integral']?>" style="width:160px"></td>
<td align="center"><input name="icon-<?php echo $v['id']?>" type="text" id="icon-<?php echo $v['id']?>" value="<?php echo $v['icon']?>" style="width:60px"></td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/module_main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
foreach($modules as $k=>$v)
{
?>
<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><?php echo $v['name']; ?></td>
<td><?php echo $v['time']; ?></td>
<td>
Expand Down
2 changes: 1 addition & 1 deletion src/admin/templets/mychannel_edit.htm
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
if(is_array($dtp->CTags)){
foreach($dtp->CTags as $ctag)
{
?> <tr height="26" align="center" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';" height="26">
?> <tr height="26" align="center" onmousemove="javascript:this.bgColor='#F8FCF1';" onmouseout="javascript:this.bgColor='#ffffff';" height="26">
<td>
<?php
$itname = $ctag->GetAtt('itemname');
Expand Down
Loading

0 comments on commit 85502b0

Please sign in to comment.