Diff for /ECHO_content/zpt/ChangeECHO_Collection.zpt between versions 1.18 and 1.19

version 1.18, 2005/03/10 15:46:59 version 1.19, 2005/07/29 11:17:08
Line 25 Line 25
         <input type="radio" name="location"  value="top" checked>top<input type="radio" name="location"  value="bottom">bottom          <input type="radio" name="location"  value="top" checked>top<input type="radio" name="location"  value="bottom">bottom
           </tal:block>            </tal:block>
       </td></tr>             </td></tr>     
       <tr><td><i>Clickable also if selected:<i>   
         <input tal:condition="python:getattr(here,'isAlwaysClickable',None)" type="checkbox" name="isAlwaysClickable"  checked value="yes">  
         <input tal:condition="not:python:getattr(here,'isAlwaysClickable',None)" type="checkbox" name="isAlwaysClickable"  value="yes">  
       </td></tr>  
 </table>  </table>
   
 <h3> Partners:</h3>  <h3> Partners:</h3>
Line 44 Line 40
     </div>      </div>
   
       </div>        </div>
   <h3>Additions for Navigation (all optional)</h3>
   <table>
         <tr><td><i>Clickable also if selected:<i> 
           <input tal:condition="python:getattr(here,'isAlwaysClickable',None)" type="checkbox" name="isAlwaysClickable"  checked value="yes">
           <input tal:condition="not:python:getattr(here,'isAlwaysClickable',None)" type="checkbox" name="isAlwaysClickable"  value="yes">
         </td></tr>
   <tr><td>
   <i>Prefix for output in navigation</i></td><td><input tal:attributes="value python:getattr(here,'prefix','')" name="prefix" size=20>
   </td></tr>
   <tr><td>
   <i>Suffix for output in navigation</i></td><td><input tal:attributes="value python:getattr(here,'suffix','')" name="suffix" size=20>
   </td></tr>
   </table>
       <input type="submit" value="change"><br><br>        <input type="submit" value="change"><br><br>
        </form>         </form>
    </body>     </body>

Removed from v.1.18  
changed lines
  Added in v.1.19


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