button.tag

来自「基于SSH (struts+spring+hibernate)框架设计的 C」· TAG 代码 · 共 75 行

TAG
75
字号
<!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 + =
减小字号Ctrl + -
显示快捷键?