admin.skin

来自「自由设定用户权限上传」· SKIN 代码 · 共 42 行

SKIN
42
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html dir="##TEXT'dir'##"> <!-- efileman alternate admin.skin - version 1.0 - E.Bahr -->	<head>		<meta http-equiv="content-type" content="text/html;charset=##charset##">		<meta http-equiv="pragma" content="no-cache">		<meta http-equiv="cache-control" content="no-cache">		<meta http-equiv="Content-Script-Type" content="text/javascript">		<meta http-equiv="Content-Style-Type" content="text/css">		<title>efileman - admin</title>		<style type="text/css">			##file:../style.css##		</style>		<script type="text/javascript">		<!--            function showhelp(){                w1=window.open('##href_admin_help##','newwindow','resizable=yes,scrollbars=yes,width=500,height=400,left=30,top=30');            }            function gotoscr(what){                var mode = '';                if(typeof(what) != 'undefined')                    mode= 'mode=' + what + '&';                w1=window.open('##hrefscript##?' + mode + 'root=' + parent.adm_values.document.forms[0].root.value+'&dir=' + escape(parent.adm_values.document.forms[0].dir.value) + '&sid=' + parent.adm_values.document.forms[0].sid.value,'_parent');                      }   		// -->		</script>	</head>	<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" style="margin:0">	<a name="#top"></a>		<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">			<tr>				<td align="center" valign="top" height="10%">					##file:../menu1.tpl##                                  <a href="javascript:showhelp()" title="##TEXT'help'##" accesskey="1"><img src="##imageurl##/button/help.gif" border="0"></a>					##file:../menu2.tpl##				</td>			</tr>		</table>	</body></html>

⌨️ 快捷键说明

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