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

📄 button.tag

📁 基于SSH (struts+spring+hibernate)框架设计的 CRM客户关系管理系统
💻 TAG
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ attribute name="path"  required="true" rtxprvalue="true"%>

	<div id="ShortCutMenu"
		style="position: absolute; left: -200px; top: -200px; width: 120px; z-index: 999;">
		<table border="0" width="120"
			style="border-collapse: collapse; border: 2 outset #AEA67C"
			cellspacing="0" cellpadding="4" bgcolor="#EBF5FF">
			<tr style="cursor: default" onmouseover="this.bgColor='#ADCFFF'"
				onmouseout="this.bgColor=''" onmousedown="add()">
				<td width>
					<img border="0"
						src=${path}
						width="16" height="16">
				</td>
				<td width="90">
					add					
				</td>
			</tr>
			<tr style="cursor: default" onmouseover="this.bgColor='#ADCFFF'"
				onmouseout="this.bgColor=''" onmousedown="update()">
				<td width>
					<img border="0"
						src=${path}
						width="16" height="16">
				</td>
				<td width="90">
					edit
				</td>
			</tr>
			<tr style="cursor: default" onmouseover="this.bgColor='#ADCFFF'"
				onmouseout="this.bgColor=''" onmousedown="delete()">
				<td width>
					<img border="0"
						src=${path}
						width="16" height="16">
				</td>
				<td width="90">
					delete
				</td>
			</tr>
		</table>
	</div>
	<table align="center" width="80%">
		<tr align="center">
			<td>
				<div align="center">
					<input type="button" name="add" onClick="add();" value="ADD"
						style="border-bottom: 'border-bottom-width' 'border-bottom-style' 'border-bottom-color'" />
				</div>
			</td>
			<td>
				<div align="center"></div>
			</td>
			<td>
				<div align="center">
					<input type="button" name="del" onClick="return delete();"
						value="DELETE"
						style="border-bottom: 'border-bottom-width' 'border-bottom-style' 'border-bottom-color'" />
				</div>
			</td>
			<td>
				<div align="center">
					<input type="button" name="update" onClick="return update();"
						value="EDIT"
						style="border-bottom: 'border-bottom-width' 'border-bottom-style' 'border-bottom-color'" />
				</div>
			</td>
			<td>
				<div align="center"></div>
			</td>
		</tr>
	</table>

⌨️ 快捷键说明

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