Diff for /cdli/zpt/BasketVersionMain.zpt between versions 1.13 and 1.15

version 1.13, 2008/10/29 12:10:05 version 1.15, 2011/07/21 21:58:50
Line 11 Line 11
   <table width="100%" border=0 cellpadding=0 cellspacing=0>    <table width="100%" border=0 cellpadding=0 cellspacing=0>
   <tr>    <tr>
   <td>    <td>
  <h2>Basket: <span tal:replace="python:here.aq_parent.title"/></h2>   <h2>Basket: <span tal:replace="python:here.unicodify(here.aq_parent.title)"/></h2>
   <p>Your basket contains <span tal:replace="here/numberOfItems"/> files(s).</p>    <p>Your basket contains <span tal:replace="here/numberOfItems"/> files(s).</p>
   <p>You can now: </p>    <p>You can now: </p>
    <p><a tal:attributes="href python:here.getId()+'/downloadObjectsAsOneFile'"> download basket (combined in one file)</a></p>     <p><a tal:attributes="href python:here.getId()+'/downloadObjectsAsOneFile'"> download basket (combined in one file)</a></p>
Line 125  Note that any file you download will hav Line 125  Note that any file you download will hav
     <td tal:content="lastVersion/getTime"/>      <td tal:content="lastVersion/getTime"/>
     <td tal:content="lastVersion/lastEditor"/>      <td tal:content="lastVersion/lastEditor"/>
     <td tal:content="lastVersion/getVersionComment"/>      <td tal:content="lastVersion/getVersionComment"/>
         <td><a tal:attributes="href python:here.getObjUrl(result[0])+'/manageVCommentForm'"><small tal:content="python:lastVersion.getVComment()"/></a></td>          <td><a tal:attributes="href python:here.getObjUrl(result[0])+'/'+lastVersion.getId()+'/manageVCommentForm'"><small tal:content="python:lastVersion.getVComment()"/></a></td>
        <!-- <td><a tal:attributes="href python:version.absolute_url()+'/manageCommentForm'"><small tal:content="python:version.getComment()"/></a></td>-->         <!-- <td><a tal:attributes="href python:version.absolute_url()+'/manageCommentForm'"><small tal:content="python:version.getComment()"/></a></td>-->
     <td><a tal:attributes="href python:here.getObjUrl(result[0])">download</a></td>      <td><a tal:attributes="href python:here.getObjUrl(result[0])+'/'+lastVersion.getId()+'/download'">download</a></td>
           
     <td tal:condition="python:version.lockedBy==''"><a tal:attributes="href python:here.getObjUrl(result[0])+'/downloadLocked'">download and lock</a></td>      <td tal:condition="python:version.lockedBy==''"><a tal:attributes="href python:here.getObjUrl(result[0])+'/'+lastVersion.getId()+'/downloadLocked'">download and lock</a></td>
     <td tal:condition="not:python:version.lockedBy==''"><a>locked</a></td>      <td tal:condition="not:python:version.lockedBy==''"><a>locked</a></td>
           
     <td tal:condition="python:version.lockedBy==''"><a tal:attributes="href python:here.getObjUrl(result[0])+'/'+version.title+'/addCDLIFileObjectForm?come_from='+here.URLquote(here.absolute_url())">Upload New Version</a> </td>      <td tal:condition="python:version.lockedBy==''"><a tal:attributes="href python:here.getObjUrl(result[0])+'/'+'/'+lastVersion.getId()+'/addCDLIFileObjectForm?come_from='+here.URLquote(here.absolute_url())">Upload New Version</a> </td>
     <td tal:condition="not:python:version.lockedBy==''">      <td tal:condition="not:python:version.lockedBy==''">
       <b tal:attributes="href python:here.getObjUrl(result[0])+'/addCDLIFileObjectForm'">Locked by: <span tal:replace="version/lockedBy"/></b>&nbsp;        <b tal:attributes="href python:here.getObjUrl(result[0])+'/addCDLIFileObjectForm'">Locked by: <span tal:replace="version/lockedBy"/></b>&nbsp;
       <a tal:attributes="href python:here.getObjUrl(result[0])+'/unlock'">unlock</a>        <a tal:attributes="href python:here.getObjUrl(result[0])+'/unlock'">unlock</a>

Removed from v.1.13  
changed lines
  Added in v.1.15


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