* cache templates
[citadel.git] / webcit / static / pushemail.html
1     <div id="banner">
2       <h1>Configure Push Email</h1>
3     </div>
4
5     <div id="content" class="config_service">
6     <!-- NOT beginbox -->
7     <div class="box">
8     <div class="boxlabel"><?BOXTITLE></div>
9     <div class="boxcontent">
10         <!-- still not begin box -->
11     <!-- Begin Push email configure -->
12
13       <div id="pushemail">
14         <div class="instructions">
15           <p>If your administrator has enabled the functionality, Citadel can notify a
16           Funambol server that you haved recieved new email and automatically syncronize
17           any devices you have with the Funambol client installed.</p>
18
19           <p>Alternatively, if the administrator has configured it, Citadel can send a
20           text message to you when new mail arrives.</p>
21         </div>
22
23         <form id="pushconfig" method="post" action="save_pushemail">
24           <p class="option"><input type="radio" name="pushsetting" value=
25           "funambol" <?PUSH_FNBL>><strong>Notify Funambol server</strong></p>
26
27           <p class="option"><input type="radio" name="pushsetting" value=
28           "textmessage" <?PUSH_TEXT>><strong>Send a text message</strong> to... <input type="text"
29           name="user_sms_number" size="20" <?SMSNUM> > (Use international format, without any
30           leading zeros, spaces or hypens, like +61415011501)</p>
31
32           <p class="option"><input type="radio" name="pushsetting" value=
33           "none" <?PUSH_NONE>><strong>Don't send any notifications</strong></p>
34
35           <p><input type="submit" name="submit" value="Save settings"></p>
36         </form>
37         <br>
38         <br>
39       </div>
40       </div>
41       </div>