summaryrefslogtreecommitdiffstats
path: root/sqwebmail/html/en-us/eventdelete.html
blob: 498a325025c4a6a7c38cc15ffaf083f139d385f6 (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>Delete Event</title>
  <link rel="stylesheet" type="text/css" href="[#SQWEBMAILCSS#]" />
  <meta name="GENERATOR" content="amaya 8.0, see http://www.w3.org/Amaya/" />
  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
</head>

<body>
<!--

[#$PROXYWARN=<br /><table border="0" width="50%" align="center"><tr><td class="small-error">Warning: this event was placed on your calendar by the event's organizer. If you delete it, a subsequent event update will go back on your calendar. Consider marking this event as cancelled, instead.</td></tr></table>#]

-->

<div align="center">
<!-- Top Header -->

<table cellpadding="0" cellspacing="0" border="0" width="95%">
  <tbody>
    <tr style="line-height: 0">
      <td align="left" valign="top"
        style="line-height: 0">[#@graytopleft.png, width="11" height="11"
        alt="" border="0"@@#]</td>
      <td bgcolor="#cccccc" class="graybox"></td>
      <td align="right" valign="top"
        style="line-height: 0">[#@graytopright.png, width="11" height="11"
        alt="" border="0"@@#]</td>
    </tr>
    <tr bgcolor="#cccccc" class="graybox">
      <td>&nbsp;</td>
      <td bgcolor="#cccccc" class="graybox" width="100%">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tbody>
            <tr>
              <td align="left" width="100%" valign="middle"
              class="pageheader">Event Delete</td>
              <td align="right" valign="middle">[#G#]</td>
            </tr>
          </tbody>
        </table>
      </td>
      <td>&nbsp;</td>
    </tr>
    <tr style="line-height: 0">
      <td align="left" valign="bottom">[#@graybottomleft.png, width="11"
        height="11" alt="" border="0"@@#]</td>
      <td bgcolor="#cccccc" class="graybox"></td>
      <td align="right" valign="bottom">[#@graybottomright.png, width="11"
        height="11" alt="" border="0"@@#]</td>
    </tr>
  </tbody>
</table>
<!-- End of Top Header -->
<!-- Sections. Folders, Create Messages, Preferences, Etc. -->
[#include:navbar#]

<table cellpadding="0" cellspacing="0" border="0" width="95%">
  <tbody>
    <tr style="line-height: 0">
      <td align="left" valign="top">[#@bluetopleft.png, width="11"
        height="11" alt="" border="0"@@#]</td>
      <td bgcolor="#99ccff" class="bluebox" valign="middle" width="100%"></td>
      <td style="line-height: 0" align="right"
        valign="top">[#@bluetopright.png, width="11" height="11" alt=""
        border="0"@@#]</td>
    </tr>
    <tr>
      <td bgcolor="#99ccff" class="bluebox">&nbsp;</td>
      <td class="calendarevent" valign="middle"
        width="100%">[#EVENTDELETEINIT#]

        <table border="0" cellspacing="8" cellpadding="8" width="100%">
          <tbody>
            <tr>
              <td>
                <table class="box-outer" border="0" cellspacing="1"
                cellpadding="1" align="center">
                  <tbody>
                    <tr>
                      <td>
                        <table width="100%" class="box-white-outer"
                        cellspacing="4" cellpadding="4" border="0">
                          <tbody>
                            <tr>
                              <td>
                                <form method="post" action="[#p#]">
                                  [#P#] <input type="hidden" name="eventid"
                                  value="[#input:eventid#]" /><input
                                  type="hidden" name="form" value="eventshow"
                                  /><input type="hidden" name="date"
                                  value="[#input:date#]" />

                                  <p align="center">Delete the following
                                  event?</p>

                                  <p align="center">
                                  <input type="submit" value="Delete"
                                  name="do.eventdelete" />&nbsp; 
                                  <input type="submit" value="Cancel"
                                  name="cancel" /></p>
                                </form>
                              </td>
                            </tr>
                          </tbody>
                        </table>
                      </td>
                    </tr>
                  </tbody>
                </table>
              </td>
            </tr>
            <tr>
              <td><hr width="100%" />
                [#EVENTDISPLAY#]</td>
            </tr>
          </tbody>
        </table>
      </td>
      <td bgcolor="#99ccff" class="bluebox">&nbsp;</td>
    </tr>
    <tr style="line-height: 0">
      <td align="left" valign="bottom">[#@bluebottomleft.png, width="11"
        height="11" alt="" border="0"@@#]</td>
      <td bgcolor="#99ccff" class="bluebox" valign="middle"></td>
      <td align="right" valign="bottom">[#@bluebottomright.png, width="11"
        height="11" alt="" border="0"@@#]</td>
    </tr>
  </tbody>
</table>
</div>

<p>[#B#]</p>
</body>
</html>