⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adminimageinfo.asp

📁 程序名称:酷虎网校友录 V1.0 (商业版)*(修改版) * 本软体为商业软件
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="inc/sessionadmin.asp"-->
<%
IF Request.Form.Count<>0 Then
BigLOGO=Request.Form("BigLOGO")
SmallLOGO=Request.Form("SmallLOGO")
SQL="Select * From 校友录基本信息"
Set RS1=Server.CreateObject("ADODB.RecordSet")
RS1.Open SQL,Connstr,3,2
IF Not RS1.Eof Then
'IF BigLOGO<>"" Then
RS1("大LOGO")=BigLOGO
'End IF
'IF SmallLOGO<>"" Then
RS1("小LOGO")=SmallLOGO
'End IF
RS1.Update
BigLOGO=RS1("大LOGO")
SmallLOGO=RS1("小LOGO")
End IF
End IF
%>
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<!--#include file="inc/css.asp"-->
<title><%=WebSiteName%></title>
</head>
<body topmargin="0" background="images/bg.gif">
<!--#include file="admintop.asp"-->
<div align="center">
  <center>
  <table border="0" width="755" cellspacing="0" cellpadding="0">
    <tr>
      <td width="189" style="background-color: #FFFFFF; border-left: 1 solid #000000; border-top: 1 solid #000000; border-bottom: 1 solid #000000" valign="top"> 
		<!--#include file="aleft.asp"-->
      </td>
      <td width="562" style="background-color: #FFFFFF; border: 1 solid #000000" valign="top">
        <table border="0" width="100%" cellspacing="0" cellpadding="0">
          <tr>
            <td width="100%" height="25" bgcolor="#EDEDED" style="border-bottom: 1 solid #000000;">
              <table border="0" width="100%" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="100%">
                    <p align="center">校友录图片信息设置</td>                 
                </tr>
              </table>
            </td>
          </tr>
          <tr>
            <td width="100%" valign="top">
            <div align="center">
              <table border="0" width="90%" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="100%" height="8" colspan="2"></td>
                </tr>
              <center>
              <form action="" method="post">
<%
SQL="Select * From 校友录基本信息"
Set RS1=Server.CreateObject("ADODB.RecordSet")
RS1.Open SQL,Connstr,3,2
%>
                <tr>
                  <td width="18%" valign="bottom" align="right">大标志图片:</td>
                  <td width="82%"><input type=text name="BigLOGO" size=12 maxlength=70 style="background-attachment: scroll; background-repeat: repeat; font-size: 9pt; height: 18; width: 374; background-color: #FFFFFF; border: 1 solid #000000; background-position: none 0%" value="<%=RS1("大LOGO")%>"></td>
                </tr>
              </center>
                <tr>
                  <td width="100%" colspan="2" valign="bottom">
                    <p style="line-height: 200%" align="center">大标志图片为本页上放红色长方形图片,请直接填写URL地址,宽:755象素,高:60象素</td>
                </tr>
              <center>
                <tr>
                  <td width="100%" valign="bottom" align="right" colspan="2" height="20"></td>
                </tr>
                <tr>
                  <td width="18%" valign="bottom" align="right">小标志图片:</td>
                  <td width="82%"><input type=text name="SmallLOGO" size=12 maxlength=70 style="background-attachment: scroll; background-repeat: repeat; font-size: 9pt; height: 18; width: 374; background-color: #FFFFFF; border: 1 solid #000000; background-position: none 0%" value="<%=RS1("小LOGO")%>"></td>
                </tr>
                <tr>
                  <td width="100%" colspan="2">
                    <p style="line-height: 200%" align="center">小标志图片为本页左边灰色正方形图片,请直接填写URL地址,宽:190象素,高:130象素</td>
                </tr>
                <tr>
                  <td width="18%"></td>
                  <td width="82%"></td>
                </tr>
                <tr>
                  <td width="18%"></td>
                  <td width="82%"></td>
                </tr>
                <tr>
                  <td width="18%"></td>
                  <td width="82%"></td>
                </tr>
                <tr>
                  <td width="100%" colspan="2" height="8">
                    <p align="center"><INPUT type=submit value=' 提 交 ' name=Submit style="background-color: #DDDDDD; background-repeat: repeat; background-attachment: scroll; font-size: 9pt; height: 20; width: 85; background-image: url('images/bg1.gif'); border: 1px groove #000000; background-position: 0% 50%">&nbsp;               
                    <INPUT type=reset value=' 取 消 ' name=Submit style="background-color: #DDDDDD; background-repeat: repeat; background-attachment: scroll; font-size: 9pt; height: 20; width: 85; background-image: url('images/bg1.gif'); border: 1px groove #000000; background-position: 0% 50%"> 
                  </td>
                </tr>
                </form>
                <tr>
                  <td width="100%" colspan="2" height="8"></td>
                </tr>
              </table>
              </center>
            </div>
            </td>
          </tr>
          <tr>
            <td width="100%" valign="top" height="8">
            <p>
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
</div>
<!--#include file="bottom.asp"-->
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -