Subversion Repositories computer_asset_manager_v1

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
41 rodolico 1
<html>
2
   <body>
3
      <form>
4
         <table>
5
            <tr>
6
               <td>Your Name</td>
7
               <td><input type='text' name='name'></td>
8
            </tr>
9
            <tr>
10
               <td>Computer Name</td>
11
               <td><input type='text' name='computer'></td>
12
            </tr>
13
            <tr>
14
               <td>Product</td>
15
               <td><input type='text' name='product'></td>
16
            </tr>
17
            <tr>
18
               <td>License Key</td>
19
               <td><input type='text' name='license'></td>
20
            </tr>
21
            <tr>
22
               <td colspan='2' align='center'>
23
                  <input type="submit" value="Submit">
24
               </td>
25
            </tr>
26
         </table>
27
      </form>
28
      <p>To get installed information, you can go to <a href='http://www.belarc.com/en/products_belarc_advisor' target='belarc'>Belarc Advisor</a> for a free download (for personal use).</p>
29
   </body>
30
</html>