📄 admintemp.php
字号:
<?php
?>
<HTML>
<HEAD>
<title>模板管理 > <?=$tgname?></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
</HEAD>
<script language=javascript>
var ie = (document.all) ? true : false;
function changeColor(j){
if(j < 0) return;
(ie)?chIE(j,idb):chNS(j,idb.document);
}
function chIE(j,obj){
with(obj){
document.bgColor = j;
}}
function chNS(j,obj){
with(obj){
bgColor = j;
}}
</script>
<SCRIPT>
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("frmTitle").style.display="none"
}else{
switchPoint.innerText=3
document.all("frmTitle").style.display=""
}}
</SCRIPT>
<body leftmargin="0" topmargin="0">
<TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" width="100%">
<TBODY>
<TR>
<TD rowspan="2" align=middle vAlign=center noWrap id="frmTitle"> <IFRAME frameBorder=0 name="tgleft" scrolling=yes src="../adminstyle/<?=$loginadminstyleid?>/left.php?gid=<?=$gid?>" style="HEIGHT:100%;VISIBILITY:inherit;WIDTH:190px;Z-INDEX:2"></IFRAME>
</TD>
<TD rowspan="2" bgColor="#D0D0D0"> <TABLE border=0 cellPadding=0 cellSpacing=0 height="100%">
<TBODY>
<tr>
<TD onclick="switchSysBar()" style="HEIGHT:100%;"> <font style="COLOR:666666;CURSOR:hand;FONT-FAMILY:Webdings;FONT-SIZE:9pt;">
<SPAN id="switchPoint" title="打开/关闭左边导航栏">3</SPAN></font>
</TBODY>
</TABLE></TD>
<TD style="WIDTH:100%">
<table border=0 cellPadding=0 cellSpacing=0 height=100% width=100%><tr height=30 bgcolor=C7D4F7>
<td height="27" bgcolor="#D0D0D0"><strong> 当前模板组:
<select name="selecttempgroup" id="selecttempgroup" onchange="parent.location.href='admin.php?gid='+this.options[this.selectedIndex].value">
<?=$tempgroup?>
</select>
</strong></td>
</tr><tr><td><IFRAME frameBorder=0 id="tgmain" name="tgmain" scrolling=yes src="../main.php?gid=<?=$gid?>" style="HEIGHT:100%;VISIBILITY:inherit;WIDTH:100%;Z-INDEX:1"></IFRAME></td></tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -