📄 style_all.asp
字号:
<%
style_header = "<html>" _
& vbcrlf & "<head>" _
& vbcrlf & "$lang_html_meta" _
& vbcrlf & "<meta http-equiv=""copyright"" content=""sdsun http://www.meigui8.cn"">" _
& vbcrlf & "<meta http-equiv=""keywords"" content=""sdsun, stat, sdsunstat, 阳光, 阳光统计系统, 阳光统计"">" _
& vbcrlf & "<title>$title</title>" _
& vbcrlf & "<link rel=""stylesheet"" type=""text/css"" href=""style/css.asp"">" _
& vbcrlf & "</head>" _
& vbcrlf & "<body topmargin=""5"" rightmargin=""0"" leftmargin=""0"">"
style_header2 = "<html>" _
& vbcrlf & "<head>" _
& vbcrlf & "$lang_html_meta" _
& vbcrlf & "<meta http-equiv=""copyright"" content=""sdsun http://www.meigui8.cn"">" _
& vbcrlf & "<title>$title</title>" _
& vbcrlf & "<link rel=""stylesheet"" type=""text/css"" href=""style/css.asp"">" _
& vbcrlf & "</head>"
style_top = "<table border=""0"" cellpadding=""0"" cellspacing=""0"" width=""500"" align=""center"">" _
& vbcrlf & " <tr>" _
& vbcrlf & " <td width=184 rowspan=2><img src=style/images/logo.gif title=""sdsun waiting""></td>" _
& vbcrlf & " <td width=316 height=51 align=right valign=top><br>[<a href=""$site_url"" target=""_top"">$lang_home</a>] [<a href=""index.asp?siteid=$siteid"" target=""_top"">$lang_index</a>] [<a href=""help.asp?siteid=$siteid"">$lang_help</a>] <br>$act</td>" _
& vbcrlf & " </tr>" _
& vbcrlf & " <tr>" _
& vbcrlf & " <td width=316 height=16 class=backs align=""center""><font color=white>$lang_welcome $lang_author <a href=""http://www.meigui8.cn"" class=""a2"">www.meigui8.cn</font></a></td>" _
& vbcrlf & " </tr>" _
& vbcrlf & "</table><br>"
style_admin_top = "<table border=""0"" cellpadding=""0"" cellspacing=""0"" width=""500"" align=""center"">" _
& vbcrlf & " <tr>" _
& vbcrlf & " <td width=184 rowspan=2><img src=style/images/logo.gif title=""sdsun waiting""></td>" _
& vbcrlf & " <td width=316 height=51 align=right valign=top><br>[$lang_admin]</td>" _
& vbcrlf & " </tr>" _
& vbcrlf & " <tr>" _
& vbcrlf & " <td width=316 height=16 class=backs align=""center""><font color=white>$lang_welcome $lang_author <a href=""http://www.meigui8.cn"" class=""a2"">www.meigui8.cn</font></a></td>" _
& vbcrlf & " </tr>" _
& vbcrlf & "</table><br>"
style_bottom = "<p style=""line-height: 140%; margin-left: 0; margin-top: 15; margin-bottom: 0;font-family:arial;"" align=center>" _
& vbcrlf & "$lang_author <a href=""http://www.meigui8.cn"" target=""_blank"">http://www.meigui8.cn</a> copyright (c) 2006-2008</p>" _
& vbcrlf & "<p style=""line-height: 140%; margin-left: 0; margin-top: 0; margin-bottom: 0;font-family:arial;"" align=center>" _
& vbcrlf & "sd"&"sun si"&"te stat version 2.0-060625</p>" _
& vbcrlf & "</body>" _
& vbcrlf & "</html>"
style_tips = "<table width=""500"" cellspacing=""0"" align=""center"">" _
& vbcrlf & " <tr><td>" _
& vbcrlf & " <p style=""text-indent: -36; line-height: 100%; margin-left: 45; margin-top: 0; margin-bottom: 0"">" _
& vbcrlf & " $tips</p>" _
& vbcrlf & " </td></tr>" _
& vbcrlf & "</table>" _
& vbcrlf & "<br>"
style_maintop = "<table style=""word-break:break-all"" width=""500"" cellspacing=""0"" align=""center"" cellpadding=""0"" border=""0"">" _
& vbcrlf & " <tr><td colspan=""3""><img src=""style/images/photoup.gif""></td></tr>" _
& vbcrlf & " <tr height=""30"">" _
& vbcrlf & " <td width=""1"" class=""backs""></td>" _
& vbcrlf & " <td width=""498""class=""backq"">" _
& vbcrlf & " <p style=""line-height: 140%; margin-left: 12; margin-top: 0; margin-bottom: 5""><img src=""style/images/tb_title.gif"" align=absmiddle> <b>$mainname</b></p>"
style_mainbottom= " </td>" _
& vbcrlf & " <td width=""1"" class=""backs""></td>" _
& vbcrlf & " </tr>" _
& vbcrlf & " <tr><td colspan=""4""><img src=""style/images/photodown.gif""></td></tr>" _
& vbcrlf & "</table>" _
& vbcrlf & "<br>"
style_top = replace(replace(replace(replace(replace(replace(replace(replace(style_top,"$site_url",site_url),"$lang_author",lang_author),"$lang_index",lang_index),"$lang_help",lang_help),"$lang_home",lang_home),"$lang_welcome",lang_welcome),"$siteid",siteid),"$act","<font class=""fonts"">" & lang_act_lang & ": " & u_lang & " " & lang_act_timezone & ": " & u_tzone & "</font>")
style_admin_top = replace(replace(replace(replace(style_admin_top,"$lang_home",lang_home),"$lang_welcome",lang_welcome),"$act","<font class=""fonts"">" & lang_act_lang & ": " & u_lang & " " & lang_act_timezone & ": " & u_tzone & "</font>"),"$lang_author",lang_author)
style_bottom = replace(style_bottom,"$lang_author",lang_author)
style_header = replace(style_header,"$lang_html_meta",lang_html_meta)
style_header2 = replace(style_header2,"$lang_html_meta",lang_html_meta)
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -