Diff for /cdli/zpt/BasketVersionMain.zpt between versions 1.5 and 1.7

version 1.5, 2006/03/19 03:27:21 version 1.7, 2006/06/22 10:27:36
Line 27 Line 27
  <form action="deleteObjects">   <form action="deleteObjects">
  <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 70 Line 70
         <tal:x condition="python:actual[1]==-1">DEL</tal:x>   <a tal:content="python:version.getTitle()" tal:attributes="href python:here.getObjUrl(result)+          <tal:x condition="python:actual[1]==-1">DEL</tal:x>   <a tal:content="python:version.getTitle()" tal:attributes="href python:here.getObjUrl(result)+
            '/'+lastVersion.getId()+'/view'"/>             '/'+lastVersion.getId()+'/view'"/>
     </td>      </td>
     <td>      <td tal:condition="python:hasattr(lastVersion,'getDesignation')">
            <span tal:content="lastVersion/getDesignation"/>             <span tal:content="lastVersion/getDesignation"/>
      </td>       </td>
         <td tal:condition="not:python:hasattr(lastVersion,'getDesignation')">
              <span tal:content="python:'error'"/>
        </td>
     <td>      <td>
     <span tal:replace="lastVersion/getVersionNumber"/>      <span tal:replace="lastVersion/getVersionNumber"/>
     <font size="-1"><a tal:attributes="href python:here.getObjUrl(result)+'/history'">(history)</a></font>      <font size="-1"><a tal:attributes="href python:here.getObjUrl(result)+'/history'">(history)</a></font>

Removed from v.1.5  
changed lines
  Added in v.1.7


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