ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/public/public.php
Revision: 1.2
Committed: Thu Mar 22 17:37:12 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.1: +2 -1 lines
Log Message:
Minor change.

File Contents

# Content
1 <? include("public_config.inc.php"); ?>
2
3 <? include($titleHTML); ?>
4
5 <form method="<?=$formMethod?>" action="<?=$destination?>">
6 <input name="scroll" type="checkbox"><br>
7 <input type="submit">
8 </form>
9
10 <? include($bottomHTML); ?>