<#--  ϼбҪʾĿбʱĿΪĿ
ʾϼĿУĶõġ
ʾĿ
ĿĿôʾĿб
ĿûĿˣôʾб

رע⣺ģ嶨ĸʽʹڱĿصĵط
	ϼĿҪʾĿбʱģչʾ
	Ŀݡеƣϸ

-->
 <#setting number_format="#">
<#-- ʾĿ-->
<div style="clear:both; background-image:url(image/ss4.gif); 
                    background-position:right bottom;
		    background-repeat:no-repeat; 
		    height:40px; 
		    paddding:20px; 
		    border-bottom:1px solid lightgrey; ">	 
	<br>&nbsp;&nbsp;&nbsp;&nbsp;
	<img src="image/item/84.gif" align="absmiddle">
	<span style="font-size:14px">
		<a href="subject.jsp?subjectid=${subject.id}">${subject.name}</a>
	</span>
 </div>

<#-- ĿĿôʾĿ-->
<#if subsubjectlist?size != 0 >   
	<div>
		<table border=0 width="100%" cellspacing=0 cellpadding=0 align="right">
		<#list subsubjectlist as subs>
			<#if (subs_index+1)%2=1 ><tr></#if> 
 			<td height="40" width=604 valign="center"  style=" font-size:14px; padding-left:20px;">
				 <img src="image/item/168.gif" align="absmiddle"> 
				 <a href="subject.jsp?subjectid=${subs.id}" >${subs.name}</a>
			</td>
			<#if (subs_index+1)%2=0 ></tr></#if> 
		</#list>
		<#if  subsubjectlist?size %2=1></tr></#if> 
		</table>
	</div>
</#if>

<#-- ĿûĿôʾбĿʱʾбʾĿб-->
<#if subsubjectlist?size = 0 >   
	<div>
		<table border=0 width="100%" cellspacing=2 cellpadding=0>
		<#list newslist as news>
		<tr>
		<td height=24 style="padding-left:20px;">
			<img src="image/item/168.gif" align="absmiddle">
		</td>
		<td width="99%" style='border-bottom:1px dotted #00e0f0; '>
			<a href="viewnews.jsp?subjectid=${news.subject_id}&newsid=${news.id}"  target="_blank">${news.title}</a>
		</td>
		</tr>
		</#list>
		</table>
	</div>
</#if>

