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

version 1.5, 2004/04/05 21:54:42 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]"/>
Line 14 Line 15
                   
       <h3>Additional Information</h3>        <h3>Additional Information</h3>
       <table>        <table>
     <tr><td><i> Label: </i></td><td><input type="text" name="label"></td></tr>      <tr><td><i> Label: </i></td><td><input type="text" name="label" size="100"></td></tr>
     <tr><td><i> Description:</i></td><td><textarea name="description"></textarea></td></tr>      <tr><td><i> Description:</i></td><td><textarea name="description" cols="80" rows="5"></textarea></td></tr>
     <tr><td><i> Content-Type: </i></td><td><input type="text" name="content_type"></td></tr>      <tr><td><i> Content-Type: </i></td><td><input type="text" name="content_type"></td></tr>
     <tr><td><i> Responsible: </i></td><td><input type="text" name="responsible"></td></tr>      <tr><td><i> Responsible: </i></td><td><input type="text" name="responsible"></td></tr>
     <tr><td><i> Weight: </i></td><td><input type="text" name="weight"></td></tr>      <tr><td><i> Weight: </i></td><td><input type="text" name="weight"></td></tr>

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


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