list_file.htm

来自「航空订票系统基于asp.net和sql2005包含数据库和图片」· HTM 代码 · 共 12 行

HTM
12
字号
<div class='listfile bg{rowodd}' onmouseover="setHover(this,'#eeeeee');" onmouseout="reHover(this);" ondblclick="window.open('{url}','_blank','')">
	<div class='checkbox'><input style='display:{display};' type='checkbox' id='checkbox_f{id}'></div>
	<div class='icon'><a href='?path={path}&action=editfile' target=_blank><img border=0 src='images/icon_{type}.gif' />&nbsp;&nbsp;</a></div>
	<div class='filename'><a href="{url}" title='{fullname}' target=_blank><nobr>{name}</nobr></a></div>
	<div class='toolbutton' style='display:{display}'>
		<a href="javascript:downfile1({id});" title="下载源代码">下载</a>&nbsp;&nbsp;
		<a href="javascript:filerename1({id});">改名</a>&nbsp;&nbsp;
		<a href="?path={path}&action=editfile" target=_blank>编辑</a>&nbsp;&nbsp;
		<a href="javascript:makesure('f',{id});">删除</a>
	</div>
	<div class='size'>{size}</div>
</div>

⌨️ 快捷键说明

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