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

📄 avatar.tag

📁 一个网上购物商城系统
💻 TAG
字号:
<%--用户头像 --%>
<%@ tag pageEncoding="UTF-8"  isELIgnored="false"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>

<div class="Conright">
	   <div id="control-left2">
	<form action="" method="post" enctype="multipart/form-data" name="postpm" id="postpm">
		<div id="pannel-list-nav" style="border-bottom:1px solid #DCE6F1;">
			  <div id="bbs-title">
			        <h3>编辑个人头像<font color='red'>[该功能暂未实现]</font></h3>
			  </div>
			  <div class="from-nav">
						<div class="Mtitle"><span>当前头像:</span></div>
						<div class="Mright"><img src="${pageContext.request.contextPath}/avatars/common/yct5.jpg" style="margin:15px;"/>
						  <input name="showavatarlist" type="button" id="showavatarlist" value="从论坛头像库中选择" class="lightbutton" style="margin-bottom:4px;"  onclick="location.replace('usercpavatarlist.htm')"/>
						</div>
			  </div>
			   <div class="from-nav">
						<div class="Mtitle"><span>&nbsp;</span></div>
						<div class="Mright"><input type="radio" name="avatartype" value="1" onclick="document.getElementById('file').disabled=false;document.getElementById('avatarurl').disabled=document.getElementById('avatarwidth').disabled=document.getElementById('avatarheight').disabled=true;"
/>上传新头像:<input name="file" id="file" type="file" size="40" class="colorblue" onfocus="this.className='colorfocus';" onblur="this.className='colorblue';"  disabled="disabled" />
						</div>
			    </div>
				<div class="from-nav">
						<div class="Mtitle"><span>&nbsp;</span></div>
						<div class="Mright"><input type="radio" name="avatartype" value="2" onclick="document.getElementById('file').disabled=true;document.getElementById('avatarurl').disabled=document.getElementById('avatarwidth').disabled=document.getElementById('avatarheight').disabled=false;"
 />有效的图片URL地址:
						<input name="avatarurl" type="text" class="colorblue" id="avatarurl" onfocus="this.className='colorfocus';" onblur="this.className='colorblue';" value="" size="50"  disabled="disabled" /><br />
						宽度:
						<input name="avatarwidth" type="text" id="avatarwidth" value="0" size="3" class="colorblue" onfocus="this.className='colorfocus';" onblur="this.className='colorblue';"  disabled="disabled" /> &nbsp; &nbsp; 
						高度:
						<input name="avatarheight" type="text" id="avatarheight" value="0" size="3" class="colorblue" onfocus="this.className='colorfocus';" onblur="this.className='colorblue';"  disabled="disabled" />
						</div>
			    </div>
				<div class="btn-area">
							<input type="submit" name="Submit" value="确定" class="sbutton" />
				</div>
            </div>
  </form>
		</div>
 	</div>

⌨️ 快捷键说明

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