|
|
| version 1.5, 2004/04/05 21:54:42 | version 1.8, 2005/11/04 16:37:36 |
|---|---|
| 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]"><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']"/> |
| <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> |
| </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> |