3 Created on : Dec 3, 2008, 11:16:35 AM
7 request
.setAttribute("usetwopane", "true");
8 request
.setAttribute("customscript", "device.js");%>
9 <%@ include file
="head.jsp" %>
19 <td><label for=
"description">Description
</label></td>
21 <td><input type=
"text" id=
"description" /></td>
25 <td><label for=
"type">Type
</label></td>
27 <td><input type=
"text" id=
"type" /></td>
31 <td><label for=
"timezone">Timezone
</label></td>
33 <td><input type=
"text" id=
"timezone" /></td>
37 <td><label for=
"convertdate">Convert Date
</label></td>
39 <td><input type=
"checkbox" id=
"convertdate" /></td>
43 <td><label for=
"msisdn">Phone number (in intl. format with leading '+')
</label></td>
45 <td><input type=
"text" id=
"msisdn" /></td>
49 <td><label for=
"address">IP address (for direct
52 <td><input type=
"text" id=
"address" /></td>
56 <td><label for=
"notifybuild">Notification
59 <td><input type=
"text" id=
"notifybuild" /></td>
63 <td><label for=
"notifysend">Notification
66 <td><input type=
"text" id=
"notifysend" /></td>
70 <td colspan=
"2"><button id=
71 "submit">Submit
</button><span id=
"status"></span></td>
77 <p><input type=
"text" id=
"search" value=
78 "Click to search.." /></p>
80 <div id=
"devlist"></div>
82 <div id=
"results"></div>
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>
92 <%@ include file
="footer.jsp"%>