[system] / trunk / webwork-modperl / conf / snippets / hardcopySetFooter.pg Repository:
ViewVC logotype

View of /trunk/webwork-modperl/conf/snippets/hardcopySetFooter.pg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1100 - (download) (annotate)
Tue Jun 10 00:18:14 2003 UTC (9 years, 11 months ago) by sh002i
File size: 621 byte(s)
in the interest of alleviating crowding:
moved snippets to conf/snippets.
moved templates to conf/templates.
updated global.conf.dist to match.
-sam

    1 ################################################################################
    2 # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester
    3 # $Id: hardcopySetFooter.pg,v 1.1 2003-06-10 00:18:12 sh002i Exp $
    4 ################################################################################
    5 #
    6 # hardcopySetFooter.pg - generic hardcopy set footer file
    7 #
    8 
    9 DOCUMENT();
   10 loadMacros(
   11   "PG.pl",
   12   "PGbasicmacros.pl"
   13 );
   14 
   15 BEGIN_TEXT
   16 $BEGIN_ONE_COLUMN
   17 
   18 \noindent {\tiny Generated by the WeBWorK system \copyright WeBWorK Team, Department of Mathematics, University of Rochester}
   19 
   20 $END_ONE_COLUMN
   21 END_TEXT
   22 
   23 ENDDOCUMENT();

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9