diff options
| author | David Aspinall | 2000-03-19 06:40:30 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-03-19 06:40:30 +0000 |
| commit | 1aea7fca0334e89fbcf69cc7477589e4118b3ebe (patch) | |
| tree | 0953471fca8b5154ba418473d7016d29f169850b /html/register.phtml | |
| parent | c6ab796932dbddb2fffeacf2b8f22ca5dbcf246c (diff) | |
Improved links, new project on ACS.
Diffstat (limited to 'html/register.phtml')
| -rw-r--r-- | html/register.phtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/html/register.phtml b/html/register.phtml index be72cea4..c06142c6 100644 --- a/html/register.phtml +++ b/html/register.phtml @@ -33,7 +33,7 @@ provide a case for support for Proof General in the future. </p> <p> If you have already registered you do not need to fill in the form -again, so return to <?php link_root("download","the download page.") ?> +again, so return to <?php link_root("download#prereq","the download page.") ?> </p> <?php endif; ?> <h2>Registration Form</h2> @@ -99,6 +99,9 @@ again, so return to <?php link_root("download","the download page.") ?> } print "</p>\n<p>"; + print "<p>\nClick "; + link_root("download#prereq","here"); + print " to return to the download page.<br></p>\n"; click_to_go_back(); footer(); |
