home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 April / PCnet 2006-06.4.iso / shareware / nmsetup.exe / WebServer / web / _footer.php < prev    next >
Encoding:
PHP Script  |  2006-05-01  |  1.5 KB  |  48 lines

  1. <?php
  2. ////////////////////////////////////////////////////////////////////////////////
  3. // <!--Copyright (c) 2005 Pure Networks Inc.  All rights reserved.-->
  4. ////////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Build: 3.0.6121.0 (Stable)
  7. // $Revision: #2 $
  8. //
  9. ?>
  10.  
  11.                             </table>
  12.                         </td>
  13.                     </tr>
  14.             <!-- Main content ends here -->
  15.             <br/>
  16.  
  17.     <tr>
  18.         <td valign="bottom">
  19.             <?php
  20.             if ($sNavLocation != "login")
  21.             {
  22.             ?>
  23.             <div class="Footer">
  24.             <table cellspacing="0" cellpadding="0" border="0" width="100%">
  25.                 <tr>
  26.                     <td class="FooterLeft"><div><img src="/images/pixel.trans.gif" width="1" height="1" alt=""></div></td>
  27.                     <td class="FooterMiddle">
  28.                         <a target="_new" class="GetNetworkMagic" href="http://go.purenetworks.com/redir/click/nmlp/net2go/visitor/"><img src="/images/pixel.trans.gif" width="1" height="1" border="0" alt=""></a>
  29.                     </td>
  30.                     <td class="FooterRight"><div><img src="/images/pixel.trans.gif" width="1" height="1" alt=""></div></td>
  31.                 </tr>
  32.             </table>
  33.             </div>
  34.             <?php
  35.             }
  36.             else
  37.             {
  38.             ?>
  39.                  
  40.             <?php
  41.             }
  42.             ?>
  43.         </td>
  44.     </tr>
  45. </table>
  46.  
  47. </body>
  48. </html>