- Timestamp:
- 11 Nov 2006, 13:51:20 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/cpsdocument_edit_form.pt
r809 r842 65 65 </metal:block> 66 66 67 67 68 <metal:block fill-slot="header"> 68 <h 1tal:condition="creation" i18n:translate="">69 <h3 tal:condition="creation" i18n:translate=""> 69 70 Create a document of type 70 71 <tal:block i18n:name="type_name" i18n:translate="" … … 72 73 type_info python:here.portal_types[type_name]" 73 74 tal:content="type_info/Title">Type Title</tal:block> 74 </h1> 75 <h1 tal:condition="not:creation"> 75 </h3> 76 <span tal:condition="not:creation"> 77 <a href="" 78 tal:attributes="href string:${here/academicsParent}"> 79 <img tal:attributes="src string:${here/portal_url}/arrow_up.gif"/> 80 Up one level 81 </a> 82 <h3> 76 83 <tal:block condition="python: edition and not metadata" 77 84 i18n:translate="">Edit <span id="page_title" i18n:name="title" 78 tal:content="here/title_or_id">Page Title</span></tal:block> 85 tal:content="here/title_or_id">Page Title</span> 86 </tal:block> 79 87 <tal:block tal:condition="metadata" 80 i18n:translate="">Metadata of <span i18n:name="title" tal:content="here/title_or_id">Page Title</span></tal:block> 81 </h1> 88 i18n:translate="">Metadata of <span i18n:name="title" tal:content="here/title_or_id">Page Title</span> 89 </tal:block> 90 </h3> 91 <br /> 92 </span> 82 93 </metal:block> 83 94 95 96 84 97 <metal:block fill-slot="main"> 85 98 <form action="ACTION" method="post" id="editForm"
Note: See TracChangeset for help on using the changeset viewer.