blob: 7bdc84a7ae8a9676e0ea3c8d59021033c208903a (
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
|
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<window onload="tbSyncDavNewAccount.onLoad();" onunload="tbSyncDavNewAccount.onUnload();"
onclose="return tbSyncDavNewAccount.onClose()" xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<linkset>
<html:link rel="localization" href="toolkit/global/wizard.ftl" />
</linkset>
<script type="application/javascript" src="chrome://dav4tbsync/content/manager/createAccount.js" />
<script type="application/javascript" src="chrome://dav4tbsync/content/locales.js" />
<wizard title="__DAV4TBSYNCMSG_add.title__" id="tbsync.newaccount.wizard" >
<wizardpage id="firstPage" onFirstPage="true" label="__DAV4TBSYNCMSG_add.serverprofile.title__">
<vbox flex="1">
<description style="width: auto; margin-top:1em;">__DAV4TBSYNCMSG_add.serverprofile.description__
</description>
<richlistbox id="tbsync.newaccount.serviceproviderlist" seltype="single"
style="width: auto; height: 400px; margin-top:1ex" onselect="tbSyncDavNewAccount.clearValues();"
ondblclick="tbSyncDavNewAccount.advance()" />
</vbox>
</wizardpage>
<wizardpage id="secondPage" label="__DAV4TBSYNCMSG_add.data.title__">
<vbox flex="1">
<description style="width: auto; margin-top:1em;">__DAV4TBSYNCMSG_add.data.description__</description>
<html:table style="margin-top:1ex">
<html:tr id="tbsync.newaccount.name.row" width="100%">
<html:td width="33%">
<vbox pack="center"><label value="__DAV4TBSYNCMSG_add.name__" /></vbox>
</html:td>
<html:td width="67%">
<html:input style="width: 90%" id="tbsync.newaccount.name"
oninput="tbSyncDavNewAccount.checkUI();" />
</html:td>
</html:tr>
<html:tr id="tbsync.newaccount.user.row">
<html:td>
<vbox pack="center"><label value="__DAV4TBSYNCMSG_add.user__" /></vbox>
</html:td>
<html:td>
<html:input style="width: 90%" id="tbsync.newaccount.user"
oninput="tbSyncDavNewAccount.checkUI(true);" />
</html:td>
</html:tr>
<html:tr id="tbsync.newaccount.password.row">
<html:td>
<vbox pack="center"><label value="__DAV4TBSYNCMSG_add.password__" /></vbox>
</html:td>
<html:td>
<html:input style="width: 90%" id="tbsync.newaccount.password" type="password"
oninput="tbSyncDavNewAccount.checkUI(true);" />
</html:td>
</html:tr>
<html:tr id="tbsync.newaccount.server.row" style="margin-top:2em;">
<html:td>
<vbox pack="center"><label value="__DAV4TBSYNCMSG_add.server__" /></vbox>
</html:td>
<html:td>
<html:input style="width: 90%" id="tbsync.newaccount.server"
oninput="tbSyncDavNewAccount.checkUI(true);" />
</html:td>
</html:tr>
<html:tr id="tbsync.newaccount.caldavserver.row" style="margin-top:2em;">
<html:td>
<vbox pack="center"><label value="__DAV4TBSYNCMSG_add.caldavserver__" /></vbox>
</html:td>
<html:td>
<html:input style="width: 90%" id="tbsync.newaccount.caldavserver"
oninput="tbSyncDavNewAccount.checkUI(true);" />
</html:td>
</html:tr>
<html:tr id="tbsync.newaccount.carddavserver.row">
<html:td>
<vbox pack="center"><label value="__DAV4TBSYNCMSG_add.carddavserver__" /></vbox>
</html:td>
<html:td>
<html:input style="width: 90%" id="tbsync.newaccount.carddavserver"
oninput="tbSyncDavNewAccount.checkUI(true);" />
</html:td>
</html:tr>
</html:table>
<label class="header" id="tbsync.newaccount.details.header" value="__DAV4TBSYNCMSG_add.data.notes__"
style="margin-top:2em" />
<description id="tbsync.newaccount.details1" style="width: auto; margin-top:1ex;"></description>
<description id="tbsync.newaccount.details2" style="width: auto; margin-top:1ex;"></description>
<description id="tbsync.newaccount.details3" style="width: auto; margin-top:1ex;"></description>
<vbox flex="1">
</vbox>
<hbox id="tbsync.spinner">
<label id="tbsync.spinner.label" value="" />
<image src="chrome://tbsync/content/skin/spinner.gif" style="margin-left:1em" width="16"
height="16" />
</hbox>
<vbox id="tbsync.error" style="width: auto;">
<description id="tbsync.error.message" flex="1" style="font-weight: bold;"></description>
<vbox>
<button id="tbsync.error.link" label="__DAV4TBSYNCMSG_manager.ShowEventLog__"
oncommand="TbSync.eventlog.open();" />
</vbox>
</vbox>
</vbox>
</wizardpage>
<wizardpage id="thirdPage" label="__DAV4TBSYNCMSG_add.finish.title__">
<vbox flex="1">
<description style="width: auto; margin-top:1em;">__DAV4TBSYNCMSG_add.finish.description__
</description>
<html:table style="margin-top:1ex">
<html:tr flex="1">
<html:td width="33%">
<vbox pack="center"><label value="__DAV4TBSYNCMSG_add.name__" /></vbox>
</html:td>
<html:td width="67%">
<html:input style="width: 90%; margin:2px" id="tbsync.finalaccount.name" />
</html:td>
</html:tr>
<html:tr id="tbsync.newaccount.finaluser.row">
<html:td>
<vbox pack="center"><label value="__DAV4TBSYNCMSG_add.user__" /></vbox>
</html:td>
<html:td>
<html:input style="width: 90%; margin:2px; background-color:silver;" type="text"
id="tbsync.finalaccount.user" readonly="true" />
</html:td>
</html:tr>
<html:tr style="margin-bottom:2em;">
</html:tr>
<html:tr id="tbsyncfinalaccount.caldavserver.row">
<html:td>
<vbox pack="center"><label value="__DAV4TBSYNCMSG_add.caldavserver__" /></vbox>
</html:td>
<html:td>
<html:input style="width: 90%; margin:2px; background-color:silver;"
id="tbsync.finalaccount.caldavserver" readonly="true" />
</html:td>
</html:tr>
<html:tr id="tbsyncfinalaccount.carddavserver.row">
<html:td>
<vbox pack="center"><label value="__DAV4TBSYNCMSG_add.carddavserver__" /></vbox>
</html:td>
<html:td>
<html:input style="width: 90%; margin:2px; background-color:silver;"
id="tbsync.finalaccount.carddavserver" readonly="true" />
</html:td>
</html:tr>
</html:table>
<description id="tbsync.finalaccount.details1" style="width: auto; margin-top:2em;">
__DAV4TBSYNCMSG_add.finish.details__</description>
</vbox>
</wizardpage>
</wizard>
</window>
|