📄 back_photoinsert.jsp~11~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
back_photoInsert
</title>
</head>
<jsp:useBean id="current" scope="page" class="Tool.CountTime">
</jsp:useBean>
<body bgcolor="#ffffff">
<table width="573" border="0" align="center" cellpadding="0" cellspacing="0" background="images/back1.gif">
<tr>
<td width="573" valign="top"><table width="227" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="myimage/back_noword_03.jpg" width="573" height="25" alt=""></td>
</tr>
</table>
<table width="573" border="0" cellpadding="0" cellspacing="0" background="images/back_noword_05.jpg">
<tr>
<td valign="top" align="center">
<%out.println("<p align=left> <img src=myimage/icon.gif width=10 height=10> 相片上传</p>");%>
<form action="photoAddAction.do" method="post" name="form" enctype="multipart/form-data" >
<table width="376" border="1" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#FECE62">
<tr>
<td width="66" height="30"><div align="center">上传地址:</div></td>
<td width="282" bgcolor="#FFFFFF">
<div align="left">
<input name="formfile" type="file" class="inputinput" size="30">
</div></td></tr>
<tr>
<td height="30"><div align="center">相片描述:</div></td>
<td bgcolor="#FFFFFF">
<div align="left">
<input name="photoDescription" type="text" class="inputinput" size="30">
</div></td></tr>
<tr>
<td height="30"><div align="center">上传时间:</div></td>
<td bgcolor="#FFFFFF">
<div align="left">
<input name="photoTime" type="text" class="inputinput" onClick="alert('此文本框已设为只读,用户不能修改')" value="<%=current.getCurrentTime()%>" size="30" readonly="readonly">
</div></td></tr>
</table>
<table width="494" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="494">
<br>
<div align="center" class="style1">注意:图片的格式只能为:“JPG”,“jpg”,“gif”,“bmp”,“BMP”格式</div></td>
</tr>
</table>
<br>
<input type="image" class="inputinputinput" src="myimage/save.gif">
<a href=""><img src="myimage/reset.gif" width="51" height="20" alt=""></a>
</form>
</td>
</tr>
</table>
<table width="227" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="myimage/back_noword_18.jpg" width="573" height="21" alt=""></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -