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.1
Committed: Thu Mar 22 17:33:49 2001 UTC (23 years, 6 months ago) by pjm2
Branch: MAIN
Log Message:
A page to assist the user in creating an alerts display that is suitable
for use in a public terminal, i.e. at a helpdesk.

File Contents

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