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

📄 photo_updatephoto.vm

📁 一些数据库的java开发编程
💻 VM
字号:
<html>
<head>
<title>更新图片</title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../pub/common.css">
</head>
<body>
<center>
#set( $photoid = $request.getParameter( "photoid" ) )
<table width="300" border="0">
	<tr>
		<td colspan="2" align="center"><img src="photoview?photoid=$photoid" width="90"></td>
	</tr>
	<tr>
		<td colspan="2">&nbsp;</td>
	</tr>
	<form name="main" method="post" action="photoupdate" encType="multipart/form-data" onsubmit="return checkvalue();">
	<input type="hidden" name="photoid" value="$!photoid" />
	<tr>
		<td align="right">照片:</td>
		<td><input type="file" name="photo"></td>
	</tr>
	<tr>
		<td align="right" colspan="2"><input type="submit" value="提 交">&nbsp;&nbsp;</td>
	</tr>
	</form>
</table>
</center>
</body>
</html>

⌨️ 快捷键说明

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