|
From: <mat...@us...> - 2008-01-11 10:19:08
|
Revision: 648
http://webical.svn.sourceforge.net/webical/?rev=648&view=rev
Author: mattijshoitink
Date: 2008-01-11 02:19:05 -0800 (Fri, 11 Jan 2008)
Log Message:
-----------
updated login pages
Modified Paths:
--------------
trunk/webical-war/etc/environments/demo/login.jsp
trunk/webical-war/etc/environments/nightly/login.jsp
Modified: trunk/webical-war/etc/environments/demo/login.jsp
===================================================================
--- trunk/webical-war/etc/environments/demo/login.jsp 2008-01-11 09:14:43 UTC (rev 647)
+++ trunk/webical-war/etc/environments/demo/login.jsp 2008-01-11 10:19:05 UTC (rev 648)
@@ -7,28 +7,24 @@
</head>
<body>
- <div id="settingsPanel">
- <div id="settingsPanelContentBlock">
- <div id="login" class="panelContent">
- <form method="post" action="j_security_check">
- <h1>Login</h1>
- <div class="formItem">
- <label for="username">Username: </label>
- <span class="formElement"><input type="text" name="j_username" id="username" value="webical" /></span>
- </div>
- <div class="formItem">
- <label for="password">Password: </label>
- <span class="formElement"><input id="password" type="password" name="j_password" value="webical" /></span>
- </div>
- <div class="formItem">
- <span class="formElement"><input type="submit" value="login" class="button"/></span>
- </div>
- </form>
- <p>
- This is the public demo-site used to display webical's progress. Use webical/webical as the username/password
- </p>
- </div>
+ <div id="login">
+ <form method="post" action="j_security_check">
+ <h1>Webical Login</h1>
+ <div class="formItem">
+ <label for="username">Username: </label>
+ <span class="formElement"><input type="text" name="j_username" id="username" value="webical" /></span>
</div>
+ <div class="formItem">
+ <label for="password">Password: </label>
+ <span class="formElement"><input id="password" type="password" name="j_password" value="webical" /></span>
+ </div>
+ <div class="formItem">
+ <span class="formElement"><input type="submit" value="login" class="button"/></span>
+ </div>
+ </form>
+ <p>
+ This is the public demo-site used to display webical's progress. Use webical/webical as the username/password
+ </p>
</div>
</body>
</html>
\ No newline at end of file
Modified: trunk/webical-war/etc/environments/nightly/login.jsp
===================================================================
--- trunk/webical-war/etc/environments/nightly/login.jsp 2008-01-11 09:14:43 UTC (rev 647)
+++ trunk/webical-war/etc/environments/nightly/login.jsp 2008-01-11 10:19:05 UTC (rev 648)
@@ -3,34 +3,30 @@
<head>
<title>Webical Nightly-build login</title>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
- <link href="/css/style.css" rel="stylesheet" type="text/css" />
+ <link href="../css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
- <div id="settingsPanel">
- <div id="settingsPanelContentBlock">
- <div id="login" class="panelContent">
- <form method="post" action="j_security_check">
- <h1>Login</h1>
- <div class="formItem">
- <label for="username">Username: </label>
- <span class="formElement"><input type="text" name="j_username" id="username" value="webical" /></span>
- </div>
- <div class="formItem">
- <label for="password">Password: </label>
- <span class="formElement"><input id="password" type="password" name="j_password" value="webical" /></span>
- </div>
- <div class="formItem">
- <span class="formElement"><input type="submit" value="login" class="button"/></span>
- </div>
- </form>
- <p>
- This is a public demo site used to display webical's progress. This is a nightly build and it could very well be broken:).
- To see the last release go to <a href="http://demo.webical.org">The main demo site</a> Use webical/webical as the username/
- password to login here.
- </p>
- </div>
+ <div id="login">
+ <form method="post" action="j_security_check">
+ <h1>Webical Login</h1>
+ <div class="formItem">
+ <label for="username">Username: </label>
+ <span class="formElement"><input type="text" name="j_username" id="username" value="webical" /></span>
</div>
+ <div class="formItem">
+ <label for="password">Password: </label>
+ <span class="formElement"><input id="password" type="password" name="j_password" value="webical" /></span>
+ </div>
+ <div class="formItem">
+ <span class="formElement"><input type="submit" value="login" class="button"/></span>
+ </div>
+ </form>
+ <p>
+ This demo is a nightly build and reflects the latest changes in the application. This means it could very well be broken :).
+ To see the latest release go to <a href="http://demo.webical.org">The main demo site</a> Use webical/webical as the username/
+ password to login here.
+ </p>
</div>
</body>
</html>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|