skn_new.asp
上传用户:stone001
上传日期:2016-10-28
资源大小:685k
文件大小:2k
- <!--插入html头部分以及数据库接口-->
- <!--#include file="in_conn.asp"-->
- <body>
- <!--插入网站置顶-->
- <% if u_name="" then
- Response.Redirect "log_err.asp"
- else
- %>
- <!--#include file="in_topmb.asp"-->
- <% end if %>
- <%
- if u_power<2 OR u_name<>DEF_sysadm then
- Response.Redirect "resp.asp?cmd=adm_bigpower"
- end if
- %>
- <script language="javascript">
- function okpress(){
- document.fm1.cmdok.disabled=true;
- document.fm1.submit();
- }
- </script>
- <table align="center" width="700" height="25" border="0" cellspacing="0" cellpadding="0" class="rdbar"><tr>
- <td width="100%" height="100%">
- <a href="index.asp">[首页]</a>-<a href="sys.asp">后台维护</a>-<font class="ft1">安装新模板</font>
- </td>
- </tr></table>
- <table align="center" width="700" height="101" border="0" cellspacing="0" cellpadding="6" class="rdd">
- <tr>
- <td width="150" valign="top" class="rdk2">
- <!--插入左部分-->
- <!--#include file="in_sys_left.asp"-->
- </td>
- <td valign="top">
- <form name="fm1" action="skn_setup.asp" method="post">
- <b>请正确填写要安装的<u>模板文件夹</u>名称:<font color="red">(请勿使用中文文件夹名称,以防服务器出错)</font></b>
- <br> <font class="ft1">**</font>安装之前请确认已将新的<u>模板文件夹</u>上传到了/img/skin/目录下
- <br> <input type="text" name="skndir" class="fill" size="20" maxlength="8">
- <br><br> <font class="ft1">提示:</font>不超过8个字符,只允许中英文字符、数字、下划线组成!
- <br> <input type="button" name="cmdok" value=" 确定安装 " onClick="javascript:okpress();" class="an">
- </form>
- </td>
- </tr>
- </table>
- <!--插入在线统计-->
- <!--#include file="in_online.asp"-->
- <!--插入网站置底-->
- <!--#include file="in_bottom.asp"-->
- </body>
- </html>