annotate zpt/viewer_index.zpt @ 499:3f9703746fef elementtree

more cleanup. new template for viewMode=index (not pretty so far).
author casties
date Mon, 13 Feb 2012 19:28:33 +0100
parents
children 29c6d09a506c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
499
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
3 <html xmlns="http://www.w3.org/1999/xhtml"
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
4 tal:define="docinfo options/docinfo; pageinfo options/pageinfo; viewMode pageinfo/viewMode;
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
5 tocMode pageinfo/tocMode; viewType pageinfo/viewType; viewerUrl docinfo/viewerUrl;
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
6 numPages docinfo/numPages | nothing;">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
7 <head>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
9 <title tal:content="python:docinfo.get('creator',' ') + ' - ' + docinfo.get('title',' ')" />
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
10 <link rel="stylesheet" href="template/docuviewer_css" type="text/css" />
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
11 </head>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
12 <body tal:condition="numPages">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
13 <tal:block
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
14 tal:define="docpath docinfo/textURLPath;
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
15 query nothing;">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
16 <table width="98%">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
17 <tr>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
18 <td valign="top">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
19 <a href="http://echo.mpiwg-berlin.mpg.de/content">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
20 <img border="0" src="images/logo.png" align="top" alt=""/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
21 </a>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
22 </td>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
23 <td valign="top" align="right">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
24 <!--<b><span>home</span>&nbsp;&nbsp;&nbsp;<span>contact</span>&nbsp;&nbsp;&nbsp;<span>help</span></b>-->
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
25 </td>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
26 <td valign="top" align="right">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
27 <!--BEGIN search -->
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
28 <form tal:condition="docpath" tal:attributes="action python:here.getLink()">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
29 <input type="hidden" tal:define="params python:here.getParams('viewMode', None)" tal:repeat="param params" tal:attributes="name param; value python:params[param]"/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
30 <input class="textMain" name="query" onfocus="this.select();" type="text" tal:attributes="value query"/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
31 <input type="submit" class="buttonMain" value="Search in Book"/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
32 </form>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
33 <!-- END search-->
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
34 </td>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
35 </tr>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
36 </table>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
37 <table border="0">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
38 <tr>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
39 <td valign="top">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
40 <a tal:define="tp docinfo/titlePage | nothing" tal:attributes="href python:context.getLink('viewMode','auto')">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
41 <img tal:condition="tp" border="0" tal:attributes="src string:${docinfo/imageURL}&pn=$tp&dw=300&dh=500"/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
42 <img tal:condition="not:tp" border="0" src="images/oldbook.png"/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
43 </a>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
44 </td>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
45 <td valign="top">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
46 <table border=0 id="bibinfo" tal:define="formattedData python:here.metadata.getFormattedMetaDataExtended(bibdata=docinfo.get('bib', None))">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
47 <!-- wenn es bibinfo in docinfo gibt -->
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
48
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
49 <tal:x condition="python:formattedData">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
50 <div tal:replace="structure python:formattedData"/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
51 <!-- <div><a href="javascript:showExtendedMetadata(1)">extended</a></div> -->
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
52 <div tal:condition="exists:docinfo/attribution" tal:replace="structure python:here.metadataService.getAttributionFormatted('metadata_template', data=docinfo['attribution'])"/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
53 <div tal:condition="exists:docinfo/copyright" tal:replace="structure python:here.metadataService.getCopyrightFormatted('metadata_template', data=docinfo['copyright'])"/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
54 </tal:x>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
55
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
56 <!-- kein template fuer die daten -->
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
57 <tal:x condition="python:formattedData==None">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
58 <tal:x condition="exists:docinfo/bib">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
59 <tr tal:define="bibinfo docinfo/bib" tal:repeat="bib bibinfo">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
60 <td class="type" tal:content="python:bib.capitalize().replace('_',' ') + ':'"/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
61 <td class="content" tal:content="bibinfo/bib"/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
62 </tr>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
63 </tal:x>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
64
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
65 <!-- wenn es keine bibinfo gibt (archimedes-texte) -->
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
66 <tal:y condition="not:exists:docinfo/bib">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
67 <tr>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
68 <td class="type">Author:</td>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
69 <td class="content" tal:content="python:docinfo['creator']"/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
70 </tr>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
71 <tr>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
72 <td class="type">Title:</td>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
73 <td class="content" tal:content="python:docinfo['title']"/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
74 </tr>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
75 <tr>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
76 <td class="type">Year:</td>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
77 <td class="content" tal:content="python:docinfo['date']"/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
78 </tr>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
79 </tal:y>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
80 </tal:x> <!-- ende kein template fuer die daten -->
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
81 </table>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
82
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
83 <br/><br/><br/><br/><br/><br/>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
84 <table border="0" width="100%">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
85 <tr>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
86 <td>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
87 <a class="openbutton" tal:attributes="href python:context.getLink('viewMode','auto')">Access Book</a>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
88 </td>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
89 </tr>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
90
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
91 <tr tal:condition="docpath">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
92 <td class="openbutton1">Download:
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
93 <a tal:attributes="href python:'http://mpdl-system.mpiwg-berlin.mpg.de/mpdl/getDoc?doc=%s.html'%(docpath.replace('.xml','.html'))" target="_blank">html</a>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
94 /
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
95 <a tal:attributes="href python:'http://mpdl-system.mpiwg-berlin.mpg.de/mpdl/getDoc?doc=%s'%(docpath)" target="_blank">xml</a>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
96 </td>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
97 </tr>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
98 </table>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
99 </td>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
100 </tr>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
101 </table>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
102
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
103 </tal:block>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
104 </body>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
105 <body tal:condition="not:numPages">
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
106 <div class="errortext">Sorry, document doesn't exist.</div>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
107 </body>
3f9703746fef more cleanup. new template for viewMode=index (not pretty so far).
casties
parents:
diff changeset
108 </html>