Skip to content

Commit

Permalink
Added footer, and link to help/instructions page
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@157 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Mar 26, 2003
1 parent b3d96e8 commit 7cd5c1c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions admin/tokens.php
Expand Up @@ -778,6 +778,15 @@

//echo "ACTION: $action (POST: {$_POST['action']})<br />THEFILE: $the_file (FILES: {$_FILES['the_file']['tmp_name']})<br />THEFILENAME: $the_file_name (FILES: {$_FILES['the_file']['name']})";
echo "</center>\n";
echo "<table width='100%' align='center' bgcolor='#000080'>\n";
echo "\t<tr>\n";
echo "\t\t<td align='center'>\n";
echo "\t\t\t<img src='help.gif' align='left' alt='Help for Tokens' onClick=\"window.open('instructions.html#tokens', '_blank')\">\n";
echo "\t\t\t<img src='help.gif' align='right' alt='Help for Tokens' onClick=\"window.open('instructions.html#tokens', '_blank')\">\n";
echo "\t\t\t<img src='phpsurveyor_logo.jpg' onClick=\"window.open('http://phpsurveyor.sourceforge.net/', '_blank')\">\n";
echo "\t\t</td>\n";
echo "\t</tr>\n";
echo "</table>\n";
echo "</body>\n</html>";


Expand Down

0 comments on commit 7cd5c1c

Please sign in to comment.