comments
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 6 May 2012 22:59:01 +0000 (22:59 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 6 May 2012 22:59:01 +0000 (22:59 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@398 01035d8c-6547-0410-b346-abe4f91aad63

mini-asterisk-gui2/about.js

index a06c7bcf155c502d6779045e419ccf914a213ae7..bdac0042e4926316ffdd084bf5b160f0ad707ac5 100644 (file)
@@ -1,9 +1,9 @@
 /*
   about.js
   Ian Roberts
-  May 7 2010
+  May 7 2012
 
-  About screen for Mini Asterisk GUI.
+  About screen for Mini Asterisk GUI2.
 */
 
 var update_time = 10;
@@ -31,6 +31,7 @@ function initialisePage() {
     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>';