mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
index_head.html.tmpl, index_tail.html.tmpl: Fix the layout (margins and stuff)
This commit is contained in:
parent
a9cdceebeb
commit
b815a8437c
2 changed files with 22 additions and 7 deletions
|
|
@ -6,14 +6,17 @@
|
||||||
<meta name="resource-type" CONTENT="document">
|
<meta name="resource-type" CONTENT="document">
|
||||||
<meta name="distribution" CONTENT="global">
|
<meta name="distribution" CONTENT="global">
|
||||||
<title>__TITLE__</title>
|
<title>__TITLE__</title>
|
||||||
<link rel=stylesheet href="main.css">
|
<link rel=stylesheet href="main.css">
|
||||||
|
<style type="text/css">
|
||||||
|
p.island {margin-top:1cm;margin-bottom:1cm;}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body lang="en">
|
<body lang="en">
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p id="img_logo" align="right">
|
<p id="img_logo" align="right">
|
||||||
<img width=264 height=77 src="__FRONTLOGO_WEB__">
|
<a href="http://www.jannet.de/office"><img width=264 height=77 src="__FRONTLOGO_WEB__" border=0></a>
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -34,8 +37,17 @@
|
||||||
<h2>__AUTHORS__</h2>
|
<h2>__AUTHORS__</h2>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<hr width="100%">
|
<hr width=50%>
|
||||||
|
<table width=400>
|
||||||
This documentation can be downloaded in various formats:
|
<tr><td align="center">
|
||||||
|
<p style="margin-top:1cm">
|
||||||
|
|
||||||
|
<h2>Warning</h2>
|
||||||
|
|
||||||
|
This site has been automatically generated with the script <a
|
||||||
|
href="http://cbl.leeds.ac.uk/nikos/tex2html/doc/latex2html/latex2html.html">latex2html</a>.
|
||||||
|
Although it is a very useful program, some of the contents of the document was
|
||||||
|
lost during the conversion. If you want to be shure to get the whole document,
|
||||||
|
stick with one of the versions listed for download below.</p>
|
||||||
|
|
||||||
|
<p style="margin-bottom:1cm">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
<hr witdh=100%>
|
</p>
|
||||||
|
<p style="margin-top:1cm"></p>
|
||||||
|
</td></tr></table>
|
||||||
|
<hr width=50%>
|
||||||
|
|
||||||
|
|
||||||
<a name="_jan_1" href="node1.html"><img width=65 height=24 align=bottom alt="contents" src="__ICON_CONTENTS__"></a>
|
<a name="_jan_1" href="node1.html"><img width=65 height=24 align=bottom alt="contents" src="__ICON_CONTENTS__"></a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue