Annotation of OSAS/OSA_system/zpt/OSAS_thumbTemplateDefault.zpt, revision 1.1

1.1     ! dwinter     1: Content-Type:   text/html
        !             2: 
        !             3: <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
        !             4: <head>
        !             5:   <title>ECHO Page Viewer</title>
        !             6: 
        !             7:   <link rel="stylesheet" type="text/css" href="http://nausikaa2.mpiwg-berlin.mpg.de:86/css/thumbsidebar.css">
        !             8: 
        !             9: </head>
        !            10: <body bgcolor="#ffffff">
        !            11: <a href="http://echo.mpiwg-berlin.mpg.de:/ECHO/content" target="_top"> 
        !            12:  <img border="0" width="90" src="http://echo.mpiwg-berlin.mpg.de:/ECHOVIEW/img/content_off.gif"></a>
        !            13: <h3><b> <!--   Remove this variable only if you add custom per-text title/author metadata here. -->
        !            14: <TMPL_VAR NAME="METADATA"></h3>
        !            15: <TMPL_VAR NAME="thumbrulerfrag">
        !            16: <TMPL_LOOP NAME="row">
        !            17: <table border="1">
        !            18: <tr><TMPL_LOOP NAME="page">
        !            19: <td<TMPL_IF NAME="hitpar"> class="hitpar"</TMPL_IF>>
        !            20: <a name="<TMPL_VAR NAME="page">" href="<TMPL_VAR NAME="linkurl">;page=<TMPL_VAR NAME="page">;n=<TMPL_VAR NAME="a">"
        !            21:  target="page"><img src="<TMPL_VAR name="remotethumbdir">/<TMPL_VAR name="img">" border="0"></a><br><center><TMPL_V
        !            22: AR NAME="a"></center>
        !            23: </td></TMPL_LOOP>
        !            24: </tr>
        !            25: </table>
        !            26: 
        !            27: </TMPL_LOOP>
        !            28: <TMPL_VAR NAME="thumbrulerfrag">
        !            29: 
        !            30: </body>
        !            31: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>