程序討論版須知: 在使用老y文章管理系統中的一些問題!對非本程序方面的問題恕不解答!對Html,css等基礎問題恕不解答!如果沒有HTML基礎請先自學HTML! 需要打開你網站才能看出問題的請留下網址,并請保留本站版權及友情鏈接,否則不予回復。 |
|
![]() ![]() ![]() ![]()
|
樓主Time:2014/4/16 16:02:22 | |
![]() ![]()
|
請問老Y文章管理系統如何修改欄目寬度
如題...找了好久沒找到這個功能 ,我用的是2.5版本的
|
[Top] |
2 樓Time:2014/4/21 11:12:52 | |
![]()
|
RE:請問老Y文章管理系統如何修改欄目寬度
需要從源代碼中修改吧
|
[Top] |
3 樓Time:2014/4/21 11:32:37 | |
![]() ![]()
|
RE:請問老Y文章管理系統如何修改欄目寬度
改了之后沒有反應,不知道是怎么回事
|
[Top] |
4 樓Time:2014/4/28 16:25:54 | |
![]() ![]()
|
RE:請問老Y文章管理系統如何修改欄目寬度
<!---------------------------------績效考評開始---------------------------------------->
<% Dim kp,kp1 NoI=0 set rs=conn.execute("select ID,ClassName,IndexNum,Indeximg from "&tbname&"_Class Where IsIndex = 5 And link=0 order by num asc") do while not rs.eof NoI=NoI+1 Response.Write(" <div id=""ilist""") If isEven(NoI)=0 then Response.Write(" style=""margin-left:6px;""") End if Response.Write(">") & VbCrLf Response.Write(" <h6><a href=""") If Html=3 then Response.Write("Class1_"&rs(0)&".html") Else Response.Write("Class1.asp?ID="&rs(0)&"") End if Response.Write("""><span style=""color:#235ff7"">更多...</a></span><a href=""") If Html=3 then Response.Write("Class1_"&rs(0)&".html") Else Response.Write("Class1.asp?ID="&rs(0)&"") End if Response.Write(""">"&rs(1)&"</a></h6>") & VbCrLf If rs(3)=1 then Response.Write(" <ul id=""indeximg"">") & VbCrLf Call ShowImgArticle(rs(0),3,20,"no","DateAndTime desc,ID desc") Response.Write(" </ul>") & VbCrLf End if Response.Write(" <ul>") & VbCrLf Call ShowArticle1(rs(0),rs(2),5,"·",100,"no","DateAndTime desc,ID desc",0,1) Response.Write(" </ul>") & VbCrLf Response.Write(" </div>") & VbCrLf If NoI=4 then Response.Write(" <div style=""margin-bottom:4px;"">") & VbCrLf 'Call ShowAD(12) Response.Write(" </div>") & VbCrLf Response.Write(" <div id=""clear""></div>") & VbCrLf elseIf NOI=8 then Response.Write(" <div style=""margin-bottom:4px;"">") & VbCrLf 'Call ShowAD(13) Response.Write(" </div>") & VbCrLf Response.Write(" <div id=""clear""></div>") & VbCrLf End if rs.movenext loop rs.close:set rs=nothing %> |
[Top] |