git-svn-id: https://svn.code.sf.net/p/freetel/code@817 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 25 Oct 2012 20:09:54 +0000 (20:09 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 25 Oct 2012 20:09:54 +0000 (20:09 +0000)
fdmdv2/tests/pa_enum/Debug/.gitignore [new file with mode: 0644]
mini-asterisk-gui2/about.html
mini-asterisk-gui2/admin.html

diff --git a/fdmdv2/tests/pa_enum/Debug/.gitignore b/fdmdv2/tests/pa_enum/Debug/.gitignore
new file mode 100644 (file)
index 0000000..e69de29
index 35f170bfb676e39be55ba705902c79d6a347344d..ac98a7b7afeb026aecbc60ba2850d69f32cf2a1a 100644 (file)
@@ -4,7 +4,7 @@
 <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
 <title>About</title>
 
-<link rel="stylesheet" type="text/css" href="ministyle.css">
+<link rel="stylesheet" type="text/css" href="ministyle.css" />
 <link rel="stylesheet" href="tooltip.css" type="text/css" />
 <script type="text/javascript" src="minicommon.js"></script>
 <script type="text/javascript" src="tooltip.js"></script>
index fe7f25db212512e9e10757263f2b4fc9b7879aac..54d200c1bd85acf7875ee6784cf3ad6b4c893557 100644 (file)
@@ -4,7 +4,7 @@
 <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
 <title>Admin</title>
 
-<link rel="stylesheet" type="text/css" href="ministyle.css">
+<link rel="stylesheet" type="text/css" href="ministyle.css" />
 <link rel="stylesheet" href="tooltip.css" type="text/css" />
 <script type="text/javascript" src="minicommon.js"></script>
 <script type="text/javascript" src="tooltip.js"></script>
     <td valign="top">
 
     <table align="right" width=600>
-      <tr><td>&nbsp</td></tr>
+      <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>&nbsp;</td></tr>
       <tr><td colspan="2"><h3>Change Phone System Password</h3></td></tr>
       <tr><td>New Password:</td><td><input type="password" name="pass" ></td>
           <td><input type="button" style="width:100%" value="Set Password" onClick="onClickSetPassword()"></td>
       </tr>
-      <tr><td>&nbsp</td></tr>
-      <tr><td></td><td>Default password is uClinux</td>
+      <tr><td>&nbsp;</td></tr>
+      <tr><td></td><td>Default password is uClinux</td></tr>
       </form>
 
-      <tr><td>&nbsp</td></tr>
+      <tr><td>&nbsp;</td></tr>
       <tr><td colspan="2"><h3>Restart Phone System</h3></td>
           <td><input type="button" style="width:100%" value="Restart" onClick="onClickRestart()"></td>
       </tr>
 
-      <tr><td>&nbsp</td></tr>
+      <tr><td>&nbsp;</td></tr>
        <tr><td colspan="2"><h3>Reset Phone System Defaults</h3></td>
           <td><input type="button" style="width:100%" value="Reset" onClick="onClickReset()"></td>
       </tr>
 
-      <tr><td>&nbsp</td></tr>
+      <tr><td>&nbsp;</td></tr>
       <tr onMouseOver="popUp(event,'admin_upgrade')" onmouseout="popUp(event,'admin_upgrade')">
           <td colspan="2"><h3>Upgrade Mini Asterisk</h3></td>
           <td><input type="button" style="width:100%" value="Upgrade" onClick="onClickUpgrade()"></td>
       </tr>
 
-      <tr><td>&nbsp</td></tr>
+      <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>
 
       </tr>
       </form>
-
-    </table>
-    </form>
-
-    </td>
+         
+      </td>
+      </tr>
+   </table>
 
   </tr>
-
   </table>
 </body>
 </html>