|
From: Jirka P. <fi...@us...> - 2002-06-17 09:21:57
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv14929/phpbt/templates/default
Modified Files:
queryform-simple.html queryform.html wrap-popup.html wrap.html
Log Message:
Switch to associative arrays for templates and some code cleanup.
Q: Is anyone testing files from CVS, except me and Ben? Please, let me know ...
Index: queryform-simple.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/queryform-simple.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- queryform-simple.html 13 Jun 2002 14:26:37 -0000 1.8
+++ queryform-simple.html 17 Jun 2002 09:21:52 -0000 1.9
@@ -28,55 +28,55 @@
<form method="get" action="query.php" name="query">
<table>
<tr valign="baseline">
- <td valign="top"><b>{$STRING._Project}:</b></td>
+ <td valign="top"><b>{$STRING.QUERY.Project}:</b></td>
<td valign="top">
<select name="projects" onChange="updateMenus(this.form)">
- <option value=''>{$STRING._opt_All}</option>
+ <option value=''>{$STRING.QUERY.opt_All}</option>
{build_select box=project}
</select>
</td>
</tr>
<tr valign="baseline">
- <td valign="top"><b>{$STRING._Version}:</b></td>
+ <td valign="top"><b>{$STRING.QUERY.Version}:</b></td>
<td valign="top">
- <select name="versions"><option value=''>{$STRING._opt_All}</option></select>
+ <select name="versions"><option value=''>{$STRING.QUERY.opt_All}</option></select>
</td>
</tr>
<tr valign="baseline">
- <td valign="top"><b>{$STRING._Component}:</b></td>
+ <td valign="top"><b>{$STRING.QUERY.Component}:</b></td>
<td valign="top">
- <select name="components"><option value=''>{$STRING._opt_All}</option></select>
+ <select name="components"><option value=''>{$STRING.QUERY.opt_All}</option></select>
</td>
</tr>
<tr valign="baseline">
- <td valign="top"><b>{$STRING._Status}:</b></td>
+ <td valign="top"><b>{$STRING.QUERY.Status}:</b></td>
<td valign="top">
<select name="status[]" multiple size="7">{build_select box=status}</select>
</td>
</tr>
<tr valign="baseline">
- <td valign="top"><b>{$STRING._SortBy}:</b></td>
+ <td valign="top"><b>{$STRING.QUERY.SortBy}:</b></td>
<td valign="top">
<select name="order">
<option value="bug_id">
- {$STRING._SortBy_BugNumber}
+ {$STRING.QUERY.SortBy_BugNumber}
</option>
<option selected value="severity.sort_order">
- {$STRING._SortBy_Severity}
+ {$STRING.QUERY.SortBy_Severity}
</option>
<option value="reporter">
- {$STRING._SortBy_Reporter}
+ {$STRING.QUERY.SortBy_Reporter}
</option>
<option value="status.sort_order">
- {$STRING._SortBy_Status}
+ {$STRING.QUERY.SortBy_Status}
</option>
<option value="priority">
- {$STRING._SortBy_Priority}
+ {$STRING.QUERY.SortBy_Priority}
</option>
</select>
<select name="sort">
- <option selected value="asc">{$STRING._SortAsc}</option>
- <option value="desc">{$STRING._SortDesc}</option>
+ <option selected value="asc">{$STRING.QUERY.SortAsc}</option>
+ <option value="desc">{$STRING.QUERY.SortDesc}</option>
</select>
</td>
</tr>
@@ -84,20 +84,20 @@
<br>
<br>
{if $smarty.session.uid}
- {$STRING._SaveThisQueryAs}: <input maxlength="40" type="text" name="savedqueryname">
+ {$STRING.QUERY.SaveThisQueryAs}: <input maxlength="40" type="text" name="savedqueryname">
<br><br>
{/if}
<input type="hidden" name="op" value="doquery">
- <input type="reset" value="{$STRING._ResetBackToDefaultQuery}">
- <input type="submit" value="{$STRING._SubmitQuery}">
+ <input type="reset" value="{$STRING.QUERY.ResetBackToDefaultQuery}">
+ <input type="submit" value="{$STRING.QUERY.SubmitQuery}">
{if count($queries)}
<br><br>
- <b>{$STRING._SavedQueries}</b>
+ <b>{$STRING.QUERY.SavedQueries}</b>
<br>
{section name=query loop=$queries}
- <a href="{$smarty.server.PHP_SELF}?{$queries[query].saved_query_string}">{$queries[query].saved_query_name}</a> (<a href="{$smarty.server.PHP_SELF}?op=delquery&queryid={$queries[query].saved_query_id}&form=simple" onClick="return confirm('{$STRING._SureDeleteSavedQuery}');">{$STRING.delete}</a>)<br>
+ <a href="{$smarty.server.PHP_SELF}?{$queries[query].saved_query_string}">{$queries[query].saved_query_name}</a> (<a href="{$smarty.server.PHP_SELF}?op=delquery&queryid={$queries[query].saved_query_id}&form=simple" onClick="return confirm('{$STRING.QUERY.SureDeleteSavedQuery}');">{$STRING.delete}</a>)<br>
{/section}
{/if}
</form>
<br>
- {$STRING._1GoToThe} <a href="{$smarty.server.PHP_SELF}?op=query&form=advanced">{$STRING._1AdvancedQueryPage}</a>
+ {$STRING.QUERY.GoToThe} <a href="{$smarty.server.PHP_SELF}?op=query&form=advanced">{$STRING.QUERY.AdvancedQueryPage}</a>
Index: queryform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/queryform.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- queryform.html 13 Jun 2002 14:26:39 -0000 1.16
+++ queryform.html 17 Jun 2002 09:21:53 -0000 1.17
@@ -28,13 +28,13 @@
<form method="get" action="query.php" name="query">
<table>
<tr>
- <th align="left">{$STRING._Status}:</th>
- <th align="left">{$STRING._Resolution}:</th>
- <th align="left">{$STRING._OpSys}:</th>
- <th align="left">{$STRING._Priority}:</th>
- <th align="left">{$STRING._Severity}:</th>
- <th align="left">{$STRING._Database}:</th>
- <th align="left">{$STRING._ReportedOnSite}:</th>
+ <th align="left">{$STRING.QUERY.Status}:</th>
+ <th align="left">{$STRING.QUERY.Resolution}:</th>
+ <th align="left">{$STRING.QUERY.OpSys}:</th>
+ <th align="left">{$STRING.QUERY.Priority}:</th>
+ <th align="left">{$STRING.QUERY.Severity}:</th>
+ <th align="left">{$STRING.QUERY.Database}:</th>
+ <th align="left">{$STRING.QUERY.ReportedOnSite}:</th>
</tr><tr>
<td align="left" valign="top"><select name="status[]"
multiple size="7">{build_select box=status}</select></td>
@@ -64,19 +64,19 @@
<option value="email">Email</option>
<option value="login">Login</option>
</select>: <input name="email1"
- size="30" value=""> {$STRING._MatchingAs}
+ size="30" value=""> {$STRING.QUERY.MatchingAs}
<select name="emailtype1">
- <option value="rlike">{$STRING._MatchingAs_Regexp}</option>
- <option value="not rlike">{$STRING._MatchingAs_NotRegexp}</option>
- <option selected value="like">{$STRING._MatchingAs_Substring}</option>
- <option value="=">{$STRING._MatchingAs_Exact}</option>
+ <option value="rlike">{$STRING.QUERY.MatchingAs_Regexp}</option>
+ <option value="not rlike">{$STRING.QUERY.MatchingAs_NotRegexp}</option>
+ <option selected value="like">{$STRING.QUERY.MatchingAs_Substring}</option>
+ <option value="=">{$STRING.QUERY.MatchingAs_Exact}</option>
</select></td>
<td><input type="checkbox"
name="emailfield1[]" value="owner"
- checked>{$STRING._eMail_AssignedTo}</td>
+ checked>{$STRING.QUERY.eMail_AssignedTo}</td>
</tr><tr>
<td><input type="checkbox" name="emailfield1[]"
- value="reporter">{$STRING._eMail_Reporter}</td>
+ value="reporter">{$STRING.QUERY.eMail_Reporter}</td>
</tr>
</table></td>
</tr>
@@ -85,72 +85,72 @@
</table>
<table border="0">
<tr>
- <td align="right">{$STRING._Summary}:</td>
+ <td align="right">{$STRING.QUERY.Summary}:</td>
<td><input name="title" size="30" value=""></td>
<td><select name="title_type">
- <option value="like" selected>{$STRING._MatchingAs_Substring}</option>
- <option value="rlike">{$STRING._MatchingAs_Regexp}</option>
- <option value="not rlike">{$STRING._MatchingAs_NotRegexp}</option>
+ <option value="like" selected>{$STRING.QUERY.MatchingAs_Substring}</option>
+ <option value="rlike">{$STRING.QUERY.MatchingAs_Regexp}</option>
+ <option value="not rlike">{$STRING.QUERY.MatchingAs_NotRegexp}</option>
</select></td>
</tr><tr>
- <td align="right">{$STRING._DescriptionEntry}:</td>
+ <td align="right">{$STRING.QUERY.DescriptionEntry}:</td>
<td><input name="description" size="30" value=""></td>
<td><select name="description_type">
- <option value="like" selected>{$STRING._MatchingAs_Substring}</option>
- <option value="rlike">{$STRING._MatchingAs_Regexp}</option>
- <option value="not rlike">{$STRING._MatchingAs_NotRegexp}</option>
+ <option value="like" selected>{$STRING.QUERY.MatchingAs_Substring}</option>
+ <option value="rlike">{$STRING.QUERY.MatchingAs_Regexp}</option>
+ <option value="not rlike">{$STRING.QUERY.MatchingAs_NotRegexp}</option>
</select></td>
</tr><tr>
<td align="right">URL:</td>
<td><input name="url" size="30" value=""></td>
<td><select name="url_type">
- <option value="like" selected>{$STRING._MatchingAs_Substring}</option>
- <option value="rlike">{$STRING._MatchingAs_Regexp}</option>
- <option value="not rlike">{$STRING._MatchingAs_NotRegexp}</option>
+ <option value="like" selected>{$STRING.QUERY.MatchingAs_Substring}</option>
+ <option value="rlike">{$STRING.QUERY.MatchingAs_Regexp}</option>
+ <option value="not rlike">{$STRING.QUERY.MatchingAs_NotRegexp}</option>
</select></td>
</tr>
</table>
<hr align="left" width="100%">
<table>
<tr>
- <td><b>{$STRING._Project}:</b></td>
+ <td><b>{$STRING.QUERY.Project}:</b></td>
<td><select name="projects" onChange="updateMenus(this.form)">
- <option value=''>{$STRING._opt_All}</option>{build_select box=project}</select></td>
+ <option value=''>{$STRING.QUERY.opt_All}</option>{build_select box=project}</select></td>
</tr><tr>
- <td><b>{$STRING._Version}:</b></td>
- <td><select name="versions"><option value=''>{$STRING._opt_All}</option></select></td>
+ <td><b>{$STRING.QUERY.Version}:</b></td>
+ <td><select name="versions"><option value=''>{$STRING.QUERY.opt_All}</option></select></td>
</tr><tr>
- <td><b>{$STRING._Component}:</b></td>
- <td><select name="components"><option value=''>{$STRING._opt_All}</option></select></td>
+ <td><b>{$STRING.QUERY.Component}:</b></td>
+ <td><select name="components"><option value=''>{$STRING.QUERY.opt_All}</option></select></td>
</tr>
</table>
<hr align="left" width="100%">
<input type="hidden" name="op" value="doquery">
- <b>{$STRING._SortBy}:</b>
+ <b>{$STRING.QUERY.SortBy}:</b>
<select name="order">
- <option value="bug_id">{$STRING._SortBy_BugNumber}</option>
- <option selected value="severity.sort_order">{$STRING._SortBy_Severity}</option>
- <option value="reporter.login">{$STRING._SortBy_Reporter}</option>
- <option value="status.sort_order">{$STRING._SortBy_Status}</option>
- <option value="priority">{$STRING._SortBy_Priority}</option>
+ <option value="bug_id">{$STRING.QUERY.SortBy_BugNumber}</option>
+ <option selected value="severity.sort_order">{$STRING.QUERY.SortBy_Severity}</option>
+ <option value="reporter.login">{$STRING.QUERY.SortBy_Reporter}</option>
+ <option value="status.sort_order">{$STRING.QUERY.SortBy_Status}</option>
+ <option value="priority">{$STRING.QUERY.SortBy_Priority}</option>
</select>
<select name="sort">
- <option selected value="asc">{$STRING._SortAsc}</option>
- <option value="desc">{$STRING._SortDesc}</option>
+ <option selected value="asc">{$STRING.QUERY.SortAsc}</option>
+ <option value="desc">{$STRING.QUERY.SortDesc}</option>
</select>
</nobr>
<br><br>
{if $smarty.session.uid}
- {$STRING._SaveThisQueryAs}: <input maxlength="40" type="text" name="savedqueryname">
+ {$STRING.QUERY.SaveThisQueryAs}: <input maxlength="40" type="text" name="savedqueryname">
<br><br>
{/if}
- <input type="reset" value="{$STRING._ResetBackToDefaultQuery}">
- <input type="submit" value="{$STRING._SubmitQuery}">
+ <input type="reset" value="{$STRING.QUERY.ResetBackToDefaultQuery}">
+ <input type="submit" value="{$STRING.QUERY.SubmitQuery}">
{if count($queries)}
- <br><br><b>{$STRING._SavedQueries}</b><br>
+ <br><br><b>{$STRING.QUERY.SavedQueries}</b><br>
{section name=query loop=$queries}
<a href="{$smarty.server.PHP_SELF}?{$queries[query].saved_query_string}">{$queries[query].saved_query_name}</a> (<a href="{$smarty.server.PHP_SELF}?op=delquery&queryid={$queries[query].saved_query_id}&form=advanced" onClick="return confirm('Are you sure you want to delete this saved query?');">Delete</a>)<br>
{/section}
{/if}
</form>
-<br>{$STRING._1GoToThe} <a href="{$smarty.server.PHP_SELF}?op=query">{$STRING._1SimpleQueryPage}</a>
+<br>{$STRING.QUERY.GoToThe} <a href="{$smarty.server.PHP_SELF}?op=query">{$STRING.QUERY.SimpleQueryPage}</a>
Index: wrap-popup.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap-popup.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wrap-popup.html 18 May 2002 03:01:22 -0000 1.1
+++ wrap-popup.html 17 Jun 2002 09:21:53 -0000 1.2
@@ -1,18 +1,15 @@
<html>
<head>
- <META HTTP-EQUIV="Expires" CONTENT="-1">
- <title>phpBugTracker - {$page_title}</title>
- <link rel="StyleSheet" href="styles/{$STYLE}.css" type="text/css">
- <META http-equiv="Content-Type" content="text/html; charset={$STRING.lang_charset}">
+ <META HTTP-EQUIV="Expires" CONTENT="-1">
+ <title>phpBugTracker - {$page_title}</title>
+ <link rel="StyleSheet" href="styles/{$STYLE}.css" type="text/css">
+ <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">
- <tr>
- <td class="maincontent">
- {include file=$content_template}
- </td>
- </tr>
- </table>
+ <table width="100%" cellspacing="0" cellpadding="0">
+ <tr>
+ <td class="maincontent">{include file=$content_template}</td>
+ </tr>
+ </table>
</body>
</html>
-<head><meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"></head>
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/wrap.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- wrap.html 18 May 2002 03:01:22 -0000 1.18
+++ wrap.html 17 Jun 2002 09:21:53 -0000 1.19
@@ -1,91 +1,78 @@
<html>
<head>
- <META HTTP-EQUIV="Expires" CONTENT="-1">
- <title>phpBugTracker - {$page_title}</title>
- <link rel="StyleSheet" href="styles/{$STYLE}.css" type="text/css">
- <META http-equiv="Content-Type" content="text/html; charset={$STRING.lang_charset}">
+ <META HTTP-EQUIV="Expires" CONTENT="-1">
+ <title>phpBugTracker - {$page_title}</title>
+ <link rel="StyleSheet" href="styles/{$STYLE}.css" type="text/css">
+ <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='index.php'">
- <a href="index.php" class="sidenavlink">Home</a>
- </div>
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='bug.php?op=add'">
- <a href="bug.php?op=add" class="sidenavlink">Add a New Bug</a>
- </div>
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='query.php?op=query'">
- <a href="query.php?op=query" class="sidenavlink">Query Bugs</a>
- </div>
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='report.php'">
- <a href="report.php" class="sidenavlink">View Reports</a>
- </div>
- {if not NEW_ACCOUNTS_DISABLED and not $smarty.session.uid}
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='newaccount.php'">
- <a href="newaccount.php" class="sidenavlink">Create a new account</a>
- </div>
- {/if}
- <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">Read Documentation</a>
- </div>
- {if isset($perm) and $perm->have_perm('Administrator')}
- <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='admin/project.php'">
- <a href="admin/project.php" class="sidenavlink">Admin Tools</a>
- </div>
- {/if}
- </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%" 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">
+ {$STRING.WRAP.FindBug} <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='index.php'">
+ <a href="index.php" class="sidenavlink">{$STRING.WRAP.Home}</a>
+ </div>
+ <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='bug.php?op=add'">
+ <a href="bug.php?op=add" class="sidenavlink">{$STRING.WRAP.AddNewBug}</a>
+ </div>
+ <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='query.php?op=query'">
+ <a href="query.php?op=query" class="sidenavlink">{$STRING.WRAP.QueryBugs}</a>
+ </div>
+ <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='report.php'">
+ <a href="report.php" class="sidenavlink">{$STRING.WRAP.ViewReports}</a>
+ </div>
+{if not NEW_ACCOUNTS_DISABLED and not $smarty.session.uid}
+ <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='newaccount.php'">
+ <a href="newaccount.php" class="sidenavlink">{$STRING.WRAP.CreateNewAccount}</a>
+ </div>
+{/if}
+ <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>
+{if isset($perm) and $perm->have_perm('Administrator')}
+ <div class="navbox" onMouseOver="this.className='navboxselected'" onMouseOut="this.className='navbox'" onClick="document.location.href='admin/project.php'">
+ <a href="admin/project.php" class="sidenavlink">{$STRING.WRAP.AdminTools}</a>
+ </div>
+{/if}
+ </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>
</body>
</html>
-<head><meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"></head>
|