国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > CMS > 動易CMS > 正文

如何修改用戶排行中名次的字體顏色?

2024-09-10 21:55:46
字體:
供稿:網(wǎng)友
問題:在動易SiteWeaver版中,如何修改默認的用戶排行中名次及文章數(shù)下面的數(shù)值顏色?
解決方法:通過修改源代碼可以很好的處理這個問題。
修改Include目錄PowerEasy.Common.Front.asp文件中“函數(shù)名:GetTopUser”
            For i = 1 To rsTopUser.RecordCount
                strTopUser = strTopUser & "<tr>"
                If ShowNum = True Then
                    strTopUser = strTopUser & "<td  width='30' align='center'>" & CStr(i) & "</td>"
                End If
                strTopUser = strTopUser & "<td align='center'><a class='LinkTopUser' href='" & strInstallDir & "ShowUser.asp?ChannelID=" & ChannelID & "&UserID=" & rsTopUser("UserID") & "'>" & rsTopUser("UserName") & "</a></td>"
                If ShowPassedItems = True Then
                    strTopUser = strTopUser & "<td align='center'>" & rsTopUser("PassedItems") & "</td>"
                End If
                If ShowPoint = True Then
                    strTopUser = strTopUser & "<td align='center'>" & rsTopUser("UserPoint") & "</td>"
                End If
                If ShowMoney = True Then
                    strTopUser = strTopUser & "<td align='center'>" & rsTopUser("Balance") & "</td>"
                End If
                strTopUser = strTopUser & "</tr>"
                rsTopUser.MoveNext
            Next
在上面紅色的單元格后加入字體顏色控制代碼即可,比如想改成綠色,可以加<font color='green'></font>。
具體如下:
                    strTopUser = strTopUser & "<td  width='30' align='center'>" & CStr(i) & "</td>"
改為
                    strTopUser = strTopUser & "<td  width='30' align='center'><font color='green'>" & CStr(i) & "</font></td>"

注意:
1、這個標簽說明請參考http://tech.powereasy.net/handbook/cms2006/label/634.html頁{$ShowTopUser()}
2、在這個函數(shù)中,有幾處這樣的代碼,根據(jù)標簽中你使用的排序方式,也就是標簽的第二個參數(shù)來定,修改相應代碼段,當然全改也行。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 花莲市| 自治县| 南丰县| 扶风县| 友谊县| 牟定县| 蛟河市| 凭祥市| 贡山| 长子县| 乌兰浩特市| 金坛市| 砀山县| 临朐县| 邛崃市| 普安县| 同仁县| 天全县| 武冈市| 肇源县| 涟源市| 湖口县| 巴林左旗| 康乐县| 宝清县| 依安县| 香河县| 西乌珠穆沁旗| 新竹县| 千阳县| 商水县| 西林县| 东台市| 宁化县| 铜山县| 遵化市| 邵阳县| 太白县| 久治县| 武安市| 塘沽区|