git-svn-id: https://svn.code.sf.net/p/freetel/code@818 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 25 Oct 2012 20:18:44 +0000 (20:18 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 25 Oct 2012 20:18:44 +0000 (20:18 +0000)
mini-asterisk-gui2/admin.html

index 54d200c1bd85acf7875ee6784cf3ad6b4c893557..b3dc73d9c46d84d224330a1fad42edc6bff3399c 100644 (file)
@@ -27,7 +27,6 @@
     <table align="right" width=600>
       <tr><td>&nbsp;</td></tr>
          
-      <form action="adminpw" method="get">
       <tr><td align="left" valign="top"><h2>Admin</h2></td></tr>
       <tr><td>&nbsp;</td></tr>
       <tr><td colspan="2"><h3>Change Phone System Password</h3></td></tr>
@@ -36,7 +35,6 @@
       </tr>
       <tr><td>&nbsp;</td></tr>
       <tr><td></td><td>Default password is uClinux</td></tr>
-      </form>
 
       <tr><td>&nbsp;</td></tr>
       <tr><td colspan="2"><h3>Restart Phone System</h3></td>
       <tr><td>&nbsp;</td></tr>
       <tr><td colspan="2"><h3>Install New Firmware</h3>
          
-      <form action="admininstall" method="get">
       <tr onMouseOver="popUp(event,'admin_firmware')" onmouseout="popUp(event,'admin_firmware')">
           <td>Firmware URL:</td>
           <td><input type="text" size="45" name="firmwareurl" ></td>
           <td><input type="button" style="width:100%" value="Install" onClick="onClickInstall()"></td>
 
       </tr>
-      </form>
          
       </td>
       </tr>
    </table>
-
+   
+  </td>
   </tr>
   </table>
 </body>