Moved content from js to html file.
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 31 May 2012 21:59:01 +0000 (21:59 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 31 May 2012 21:59:01 +0000 (21:59 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@526 01035d8c-6547-0410-b346-abe4f91aad63

mini-asterisk-gui2/about.html
mini-asterisk-gui2/about.js

index d111e871c01ebb41f9bdcead08d27ff0268e07c9..84d2bfcc8ae366d4fd0a9e8cc9022725f34ef250 100644 (file)
   <table align="center" width=800>
   <tr>
     <td><div id="menu"></div></td>
-    <td><div id="about"></div></td>
+    <td><div id="about"></div>
+       <table align="right" width=600>
+          <tr><td colspan="3" align="left" valign="top"><h2>About</h2></td></tr>
+          <tr><td colspan="2"><a href="http://rowetel.com/ucasterisk/mini.html">Mini Asterisk GUI2</a></td><td> </td><td>Revision 1.0</td></tr>
+          <tr><td>&nbsp</td></tr>
+          <tr><td colspan="2">Brought to you by the</td><td> </td><td> <a href="http://rowetel.com/ucasterisk/index.html">Free Telephony Project</a></td></tr>
+          <tr><td colspan="2"><a href="http://rowetel.com/ucasterisk/ip04.html"><img src="http://rowetel.com/images/ip04/ip04_case.jpg" border="0" /></a></td><td> </td><td></td></tr>
+       </table>
+
+
+    </td>
+
   </tr>
 
   </table>
index bdac0042e4926316ffdd084bf5b160f0ad707ac5..5f6835ca17170afaada7cb20797159ad1f26597c 100644 (file)
@@ -19,25 +19,6 @@ function initialise() {
 
 
 function initialisePage() {
-    // 
-    
-    var icon = '<img src="tick.png" alt="Analog Phone OK" />';
-    var html = '';
-
-    html += '<table align="right" width=600>';
-
-    // print out info
-
-    html += '<tr><td colspan="3" align="left" valign="top"><h2>About</h2></td></tr>';
-    html += '<tr><td colspan="2"><a href="http://rowetel.com/ucasterisk/mini.html">Mini Asterisk GUI2</a></td><td> </td><td>Revision XXX</td></tr>';
-    html += '<tr><td colspan="2">Brought to you by the</td><td> </td><td> <a href="http://rowetel.com/ucasterisk/index.html">Free Telephony Project</a></td></tr>';
-    // this image will only come up if internet connection is present
-    html += '<tr><td colspan="2"><a href="http://rowetel.com/ucasterisk/ip04.html"><img src="http://rowetel.com/images/ip04/ip04_case.jpg" border="0" /></a></td><td> </td><td></td></tr>';
-    html += '<tr><td>&nbsp</td></tr>';
-    html += '</table>';
-
-    document.getElementById("about").innerHTML += html;
 
 }