📄 admincss.asp
字号:
<!--#include file="head.asp" -->
<table cellpadding=0 cellspacing=0 border=0 width="100%" align=center>
<tr>
<td height="30">
<table cellpadding=3 cellspacing=1 border=0 width=100%>
<tr>
<td width="100%" valign=top>
<%
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
if request("save")="" then
Set objCountFile = objFSO.OpenTextFile(Server.MapPath("../style.css"),1,True)
If Not objCountFile.AtEndOfStream Then fdata = objCountFile.ReadAll
else
fdata=request("fdata")
Set objCountFile=objFSO.CreateTextFile(Server.MapPath("../style.css"),True)
objCountFile.Write fdata
end if
objCountFile.Close
Set objCountFile=Nothing
Set objFSO = Nothing
%>
<form method=post>
<table width="100%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td width="3%" height="23"> </td>
<td width="97%" height="23">论坛模板编辑:<br>
注意:文件将被保存在你安装目录下的STYLE.CSS里,如果您的空间不支持<font color=red><B>FSO</B></font>,请直接编辑该文件!如果您对CSS的属性不了解,请不要随意编辑。</td>
</tr>
<tr>
<td width="3%"> </td>
<td width="97%">
<textarea name="fdata" cols="70" rows="20"><%=fdata%></textarea>
</td>
</tr>
<tr>
<td width="3%"> </td>
<td width="97%"><font color="<%=TableContentColor%>">
<input type="reset" name="Reset" value="重新修改" class="buttonface">
<input type="submit" name="save" value="提交修改" class="buttonface"> 当前文件路径:<font color=red><b><%=Server.MapPath("../style.css")%></b></font></font>
</td>
</tr>
</table></form>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--#include file="copy.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -