From 73410a86e2ca6e109ba004f24f7d47ffa543ea33 Mon Sep 17 00:00:00 2001 From: horse69 Date: Mon, 4 Jun 2012 00:34:24 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@531 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/voiplines.html | 36 ++++++++++++++++++++++++++++++- mini-asterisk-gui2/voiplines.js | 5 ++++- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/mini-asterisk-gui2/voiplines.html b/mini-asterisk-gui2/voiplines.html index dbccd31f..244c1cae 100644 --- a/mini-asterisk-gui2/voiplines.html +++ b/mini-asterisk-gui2/voiplines.html @@ -21,7 +21,41 @@ - + +
+ +
+ + + + + + + + + + + + + + + + + + + +
 

VOIP Line

 
Provider +
User:
Password:
Host:
Sometimes it takes a few seconds to connect + your Voip Line. After clicking OK refresh + your browser to update Voip Line status. +
 
+ + +
diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index 63e8ef22..f2c7d642 100644 --- a/mini-asterisk-gui2/voiplines.js +++ b/mini-asterisk-gui2/voiplines.js @@ -37,9 +37,12 @@ function initialisePage() { html += ''; - document.getElementById("voiplines").innerHTML += html; + // document.getElementById("voiplines").innerHTML += html; } +function onClickApply() { + +} -- 2.25.1