www.gusucode.com > 站长俱乐部新闻发布系统精简版 1.01源码程序 > default_main.asp

    <!--#include file="admin/skins/styles.asp" -->
<!--#include file="default_menu_javascript.asp" -->
<!--#include file="default_menu_mm_menu2.asp" -->
<script type="text/javascript" src="flashobject.js"></script>
<style type="text/css">
/**************************************************************************
body settings (default_main.asp)
**************************************************************************/ 
.ac_body {
	background-color: <%= Body_bg %>;
	margin: 0px;
}

/**************************************************************************
top banner settings (default_bannner.asp)
**************************************************************************/ 
.ac_bannertile {
        <% if (name="Skin" or name="Acidcat_2") then %>
        background-image:url(admin/<%= Banner_bg %>);
        <% else %>
	background-image:url(images/banner_<% = Name %>_2.jpg);
        <% end if %>
}

/**************************************************************************
main table settings (default_main.asp)
**************************************************************************/
.ac_maintable {
	height: 80%;
}

/**************************************************************************
generic menu table settings (default_main.asp, default_menu.asp, default_menu_classic.asp)
**************************************************************************/
.ac_menuleftbg {
	border-top-width: 0px;
	/* border-right-width: 1px; */
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: <%= Border_light %>;
	border-right-color: <%= Border_light %>;
	border-bottom-color: <%= Border_light %>;
	border-left-color: <%= Border_dark %>;
}

.ac_table3 {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: <%= Border_dark %>;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: <%= Border_dark %>;
	height: 100%;
}

.ac_menuleftbgbottom {
	/* border-top-width: 1px; */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: <%= Border_light %>;
	border-right-color: <%= Border_dark %>;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 100%;
}

/**************************************************************************
menu settings (default_menu.asp)
**************************************************************************/
.cell2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: <%= Border_dark %>;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: <%= Border_light %>;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: <%= Border_dark %>;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: <%= Border_menu_color %>;
	width: 156px;
	vertical-align: middle;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-right: 0px;
	background-color: <%= Menu_item_bg %>;
	height: 25px;
}

.cell2 a {
        text-decoration: none;
}

.cell2 img {
   border: 0px;
}

.table2 {
	<% if headingVisibility = false then %>
	border-top-width: 1px;
	<% else %>
	border-top-width: 0px;
	<% end if %>
	border-top-style: solid;
	border-top-color: <%= Border_dark %>;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: <%= Border_menu_color %>;
	border-bottom-width: <%= Border_menu_bottom_width %>px;
	border-bottom-style: solid;
	border-bottom-color: <%= Border_menu_color %>;
}

/**************************************************************************
menu category text settings (default_menu.asp)
**************************************************************************/ 
.text {
	top: -18px;
	left: 3px; 
	height: 24px; 
	width: 151px;
	border: 0px; 
	border-style: solid; 
	position: relative; 
	visibility: show; 
	overflow: none;
	margin-bottom: -25px;
	bottom: -25px;
	margin-left: -3px;
	text-decoration: none;
	opacity: 1;
	padding-left: 5px;
	color: <%= Category_font_color %>;
	font-family:<%= Category_Font_Type %>;
	font-size: <%= Category_Font_Size %>px;
	cursor: pointer;
	<% 'allow for category text of more than 1 line in IE
        If InStr(1, Request.ServerVariables("HTTP_USER_AGENT"), "MSIE") then %>
        padding-bottom: 10px;
        <% End If %>
}

/**************************************************************************
menu item text settings (default_menu_classic.asp)
**************************************************************************/ 
.ac_textitem {
	top: -18px;
	left: 3px; 
	height: 24px; 
	width: 151px;
	border: 0px; 
	border-style: solid; 
	position: relative; 
	visibility: show; 
	overflow: none;
	margin-bottom: -25px;
	bottom: -25px;
	margin-left: -3px;
	text-decoration: none;
	opacity: 1;
	padding-left: 5px;
	color: <%= Item_Font_Color %>;
	font-family:<%= Item_Font_Type %>;
	font-size: <%= Item_Font_Size %>px;
	cursor: pointer;
}

/**************************************************************************
classic menu table settings (default_menu_classic.asp)
**************************************************************************/ 
.ac_menuleftbgClassic {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: <%= Border_dark %>;
	border-right-color: <%= Border_light %>;
	border-bottom-color: <%= Border_light %>;
	border-left-color: <%= Border_light %>;
}

.ac_table3Classic {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: <%= Border_dark %>;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: <%= Border_dark %>;
	height: 100%;
}

/**************************************************************************
classic menu category settings (default_menu_classic.asp)
**************************************************************************/ 
.ac_cellheaderleft {
	padding: 7px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: <%= Border_dark %>;
	border-top-color: <%= Border_light %>;
	background-image: url(images/heading_bg_grey_20.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: <%= Border_dark %>;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: <%= Border_dark %>;
	height: 25px;
}

.ac_cellheaderleft1 {
	padding: 7px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: <%= Border_dark %>;
	border-top-color: <%= Border_light %>;
	background-image: url(images/heading_bg_grey_20.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: <%= Border_dark %>;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: <%= Border_dark %>;
	height: 25px;
}

/**************************************************************************
classic menu item background colors (default_menu_classic.asp)
**************************************************************************/ 
.ac_out {
	background-color: <%= Menu_item_bg %>;
	margin: 5px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: <%= Border_dark %>;
	border-top-color: <%= Border_light %>;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: <%= Border_dark %>;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: <%= Border_dark %>;
	height: 25px;
}

.ac_over {
	background-color: <%= Menu_item_over_bg %>;
	margin: 5px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: <%= Border_dark %>;
	border-top-color: <%= Border_light %>;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: <%= Border_dark %>;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: <%= Border_dark %>;
	cursor: pointer;
	height: 25px;
}

/**************************************************************************
menu heading settings (default_menu.asp, default_menu_classic.asp)
**************************************************************************/
.ac_header_text_menu {
	<% if (name="Skin" or name="Acidcat_2") then %>
        background-image:url(admin/<%= Heading_bg_image %>);
	<% else %>
        background-image:url(<%= Heading_bg_image %>);
        <% end if %>
        background-repeat: repeat-x;
	padding-left: 0px;
	padding-right: 1px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-family: <%= Heading_Font_Type %>;
	font-weight: bold;
	font-size: <%= Heading_Font_Size %>px;
	color: <%= Heading_Font_Color %>;
	vertical-align: middle;
	width: 156px;
}

/**************************************************************************
content heading settings  (default_content.asp)
**************************************************************************/
.ac_header_text {
        <% if (name="Skin" or name="Acidcat_2") then %>
        background-image:url(admin/<%= Heading_bg_image %>);
        <% else %>
        background-image:url(<%= Heading_bg_image %>);
        <% end if %>
        background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 1px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-family: <%= Heading_Font_Type %>;
	font-weight: bold;
	font-size: <%= Heading_Font_Size %>px;
	color: <%= Heading_Font_Color %>;
	vertical-align: middle;
	width: 100%;	
}

/**************************************************************************
content area main settings (default_main.asp)
**************************************************************************/ 
.ac_contentAreaTop {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: <%= Border_dark %>;
	border-right-color: <%= Border_dark %>;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/**************************************************************************
content area settings (default_content.asp)
**************************************************************************/
.ac_contentarea {
	background-color: <%= Content_bg %>;
	color: <%= Content_font_color %>;
	font-family: <%= Content_Font_Type %>;
	font-size: <%= Content_Font_Size %>px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
        <% if (name="Skin" or name="Acidcat_2") then %>
        border-top-color: <%= Content_Border_Top %>;
        <% else %>
        border-top-color: <%= Content_border %>;
        <% end if %>
	border-right-color: <%= Content_border %>;
	border-bottom-color: <%= Content_border %>;
	border-left-color: <%= Content_border %>;
	padding: 19px;
} 

.ac_contentarea td, .ac_contentarea p {
/*	background-color: <%= Content_bg %>;    */
	color: <%= Content_font_color %>;
	font-family: <%= Content_Font_Type %>;
	font-size: <%= Content_Font_Size %>px;
	td { font-size: <%= Content_Font_Size %>px; } ;
}

.ac_contentarea a:link, .ac_contentarea a:visited, .ac_contentarea a:active {
	text-decoration: underline; 
	color: <%= Content_font_color %>; 
}

/**************************************************************************
footer settings (default_main.asp)
**************************************************************************/
.ac_footer, .ac_footer a:link, .ac_footer a:visited, .ac_footer a:active {
	text-decoration: underline; 
	color: <%= Content_font_color %>; 
	font-size: 11px;
        text-align: center;
}

.ac_footer_menu {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: <%= Border_light %>;
	border-right-color: <%= Border_dark %>;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
</style>
</head>
<body class="ac_body">
<script type="text/javascript">mmLoadMenus();</script>
<form name="menuForm" method="post" action=""><input name="cID" type="hidden" id="objHidden" value="" />
<!--#include file="default_banner.asp" -->
<table class="ac_maintable" border="0">
        <tr><td colspan="5"><img src="images/blank.gif" width="6" height="6" alt="" /></td></tr>
        <tr><td><img src="images/blank.gif" width="6" height="2" alt="" /></td>
<% 
dim Repeat1__numRows, Repeat1__index
dim Repeat2__numRows, Repeat2__index
dim Item, Item_numRows, LeftHasCategory
dim menuTypeStr
menuTypeStr = Menu_type 
if (menuTypeStr="Classic") then %>
	<!--#include file="default_menu_classic.asp" -->
</form>
<% else %>
	<!--#include file="default_menu.asp" -->
</form>
<% end if %>
        </td>
        <td class="ac_contentAreaTop"><img src="images/blank.gif" width="6" height="2" alt="" /></td>
        <td width="100%" valign="top"  class="ac_contentAreaTop"><!--#include file="default_content.asp" --></td>
        <td class="ac_contentAreaTop"><img src="images/blank.gif" width="6" height="2" alt="" /></td>
        </tr>
        <tr><td colspan="2" valign="top" class="ac_menuleftbg" ><table width="100%" cellspacing="0" border="0"><tr>
        <td class="ac_footer_menu">&nbsp;<br /><br /></td></tr></table></td>
        <td colspan="3"><div  class="ac_footer">版权所有 <a href="default.asp">  <%= Site_name %></a></div></td></tr>
</table>
</body>
</html>
<!--#include file="admin/queries/close.asp" -->