|
From: Benjamin C. <bc...@us...> - 2002-08-24 19:28:15
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv14122/templates/default/admin
Modified Files:
wrap.html
Log Message:
A slightly new look
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/wrap.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- wrap.html 17 Jun 2002 09:21:53 -0000 1.15
+++ wrap.html 24 Aug 2002 19:28:12 -0000 1.16
@@ -6,96 +6,96 @@
<META http-equiv="Content-Type" content="text/html; charset={$STRING.lang_charset}">
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
- <table width="100%" cellspacing="0" cellpadding="0" height="100%">
- <tr>
- <td width="150" height="30" class="nav">
- phpBugTracker
- </td>
- <td height="30" class="nav" align="right">
- <form action="../bug.php">
- <input type="hidden" name="op" value="show">
- Find bug <input type="text" name="bugid" size="4" class="navinput">
-
- </form>
- </td>
- </tr>
- <tr>
- <td width="150" class="sidenav">
- <!-- Nav Links -->
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='configure.php'">
- <a href="configure.php" class="sidenavlink">{$TITLE.configuration}</a>
- </div>
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='project.php'">
- <a href="project.php" class="sidenavlink">{$TITLE.project}</a>
- </div>
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='user.php'">
- <a href="user.php" class="sidenavlink">{$TITLE.user}</a>
- </div>
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='group.php'">
- <a href="group.php" class="sidenavlink">{$TITLE.group}</a>
- </div>
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='status.php'">
- <a href="status.php" class="sidenavlink">{$TITLE.status}</a>
- </div>
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='resolution.php'">
- <a href="resolution.php" class="sidenavlink">{$TITLE.resolution}</a>
- </div>
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='severity.php'">
- <a href="severity.php" class="sidenavlink">{$TITLE.severity}</a>
- </div>
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='os.php'">
- <a href="os.php" class="sidenavlink">{$TITLE.os}</a>
- </div>
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='database.php'">
- <a href="database.php" class="sidenavlink">{$TITLE.database}</a>
- </div>
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='site.php'">
- <a href="site.php" class="sidenavlink">{$TITLE.site}</a>
- </div>
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='../docs/html/userguide.html'">
- <a href="../docs/html/userguide.html" class="sidenavlink">{$STRING.WRAP.Documentation}</a>
- </div>
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='../index.php'">
- <a href="../index.php" class="sidenavlink">{$TITLE.usertools}</a>
- </div>
- </td>
- <td class="maincontent">
- {include file=$content_template}
- </td>
- </tr>
- <tr>
- <td width="150" height="30" class="sidenav">
-  
- </td>
- <td height="30" class="bottomnav">
- <form method="post" action="{$smarty.server.REQUEST_URI}">
-
- {if not $smarty.session.uid}
- {if EMAIL_IS_LOGIN}
- {assign var="loginlabel" value="Email"}
- {else}
- {assign var="loginlabel" value="Login"}
- {/if}
- {$loginerror}
- {$loginlabel}: <input type="text" name="username" class="bottomnavinput" value="{$smarty.cookies.phpbt_user}">
- Password: <input type="password" name="password" class="bottomnavinput">
- <input type="hidden" name="dologin" value="1">
- <input type="submit" value="Login" class="bottomnavinput">
- <input type="submit" name="sendpass" value="Email Password" class="bottomnavinput" title="Forgot your password? Have it sent to you">
- {if RECALL_LOGIN}
- <input type="checkbox" name="savecookie" value="1" {if !empty($smarty.cookies.phpbt_user)}checked{/if} class="bottomnavinput" title="Remember {$loginlabel} for next time"> Remember me
- {/if}
- {else}
- [ 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 {$smarty.session.uname}</a>
- ]
- {/if}
-
- </form>
- </td>
- </tr>
- </table>
+<table width="100%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td class="nav" valign="middle"><img name="title" src="{$template_path}/../images/title.gif" width="500" height="50" border="0" alt="" hspace="0" vspace="0"></td>
+ <td align="right" valign="middle" class="nav">
+ <form action="bug.php">
+ <input type="hidden" name="op" value="show">
+ {$STRING.WRAP.FindBug}
+ <input name="bugid" type="text" id="bugid" size="4">
+
+ </form>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#9999FF" height="4" colspan="2"><img src="images/spacer.gif" height="1" width="1"></td>
+ </tr>
+ <tr>
+ <td bgcolor="#9999FF" colspan="2">
+ <table border="0" cellspacing="0" cellpadding="4">
+ <tr>
+ <td><a href="configure.php"><font class="navlink">{$TITLE.configuration}</font></a></td>
+ <td>|</td>
+ <td><a href="project.php"><font class="navlink">{$TITLE.project}</font></a></td>
+ <td>|</td>
+ <td><a href="user.php"><font class="navlink">{$TITLE.user}</font></a></td>
+ <td>|</td>
+ <td><a href="group.php"><font class="navlink">{$TITLE.group}</font></a></td>
+ <td>|</td>
+ <td><a href="status.php"><font class="navlink">{$TITLE.status}</font></a></td>
+ <td>|</td>
+ <td><a href="resolution.php"><font class="navlink">{$TITLE.resolution}</font></a></td>
+ </tr><tr>
+ <td><a href="severity.php"><font class="navlink">{$TITLE.severity}</font></a></td>
+ <td>|</td>
+ <td><a href="os.php"><font class="navlink">{$TITLE.os}</font></a></td>
+ <td>|</td>
+ <td><a href="database.php"><font class="navlink">{$TITLE.database}</font></a></td>
+ <td>|</td>
+ <td><a href="site.php"><font class="navlink">{$TITLE.site}</font></a></td>
+ <td>|</td>
+ <td><a href="../docs/html/userguide.html"><font class="navlink">{$STRING.WRAP.Documentation}</font></a></td>
+ <td>|</td>
+ <td><a href="../index.php"><font class="navlink">{$TITLE.usertools}</font></a></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#9999FF" height="4" colspan="2"><img src="images/spacer.gif" height="1" width="1"></td>
+ </tr>
+ <tr>
+ <td bgcolor="#000000" height="1" colspan="2"><img src="images/spacer.gif" height="1" width="1"></td>
+ </tr>
+ <tr>
+ <td colspan="2" height="20" class="bottomnav">
+ <form method="post" action="{$smarty.server.REQUEST_URI}">
+
+{if not $smarty.session.uid}
+ {if EMAIL_IS_LOGIN}
+ {assign var="loginlabel" value="Email"}
+ {else}
+ {assign var="loginlabel" value="Login"}
+ {/if}
+ {$loginerror}
+ {$loginlabel}: <input type="text" name="username" class="bottomnavinput" value="{$smarty.cookies.phpbt_user}">
+ Password: <input type="password" name="password" class="bottomnavinput">
+ <input type="hidden" name="dologin" value="1">
+ <input type="submit" value="Login" class="bottomnavinput">
+ <input type="submit" name="sendpass" value="Email Password" class="bottomnavinput" title="Forgot your password? Have it sent to you">
+ {if RECALL_LOGIN}
+ <input type="checkbox" name="savecookie" value="1" {if !empty($smarty.cookies.phpbt_user)}checked{/if} class="bottomnavinput" title="Remember {$loginlabel} for next time"> Remember me
+ {/if}
+{else}
+ 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 {$smarty.session.uname}</a>
+{/if}
+
+ </form>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#000000" height="1" colspan="2"><img src="images/spacer.gif" height="1" width="1"></td>
+ </tr>
+ <tr>
+ <td bgcolor="#ffffff" height="20" colspan="2"><img src="images/spacer.gif" height="1" width="1"></td>
+ </tr>
+</table>
+
+{include file=$content_template}
+
</body>
</html>
|