r35: Presentation code moved out of PHP files and into templates. Error and stop...
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 27 Dec 2004 20:58:52 +0000 (20:58 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 27 Dec 2004 20:58:52 +0000 (20:58 +0000)
commita874fff5434f9daa3a2a0775310ef9d0c813f666
tree954ac0b099f4495b5982174ed37bab678a28b22e
parentaf0ceab64d3669f6216bf3d3cc670dd051665d29
r35: Presentation code moved out of PHP files and into templates. Error and stop messages are still hard-coded and will be removed at a later time.
27 files changed:
editcomment.php
editreport.php
includes/functions_template.php [new file with mode: 0644]
index.php
login.php
newcomment.php
newreport.php
register.php
showreport.php
templates/default/SHOWREPORT.tpl [new file with mode: 0644]
templates/default/TRACKERHOME.tpl [new file with mode: 0644]
templates/default/doctype.tpl [new file with mode: 0644]
templates/default/editcomment.tpl [new file with mode: 0644]
templates/default/editreport.tpl [new file with mode: 0644]
templates/default/footer.tpl [new file with mode: 0644]
templates/default/header.tpl [new file with mode: 0644]
templates/default/headinclude.tpl [new file with mode: 0644]
templates/default/login.tpl [new file with mode: 0644]
templates/default/newcomment.tpl [new file with mode: 0644]
templates/default/newreport.tpl [new file with mode: 0644]
templates/default/productselect.tpl [new file with mode: 0644]
templates/default/register.tpl [new file with mode: 0644]
templates/default/selectoptgroup.tpl [new file with mode: 0644]
templates/default/selectoption.tpl [new file with mode: 0644]
templates/default/showreport_comment.tpl [new file with mode: 0644]
templates/default/trackerhome_bits.tpl [new file with mode: 0644]
templates/default/tsinfo.php [new file with mode: 0644]