Diff for /OSAS/OSA_system/zpt/contextDataMain.zpt between versions 1.6 and 1.7

version 1.6, 2004/04/22 16:06:46 version 1.7, 2005/01/21 17:31:48
Line 4 Line 4
     <p>(<b>Bold face is required</b>,<i>Italics is optional</i>)</p>      <p>(<b>Bold face is required</b>,<i>Italics is optional</i>)</p>
     <form action="addContextData2">      <form action="addContextData2">
       <h3>Select the collection or subcollection (required)</h3>        <h3>Select the collection or subcollection (required)</h3>
       <div tal:replace="structure python:here.XmlToTree(here.collection)"/>        
         <div tal:replace="structure python:here.XmlToTree(here.collection,getattr(here,'pwstr',''))"/>
       <h3>Which type of View</h3>        <h3>Which type of View</h3>
       <span tal:omit-tag="" tal:repeat="link python:here.REQUEST.SESSION['links']">         <span tal:omit-tag="" tal:repeat="link python:here.REQUEST.SESSION['links']"> 
     <input type="radio" name="link" tal:attributes="value python:link[0]" tal:content="python:link[1]"/>      <input type="radio" name="link" tal:attributes="value python:link[0]" tal:content="python:link[1]"/>

Removed from v.1.6  
changed lines
  Added in v.1.7


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