aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer/import.glade
blob: d43e426d6768871b5676f53d5868ff669c72b86c (plain) (blame)
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" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd" >

<glade-interface>
  <requires lib="gnome" />

  <widget class="GtkWindow" id="importwizard">
    <property name="visible">no</property>
    <property name="title" translatable="yes">Evolution Import Assistant</property>
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
    <property name="modal">no</property>
    <property name="allow_shrink">no</property>
    <property name="allow_grow">yes</property>
    <property name="window-position">GTK_WIN_POS_NONE</property>

    <child>
      <widget class="GnomeDruid" id="druid1">
        <property name="visible">yes</property>

        <child>
          <widget class="GnomeDruidPageEdge" id="page0">
            <property name="title" translatable="yes">Evolution Import Assistant</property>
            <property name="text" translatable="yes">Welcome to the Evolution Import Assistant.
With this assistant you will be guided through the process of
importing external files into Evolution.</property>
            <property name="logo_image">import.png</property>
            <property name="position">GNOME_EDGE_START</property>
            <property name="visible">yes</property>
            <property name="title_color">#ffffff</property>
            <property name="text_color">#000000</property>
            <property name="background_color">#010101</property>
            <property name="logo_background_color">#010101</property>
            <property name="textbox_color">#ffffff</property>
          </widget>
        </child>

        <child>
          <widget class="GnomeDruidPageStandard" id="page1">
            <property name="title" translatable="yes">Importer Type (step 1 of 3)</property>
            <property name="logo">import.png</property>
            <property name="visible">yes</property>
            <property name="title_foreground">#ffffff</property>
            <property name="background">#000001</property>
            <property name="logo_background">#010101</property>

            <child internal-child="vbox">
              <widget class="GtkVBox" id="druid-vbox2">
                <property name="homogeneous">no</property>
                <property name="spacing">0</property>
                <property name="visible">yes</property>

                <child>
                  <placeholder />
                </child>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">yes</property>
                <property name="fill">yes</property>
              </packing>
            </child>
          </widget>
        </child>

        <child>
          <widget class="GnomeDruidPageStandard" id="page2-file">
            <property name="title" translatable="yes">Select a File (step 2 of 3)</property>
            <property name="logo">import.png</property>
            <property name="visible">yes</property>
            <property name="title_foreground">#ffffff</property>
            <property name="background">#010101</property>
            <property name="logo_background">#010101</property>

            <child internal-child="vbox">
              <widget class="GtkVBox" id="druid-vbox1">
                <property name="homogeneous">no</property>
                <property name="spacing">0</property>
                <property name="visible">yes</property>

                <child>
                  <placeholder />
                </child>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">yes</property>
                <property name="fill">yes</property>
              </packing>
            </child>
          </widget>
        </child>

        <child>
          <widget class="GnomeDruidPageStandard" id="page2-intelligent">
            <property name="title" translatable="yes">Select Importers (step 2 of 3)</property>
            <property name="logo">import.png</property>
            <property name="visible">yes</property>
            <property name="title_foreground">#ffffff</property>
            <property name="background">#000001</property>
            <property name="logo_background">#010101</property>

            <child internal-child="vbox">
              <widget class="GtkVBox" id="druid-vbox3">
                <property name="homogeneous">no</property>
                <property name="spacing">0</property>
                <property name="visible">yes</property>

                <child>
                  <placeholder />
                </child>
              </widget>
              <packing>
                <property name="padding">0</property>
                <property name="expand">yes</property>
                <property name="fill">yes</property>
              </packing>
            </child>
          </widget>
        </child>

        <child>
          <widget class="GnomeDruidPageEdge" id="page3">
            <property name="title" translatable="yes">Import File (step 3 of 3)</property>
            <property name="text" translatable="yes">Click &quot;Import&quot; to begin importing the file into Evolution. </property>
            <property name="logo_image">import.png</property>
            <property name="position">GNOME_EDGE_FINISH</property>
            <property name="visible">yes</property>
            <property name="title_color">#ffffff</property>
            <property name="text_color">#000000</property>
            <property name="background_color">#010101</property>
            <property name="logo_background_color">#010101</property>
            <property name="textbox_color">#ffffff</property>
          </widget>
        </child>
      </widget>
    </child>
  </widget>
</glade-interface>