svn commit: r723 - trunk/mapbender/http/php/mod_createUser.php
astrid_emde at osgeo.org
astrid_emde at osgeo.org
Mon Jul 31 05:13:36 EDT 2006
Author: astrid_emde
Date: 2006-07-31 09:13:36+0000
New Revision: 723
Modified:
trunk/mapbender/http/php/mod_createUser.php
Log:
style changed, css-file login.css is used now
Modified: trunk/mapbender/http/php/mod_createUser.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/php/mod_createUser.php?view=diff&rev=723&p1=trunk/mapbender/http/php/mod_createUser.php&p2=trunk/mapbender/http/php/mod_createUser.php&r1=722&r2=723
==============================================================================
--- trunk/mapbender/http/php/mod_createUser.php (original)
+++ trunk/mapbender/http/php/mod_createUser.php 2006-07-31 09:13:36+0000
@@ -36,38 +36,7 @@
echo '<meta http-equiv="Content-Type" content="text/html; charset='.CHARSET.'">';
?>
<title>Create New Mapbender User</title>
-<style type="text/css">
- <!--
- body{
- font-family: Arial, Helvetica, sans-serif;
- font-size : 12px;
- color: #808080
- }
- .list_guis{
- font-family: Arial, Helvetica, sans-serif;
- font-size : 12px;
- color: #808080;
- }
- a:link{
- font-family: Arial, Helvetica, sans-serif;
- font-size : 12px;
- text-decoration : none;
- color: #808080;
- }
- a:visited {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration : none;
- color: #808080;
- font-size : 12px;
- }
- a:active {
- font-family: Arial, Helvetica, sans-serif;
- text-decoration : none;
- color: #808080;
- font-size : 12px;
- }
- -->
-</style>
+<link rel="stylesheet" type="text/css" href="../css/login.css">
<?php
$myPW = "**********";
echo "<script language='JavaScript'>var myPW = '".$myPW."';</script>";
@@ -302,10 +271,15 @@
echo "</td>";
echo "</tr>";
-echo"</table>";
+echo "<tr>";
+ echo "<td></td>";
+ echo "<td>";
if($selected_user == 'new' || !isset($selected_user)){
- echo "<input type='button' value='save' onclick='validate(\"save\")'>";
+ echo "<input type='button' class='myButton' value='save' onclick='validate(\"save\")'>";
}
+ echo "</td>";
+echo "</tr>";
+echo"</table>";
?>
<input type='hidden' name='action' value=''>
</form>
More information about the Mapbender_commits
mailing list