[ PHPXref.com ] [ Generated: Sun Jul 20 20:12:55 2008 ] [ Scout Tracker 0.13 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/includes/ -> footer.php (source)

   1  <?php
   2  $script_name = $HTTP_SERVER_VARS["SCRIPT_NAME"];
   3  $script_name = split('/', $script_name);
   4  $script_name_size = sizeof($script_name);
   5  $script_name_size--;
   6  $script_name = $script_name[$script_name_size];
   7  if ($script_name == "footer.php") {
   8   print "You cannot access this page individually. ";
   9   print "<a href=./index.php>Return to main page</a>";
  10  } else {
  11  
  12  if ($print != "Y") {
  13   print "\n<b><br clear=all><hr align=center size=2 width=100%><p><center>Scout Tracker created and maintained by:";
  14   print "\n<br><a href=mailto:jay@jaynorth.net>Jay North</a></p>";
  15   print "\nPlease report all bugs to <a href=mailto:jay@jaynorth.net>Jay North</a>";
  16   print "\n<br>Copyright &copy; 2003 Jay R North";
  17   print "\n<p><a href=./gpl.php>License Agreement</a>";
  18   if ($user_group > '2' && $src_code_mail_list == 'Y') {
  19    print '<p><table style="border:1px solid #aa0033; font-size:small" align=center>
  20      <tr> 
  21        <td rowspan=3>
  22        </td>
  23        <td colspan=2 align=center><b>Subscribe to Scout Tracker Source Code Mail List</b></td>
  24      </tr>
  25      <form action="http://groups-beta.google.com/group/Scout-Tracker-Mail-List/boxsubscribe">
  26      <tr> 
  27        <td>Email: <input type=text size=30 name=email></td>
  28        <td>
  29             <input type=submit name="sub" value="Subscribe">
  30        </td>
  31      </tr>
  32       </form>
  33      <tr><td colspan=2 align=center>
  34       <a href="http://groups-beta.google.com/group/Scout-Tracker-Mail-List">Browse Archives</a>
  35      </td></tr>
  36     </table>
  37    <p><a href=http://scouts.jaynorth.net/bugzilla>Report or Track Bugs</a></p>';
  38  }
  39   print "\n<p>Current Production Version 0.12<br>";
  40   print "\nThis Version: 0.14";
  41   if ($user_group > '2' ) {
  42    print "\n<br><a href=changes_0.13.log>Changes Version 0.13</a>";
  43    print "\n<br><a href=changes_0.14.log>Changes Version 0.14</a>";
  44    print "\n<br><a href=http://www.jaynorth.net/?view=scouttracker>Get Latest Production Source</a>.";
  45    
  46   }
  47   print "\n</b></center>\n";
  48   print "\n<script type=text/javascript language=javascript1.2 src=./javascript/menu.js></script>";
  49  } else {
  50   print "\n<b><br clear=all><hr align=center size=2 width=100%><p><center>Scout Tracker Copyright &copy; 2003 Jay R North";
  51   print "\n<br>Printed from $s_protocol//$home";
  52  }
  53  if ($user_group == '0' & $php_info == 'Y') {
  54   phpinfo();
  55  }
  56  print "\n</body></html>";
  57  
  58  
  59  }
  60  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]