|
From: Benjamin C. <bc...@us...> - 2002-05-18 03:01:24
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv28837/templates/default
Added Files:
changessaved.html wrap-popup.html wrap.html
Log Message:
Moving back to wrap.html from header/footer.html
--- NEW FILE: changessaved.html ---
<div align="center">
<br>
<br>
{$changetext}
<br>
<br>
Return to the <a href="user.php">Personal Page</a> or <a href="index.php">phpBugTracker Home</a>.
</div>
--- NEW FILE: wrap-popup.html ---
<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}">
</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>
</body>
</html>
<head><meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"></head>
|