details: /erp/devel/pi/rev/3b95b918e9b5
changeset: 6528:3b95b918e9b5
user: David Baz Fayos <david.baz <at> openbravo.com>
date: Sun Feb 28 00:34:33 2010 +0100
summary: Related to issue 12479: Now index.html has relative references
diffstat:
src/index.html | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 6453c420f908 -r 3b95b918e9b5 src/index.html
--- a/src/index.html Sun Feb 28 00:33:49 2010 +0100
+++ b/src/index.html Sun Feb 28 00:34:33 2010 +0100
@@ -21,14 +21,17 @@
<html>
<head>
<title>Openbravo S.L.</title>
-<meta http-equiv="refresh" content="0;url=security/Menu.html" >
<meta name="author" content="Openbravo S.L.">
<meta name="keywords" content="openbravo">
<meta name="description" content="Openbravo S.L.">
<meta http-equiv="Pragma" content="no-cache" >
+<script type="text/javascript">
+ function onLoadDo() {
+ location.href = "security/Menu.html";
+ }
+</script>
</head>
-
-<body>
+<body onload="onLoadDo();">
<H4 align="center">Redirecting to <a href="security/Menu.html">login
page</a></H4>
</body>
</html>
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits