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

📄 manage.asp

📁 超炫电台程序开发了两个版本了
💻 ASP
📖 第 1 页 / 共 3 页
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
' *** Logout the current user.
MM_Logout = CStr(Request.ServerVariables("URL")) & "?MM_Logoutnow=1"
If (CStr(Request("MM_Logoutnow")) = "1") Then
  Session.Contents.Remove("MM_Username")
  Session.Contents.Remove("MM_UserAuthorization")
  MM_logoutRedirectPage = "index.asp"
  ' redirect with URL parameters (remove the "MM_Logoutnow" query param).
  if (MM_logoutRedirectPage = "") Then MM_logoutRedirectPage = CStr(Request.ServerVariables("URL"))
  If (InStr(1, UC_redirectPage, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then
    MM_newQS = "?"
    For Each Item In Request.QueryString
      If (Item <> "MM_Logoutnow") Then
        If (Len(MM_newQS) > 1) Then MM_newQS = MM_newQS & "&"
        MM_newQS = MM_newQS & Item & "=" & Server.URLencode(Request.QueryString(Item))
      End If
    Next
    if (Len(MM_newQS) > 1) Then MM_logoutRedirectPage = MM_logoutRedirectPage & MM_newQS
  End If
  Response.Redirect(MM_logoutRedirectPage)
End If
%>

<HTML><HEAD>
<TITLE>21GTRadio网络电台后台管理</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 5.50.4916.2300" name=GENERATOR>
<META content=FrontPage.Editor.Document name=ProgId>
<LINK href=include/site.css rel=stylesheet>
<base onmouseover="window.status='21GTRadio网络电台 http://www.21gt.com';return true">
<STYLE>.yToolbar {
	BORDER-RIGHT: buttonshadow 1px solid; BORDER-TOP: buttonhighlight 1px solid; LEFT: 1px; BACKGROUND-IMAGE: url(0); VISIBILITY: visible; BORDER-LEFT: buttonhighlight 1px solid; BORDER-BOTTOM: buttonshadow 1px solid; POSITION: relative; TOP: 0px; HEIGHT: 27px; BACKGROUND-COLOR: #efefef
}
.TBHandle {
	BORDER-RIGHT: buttonshadow 1px solid; BORDER-TOP: buttonhighlight 1px solid; FONT-SIZE: 1px; BORDER-LEFT: buttonhighlight 1px solid; WIDTH: 3px; POSITION: absolute; TOP: 1px; HEIGHT: 22px; BACKGROUND-COLOR: buttonface
}
.TBHandle2 {
	BORDER-RIGHT: buttonshadow 1px solid; BORDER-TOP: buttonhighlight 1px solid; FONT-SIZE: 1px; BORDER-LEFT: buttonhighlight 1px solid; WIDTH: 3px; POSITION: absolute; TOP: 1px; HEIGHT: 50px; BACKGROUND-COLOR: buttonface
}
.TBSep {
	BORDER-RIGHT: buttonhighlight 1px solid; FONT-SIZE: 0px; BORDER-LEFT: buttonshadow 1px solid; WIDTH: 1px; POSITION: absolute; TOP: 1px; HEIGHT: 22px
}
.flyoutLink A {
	COLOR: black; TEXT-DECORATION: none
}
.flyoutLink A:hover {
	COLOR: black; TEXT-DECORATION: none
}
.flyoutLink A:visited {
	COLOR: black; TEXT-DECORATION: none
}
.flyoutLink A:active {
	COLOR: black; TEXT-DECORATION: none
}
.flyoutMenu {
	BACKGROUND-COLOR: #efefef
}
.flyoutMenu TD.flyoutLink {
	BORDER-RIGHT: #efefef 1px solid; BORDER-TOP: #efefef 1px solid; BORDER-LEFT: #efefef 1px solid; CURSOR: hand; PADDING-TOP: 1px; BORDER-BOTTOM: #efefef 1px solid
}
.flyoutMenu1 {
	BACKGROUND-COLOR: #fbf9f9
}
.flyoutMenu1 TD.flyoutLink1 {
	BORDER-RIGHT: #fbf9f9 1px solid; BORDER-TOP: #fbf9f9 1px solid; BORDER-LEFT: #fbf9f9 1px solid; CURSOR: hand; PADDING-TOP: 1px; BORDER-BOTTOM: #fbf9f9 1px solid
}
</STYLE>

<SCRIPT language=javascript1.2 src=""></SCRIPT>
<SCRIPT>

function about()
{
window.showModalDialog("server.asp","ABOUT","dialogwidth:300px;dialogheight:150px;center:yes;status:no;scroll:no;help:no");
}

function over(){
	if(obj=event.srcElement)
		if(obj.className=="flyoutLink"){
			obj.style.backgroundColor='#B5C4EC'
			obj.style.borderColor = '#380FA6'
		}else if(obj.className=="flyoutLink1"){
		    obj.style.backgroundColor='#B5C4EC'
			obj.style.borderColor = '#380FA6'				
			}
}
function out(){
	if(obj=event.srcElement)
		if(obj.className=="flyoutLink"){
			obj.style.backgroundColor='EFEFEF'
			obj.style.borderColor = 'EFEFEF'
		}else if(obj.className=="flyoutLink1"){
		    obj.style.backgroundColor='#FBF9F9'
			obj.style.borderColor = '#FBF9F9'				
			}
}
function show(d){
	if(obj=document.all(d))	obj.style.visibility="visible";

}
function hide(d){
	if(obj=document.all(d))	obj.style.visibility="hidden";
}

document.onmouseover=over
document.onmouseout=out
</SCRIPT>
<SCRIPT language=javascript>       
<!--       
var displaymode=0       
//var iframecode='<iframe id="jshtml" style="width:85%;height:200px" src="http://www.21gt.com"></iframe>'
//if (displaymode==0)       
//document.write(iframecode)       
       
function jumpto(inputurl){       
if (document.getElementById&&displaymode==0)       
document.getElementById("jshtml").src=inputurl       
else if (document.all&&displaymode==0)       
document.all.external.src=inputurl       
else{       
if (!window.win2||win2.closed)       
win2=window.open(inputurl)       
//else if win2 already exists       
else{       
}       
}       
}       
//-->       
</SCRIPT>
<SCRIPT>

<!--

function winopen(){

var targeturl="http://www.21gt.com"
//closetime=1
//oldwin=window
newwin=window.open("","","")


if (document.all){

newwin.moveTo(0,0)

newwin.resizeTo(screen.width,screen.height)
newwin.focus();
//self.close();
//window.setTimeout("window.close();",5000);
//if (closetime) setTimeout("oldwin.close();", closetime*1000);
}

newwin.location=targeturl

}

function winopen1(){

var targeturl="../index.htm"
//closetime=1
//oldwin=window
newwin=window.open("","","")


if (document.all){

newwin.moveTo(0,0)

newwin.resizeTo(screen.width,screen.height)
newwin.focus();
//self.close();
//window.setTimeout("window.close();",5000);
//if (closetime) setTimeout("oldwin.close();", closetime*1000);
}

newwin.location=targeturl

}


//-->

</SCRIPT>
<SCRIPT language=JavaScript type=text/JavaScript>
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</SCRIPT>
</HEAD>
<BODY bgColor=#efefef leftMargin=0 topMargin=0>
<DIV class=yToolbar id=FormatToolbar>
<TABLE width="100%" border=0>
  <TBODY>
  <TR>
    <TD class=flyoutMenu width="1%">
      <DIV class=TBHandle></DIV></TD>
    <TD width="99%">
        <TABLE class=flyoutMenu width=100% border=0>
          <TBODY> 
          <TR align=middle> 
            <TD class=flyoutLink
          onclick="show('menu6');hide('menu2');hide('menu3');hide('menu4');hide('menu5');hide('menu7')" width="15%">帮助(<U>H</U>)</TD>
            <TD class=flyoutLink
          onclick="show('menu7');hide('menu2');hide('menu3');hide('menu4');hide('menu5');hide('menu6')" width="17%"><a href="<%= MM_Logout %>">退出(<U>H</U>)</a></TD>
            <TD class=flyoutLink
          onclick="show('menu7');hide('menu2');hide('menu3');hide('menu4');hide('menu5');hide('menu6')" width="68%">当前用户:<font color=red><%=session("MM_Username")%></font>&nbsp;&nbsp;</TD>
          </TR>
          </TBODY> 
        </TABLE>
      </TD></TR></TBODY></TABLE></DIV>


<DIV class=yToolbar id=FormatToolbar>
<TABLE width="100%" bgColor=#efefef border=0>
  <TBODY>
  <TR>
    <TD class=flyoutMenu width="1%">
      <DIV class=TBHandle2></DIV></TD>
      <TD width="99%" height=50 background="images/21gtradio.gif">&nbsp; </TD>
    </TR></TBODY></TABLE></DIV>
<TABLE borderColor=#ff0000 height="70%" cellSpacing=0 width="100%" border=0>
  <TBODY> 
  <TR> 
    <TD width="13%" height="485" valign="top"> 
      <TABLE width=136 border=0 height="126">
        <TBODY> 
        <TR> 
          <TD width=110 height="439"> 
            <div id=menu6 onMouseOver="show('menu6')" 
style="Z-INDEX: 3; LEFT: 19px; VISIBILITY: hidden; WIDTH: 145px; POSITION: absolute; TOP: 27px; HEIGHT: 70px" 
onMouseOut="hide('menu6')"> 
              <table cellspacing=0 cellpadding=0 width="100%" border=0>
                <tbody> 
                <tr valign=top> 
                  <td 
    style="BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #999999 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #999999 1px solid; border-height: 1px" 
    width="100%" colspan=2 height=46> 
                    <table class=flyoutMenu1 cellspacing=0 cellpadding=0 width="100%" 
      bgcolor=#fbf9f9 border=0>
                      <tbody> 
                      <tr> 
                        <td width="9%" bgcolor=#cccccc height=21>&nbsp; </td>
                        <td class=flyoutLink1 onClick="javascript:jumpto('UttermostNews_index.asp')"
            width="91%">&nbsp;管理首页...</td>
                      </tr>
                      <tr> 
                        <td bgcolor=#cccccc height=23 width="13%">&nbsp;</td>
                        <td class=flyoutLink1 
          onClick="javascript:about();">&nbsp;播音地址...</td>
                      </tr>
                      <tr> 
                        <td bgcolor=#cccccc height=23>&nbsp; </td>
                        <td class=flyoutLink1 
          onClick="javascript:jumpto('../count')">&nbsp;查看统计</td>
                      </tr>
                      </tbody> 
                    </table>
                  </td>
                </tr>
                </tbody> 
              </table>
            </div>
            <style type="text/css">
<!--
a{text-decoration:none;color:#000000;font-size:8pt;font-family:verdana}
//-->
</style>
<script language="JavaScript">
<!--
var top=88;
var left=0;
var bordercolor="#000000";
var bgcolorLight="#EFEFEF";
var bgcolorDark="#DFDFDF";

um3 = new Array("节目播出",
"播放页面", "javascript:jumpto('ediplayer.asp')",
"无人驾驶", "javascript:jumpto('offplayer.asp')",
"点歌后台", "javascript:jumpto('music.asp')",
"节目表", "javascript:jumpto('playbill.asp')")

um2 = new Array("公告管理",
"滚动公告", "javascript:jumpto('flhcard.asp')",
"首页公告", "javascript:jumpto('placard.asp')",
"投票调查", "javascript:jumpto('../vote')")

um1 = new Array("NJ管理",
"原创音乐管理", "javascript:jumpto('../yc/User.Asp')",
"NJ名录", "javascript:jumpto('njtable.asp')",
"NJ推介后台", "javascript:jumpto('njintro.asp')",
"管理ID", "javascript:jumpto('userpass.asp')",
"NJ审核", "javascript:jumpto('njsh.asp')")
//-->

</script>
            <script language=JavaScript> 

function checkBrowser(){ 
this.ver=navigator.appVersion 
this.dom=document.getElementById?1:0 
this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0; 

⌨️ 快捷键说明

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