|
From: Benjamin C. <bc...@us...> - 2002-03-02 18:48:33
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv19586/templates/default
Modified Files:
index.html
Log Message:
A new look, and restrict project summary data to the visible projects for the user
Index: index.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.html 23 Nov 2001 05:06:52 -0000 1.3
+++ index.html 2 Mar 2002 18:48:30 -0000 1.4
@@ -1,21 +1,18 @@
-<h2>Welcome to phpBugTracker</h2>
-<TABLE BORDER=0 WIDTH="640">
+<table border=0 width="100%">
<tr>
<td valign="top">
- <b>Here's what you can do:</b>
+ <b>Five most recently submitted bugs:</b>
<br>
+ <!-- BEGIN recentrow -->
+ <a href="bug.php?op=show&bugid={bugid}">{title}</a><br>
+ <!-- END recentrow -->
<br>
- <a href="query.php?op=query">Query existing bug reports</a><br>
- <a href="bug.php?op=add">Enter a new bug report</a><br>
- <a href="report.php">Get summary reports</a><br>
- <p>
- <a href="newaccount.php">Open a new account</a><br>
- <a href="user.php">Change password or user preferences</a><br>
- <a href="logout.php">Forget currently stored login</a><br>
<br>
- <FORM METHOD=GET ACTION="bug.php">
- <input type="hidden" name="op" value="show">
- <INPUT TYPE=SUBMIT VALUE="Find"> bug # <INPUT NAME=bugid SIZE=6></FORM>
+ <b>Five most recently closed bugs:</b>
+ <br>
+ <!-- BEGIN closerow -->
+ <a href="bug.php?op=show&bugid={bugid}">{title}</a><br>
+ <!-- END closerow -->
</td>
<td valign="top">
<!-- BEGIN statsblock -->
|