--- documentViewer/zpt/Attic/viewer_text.zpt 2011/08/16 10:02:00 1.1.2.3 +++ documentViewer/zpt/Attic/viewer_text.zpt 2011/08/17 15:00:31 1.1.2.4 @@ -6,6 +6,7 @@ numPages docinfo/numPages | nothing;"> + <link rel="stylesheet" href="template/docuviewer_css" type="text/css"> </head> <body tal:condition="numPages"> @@ -46,7 +47,13 @@ <a tal:condition="rightest" tal:attributes="href python:here.getLink('pn',rightest)">>|</a> <span tal:condition="not:rightest">>|</span> </form> - </div> + </div> <!-- ruler --> + <ul class="switcher"> + <li> + <a tal:attributes="href python:here.getLink('viewMode','images')">Image</a> + </li> + <li class="sel">Text</li> + </ul> <div class="content"> <div class="pageHeaderTitle" tal:condition="exists:pageinfo/pageHeaderTitle" tal:content="structure pageinfo/pageHeaderTitle"/> <tal:block tal:replace="structure textPage"/>