
 <div class="content-block-title"  >
 <table border=0 width="100%"><tr><td>最新通知</td><td align="right" style="font-size:14px">
 <a href="javascript:openURL('1', 'runtask.jsp?task=foa_goto&&iniframe=true&url=foa/xml/list/!txnotice/donotices','OJ2W45DBONVS42TTOA7XIYLTNM6WM33BL5TW65DPEYTGS3TJMZZGC3LFHV2HE5LFEZ2XE3B5MZXWCL3YNVWC63DJON2C6ILUPBXG65DJMNSS6ZDPNZXXI2LDMVZQ','最新通知');">更多...</a>
 </td></tr></table>
 </div>
  <div class="list-block" style="margin-top:0;margin-bottom:0;">
    <ul>
      
<#list noticeslist as notice>
	
	 
					
					
	<li   style="margin-left:0; padding-left:0">
	<a href="javascript:show_foa_notice('${notice.colfiletitle}',${notice.colfileid} );" class="external item-link  item-content " >
	   <div class="item-media"><i class="fa fa-bell-o"></i></div>
        <div class="item-inner">
          <div class="item-title-" style="font-size:16px; ">${notice.colfiletitle}<br>
          <span style="font-size:12px; color:#808080">${notice.colcreatetime}</span></div>
          <div class="item-after"></div>
        </div>
       </a>
      </li>
       
 </#list>
 </ul>
</div>
 
 <script>
 function  show_foa_notice(title,id)
 {
 	   var popupHTML = '<div class="popup tablet-halfscreen" style="top:10%;height:90%" >  ' +
		        '<header class="bar bar-nav">' +
		        '       <a class="icon  fa fa-close  pull-right close-popup "></a>' +
		        '        <h1 class="title" style="font-size:14px;">'+title+'</h1>' +
		        '</header>' +
		        '<div class="content" style="overflow:hidden" >' +
		       '<iframe frameborder=0  style="width:100%;height:100%;" src="foa_notice.jsp?id='+id+'"></iframe>'+
		        '</div>' +
		        '</div>';
		        
		    $.popup(popupHTML);
 }
  </script>