diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-29 06:43:17 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-29 06:43:17 +0000 |
| commit | ed545a3f60de5139e2b1bdad1fd31af3d67b09cd (patch) | |
| tree | cb079df3b69828c34be7b8945b184defd15f36ca /translator/index.php | |
| parent | cdcb4baac35ade12b85b0ab98c576a0a76092fb5 (diff) | |
Add styled header to translator page
git-svn-id: https://svn.roundcube.net/trunk@1340 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'translator/index.php')
| -rw-r--r-- | translator/index.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/translator/index.php b/translator/index.php index 1f09734fb..5caaf5363 100644 --- a/translator/index.php +++ b/translator/index.php @@ -8,10 +8,16 @@ </head> <body> -<h2 id="pageheader">RoundCube (Live) Translator</h2> +<div id="banner"> + <div class="banner-logo"><a href="http://roundcube.net"><img src="images/banner_logo.gif" width="200" height="56" border="0" alt="RoundCube Webmal Project" /></a></div> + <div class="banner-right"><img src="images/banner_right.gif" width="10" height="56" alt="" /></div> + <h2 id="pageheader">RoundCube (Live) Translator</h2> +</div> <?php include('func.php'); ?> +<div id="bodycontent"> + <form method="post" action="<?=$_SERVER['PHP_SELF']?>"> <fieldset> <legend>What to translate</legend> @@ -130,5 +136,7 @@ if (isset($_POST["save"]) && $file && $lang) } ?> +</div> + </body> </html> |
