Diff for /basket/zpt/BasketMain_manage_template_standard.zpt between versions 1.10 and 1.12

version 1.10, 2006/04/06 16:49:14 version 1.12, 2006/04/18 09:48:27
Line 18  td.vario { background-color:#AC1D15 } Line 18  td.vario { background-color:#AC1D15 }
     <!--  -->      <!--  -->
     <tal:block tal:condition="python:here.checkPermission('edit') or here.checkPermission('admin')">      <tal:block tal:condition="python:here.checkPermission('edit') or here.checkPermission('admin')">
           
     <h2 class="setTitle"><span tal:replace="here/title" /> <a class="editLink" tal:attributes="href python: '../' + here.id">| return to set</a></h2>      <h2 class="setTitle"><span tal:replace="here/title" /> <a class="editLink" tal:attributes="href python: '../' + here.id">|&nbsp;return to set</a></h2>
   
     <i tal:condition="python:       <i tal:condition="python: 
         currentBasket and (here.title == currentBasket.title)">- This is the active set -</i>          currentBasket and (here.title == currentBasket.title)">- This is the active set -</i>
Line 39  td.vario { background-color:#AC1D15 } Line 39  td.vario { background-color:#AC1D15 }
         <input type="submit" value="save">          <input type="submit" value="save">
     </form>      </form>
     <hr>      <hr>
           <i tal:content="structure python: 
     <a href="manageUserRights_html">Manage the access rights for this set.</a><br>          ' - the access status of this set is: <b>' + here.publicationStatus + '</b> - '"/><br>
       <a tal:condition="python:
           here.checkPermission('admin')" 
           href="manageUserRights_html">Manage the access rights for this set.</a>
       <i tal:condition="not: python: here.checkPermission('admin')">
           You don't have the permission to change the access rights for this set.</i><br>
     <hr>      <hr>
   
     <h4>Add a new element to the end of this set</h4><br>      <h4>Add a new element to the end of this set</h4><br>
     <!-- Change active basket -->  
     <a href="addBasketText">Add a new textelement</a><br>      <a href="addBasketText">Add a new textelement</a><br>
     <a href="addBasketExternalLink">Add a new hyperlink</a><br>      <a href="addBasketExternalLink">Add a new hyperlink</a><br>
     <a href="addBasketFile">Add a file</a><br>      <a href="addBasketFile">Add a file</a><br>
   
     <p><i>To add any objects from inside the Virtual Laboratory to the active set,       <p><i>To add any objects from inside the Virtual Laboratory to the active set, 
     please locate their datasheet and click the 'addToSet' button: <img src="images/addToSet.gif" width=16 height=16 align="middle">.</i></p>          please locate them and click the 'add to set' link on the bottom of the datasheet 
     <p><i><span tal:condition="not:currentBasket">Please note: there is no active set at this moment!</span><span tal:condition="python: currentBasket and here.title != currentBasket.title">Please note: This set is not the active set at this moment, objects will go to the set <b tal:content="currentBasket/title"/>!</span></i></p>          or the  'addToSet' button <img src="images/addToSet.gif" width=16 height=16 align="middle"> 
           in lists respectivly</i></p>
           
       <!-- Change active basket -->
       <p><i>
           <span tal:condition="not:currentBasket">
               Please note: there is no active set at this moment!</span
           ><span tal:condition="python: currentBasket and here.title != currentBasket.title">
               Please note: This set is not the active set at this moment, 
               objects will go to the set <b tal:content="currentBasket/title"/>!</span>
           </i></p>
           
     <p tal:condition="not: python:       <p tal:condition="not: python: 
         currentBasket and here.title == currentBasket.title">          currentBasket and here.title == currentBasket.title">
     <a tal:condition="python:       <a class="editLink"
           tal:condition="python: 
         currentBasket and here.title != currentBasket.title"           currentBasket and here.title != currentBasket.title" 
         class="editLink"          tal:attributes="
         href="selectThisBasketAsCurrent">Select this set as the active set.</a>              href python: 'selectThisBasketAsCurrent?target=/users/setFolder/' + 
                   here.id + '/manageBasket'">Select this set as the active set.</a>
     <a tal:condition="      <a class="editLink"
           tal:condition="
         not: currentBasket"          not: currentBasket"
         class="editLink"          tal:attributes="
         href="selectThisBasketAsCurrent">Make this set the active set.</a>              href python: 'selectThisBasketAsCurrent?target=/users/setFolder/' + 
                   here.id + '/manageBasket'">Make this set the active set.</a>
     </p>      </p>
   
     <hr>      <hr>

Removed from v.1.10  
changed lines
  Added in v.1.12


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