?? 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 + -