From: horse69 Date: Sun, 6 May 2012 22:53:44 +0000 (+0000) Subject: About screen done X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=4b005ee872b54db3c0e1145098af590cbf615b92;p=freetel-svn-tracking.git About screen done git-svn-id: https://svn.code.sf.net/p/freetel/code@397 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/about.js b/mini-asterisk-gui2/about.js index c62093c4..a06c7bcf 100644 --- a/mini-asterisk-gui2/about.js +++ b/mini-asterisk-gui2/about.js @@ -29,26 +29,11 @@ function initialisePage() { // print out info html += '

About

'; - html += 'Mini Asterisk Revision XXX'; - html += 'Brought to you by the Free Telephony Project'; - html += 'Image goes here Pic'; + html += 'Mini Asterisk GUI2 Revision XXX'; + html += 'Brought to you by the Free Telephony Project'; + html += ' '; html += ' '; - // print out analog phones - -/* html += '

Phones

'; - for(var i=0; i" + "" + "Analog Phone" + ""; - html += "Port" + i + ""; - html += "" + '' + ""; - html += ""; - } - } -*/ - - html += ''; document.getElementById("about").innerHTML += html;