[CS-Project-svn_notify] SF.net SVN: cs-project: [726] trunk
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-12-27 21:54:45
|
Revision: 726 http://cs-project.svn.sourceforge.net/cs-project/?rev=726&view=rev Author: crazedsanity Date: 2007-12-27 13:54:43 -0800 (Thu, 27 Dec 2007) Log Message: ----------- Rename main login content file for cs-content (trunk, eventually 0.10.8). Modified Paths: -------------- trunk/includes/login.inc Added Paths: ----------- trunk/templates/login.content.tmpl Removed Paths: ------------- trunk/templates/login.tmpl Modified: trunk/includes/login.inc =================================================================== --- trunk/includes/login.inc 2007-12-27 21:52:45 UTC (rev 725) +++ trunk/includes/login.inc 2007-12-27 21:54:43 UTC (rev 726) @@ -57,7 +57,4 @@ if($_GET['destination']) { $_SESSION['loginDestination'] = urlencode($_GET['destination']); } -//show the default page. -$page->change_content(html_file_to_string("login.tmpl")); - ?> \ No newline at end of file Copied: trunk/templates/login.content.tmpl (from rev 720, trunk/templates/login.tmpl) =================================================================== --- trunk/templates/login.content.tmpl (rev 0) +++ trunk/templates/login.content.tmpl 2007-12-27 21:54:43 UTC (rev 726) @@ -0,0 +1,67 @@ +<head> + <link rel=stylesheet type='text/css' href='/css/common.css'> + <title>Login Page [{PROJ_NAME}]</title> +</head> +<body bgcolor="#D5D5D5" {background}><center> + +{error_msg} + +<table cellspacing="0" cellpadding="3" border="0"> + <tr> + <td> + <form action='/login.php' method='post' name='frm' onSubmit="this.login.value='Logging in...';this.login.disabled=true;"> + <input type='hidden' name'loginform' value='1'> + <table cellspacing=1 cellpadding=5 bgcolor="#D5D5D5" border=0> + + <tr> + <td colspan="2"> + <br><br><img src='/images/logo.gif' border='0'> + </td> + </tr> + + <tr> + <td>Username</td> + + <td><input type='text' name='username' style="border:1px solid #000;"></td> + </tr> + + <tr> + <td>Password</td> + + <td><input type='password' name='password' style="border:1px solid #000;"></td> + </tr> + + <tr> + <td> </td> + + <td> + <input name="login" type='submit' value='Login' style="border:1px solid #000;"> + <a href="/help/lost_password">Lost Password?</a> + </td> + </tr> + + </table> + </form> + </td> + </tr> + + <tr> + <th style="border:solid #000 2px;">Helpful Links:</th> + </tr> + + <tr> + <td style="border:solid #000 2px;border-top:none;"> + <ul> + <li><a href="/extern/helpdesk">View Helpdesk Issues</a></li> + <li><a href="/extern/helpdesk/create">Submit New Issue</a></li> + </ul> + </td> + </tr> +</table> + +</center> + + + +</body> +</html> \ No newline at end of file Deleted: trunk/templates/login.tmpl =================================================================== --- trunk/templates/login.tmpl 2007-12-27 21:52:45 UTC (rev 725) +++ trunk/templates/login.tmpl 2007-12-27 21:54:43 UTC (rev 726) @@ -1,67 +0,0 @@ -<head> - <link rel=stylesheet type='text/css' href='/css/common.css'> - <title>Login Page [{PROJ_NAME}]</title> -</head> -<body bgcolor="#D5D5D5" {background}><center> - -{error_msg} - -<table cellspacing="0" cellpadding="3" border="0"> - <tr> - <td> - <form action='/login.php' method='post' name='frm' onSubmit="this.login.value='Logging in...';this.login.disabled=true;"> - <input type='hidden' name'loginform' value='1'> - <table cellspacing=1 cellpadding=5 bgcolor="#D5D5D5" border=0> - - <tr> - <td colspan="2"> - <br><br><img src='/images/logo.gif' border='0'> - </td> - </tr> - - <tr> - <td>Username</td> - - <td><input type='text' name='username' style="border:1px solid #000;"></td> - </tr> - - <tr> - <td>Password</td> - - <td><input type='password' name='password' style="border:1px solid #000;"></td> - </tr> - - <tr> - <td> </td> - - <td> - <input name="login" type='submit' value='Login' style="border:1px solid #000;"> - <a href="/help/lost_password">Lost Password?</a> - </td> - </tr> - - </table> - </form> - </td> - </tr> - - <tr> - <th style="border:solid #000 2px;">Helpful Links:</th> - </tr> - - <tr> - <td style="border:solid #000 2px;border-top:none;"> - <ul> - <li><a href="/extern/helpdesk">View Helpdesk Issues</a></li> - <li><a href="/extern/helpdesk/create">Submit New Issue</a></li> - </ul> - </td> - </tr> -</table> - -</center> - - - -</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. |