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

version 1.1, 2005/11/03 01:47:58 version 1.8, 2006/05/05 08:13:36
Line 1 Line 1
 <html metal:use-macro="here/main_template/macros/page">  <html metal:use-macro="here/main_template/macros/page">
   <tal:block metal:fill-slot="body">    <tal:block metal:fill-slot="body" tal:define="options here/REQUEST">
   <h2>CDLI File Storage - <span tal:content="here/title"/></h2>    <h2>CDLI File Storage - <span tal:content="here/title"/></h2>
   
     <tal:x tal:condition="python:options.get('basketName',None)">
   <table width="100%">
     <tr class="old"> 
       <td>
         <span tal:replace="python:options['numberOfObjects']"/> Objects stored in
         <span tal:replace="python:options['basketName']"/>.
       </td>
     </tr>
   </table>
   
   </tal:x>
    <tal:x condition="python:here.REQUEST.get('uploaded',None)">
    <table width="100%" bgcolor="%FF0000">
    <tr class="old">
       <td>New version of <span tal:replace="python:here.REQUEST.get('uploaded',None)"/> added</td>
    </tr>
    </table>
    </tal:x>
   <span tal:replace="structure here/header_html"/>    <span tal:replace="structure here/header_html"/>
   <a tal:condition="here/hasParent"     <a tal:condition="here/hasParent" 
   tal:attributes="href python:here.aq_parent.absolute_url()"    tal:attributes="href python:here.aq_parent.absolute_url()"
Line 17 Line 36
   </table>    </table>
   <hr>    <hr>
   </tal:block>    </tal:block>
   
 <form>  <form>
   <script type="text/javascript">    <script type="text/javascript">
 <!--   <!-- 
Line 58  selectButton=document.getElementById('se Line 78  selectButton=document.getElementById('se
   <tal:block tal:define="sortField python:here.REQUEST.get('sortField','title');    <tal:block tal:define="sortField python:here.REQUEST.get('sortField','title');
                         versions python:here.getVersionedFiles(sortField=sortField)">                          versions python:here.getVersionedFiles(sortField=sortField)">
                                                 
   <form id="addBasket" tal:condition="python:len(versions)>0"  action="basket/storeInBasketForm">    <form id="addBasket" tal:condition="python:len(versions)>0"  action="basketContainer/storeInBasket">
     <input name="submit" type="submit" value="store in active basket">
     <input name="submit" type="submit" value="store in new basket"><input name="newBasketName">
     <input type="hidden" name="fromFileBrowser" value="1">
     <input type="hidden" name="ids" value=" "><!-- make sure that ids is existing -->
   
   <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="#00">          <th align=left bgcolor="#cccccc">
     <a>Rev.</a>        <a> Designation</a>
         </th>
         <th align=left bgcolor="#cccccc">
       <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 89  selectButton=document.getElementById('se Line 116  selectButton=document.getElementById('se
       <th align=left bgcolor="#cccccc">        <th align=left bgcolor="#cccccc">
     <a>Upload</a>      <a>Upload</a>
       </th>        </th>
         <th>
          &nbsp;
          </th>
     </tr>      </tr>
     <span tal:omit-tag="" tal:define="sortField python:here.REQUEST.get('sortField','title')" tal:repeat="version versions">      <span tal:omit-tag="" tal:define="sortField python:here.REQUEST.get('sortField','title')" tal:repeat="version versions">
       <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|python:'ERROR'"/>
       </td>
       <td>
     <span tal:replace="lastVersion/versionNumber"/>      <span tal:replace="lastVersion/versionNumber"/>
     <font size="-1"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/history'">(history)</a></font>      <font size="-1"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/history'">(history)</a></font>
     </td>      </td>
Line 107  selectButton=document.getElementById('se Line 140  selectButton=document.getElementById('se
     <td tal:condition="python:lastVersion.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/downloadLocked'">download and lock</a></td>      <td tal:condition="python:lastVersion.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/downloadLocked'">download and lock</a></td>
     <td tal:condition="not:python:lastVersion.lockedBy==''"><a>locked</a></td>      <td tal:condition="not:python:lastVersion.lockedBy==''"><a>locked</a></td>
           
     <td tal:condition="python:lastVersion.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/addVersionedFileObjectForm'">Upload New Version</a></td>      <td tal:condition="python:lastVersion.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/addCDLIFileObjectForm'">Upload New Version</a></td>
     <td tal:condition="not:python:lastVersion.lockedBy==''">      <td tal:condition="not:python:lastVersion.lockedBy==''">
       <b tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/addVersionedFileObjectForm'">Locked by: <span tal:replace="lastVersion/lockedBy"/></b>&nbsp;<a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/unlock'">unlock</a>        <b tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/addCDLIFileObjectForm'">Locked by: <span tal:replace="lastVersion/lockedBy"/></b>&nbsp;<a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[0]+'/unlock'">unlock</a>
       </td>
       <td>
        <a tal:repeat="collection python:version[1].isContainedInBaskets(context=here)" tal:content="collection/title"
        tal:attributes="href python:collection.getLastVersion().absolute_url()"/>  </td>
     
         <td>
          <a tal:attributes="href python:here.absolute_url()+'/delete?ids='+version[0]">del</a>
     </td>      </td>
       </tr>        </tr>
     </span>      </span>
    </table>     </table>
    <input type="submit" value="store in basket">  
    </form>     </form>
    </tal:block>     </tal:block>
    </tal:block>     </tal:block>

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


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