|
From: Javier S. <ja...@us...> - 2001-08-17 14:55:29
|
Update of /cvsroot/phpbt/phpbt/admin/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv11383
Modified Files:
wrap.html
Log Message:
Adding Severity Admin link
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/admin/templates/default/wrap.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wrap.html 2001/08/13 13:34:49 1.6
+++ wrap.html 2001/08/17 14:55:25 1.7
@@ -1,72 +1,73 @@
<html>
<head>
- <META HTTP-EQUIV="Expires" CONTENT="-1">
+ <META HTTP-EQUIV="Expires" CONTENT="-1">
<title>phpBugTracker Admin - {TITLE}</title>
- <link rel="StyleSheet" href="../global.css" type="text/css">
+ <link rel="StyleSheet" href="../global.css" type="text/css">
</head>
<body bgcolor="#ffffff" link="#006699" vlink="#006699" alink="#006699">
<table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="640" colspan="2"><hr size="1" width="640"></td>
- </tr>
- <tr>
- <td width="540">
- <font class="navfont"><b>
- [
- <a href="project.php">Projects</a> |
- <a href="user.php">Users</a> |
- <a href="status.php">Statuses</a> |
- <a href="resolution.php">Resolutions</a> |
- <a href="os.php">OSes</a>
- ]
- </b></font>
- </td>
- <td width="100" align="right">
- <font class="navfont"><b>
- [
- <a href="../index.php">User Tools</a>
- ]
- </font>
- </td>
- </tr>
- <tr>
- <td width="640" colspan="2"><hr size="1" width="640"></td>
- </tr>
+ <tr>
+ <td width="640" colspan="2"><hr size="1" width="640"></td>
+ </tr>
+ <tr>
+ <td width="540">
+ <font class="navfont"><b>
+ [
+ <a href="project.php">Projects</a> |
+ <a href="user.php">Users</a> |
+ <a href="status.php">Statuses</a> |
+ <a href="resolution.php">Resolutions</a> |
+ <a href="severity.php">Severity</a> |
+ <a href="os.php">OSes</a>
+ ]
+ </b></font>
+ </td>
+ <td width="100" align="right">
+ <font class="navfont"><b>
+ [
+ <a href="../index.php">User Tools</a>
+ ]
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td width="640" colspan="2"><hr size="1" width="640"></td>
+ </tr>
</table>
{content}
<table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="640"><hr size="1" width="640"></td>
- </tr>
- <tr>
- <!-- BEGIN loginblock -->
- <td class="login-box">
- <form method="post" action="{me2}">
- <font color="{loginerrorcolor}"><b>{loginerror}<b></font>
- Email: <input type="text" name="username" class="login-box">
- Password: <input type="password" name="password" class="login-box">
- <!--<input type="image" border="0" name="login" value="doit" src="go.gif" width="30" height="20" align="middle" class="login-button">-->
- <input type="hidden" name="login" value="1">
- <input type="submit" value="Login" class="login-box">
- <input type="submit" name="sendpass" value="Email Password" class="login-box" title="Forgot your password? Have it sent to you">
- </form>
- </td>
- <!-- END loginblock -->
- <!-- BEGIN logoutblock -->
- <td>
- <font class="navfont"><b>
- [ Bugs assigned to me: <a href="../query.php?op=mybugs&assignedto=1&open=1" title="Open">{owner_open}</a> / <a href="query.php?op=mybugs&assignedto=1&open=0" title="Closed">{owner_closed}</a>
- | Bugs reported by me: <a href="../query.php?op=mybugs&reportedby=1&open=1" title="Open">{reporter_open}</a> / <a href="query.php?op=mybugs&reportedby=1&open=0" title="Closed">{reporter_closed}</a>
- | <a href="../user.php">Personal Page</a>
- | <a href="../logout.php">Logout {loggedinas}</a>
- ]
- </b></font>
- </td>
- <!-- END logoutblock -->
- </tr>
+ <tr>
+ <td width="640"><hr size="1" width="640"></td>
+ </tr>
+ <tr>
+ <!-- BEGIN loginblock -->
+ <td class="login-box">
+ <form method="post" action="{me2}">
+ <font color="{loginerrorcolor}"><b>{loginerror}<b></font>
+ Email: <input type="text" name="username" class="login-box">
+ Password: <input type="password" name="password" class="login-box">
+ <!--<input type="image" border="0" name="login" value="doit" src="go.gif" width="30" height="20" align="middle" class="login-button">-->
+ <input type="hidden" name="login" value="1">
+ <input type="submit" value="Login" class="login-box">
+ <input type="submit" name="sendpass" value="Email Password" class="login-box" title="Forgot your password? Have it sent to you">
+ </form>
+ </td>
+ <!-- END loginblock -->
+ <!-- BEGIN logoutblock -->
+ <td>
+ <font class="navfont"><b>
+ [ Bugs assigned to me: <a href="../query.php?op=mybugs&assignedto=1&open=1" title="Open">{owner_open}</a> / <a href="query.php?op=mybugs&assignedto=1&open=0" title="Closed">{owner_closed}</a>
+ | Bugs reported by me: <a href="../query.php?op=mybugs&reportedby=1&open=1" title="Open">{reporter_open}</a> / <a href="query.php?op=mybugs&reportedby=1&open=0" title="Closed">{reporter_closed}</a>
+ | <a href="../user.php">Personal Page</a>
+ | <a href="../logout.php">Logout {loggedinas}</a>
+ ]
+ </b></font>
+ </td>
+ <!-- END logoutblock -->
+ </tr>
</table>
<!-- BEGIN adminnavblock -->
<!-- END adminnavblock -->
</body>
-</html>
+</html>
\ No newline at end of file
|