Added header, footer, and login form templates

Implemented the first two in web/lib/aur.inc.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2007-09-27 20:22:09 -04:00 committed by Dan McGee
parent 016e8796c3
commit 878d0bb39a
4 changed files with 121 additions and 81 deletions

11
web/template/footer.php Normal file
View file

@ -0,0 +1,11 @@
<!-- End of main content -->
<br />
<?php
if ($ver) {
print "<p style=\"text-align: right\">$ver</p>\n";
}
?>
</div>
</body>
</html>