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

📄 head.tpl

📁 eGroupWare is a multi-user, web-based groupware suite developed on a custom set of PHP-based APIs. C
💻 TPL
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xml:lang="{lang_code}" xmlns="http://www.w3.org/1999/xhtml">	<head>		<!--		HTML Coding Standards;		1. use lowercase if possible, because of xhtml validation		2. make your template validate either html 4.01 or xhtml 1		3. make your application validate both if possible		4. always use quotes ("") when possible		5. use png-graphics if possible, but keep in mind IE has a transparency bug when it renders png's		-->		<!-- LAY-OUT BUGS 				1. in IE no link cursor is displayed when png's are used for that link		2. tabs are ugly in preferences		3. spacers inside sidebox		-->		<title>eGroupWare Setup - {lang_setup} {configdomain}</title>		<meta http-equiv="content-type" content="text/html; charset={charset}" />		<meta name="keywords" content="egroupware" />		<meta name="description" content="egroupware" />		<meta name="keywords" content="egroupware" />		<meta name="copyright" content="egroupware http://www.egroupware.org (c) 2003" />		<meta name="language" content="{lang_code}" />		<meta name="author" content="egroupware http://www.egroupware.org" />		<meta name="robots" content="none" />		<link rel="icon" href="../phpgwapi/templates/default/images/favicon.ico" type="image/x-ico" />		<link rel="shortcut icon" href="../phpgwapi/templates/default/images/favicon.ico" />		<link href="../phpgwapi/templates/idots/css/idots.css" type="text/css" rel="stylesheet" />		<link href="templates/default/css/idots.css" type="text/css" rel="stylesheet" />		<!--		{css}		-->		<style type="text/css">			<!--			.row_on { color: #000000; background-color: #eeeeee; }			.row_off { color: #000000; background-color: #e8f0f0; }			.th 			{ 			  color: #000000; 			  background-color: #cccccc; 			}			-->			</style>				<!--{java_script}-->				<!-- this solves the internet explorer png-transparency bug, but only for ie 5.5 and higher --> 		<!--[if gte ie 5.5000]>		<script src="../phpgwapi/templates/idots/js/pngfix.js" type=text/javascript>		</script>		<![endif]-->	</head>	<body><div id="divLogo"><a href="http://www.egroupware.org" target="_blank"><img src="../phpgwapi/templates/idots/images/logo-setup.png" border="0" alt="egroupware"/></a></div><div id="divMain">	<div id="divAppIconBar">		<table width="100%" border="0" cellspacing="0" cellpadding="0">			<tr>				<td width="180" valign="top" align="left"><img src="../phpgwapi/templates/idots/images/grey-pixel.png" width="1" height="68" alt="spacer" /></td>				<td>					<table width="100%" border="0" cellspacing="0" cellpadding="0">						<tr>							<td width="100%"><img src="../phpgwapi/templates/idots/images/spacer.gif" width="1" height="68" alt="spacer" /></td>						</tr>						<tr>							<td width="100%">&nbsp;</td>						</tr>					</table>				</td>				<td width="1" valign="top" align="right"><img src="../phpgwapi/templates/idots/images/grey-pixel.png" width="1" height="68" alt="spacer" /></td>			</tr>		</table>	</div><!--	<div id="divstatusbar"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td align="left" id="user_info">{user_info}</td><td align="right" id="admin_info">{current_users}</td></tr></table></div>-->	<div id="divSubContainer">		<table width="100%" cellspacing="0" cellpadding="0">			<tr>				<!-- sidebox column -->				<td id="tdSidebox" valign="top">															<div class="divSidebox">						<div class="divSideboxHeader"><span>{main_menu}</span></div>						<div>							<table width="100%" cellspacing="0" cellpadding="0">													<tr class="divSideboxEntry">									<td width="20" align="center" valign="middle" class="textSidebox"><img src="../phpgwapi/templates/idots/images/orange-ball.png" alt="ball" /></td><td class="textSidebox"><a class="textsidebox" href="../home.php">{user_login}</a></td>								</tr><!-- BEGIN loged_in -->								<tr class="divSideboxEntry">									<td width="20" align="center" valign="middle" class="textSidebox"><img src="../phpgwapi/templates/idots/images/orange-ball.png" alt="ball" /></td><td class="textSidebox">{check_install}</td>								</tr>								<tr class="divSideboxEntry">									<td width="20" align="center" valign="middle" class="textSidebox">{indeximg}</td><td class="textSidebox">{indexbutton}</td>								</tr>								<tr class="divSideboxEntry">									<td width="20" align="center" valign="middle" class="textSidebox"><img src="../phpgwapi/templates/idots/images/orange-ball.png" alt="ball" /></td><td class="textSidebox">{logoutbutton}</td>								</tr><!-- END loged_in -->							</table>						</div>					</div>					<div class="sideboxSpace"></div>				</td>				<!-- end sidebox column -->				<!-- applicationbox column -->				<td id="tdAppbox" valign="top">				<div id="divAppboxHeader">{lang_setup} {configdomain}</div>				<div id="divAppbox">

⌨️ 快捷键说明

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