?? picture_add.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ include file="conn.jsp"%>
<%
String condition="select * from picture";
rs=stmt.executeQuery(condition);
rs.next();
%>
<html>
<head>
<%--<meta http-equiv="Content-Type" content="text/html; charset=gb2312">--%>
<title>新聞</title>
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
a.rights:link {
COLOR: #000000;
TEXT-DECORATION: none;
}
a.rights:visited {
COLOR: #000000;
TEXT-DECORATION: none;
}
a.rights:hover {
COLOR: #FF0000;
TEXT-DECORATION: none;
}
</style>
</head>
<body background="img/beijing.gif" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="650" border="0" align="center" cellpadding="0" cellspacing="0" class="tittle0">
<tr bgcolor="img/beijing.gif">
<td colspan="3" rowspan="2"align="center" valign="middle"><img src="mm_travel_photo.jpg" alt="Header image" width="400" height="140" border="0"></td>
<td bgcolor="#3366CC" height="140" width="250"colspan="3" id="tagline" valign="top" align="center"><font size="5">新聞系統</font></td>
</tr>
</table>
<br>
<table width="650" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td></td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF">
<form action="picture_add_operate.jsp" method="POST" name="form" id="form" >
<table width="650" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0" class="tittle3">
<tr>
<td width="12%"><img src="img/top1.gif" width="81" height="22"></td>
<td width="86%" background="img/top2.gif"><a href="add_all_slly.jsp"><center>
</center></a></td>
<td width="2%"><img src="img/top3.gif" width="47" height="22"></td>
</tr>
</table></td>
</tr>
<tr valign="top">
<td height="162"> <table width="100%" border="0" cellpadding="0" cellspacing="2" class="tittle1">
<tr>
<td width="70" height="30" align="right"><font color="#000099"><img src="img/Forum_nav.gif" width="15" height="19" align="absmiddle">標 題</font></td>
<td width="156" height="30"> <input name="picture_title" type="text" id="picture_title" style="border:1px double rgb(187,185,185);font:9pt">
</td>
<td width="414" rowspan="3" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><font color="#000099"><img src="img/shareforum.gif" width="25" height="25" align="absmiddle">照片 </font></td>
</tr>
<tr>
<td align="center"></td>
</tr>
</table>
<input name="picture" type="image" id="picture" style="border:1px double rgb(187,185,185);font:9pt" >
</td>
</tr>
<tr>
<td height="30" colspan="2" align="left"><font color="#000099"><img src="img/topicnew.gif" width="16" height="18" align="absmiddle"> 簡單介紹</font> </td>
</tr>
<tr>
<td height="30" colspan="2" align="right">
<textarea name="picture_tro" cols="50" rows="10" id="picture_tro" style="border:1px double rgb(187,185,185);font:9pt"></textarea>
</td>
</tr>
<tr>
<td height="30" colspan="2" align="right"> </td>
<td align="center"> <input type="submit" name="Submit" value="提 交" style="border:1 solid #BBB9B9;background:#ffffff" class="button">
<input type="reset" name="Submit2" value="重 寫" style="border:1 solid #BBB9B9;background:#ffffff" class="button">
</td>
</tr>
</table></td>
</tr>
<tr valign="top">
<td><table border="0" width="650" cellspacing="0" cellpadding="0" height="7" align="center">
<tr>
<td width="2%" align="center"><img src="img/end1.gif" width="12" height="14"></td>
<td width="89%" align="center" background="img/end2.gif"></td>
<td width="9%" align="center"><img src="img/end3.gif" width="65" height="14"></td>
</tr>
</table></td>
</tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -