Changeset 570:61d53ccbdd70 in documentViewer for zpt
- Timestamp:
- Oct 12, 2012, 2:01:41 PM (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zpt/viewer_text.zpt
r559 r570 55 55 <metal:block metal:use-macro="here/template/common_template/macros/page_ruler" /> 56 56 </div> 57 <div class="content text" tal:condition="textPage">57 <div class="content text"> 58 58 <div class="pageHeaderTitle" tal:condition="exists:pageinfo/pageHeaderTitle" 59 59 tal:content="structure pageinfo/pageHeaderTitle" /> 60 60 <tal:block tal:condition="textPage" tal:replace="structure textPage"/> 61 <div class="emptyPage" tal:condition="not:textPage">[E mptypage]</div>61 <div class="emptyPage" tal:condition="not:textPage">[Error: no page]</div> 62 62 </div> 63 63 </div>
Note: See TracChangeset
for help on using the changeset viewer.