Hoffentlich endgültige Fassung des Historien-templates
authorThomas Kasulke <t.kasulke@linet-services.de>
Wed, 23 May 2007 11:15:07 +0000 (11:15 +0000)
committerThomas Kasulke <t.kasulke@linet-services.de>
Wed, 23 May 2007 11:15:07 +0000 (11:15 +0000)
templates/webpages/common/show_history_de.html
templates/webpages/common/show_history_master.html

index e1ff04a..d0ac5b4 100644 (file)
@@ -20,7 +20,8 @@
     }
   }
 </script>
-<table style="table-layout: fixed;">
+<div style="position: absolute; top:10px; left:10px; clip:rect(0px, 700px, 407px, 0px);">
+<table style="width: 700px; height: 360px;">
        <tr>
                <th class="listtop">
       <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
       </table>
     </th>
        </tr>
-  <tbody height="400" style="overflow: auto;">
+  <tbody height="380px" width="580px" style="overflow:auto;">
 <TMPL_LOOP NAME=DATEN>
   <tr class="listrow<TMPL_IF __odd__>1<TMPL_ELSE>0</TMPL_IF>">
                <td nowrap>
 </TMPL_LOOP>
 </tbody>
 </table>
+</div>
+<div style="position:absolute; bottom:10px; left:10px;">
 <TMPL_ELSE>
 <b>Keine Suchergebnisse gefunden!</b><br>
 </TMPL_IF>
 <input type="button" onclick="javascript:window.close();" value="schließen">
 </TMPL_IF>
 </p>
+</div>
index da0eed6..2e89045 100644 (file)
@@ -20,7 +20,8 @@
     }
   }
 </script>
-<table style="table-layout: fixed;">
+<div style="position: absolute; top:10px; left:10px; clip:rect(0px, 700px, 407px, 0px);">
+<table style="width: 700px; height: 360px;">
        <tr>
                <th class="listtop">
       <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
       </table>
     </th>
        </tr>
-  <tbody height="400" style="overflow: auto;">
+  <tbody height="380px" width="580px" style="overflow:auto;">
 <TMPL_LOOP NAME=DATEN>
   <tr class="listrow<TMPL_IF __odd__>1<TMPL_ELSE>0</TMPL_IF>">
                <td nowrap>
 </TMPL_LOOP>
 </tbody>
 </table>
+</div>
+<div style="position:absolute; bottom:10px; left:10px;">
 <TMPL_ELSE>
 <b><translate>Keine Suchergebnisse gefunden!</translate></b><br>
 </TMPL_IF>
 <input type="button" onclick="javascript:window.close();" value="<translate>close</translate>">
 </TMPL_IF>
 </p>
+</div>