temp.asp
资源名称:lyxxgl.rar [点击查看]
上传用户:hnxqingdao
上传日期:2013-05-22
资源大小:1283k
文件大小:8k
源码类别:
其他行业
开发平台:
ASP/ASPX
- <!--#include file="wy_trip_inc/wy_trip_fun.inc"-->
- <html>
- <head>
- <title>PTrip Server 2005 For 数据库课程设计
- </title>
- <META http-equiv=Content-Type content="text/html; charset=gb2312">
- <link rel="stylesheet" type="text/css" href="wy_trip.css">
- </head>
- <script language="javascript" src="wy_trip_js/wy_trip_check.js"></script>
- <%
- '获得公司关于信息
- aboutus=sqlshow("select * from trip_infor","aboutus")
- '获得旅游说明信息
- statement=sqlshow("select * from trip_infor","statement")
- '获得解决方案1的标题
- soltitle1=sqlshow("select * from trip_sol where id=1","solname")
- '获得解决方案2的标题
- soltitle2=sqlshow("select * from trip_sol where id=2","solname")
- '获得解决方案3的标题
- soltitle3=sqlshow("select * from trip_sol where id=3","solname")
- '获得解决方案4的标题
- soltitle4=sqlshow("select * from trip_sol where id=4","solname")
- %>
- <body leftmargin="0" topmargin="0" link="#3357B3" vlink="#3357B3" alink="#3357B3">
- <table cellpadding="0" cellspacing="0" width="752" class="Top">
- <tr>
- <td><img src="wy_trip_images/TopCol1.gif" WIDTH="750" HEIGHT="112"></td>
- </tr>
- </table>
- <table cellpadding="0" cellspacing="0" width="752" class="Middle Topbar">
- <tr>
- <td><img src="wy_trip_images/BorderLeft.gif" WIDTH="7" HEIGHT="13"></td>
- <td width="100%"></td>
- <td><a href="index.html"><img src="wy_trip_images/ButtonLinkHome.gif" border="0" WIDTH="27" HEIGHT="13"></a></td>
- <td><img src="_blank.gif" width="12" height="1"></td>
- <td><a href="index.html"><img src="wy_trip_images/ButtonLinkAbout.gif" border="0" WIDTH="29" HEIGHT="13"></a></td>
- <td><img src="_blank.gif" width="12" height="1"></td>
- <td><a href="index.html"><img src="wy_trip_images/ButtonLinkServices.gif" border="0" WIDTH="38" HEIGHT="13"></a></td>
- <td><img src="_blank.gif" width="12" height="1"></td>
- <td><a href="index.html"><img src="wy_trip_images/ButtonLinkSupport.gif" border="0" WIDTH="36" HEIGHT="13"></a></td>
- <td><img src="_blank.gif" width="12" height="1"></td>
- <td><a href="index.html"><img src="wy_trip_images/ButtonLinkContactUs.gif" border="0" WIDTH="50" HEIGHT="13"></a></td>
- <td><img src="wy_trip_images/BorderRight.gif" WIDTH="11" HEIGHT="13"></td>
- </tr>
- </table>
- <table cellpadding="0" cellspacing="0" width="752" class="Middle">
- <tr>
- <td><img src="wy_trip_images/TopCol2.jpg" WIDTH="750" HEIGHT="121"></td>
- </tr>
- </table>
- <table cellpadding="0" cellspacing="0" width="752" class="Middle">
- <tr>
- <td width="100%" valign="top" class="Main">
- <p class="NoBreakBeforeAfter"><img src="wy_trip_images/TopCol3.gif" WIDTH="247" HEIGHT="23"></p>
- <p class="NoBreakBeforeAfter"><img src="wy_trip_images/HeaderAboutUs.gif" WIDTH="229" HEIGHT="26"></p>
- <p class="Indented1"> <%=aboutus%></p>
- <p class="Indented1">
- <table cellpadding="0" cellspacing="0">
- <tr height="1">
- <td><img src="wy_trip_images/Photo4.jpg" class="Bordered" WIDTH="103" HEIGHT="145"></td>
- <td><img src="_blank.gif" width="6" height="1"></td>
- <td>
- <table cellpadding="0" cellspacing="0" height="100%">
- <tr>
- <td>
- <p><%=statement%></p>
- </td>
- </tr>
- <tr height="100%">
- <td></td>
- </tr>
- <tr>
- <td>
- <table cellpadding="0" cellspacing="0">
- <tr>
- <td><a href="index.html"><img src="wy_trip_images/Icon1.gif" border="0" WIDTH="30" HEIGHT="32"></a></td>
- <td><img src="_blank.gif" width="6" height="0"></td>
- <td valign="bottom"><img src="wy_trip_images/Caption.gif" WIDTH="173" HEIGHT="17"></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </p>
- <br>
- <p><img src="wy_trip_images/HeaderOtherDestination.gif" WIDTH="229" HEIGHT="28"></p>
- <table cellpadding="0" cellspacing="0">
- <tr>
- <td><img src="_blank.gif" width="12" height="1"></td>
- <td><a href="index.html"><img src="wy_trip_sol/wy_trip_solution/solution1/title.jpg" class="Bordered" border="0" WIDTH="103" HEIGHT="82"></a><p align="center"><a href="index.html"><%=soltitle1%></a></p></td>
- <td><img src="_blank.gif" width="15" height="1"></td>
- <td><a href="index.html"><img src="wy_trip_sol/wy_trip_solution/solution2/title.jpg" class="Bordered" border="0" WIDTH="107" HEIGHT="82"></a><p align="center"><a href="index.html"><%=soltitle2%></a></p></td>
- <td><img src="_blank.gif" width="15" height="1"></td>
- <td><a href="index.html"><img src="wy_trip_sol/wy_trip_solution/solution3/title.jpg" class="Bordered" border="0" WIDTH="103" HEIGHT="82"></a><p align="center"><a href="index.html"><%=soltitle3%></a></p></td>
- <td><img src="_blank.gif" width="15" height="1"></td>
- <td><a href="index.html"><img src="wy_trip_sol/wy_trip_solution/solution4/title.jpg" class="Bordered" border="0" WIDTH="103" HEIGHT="82"></a><p align="center"><a href="index.html"><%=soltitle4%></a></p></td>
- </tr>
- </table>
- <br>
- </td>
- <td class="Main"><img src="_blank.gif" width="12" height="1"></td>
- <td valign="top">
- <p align="right"><img src="wy_trip_images/HeaderNews.gif" WIDTH="169" HEIGHT="26"></p>
- <p><img src="_blank.gif" width="1" height="12"></p>
- <p class="Indented1">
- <table cellpadding="0" cellspacing="0">
- <tr>
- <td valign="top"><a href="index.html"><img src="wy_trip_images/Photo1.jpg" class="Bordered" border="0" WIDTH="78" HEIGHT="78"></a><br><br></td>
- <td><img src="_blank.gif" width="12" height="1"></td>
- <td valign="top">
- <p class="Title NoBreakBefore"><a href="index.html">Sample text</a></p>
- <p class="Indented2">Long ago, the Aleut Indians called Alaska "Alakshak" - The Great Land. animal has its own unique character."<br><br></p>
- </td>
- </tr>
- <tr>
- <td valign="top"><a href="index.html"><img src="wy_trip_images/Photo2.jpg" class="Bordered" border="0" WIDTH="78" HEIGHT="78"></a><br><br></td>
- <td><img src="_blank.gif" width="12" height="1"></td>
- <td valign="top">
- <p class="Title NoBreakBefore"><a href="index.html">Sample text</a></p>
- <p class="Indented2">Long ago, the Aleut Indians called Alaska "Alakshak" - The Great Land. animal has its own unique character."<br><br></p>
- </td>
- </tr>
- <tr>
- <td valign="top"><a href="index.html"><img src="wy_trip_images/Photo3.jpg" class="Bordered" border="0" WIDTH="78" HEIGHT="78"></a><br><br></td>
- <td><img src="_blank.gif" width="12" height="1"></td>
- <td valign="top">
- <p class="Title NoBreakBefore"><a href="index.html">Sample text</a></p>
- <p class="Indented2">Long ago, the Aleut Indians called Alaska "Alakshak" - The Great Land. animal has its own unique character."<br><br></p>
- </td>
- </tr>
- </table>
- </p>
- <br>
- <p align="right"><img src="wy_trip_images/HeaderNewsletter.gif" WIDTH="169" HEIGHT="25"></p>
- <p align="right">
- <form action="wy_trip_admin/wy_trip_logasp.asp" id="wy_trip" name="wy_trip" method="post" onSubmit="return wycheck(this)">
- <p class="Indented1 NoBreakAfter">管理员名称</p>
- <p class="Indented1 NoBreakBefore"><input name="adname" type="text" class="Width150" id="adname">
- </p>
- <p class="Indented1 NoBreakAfter">登录密码</p>
- <p class="Indented1 NoBreakBeforeAfter"><input name="adpassword" type="password" class="Width150" id="adpassword">
- </p>
- <p align="center" class="NoBreakBefore">
- <input type="submit" name="Submit" value=" 登 录 ">
-
- <input type="reset" name="Submit" value=" 重 置 ">
- </p>
- </form>
- </p>
- <img src="_blank.gif" width="255" height="1">
- </td>
- </tr>
- </table>
- <table cellpadding="0" cellspacing="0" width="752" class="Bottom">
- <tr>
- <td><img src="wy_trip_images/BottomCol1.gif" WIDTH="750" HEIGHT="33"></td>
- </tr>
- </table>
- </body>
- </html>