Added notification tester, did some other clean ups
[bm-groupware-server.git] / bm-webconfig / webconfig-webapp / src / main / webapp / devices.jsp
blob4dfac33276b237df573150232389518b11e3ef01
1 <%--
2 Document : devices
3 Created on : Dec 3, 2008, 11:16:35 AM
4 Author : matt
5 --%>
6 <%
7 request.setAttribute("usetwopane", "true");
8 request.setAttribute("customscript", "device.js");%>
9 <%@ include file="head.jsp" %>
10 <div id="content">
11 <table>
12 <tr>
13 <td>Device ID</td>
15 <td id="devid"></td>
16 </tr>
18 <tr>
19 <td><label for="description">Description</label></td>
21 <td><input type="text" id="description" /></td>
22 </tr>
24 <tr>
25 <td><label for="type">Type</label></td>
27 <td><input type="text" id="type" /></td>
28 </tr>
30 <tr>
31 <td><label for="timezone">Timezone</label></td>
33 <td><input type="text" id="timezone" /></td>
34 </tr>
36 <tr>
37 <td><label for="convertdate">Convert Date</label></td>
39 <td><input type="checkbox" id="convertdate" /></td>
40 </tr>
42 <tr>
43 <td><label for="msisdn">Phone number (in intl. format with leading '+')</label></td>
45 <td><input type="text" id="msisdn" /></td>
46 </tr>
48 <tr>
49 <td><label for="address">IP address (for direct
50 push)</label></td>
52 <td><input type="text" id="address" /></td>
53 </tr>
55 <tr>
56 <td><label for="notifybuild">Notification
57 builder</label></td>
59 <td><input type="text" id="notifybuild" /></td>
60 </tr>
62 <tr>
63 <td><label for="notifysend">Notification
64 sender</label></td>
66 <td><input type="text" id="notifysend" /></td>
67 </tr>
69 <tr>
70 <td colspan="2"><button id=
71 "submit">Submit</button><span id="status"></span></td>
72 </tr>
73 </table>
74 </div>
76 <div id="searchpane">
77 <p><input type="text" id="search" value=
78 "Click to search.." /></p>
80 <div id="devlist"></div>
82 <div id="results"></div>
83 </div>
84 <div id="template">
85 <div id="selectnotifypopup">
86 <ul class="selectnotify">
87 <li number="1">Funambol TCP-based push (default)</li>
88 <li number="2">SMS Notification</li>
89 </ul>
90 </div>
91 </div>
92 <%@ include file="footer.jsp"%>