Diff for /basket/zpt/BasketMain_manage_template_standard.zpt between versions 1.2 and 1.3

version 1.2, 2006/03/19 03:26:56 version 1.3, 2006/04/03 11:05:04
Line 1 Line 1
 <html metal:use-macro="here/main_template/macros/page">  <html metal:use-macro="here/main_template/macros/page">
 <head>  <head>
 <title>Default</title>  <title>Default</title>
   <style metal:fill-slot="additionalStyles" type="text/css">
   td.vario { background-color:#AC1D15 } 
   </style>
 </head>  </head>
 <body>  <body>
   
Line 12 Line 15
 <tal:block tal:condition="authorized">  <tal:block tal:condition="authorized">
   
     <!-- log in message -->      <!-- log in message -->
     <div class="logout" style="float:right"><a href="/users/login.html?logout">log out</a></div>      <div class="logout" style="float:right"><a href="users/login.html?logout">log out</a></div>
     <div class="userName">logged in as <span tal:content="here/getActualUserName"/></div>      <div class="userName">logged in as <span tal:content="here/getActualUserName"/></div>
           
     <!-- id selected: manage set -->      <!-- id selected: manage set -->
Line 20 Line 23
           
     <h3>Manage your Set</h3>      <h3>Manage your Set</h3>
     <br>      <br>
     <p tal:define="currentBasket here/getCurrentBasket"><a href="selectThisBasketAsCurrent">Select this basket.</a>      <p tal:define="currentBasket here/getCurrentBasket">
     <span tal:condition="currentBasket">The active basket at the moment is <b tal:content="currentBasket"/>.</span>      <span tal:condition="currentBasket">The active set at the moment is <b
     <span tal:condition="not:currentBasket">Currently, there is no active basket.</span>          tal:content="currentBasket/title"/>.</span>
       <span tal:condition="not:currentBasket">Currently, there is no active set.</span>
       <a href="selectThisBasketAsCurrent">Select this set as the active set.</a>
     </p>      </p>
           
     <a href="manageUserRights_html">Change editor/admin rights for this set</a><br>      <a href="manageUserRights_html">Change editor/admin rights for this set</a><br>
Line 81 Line 86
 <!-- user is not logged in -->  <!-- user is not logged in -->
 <tal:block tal:condition="not: authorized">  <tal:block tal:condition="not: authorized">
     <h3>No access</h3>      <h3>No access</h3>
     <p>You sre not authorized to access this page, please <a href="/users/login.html">log in</a>.</p>      <p>You are not authorized to access this page, please <a href="/users/login.html">log in</a>.</p>
 </tal:block>  </tal:block>
 </tal:block>  </tal:block>
 </span>  </span>

Removed from v.1.2  
changed lines
  Added in v.1.3


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