Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv28631/default
Modified Files:
bugattachmentform.html bugdisplay-printable.html
bugdisplay.html bugform.html bughistory.html buglist.html
bugvotes.html index.html newaccount-disabled.html
newaccount.html newaccountsuccess.html projectlist.html
queryform-simple.html queryform.html report.html user.html
Removed Files:
footer-popup.html footer.html header-popup.html header.html
passwordchanged.html preferenceschanged.html
Log Message:
Moving back to wrap.html from header/footer.html
Index: bugattachmentform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugattachmentform.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bugattachmentform.html 8 May 2002 01:10:00 -0000 1.6
+++ bugattachmentform.html 18 May 2002 03:00:50 -0000 1.7
@@ -1,8 +1,3 @@
-{if $smarty.request.use_js}
- {include file="header-popup.html" page_title="Add Attachment"}
-{else}
- {include file="header.html" page_title="Add Attachment"}
-{/if}
<form enctype="multipart/form-data" action="{$smarty.server.PHP_SELF}" method="post">
<input type="hidden" name="bugid" value="{$bugid}">
<input type="hidden" name="use_js" value="{$smarty.request.use_js}">
@@ -44,8 +39,3 @@
</tr>
</table>
</form>
-{if $smarty.request.use_js}
- {include file="admin/footer-popup.html"}
-{else}
- {include file="admin/footer.html"}
-{/if}
Index: bugdisplay-printable.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay-printable.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bugdisplay-printable.html 8 May 2002 01:10:00 -0000 1.6
+++ bugdisplay-printable.html 18 May 2002 03:00:50 -0000 1.7
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="Bug #$bug_id"}
<table border='0' width="640">
<tr>
<td width="210" colspan="2">
@@ -132,4 +131,3 @@
<a href="{$smarty.server.PHP_SELF}?op=show&bugid={$bug_id}">Back to bug #{$bug_id}</a>
<br>
<br>
-{include file="footer.html"}
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- bugdisplay.html 8 May 2002 01:10:00 -0000 1.30
+++ bugdisplay.html 18 May 2002 03:00:50 -0000 1.31
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="$TITLE[editbug] #$bug_id"}
<script language="JavaScript">
<!--
versions = new Array();
@@ -263,5 +262,3 @@
</tr>
{/section}
</table>
-
-{include file="footer.html"}
Index: bugform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugform.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bugform.html 3 Apr 2002 18:45:27 -0000 1.4
+++ bugform.html 18 May 2002 03:00:50 -0000 1.5
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="$TITLE[enterbug]"}
<form action="bug.php" method="post">
<input type="hidden" name="bugid" value="0">
<input type="hidden" name="project" value="{$project}">
@@ -82,4 +81,3 @@
</table>
<input type="submit" name="submit" value="Submit">
</form>
-{include file="footer.html"}
Index: bughistory.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bughistory.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bughistory.html 8 May 2002 01:10:00 -0000 1.3
+++ bughistory.html 18 May 2002 03:00:50 -0000 1.4
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="Bug History"}
<table border="0" cellspacing="2" cellpadding="2">
<tr bgcolor="#eeeeee">
<th>Who</th>
@@ -25,4 +24,3 @@
<a href="{$smarty.server.PHP_SELF}?op=show&bugid={$smarty.get.bugid}">Back to bug #{$smarty.get.bugid}</a>
<br>
<br>
-{include file="footer.html"}
Index: buglist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/buglist.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- buglist.html 3 Apr 2002 00:57:51 -0000 1.6
+++ buglist.html 18 May 2002 03:00:50 -0000 1.7
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="Bug List"}
<table cellpadding="2">
<tr>
{section name=col loop=$db_fields}
@@ -32,4 +31,3 @@
</td>
</tr>
</table>
-{include file="footer.html"}
Index: bugvotes.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugvotes.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bugvotes.html 8 May 2002 01:10:00 -0000 1.3
+++ bugvotes.html 18 May 2002 03:00:50 -0000 1.4
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="Bug Votes"}
<table border="0" cellspacing="2" cellpadding="2">
<tr bgcolor="#eeeeee">
<th>Who</th>
@@ -19,4 +18,3 @@
<a href="{$smarty.server.PHP_SELF}?op=show&bugid={$smarty.get.bugid}">Back to bug #{$smarty.get.bugid}</a>
<br>
<br>
-{include file="footer.html"}
Index: index.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/index.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- index.html 3 Apr 2002 00:57:51 -0000 1.8
+++ index.html 18 May 2002 03:00:50 -0000 1.9
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="Home"}
<table border=0 width="100%">
<tr>
<td valign="top" width="250">
@@ -60,4 +59,3 @@
{/section}
</table>
{/if}
-{include file="footer.html"}
Index: newaccount-disabled.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/newaccount-disabled.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- newaccount-disabled.html 3 Apr 2002 00:57:51 -0000 1.2
+++ newaccount-disabled.html 18 May 2002 03:00:50 -0000 1.3
@@ -1,4 +1,3 @@
-{include file="header.html"}
<table width="640" border="0">
<tr>
<td align="center">
@@ -7,4 +6,3 @@
</td>
</tr>
</table>
-{include file="footer.html"}
Index: newaccount.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/newaccount.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- newaccount.html 8 May 2002 01:10:00 -0000 1.5
+++ newaccount.html 18 May 2002 03:00:50 -0000 1.6
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="Create a New Account"}
<h2>Create a new account</h2>
<form action="{$smarty.server.PHP_SELF}" method="post">
<input type="hidden" name="createaccount" value="1">
@@ -35,5 +34,3 @@
</table>
<input type="submit" value="Create new account">
</form>
-{include file="footer.html"}
-
Index: newaccountsuccess.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/newaccountsuccess.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- newaccountsuccess.html 3 Apr 2002 00:57:51 -0000 1.2
+++ newaccountsuccess.html 18 May 2002 03:00:50 -0000 1.3
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="Account Created"}
<br>
<br>
<table border="0" width="640" align="center">
@@ -10,4 +9,3 @@
</table>
<br>
<br>
-{include file="footer.html"}
Index: projectlist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/projectlist.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- projectlist.html 3 Apr 2002 00:57:51 -0000 1.2
+++ projectlist.html 18 May 2002 03:00:50 -0000 1.3
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="Add Bug"}
<H2>First, you must pick a product on which to enter
a bug.</H2>
@@ -14,4 +13,3 @@
</tr>
{/section}
</table>
-{include file="footer.html"}
Index: queryform-simple.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/queryform-simple.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- queryform-simple.html 8 May 2002 01:10:00 -0000 1.3
+++ queryform-simple.html 18 May 2002 03:00:50 -0000 1.4
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="Bug Query"}
<script language="JavaScript">
<!--
versions = new Array();
@@ -88,5 +87,3 @@
</form>
<br>
Go to the <a href="{$smarty.server.PHP_SELF}?op=query&form=advanced">advanced query page</a>
-
-{include file="footer.html"}
Index: queryform.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/queryform.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- queryform.html 8 May 2002 01:10:00 -0000 1.9
+++ queryform.html 18 May 2002 03:00:50 -0000 1.10
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="Bug Query"}
<script language="JavaScript">
<!--
versions = new Array();
@@ -230,6 +229,4 @@
</form>
<br>
Go to the <a href="{$smarty.server.PHP_SELF}?op=query">simple query page</a>
-
-{include file="footer.html"}
Index: report.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/report.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- report.html 8 May 2002 01:10:00 -0000 1.7
+++ report.html 18 May 2002 03:00:50 -0000 1.8
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="Home"}
<form action="{$smarty.server.PHP_SELF}">
Bug statistics for
<select name="projectid" onChange="document.location.href='{$smarty.server.PHP_SELF}?projectid='+this.options[this.selectedIndex].value">
@@ -27,4 +26,3 @@
</tr>
{/section}
</table>
-{include file="footer.html"}
Index: user.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/user.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- user.html 8 May 2002 01:10:00 -0000 1.7
+++ user.html 18 May 2002 03:00:50 -0000 1.8
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="User Page"}
<table border="0" cellpadding="0" cellspacing="0" width="600">
<td width="300" valign="top">
<form action="{$smarty.server.PHP_SELF}" method="post">
@@ -111,4 +110,3 @@
</tr>
</table>
</form>
-{include file="footer.html"}
--- footer-popup.html DELETED ---
--- footer.html DELETED ---
--- header-popup.html DELETED ---
--- header.html DELETED ---
--- passwordchanged.html DELETED ---
--- preferenceschanged.html DELETED ---
|