[Mapbender-commits] r5887 - branches/3_dev/http
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Sat Apr 10 07:59:02 EDT 2010
Author: mh
Date: 2010-04-10 07:59:02 -0400 (Sat, 10 Apr 2010)
New Revision: 5887
Modified:
branches/3_dev/http/index.php
Log:
Modified: branches/3_dev/http/index.php
===================================================================
--- branches/3_dev/http/index.php 2010-04-10 11:55:14 UTC (rev 5886)
+++ branches/3_dev/http/index.php 2010-04-10 11:59:02 UTC (rev 5887)
@@ -19,9 +19,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Welcome to the Mapbender Portal</title>
<link rel="stylesheet" type="text/css" href="css/mapbender.css" />
- <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
+ <link type="text/css" href="./extensions/jquery-ui-1.8.custom/development-bundle/themes/base/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="./extensions/jquery-ui-1.8.custom/development-bundle/jquery-1.4.2.js"></script>
- <script type="text/javascript" src="./extensions/jquery-ui-1.8.custom/development-bundle/external/jquery.bgiframe-2.1.1.js.js"></script>
+ <script type="text/javascript" src="./extensions/jquery-ui-1.8.custom/development-bundle/external/jquery.bgiframe-2.1.1.js"></script>
<script type="text/javascript" src="./extensions/jquery-ui-1.8.custom/development-bundle/ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="./extensions/jquery-ui-1.8.custom/development-bundle/ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="./extensions/jquery-ui-1.8.custom/development-bundle/ui/jquery.ui.mouse.js"></script>
@@ -32,24 +32,12 @@
<script type="text/javascript" src="./plugins/mb_login.js"></script>
<script type="text/javascript">
$(function() {
- $("#login").login();
+ $("#login, #mylink").login();
});
</script>
-<script type="text/javascript">
-<!--
-function changeTarget()
-{
- if (window.frames[0].document.forms['loginForm'].target){
- window.frames['login'].document.forms['loginForm'].setAttribute("target","_blank");
- }
- else{
- window.frames[0].document.forms['loginForm'].setAttribute("target","_blank");
- }
-}
-// -->
-</script>
-<body onload='changeTarget()'>
+<body>
+<p><a href="#" id="mylink">Anmelden</a></p>
<table BGCOLOR="#ffffff" width="70%" height="70%" ALIGN="top" CELLSPACING="0" CELLPADDING="10" STYLE="-moz-border-radius:8px; border:0px #000000 solid;">
<tr>
<td COLSPAN="2">
More information about the Mapbender_commits
mailing list