Mercurial > hg > documentViewer
comparison zpt/viewer_main.zpt @ 49:a10fff6199b0
verbesserung f?r text unterst?tzung, text kann jetzt aus url kommen, sprache bisher nur deutsch
author | dwinter |
---|---|
date | Mon, 11 Sep 2006 16:43:09 +0200 |
parents | 6b5b153209bd |
children | 5c9837484085 |
comparison
equal
deleted
inserted
replaced
48:6b5b153209bd | 49:a10fff6199b0 |
---|---|
2 <head> | 2 <head> |
3 <link rel="stylesheet" href="template/docuviewer_css" type="text/css"> | 3 <link rel="stylesheet" href="template/docuviewer_css" type="text/css"> |
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
5 </head> | 5 </head> |
6 <body tal:condition="docinfo/numPages"> | 6 <body tal:condition="docinfo/numPages"> |
7 <div tal:replace="structure python:here.template.head_main(docinfo=docinfo)"/> | 7 <div tal:replace="structure python:here.template.head_main(docinfo=docinfo,viewMode=viewMode,pageinfo=pageinfo)"/> |
8 <tal:block tal:condition="python:here.isAccessible(docinfo)"> | 8 <tal:block tal:condition="python:here.isAccessible(docinfo)"> |
9 <table border="0" width="100%" height="100%"> | 9 <table border="0" width="100%" height="100%"> |
10 <tr> | 10 <tr> |
11 <td width="300px" valign="top"> | 11 <td width="300px" valign="top"> |
12 <tal:block replace="structure python:here.template.thumbs_main(docinfo=docinfo,pageinfo=pageinfo)" /> | 12 <tal:block replace="structure python:here.template.thumbs_main(docinfo=docinfo,pageinfo=pageinfo)" /> |