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

version 1.7, 2005/01/21 17:31:48 version 1.8, 2005/11/04 16:37:36
Line 8 Line 8
       <div tal:replace="structure python:here.XmlToTree(here.collection,getattr(here,'pwstr',''))"/>        <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]"><span tal:content="python:link[1]"/>
     <a tal:attributes="href python:link[0]" target="preview">(preview)</a><br>      <a tal:attributes="href python:link[0]" target="preview">(preview)</a><br>
       </span>        </span>
       <input type="hidden" name="path" tal:attributes="value python:here.REQUEST['path']"/>        <input type="hidden" name="path" tal:attributes="value python:here.REQUEST['path']"/>
Line 23 Line 23
       </table>        </table>
   
       <h3> Credits:</h3><br>        <h3> Credits:</h3><br>
       <div tal:omit-tag="" tal:repeat="item python:here.getPartners(here.collection)"> <input type="checkbox" name="credits"  tal:attributes="value python:item[0]" tal:content="python:item[1]"><br></div>        <div tal:omit-tag="" tal:repeat="item python:here.getPartners(here.collection)"> <input type="checkbox" name="credits"  tal:attributes="value python:item[0]"><span tal:content="python:item[1]"/><br></div>
             <input type="submit" value="submit"/>              <input type="submit" value="submit"/>
       </form>        </form>
    </body>     </body>

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


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