summaryrefslogtreecommitdiff
path: root/httemplate/pref/pref.html
diff options
context:
space:
mode:
authorivan <ivan>2007-03-16 01:35:55 +0000
committerivan <ivan>2007-03-16 01:35:55 +0000
commit7b3d074cbb694330334469510548d98eebe196ed (patch)
tree01fff36adbef8226f83634f5cf7775399cf157f3 /httemplate/pref/pref.html
parent0219157aab31141211f9342993e65a262da3cf29 (diff)
vonage click2call integration should not be sitewide, especially now that we have user prefs
Diffstat (limited to 'httemplate/pref/pref.html')
-rw-r--r--httemplate/pref/pref.html64
1 files changed, 44 insertions, 20 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index 507a897..229ac0e 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -8,39 +8,63 @@
Change password (leave blank for no change)
<% ntable("#cccccc",2) %>
-<TR>
- <TD ALIGN="right">Current password: </TD>
- <TD><INPUT TYPE="password" NAME="_password"></TD>
-</TR>
+ <TR>
+ <TH ALIGN="right">Current password: </TH>
+ <TD><INPUT TYPE="password" NAME="_password"></TD>
+ </TR>
-<TR>
- <TD ALIGN="right">New password: </TD>
- <TD><INPUT TYPE="password" NAME="new_password"></TD>
-</TR>
+ <TR>
+ <TH ALIGN="right">New password: </TH>
+ <TD><INPUT TYPE="password" NAME="new_password"></TD>
+ </TR>
-<TR>
- <TD ALIGN="right">Re-enter new password: </TD>
- <TD><INPUT TYPE="password" NAME="new_password2"></TD>
-</TR>
+ <TR>
+ <TH ALIGN="right">Re-enter new password: </TH>
+ <TD><INPUT TYPE="password" NAME="new_password2"></TD>
+ </TR>
</TABLE>
<BR>
+
Interface
<% ntable("#cccccc",2) %>
-<TR>
- <TD>Menu location: </TD>
- <TD>
- <INPUT TYPE="radio" NAME="menu_position" VALUE="left" onClick="document.images['menu_example'].src='../images/menu-left-example.png';" <% $menu_position eq 'left' ? ' CHECKED' : ''%>> Left<BR>
- <INPUT TYPE="radio" NAME="menu_position" VALUE="top"onClick="document.images['menu_example'].src='../images/menu-top-example.png';" <% $menu_position eq 'top' ? ' CHECKED' : ''%>> Top <BR>
- </TD>
- <TD><IMG NAME="menu_example" SRC="../images/menu-<% $menu_position %>-example.png"></TD>
-</TR>
+ <TR>
+ <TH>Menu location: </TH>
+ <TD>
+ <INPUT TYPE="radio" NAME="menu_position" VALUE="left" onClick="document.images['menu_example'].src='../images/menu-left-example.png';" <% $menu_position eq 'left' ? ' CHECKED' : ''%>> Left<BR>
+ <INPUT TYPE="radio" NAME="menu_position" VALUE="top"onClick="document.images['menu_example'].src='../images/menu-top-example.png';" <% $menu_position eq 'top' ? ' CHECKED' : ''%>> Top <BR>
+ </TD>
+ <TD><IMG NAME="menu_example" SRC="../images/menu-<% $menu_position %>-example.png"></TD>
+ </TR>
</TABLE>
<BR>
+
+Vonage integration (see <a href="https://secure.click2callu.com/">Click2Call</a>)
+<% ntable("#cccccc",2) %>
+
+ <TR>
+ <TH ALIGN="right">Vonage phone number</TH>
+ <TD><INPUT TYPE="text" NAME="vonage-fromnumber"></TD>
+ </TR>
+
+ <TR>
+ <TH ALIGN="right">Vonage username</TH>
+ <TD><INPUT TYPE="text" NAME="vonage-username"></TD>
+ </TR>
+
+ <TR>
+ <TH ALIGN="right">Vonage password</TH>
+ <TD><INPUT TYPE="password" NAME="vonage-password"></TD>
+ </TR>
+
+</TABLE>
+<BR>
+
+
% foreach my $prop (qw( height width availHeight availWidth colorDepth )) {
<INPUT TYPE="hidden" NAME="<% $prop %>" VALUE="">
<SCRIPT TYPE="text/javascript">