Diff for /OSAS/OSA_system/zpt/OSAS_thumbTemplateDefault.zpt between versions 1.2 and 1.3

version 1.2, 2004/03/19 22:16:42 version 1.3, 2004/04/17 12:17:41
Line 1 Line 1
 Content-Type:   text/html  Content-Type:   text/html
   
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
           "http://www.w3.org/TR/html4/loose.dtd">
   <html>
 <head>  <head>
   <title>ECHO Page Viewer</title>    <title>ECHO Page Viewer</title>
   
   <link rel="stylesheet" type="text/css" href="http://nausikaa2.mpiwg-berlin.mpg.de:86/css/thumbsidebar.css">    <link rel="stylesheet" type="text/css" href="http://nausikaa2.mpiwg-berlin.mpg.de:86/css/thumbsidebar.css">
   
 </head>  </head>
 <body bgcolor="#ffffff">  <body bgcolor="#ffffff">
 <a href="http://echo.mpiwg-berlin.mpg.de:/ECHO/content" target="_top">   <a href="http://echo.mpiwg-berlin.mpg.de:/ECHO/content" target="_top"> 
  <img border="0" width="90" src="http://echo.mpiwg-berlin.mpg.de:/ECHOVIEW/img/content_off.gif"></a>   <img border="0" width="90" src="http://echo.mpiwg-berlin.mpg.de:/ECHOVIEW/img/content_off.gif" alt="ECHO content"></a>
 <h3><b> <!--   Remove this variable only if you add custom per-text title/author metadata here. -->  <h3><b> <!--   Remove this variable only if you add custom per-text title/author metadata here. -->
 <TMPL_VAR NAME="METADATA"></h3>  <TMPL_VAR NAME="METADATA"></h3>
 <TMPL_VAR NAME="thumbrulerfrag">  <!-- IMPORTANT: copy the file thumbruler.tmpl -->
   <TMPL_IF NAME="ruler">
   <TMPL_INCLUDE NAME="thumbruler.tmpl">
   </TMPL_IF>
   
 <TMPL_LOOP NAME="row">  <TMPL_LOOP NAME="row">
 <table border="1">  <table border="1">
 <tr><TMPL_LOOP NAME="page">  <tr><TMPL_LOOP NAME="page">
 <td<TMPL_IF NAME="hitpar"> class="hitpar"</TMPL_IF>>  <td<TMPL_IF NAME="hitpar"> class="hitpar"</TMPL_IF>>
 <a name="<TMPL_VAR NAME="page">" href="<TMPL_VAR NAME="linkurl">;page=<TMPL_VAR NAME="page">;n=<TMPL_VAR NAME="a">"  <TMPL_IF NAME="outlink">
  target="page"><img src="<TMPL_VAR name="remotethumbdir">/<TMPL_VAR name="img">" border="0"></a><br><center><TMPL_VAR NAME="a"></center>  <a name="<TMPL_VAR NAME="page">" href="<TMPL_VAR NAME="outlink">" target="page">
   <TMPL_ELSE>
   <a name="<TMPL_VAR NAME="page">" href="<TMPL_VAR NAME="inlink">" target="page">
   </TMPL_IF>
   <!--
   old template
   <a name="<TMPL_VAR NAME="page">" href="<TMPL_VAR NAME="linkurl">;page=<TMPL_VAR NAME="page">;n=<TMPL_VAR NAME="a">" target="page">
   -->
   <img src="<TMPL_VAR name="remotethumbdir">/<TMPL_VAR name="img">" alt="<TMPL_VAR name="img">" border="0"></a><br>
   
   <center><TMPL_VAR NAME="a"></center>
   <TMPL_IF NAME=label>
   <center><TMPL_VAR NAME="label"></center>
   </TMPL_IF>
 </td></TMPL_LOOP>  </td></TMPL_LOOP>
 </tr>  </tr>
 </table>  </table>
   
 </TMPL_LOOP>  </TMPL_LOOP>
 <TMPL_VAR NAME="thumbrulerfrag">  <TMPL_IF NAME="ruler">
   <TMPL_INCLUDE NAME="thumbruler.tmpl">
   </TMPL_IF>
   
   
 </body>  </body>
 </html>  </html>

Removed from v.1.2  
changed lines
  Added in v.1.3


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