File: pushemail.html

package info (click to toggle)
webcit 7.37-dfsg-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,972 kB
  • ctags: 2,344
  • sloc: ansic: 23,301; sh: 3,618; makefile: 239
file content (41 lines) | stat: -rw-r--r-- 1,645 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
    <div id="banner">
      <h1>Configure Push Email</h1>
    </div>

    <div id="content" class="config_service">
    <!-- NOT beginbox -->
    <div class="box">
    <div class="boxlabel"><?BOXTITLE></div>
    <div class="boxcontent">
	<!-- still not begin box -->
    <!-- Begin Push email configure -->

      <div id="pushemail">
        <div class="instructions">
          <p>If your administrator has enabled the functionality, Citadel can notify a
          Funambol server that you haved recieved new email and automatically syncronize
          any devices you have with the Funambol client installed.</p>

          <p>Alternatively, if the administrator has configured it, Citadel can send a
          text message to you when new mail arrives.</p>
        </div>

        <form id="pushconfig" method="post" action="save_pushemail">
          <p class="option"><input type="radio" name="pushsetting" value=
          "funambol" <?PUSH_FNBL>><strong>Notify Funambol server</strong></p>

          <p class="option"><input type="radio" name="pushsetting" value=
          "textmessage" <?PUSH_TEXT>><strong>Send a text message</strong> to... <input type="text"
          name="user_sms_number" size="20" <?SMSNUM> > (Use international format, without any
          leading zeros, spaces or hypens, like +61415011501)</p>

          <p class="option"><input type="radio" name="pushsetting" value=
          "none" <?PUSH_NONE>><strong>Don't send any notifications</strong></p>

          <p><input type="submit" name="submit" value="Save settings"></p>
        </form>
        <br>
        <br>
      </div>
      </div>
      </div>