[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-ocs/sources/www/ -> pass.php (source)

   1  <?
   2  //====================================================================================
   3  // OCS INVENTORY REPORTS
   4  // Copyleft Pierre LEMMET 2005
   5  // Web: http://ocsinventory.sourceforge.net
   6  //
   7  // This code is open source and may be copied and modified as long as the source
   8  // code is always made freely available.
   9  // Please refer to the General Public Licence http://www.gnu.org/ or Licence.txt
  10  //====================================================================================
  11  //Modified on 7/7/2005
  12  ?>
  13  <br><form name=pass action=# method=post>
  14  <table BORDER='0' WIDTH = '35%' ALIGN = 'Center' CELLPADDING='0' BORDERCOLOR='#9894B5'>
  15      <tr>
  16          <td><b><?echo $l->g(237)?>:</b></td>
  17          <td><input name=pass1 type=password size=15></td>
  18      </tr>
  19      <tr>
  20          <td><b><?echo $l->g(238)?>:</b></td>
  21          <td><input name=pass2 type=password size=15></td>
  22      </tr>
  23      <tr>
  24          <td>&nbsp;</td>
  25          <td><input name=subPass type=submit value=<?echo $l->g(13)?>></td>
  26      </tr>
  27  </table>
  28  </form>        


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1