Diff for /cdli/zpt/CDLIFileFolderMain.zpt between versions 1.6 and 1.8

version 1.6, 2006/03/19 03:27:21 version 1.8, 2006/05/05 08:13:36
Line 86  selectButton=document.getElementById('se Line 86  selectButton=document.getElementById('se
       
   <table  width="100%" border=0 cellspacing=1 cellpadding=2>    <table  width="100%" border=0 cellspacing=1 cellpadding=2>
     <tr>      <tr>
       <th align=left bgcolor="#88ff88">        <th align=left bgcolor="#cccccc">
       <a href="?sortField=title"> File</a>        <a href="?sortField=title"> File</a>
       </th>        </th>
         <th align=left bgcolor="#88ff88">          <th align=left bgcolor="#cccccc">
       <a> Designation</a>        <a> Designation</a>
       </th>        </th>
       <th align=left bgcolor="#00">        <th align=left bgcolor="#cccccc">
     <a>Rev.</a>      <a>Revisions</a>
       </th>        </th>
       <th align=left bgcolor="#cccccc">        <th align=left bgcolor="#cccccc">
     <a href="?sortField=date">Date</a>      <a href="?sortField=date">Date</a>
Line 124  selectButton=document.getElementById('se Line 124  selectButton=document.getElementById('se
       <tr tal:define="lastVersion python:version[1].getLastVersion()">        <tr tal:define="lastVersion python:version[1].getLastVersion()">
     <td><input type="checkbox" tal:attributes="value python:version[1].getId()" name="ids"><a tal:content="python:version[1].title" tal:attributes="href python:lastVersion.absolute_url()+'/view'"/></td>      <td><input type="checkbox" tal:attributes="value python:version[1].getId()" name="ids"><a tal:content="python:version[1].title" tal:attributes="href python:lastVersion.absolute_url()+'/view'"/></td>
     <td>      <td>
            <span tal:content="lastVersion/getDesignation"/>             <span tal:content="lastVersion/getDesignation|python:'ERROR'"/>
     </td>      </td>
     <td>      <td>
     <span tal:replace="lastVersion/versionNumber"/>      <span tal:replace="lastVersion/versionNumber"/>

Removed from v.1.6  
changed lines
  Added in v.1.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>