www.gusucode.com > CC校友录贴吧 CCBar源码程序asp编程 > template_c/base_page_home.html.asp

    <!-- #include file="page_sub_header.html.asp" -->     
<style type="text/css">
<!--
.h3class{ font-size:12px; color:#fff; background:url(<%=GBL_strHomeURL%>skin/images/bg_tit_hlep.gif) no-repeat; height:24px; line-height:24px; text-indent:32px;}
 .content{clear:both;} 
h4{font-size:12px;}
 

 
 -->
</style>
<!-- ##### 主栏目开始 ##### --->
<%Call ActionView(CONST_ACTION_FUNC)%>	

 <div class="content">
  <h3 class="h3class">公告板</h3>
  <p>	<marquee scrollamount="<% =GBL_strBulletinScrollAmount %>" scrolldelay="<% =GBL_strBulletinScrollDelay %>" direction= "<% =GBL_strBulletinDirection %>" width=490 height="120">
			<% =GBL_strWebBoard%>
			</marquee></p>
</div> 

<BR>
 <div class="content">
  <h3 class="h3class">网站信息</h3>
  <p><%
	Call ShowColumnWebInfo()
	%></p>
</div> 


<BR>
 <div class="content">
  <h3 class="h3class">校友聚会</h3>
  <p><%
	Call ShowColumnMeetView()
	%></p>
</div> 
<BR>
 <div class="content">
  <h3 class="h3class">贴吧新贴</h3>
  <p><%
	Call ShowColumnNewForum()
	%></p>
</div> 

<BR>
 <div class="content">
  <h3 class="h3class">最新回复</h3>
  <p><%
	Call ShowColumnNewReply()
	%></p>
</div> 

<BR>
 <div class="content">
  <h3 class="h3class">贴吧热贴</h3>
  <p><%
	Call ShowColumnHotForum()
	%></p>
</div> 

  <BR>

 <div class="content">
  <h3 class="h3class">最新相册</h3>
  <p><%
	Call ShowColumnNewAlbum()
	%></p>
</div> 

<!-- ##### 主栏目结束 ##### -->   
<!-- #include file="page_sub_footer.html.asp" -->