From 217e4df196dad50f4ee418a3ef101de5d487fe2a Mon Sep 17 00:00:00 2001 From: horse69 Date: Thu, 31 May 2012 21:59:01 +0000 Subject: [PATCH] Moved content from js to html file. git-svn-id: https://svn.code.sf.net/p/freetel/code@526 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/about.html | 14 +++++++++++++- mini-asterisk-gui2/about.js | 19 ------------------- 2 files changed, 13 insertions(+), 20 deletions(-) diff --git a/mini-asterisk-gui2/about.html b/mini-asterisk-gui2/about.html index d111e871..84d2bfcc 100644 --- a/mini-asterisk-gui2/about.html +++ b/mini-asterisk-gui2/about.html @@ -21,7 +21,19 @@ - + +
+ + + + + + + +

About

Mini Asterisk GUI2 Revision 1.0
 
Brought to you by the Free Telephony Project
+ + +
diff --git a/mini-asterisk-gui2/about.js b/mini-asterisk-gui2/about.js index bdac0042..5f6835ca 100644 --- a/mini-asterisk-gui2/about.js +++ b/mini-asterisk-gui2/about.js @@ -19,25 +19,6 @@ function initialise() { function initialisePage() { - // - - var icon = 'Analog Phone OK'; - var html = ''; - - html += ''; - - // print out info - - html += ''; - html += ''; - html += ''; - // this image will only come up if internet connection is present - html += ''; - html += ''; - - html += '

About

Mini Asterisk GUI2 Revision XXX
Brought to you by the Free Telephony Project
 
'; - - document.getElementById("about").innerHTML += html; } -- 2.25.1