Skip to content

News List

News List

<template:if $LEAD_IN>
  ##$LEAD_IN##
</template:if>

<ul class="news list">
<template:list>
<template:item>
   <li class="clearfix">
   <template:asset variablename="thumb" type="thumbnail" width="100" />
   <template:asset variablename="asset" type="documentation" />
      <template:if $thumb>
         <a href="##$DETAIL_HREF##"><img src="##$thumb['href']##" alt="##$thumb['altText']##" width="100" height="##getImageHeight($thumb['path'])##" class="floatleft" /></a>
      </template:if>
   <span class="date"><abbr class="dtstamp" title="##dateFormat('c', $DATE)##">##dateFormat('m.d.Y', $DATE)##</abbr></span>
   <p>
     <template:if $asset>
       <?php $fileSize = ($asset['fileSize']>(1024*1024)?round(($asset['fileSize']/(1024*1024)),2) . ' MB':(round($asset['fileSize']/1024)) . ' KB'); ?>
       <a href="##$asset['href']##" target="_blank">##$TITLE##<span class="##substr($asset['fileExtension'], 1, strlen($asset['fileExtension']))##">&nbsp;</span> <small>##$fileSize##</small></a>
     <template:else>
       <a href="##$DETAIL_HREF##">##$HEADLINE##</a>
     </template:if>
   </p>
   <!-- <template:if $SUMMARY><p class="sum">##$SUMMARY##</p></template:if>--></li>
</template:item>
</template:list>
</ul>

<template:if $LEAD_OUT>
  ##$LEAD_OUT##
</template:if>
Author
D. Butler
Date Written:
December 2007
Version:
1
Time:
.5 hours
Department(s):
Production

Sites using this template:

Comments: