diff options
| author | Christian Maierhofer <cmaierhofer@iaik.tugraz.at> | 2015-01-07 13:43:17 +0100 | 
|---|---|---|
| committer | Christian Maierhofer <cmaierhofer@iaik.tugraz.at> | 2015-01-07 13:43:17 +0100 | 
| commit | 4be68fb9fecc579e2dae08be0af0b527d69387d8 (patch) | |
| tree | c3cfe970dfaa8378202da473b1fcb7f5094e9914 /id/server/doc/handbook/index.html | |
| parent | fe077762d22fca69bc39741616166755bee82c7d (diff) | |
| download | moa-id-spss-4be68fb9fecc579e2dae08be0af0b527d69387d8.tar.gz moa-id-spss-4be68fb9fecc579e2dae08be0af0b527d69387d8.tar.bz2 moa-id-spss-4be68fb9fecc579e2dae08be0af0b527d69387d8.zip | |
new format(css) for the handbook
Diffstat (limited to 'id/server/doc/handbook/index.html')
| -rw-r--r-- | id/server/doc/handbook/index.html | 28 | 
1 files changed, 21 insertions, 7 deletions
| diff --git a/id/server/doc/handbook/index.html b/id/server/doc/handbook/index.html index c3b25b390..d1b01a55d 100644 --- a/id/server/doc/handbook/index.html +++ b/id/server/doc/handbook/index.html @@ -2,21 +2,34 @@  <html>  <head>    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" > +  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">    <title>MOA ID - Übersicht</title>    <link rel="stylesheet" href="./common/MOA.css" type="text/css">  </head> -<body link="#990000">  +<body link="#990000"> +<!--    <table class="logoTable" width="100%" border="0" cellspacing="0" cellpadding="10">      <tr> -      <td align="center" class="logoTitle" width="267"><img src="common/LogoBKA.png" alt="Logo BKA" width="267" height="37" align="left"></td> +        <div class="container"> +      <td align="center" class="logoTitle" width="267"><img src="common/LogoBKA.png" alt="Logo BKA" width="200" align="left"></td>        <td align="center" class="logoTitle">Dokumentation</td> -      <td align="center" class="logoTitle" width="123"><img src="common/LogoEGIZ.png" alt="Logo EGIZ" width="230" height="81" align="right"></td> +      <td align="center" class="logoTitle" width="123"><img src="common/LogoEGIZ.png" alt="Logo EGIZ" width="200" align="right"></td> +      </div>      </tr>    </table> -  <hr/>  -  <p class="title">MOA-ID (Identifikation) </p>  -  <p class="subtitle">Übersicht zur Dokumentation der Version 2.1.2 </p>  -  <hr/> + --> + +  <div id="headline"> +      <div class="container"> +          <a href="http://www.digitales.oesterreich.gv.at/"><img src="common/logo_digAT.png"/></a> +          <h1>MOA-ID-AUTH </h1> +          <br/> +      </div> +  </div> + +<div class="container"> +  <h2>Übersicht zur Dokumentation der Version 2.1.2 </h2> +      <dl>      <dt><a href="./intro/intro.html">Einführung</a></dt>  	<dd>Übersicht über die einzelnen Module.</dd> @@ -36,5 +49,6 @@    <dl>      <dt> </dt>    </dl> +  </div>  </body>  </html> | 
