2007-08-09 10:57:59 +02:00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!--*- mode: xml -*-->
2006-09-08 19:48:37 +02:00
<glade-interface>
2007-08-09 10:57:59 +02:00
<widget class="GtkWindow" id="profile_window">
<property name="title" translatable="yes">Personal Information</property>
<signal name="key_press_event" handler="on_profile_window_key_press_event"/>
<signal name="destroy" handler="on_profile_window_destroy"/>
<child>
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<child>
<widget class="GtkNotebook" id="information_notebook">
<property name="visible">True</property>
<property name="border_width">6</property>
<child>
<widget class="GtkTable" id="table2">
<property name="visible">True</property>
<property name="border_width">12</property>
<property name="n_rows">7</property>
<property name="n_columns">4</property>
<property name="column_spacing">12</property>
<property name="row_spacing">6</property>
<child>
2008-02-28 19:53:49 +01:00
<placeholder/>
2007-08-09 10:57:59 +02:00
</child>
<child>
2008-02-28 19:53:49 +01:00
<placeholder/>
2007-08-09 10:57:59 +02:00
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="FN_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="EMAIL_HOME_USERID_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">4</property>
2008-02-28 19:53:49 +01:00
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkExpander" id="expander1">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkTable" id="table3">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
<property name="border_width">6</property>
<property name="n_rows">3</property>
<property name="n_columns">4</property>
2008-02-28 19:53:49 +01:00
<property name="column_spacing">12</property>
<property name="row_spacing">6</property>
2007-08-09 10:57:59 +02:00
<child>
2008-02-28 19:53:49 +01:00
<placeholder/>
2007-08-09 10:57:59 +02:00
</child>
<child>
2008-02-28 19:53:49 +01:00
<placeholder/>
2007-08-09 10:57:59 +02:00
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="N_FAMILY_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="N_GIVEN_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">3</property>
<property name="right_attach">4</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="N_MIDDLE_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-09 10:57:59 +02:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="N_PREFIX_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="N_SUFFIX_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label18">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes" comments="Family Name"><b>Family:</b></property>
<property name="use_markup">True</property>
<property name="ellipsize">PANGO_ELLIPSIZE_MIDDLE</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label16">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes" comments="Middle Name"><b>Middle:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2008-02-28 19:53:49 +01:00
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label15">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes" comments="Prefix in Name"><b>Prefix:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label17">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes" comments="Given Name"><b>Given:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label14">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes" comments="Suffix in Name"><b>Suffix:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
</widget>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label19">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
2008-02-28 19:53:49 +01:00
<property name="label" translatable="yes"><b>Full Name</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="right_attach">4</property>
2008-02-28 19:53:49 +01:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="NICKNAME_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkExpander" id="expander2">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkTable" id="table_ADR_STREET">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
<property name="border_width">6</property>
<property name="n_rows">3</property>
<property name="n_columns">4</property>
<property name="column_spacing">12</property>
<property name="row_spacing">6</property>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="ADR_HOME_STREET_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="y_options"></property>
</packing>
2007-08-09 10:57:59 +02:00
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="ADR_HOME_EXTADR_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="y_options"></property>
</packing>
2007-08-09 10:57:59 +02:00
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="ADR_HOME_LOCALITY_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="ADR_HOME_PCODE_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="ADR_HOME_REGION_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-09 10:57:59 +02:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="ADR_HOME_CTRY_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label31">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
2007-08-09 10:57:59 +02:00
<property name="yalign">0</property>
2008-02-28 19:53:49 +01:00
<property name="label" translatable="yes"><b>Street:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label28">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>City:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label27">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>State:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2008-02-28 19:53:49 +01:00
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label29">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Extra Address:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label26">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Postal Code:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label25">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Country:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
</widget>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label30">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
2008-02-28 19:53:49 +01:00
<property name="label" translatable="yes"><b>Address</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="right_attach">4</property>
2008-02-28 19:53:49 +01:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="BDAY_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="top_attach">5</property>
<property name="bottom_attach">6</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label22">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Homepage:</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options"></property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="URL_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">4</property>
2008-02-28 19:53:49 +01:00
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="TEL_HOME_NUMBER_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2008-02-28 19:53:49 +01:00
<property name="top_attach">5</property>
<property name="bottom_attach">6</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label24">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Name:</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label20">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Nickname:</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label23">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Phone No.:</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="top_attach">5</property>
<property name="bottom_attach">6</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEventBox" id="eventbox1">
<property name="visible">True</property>
<property name="tooltip" translatable="yes" comments="Do NOT change sequence. Just translate YYYY and MM and DD (from Year, Month, Day accordingly)">Format: YYYY-MM-DD</property>
<child>
<widget class="GtkLabel" id="label13">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Birthday:</b></property>
<property name="use_markup">True</property>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">5</property>
<property name="bottom_attach">6</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label57">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes"><b>E-Mail:</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label58">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Avatar:</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="top_attach">6</property>
<property name="bottom_attach">7</property>
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
2008-02-28 19:53:49 +01:00
<child>
<widget class="GtkHBox" id="hbox3">
<property name="visible">True</property>
<child>
<widget class="GtkButton" id="PHOTO_button">
<property name="can_focus">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="response_id">0</property>
<signal name="button_press_event" handler="on_PHOTO_button_press_event"/>
<child>
<widget class="GtkEventBox" id="PHOTO_eventbox3">
<property name="visible">True</property>
<property name="visible_window">False</property>
<child>
<widget class="GtkImage" id="PHOTO_image">
<property name="visible">True</property>
<property name="yalign">0</property>
<property name="stock">gtk-missing-image</property>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="NOPHOTO_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="no_show_all">True</property>
<property name="label" translatable="yes">Click to set your avatar</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="response_id">0</property>
<signal name="button_press_event" handler="on_PHOTO_button_press_event"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">6</property>
<property name="bottom_attach">7</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
2007-08-09 10:57:59 +02:00
</widget>
</child>
<child>
<widget class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="label" translatable="yes">Personal Info</property>
</widget>
<packing>
<property name="type">tab</property>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkTable" id="table5">
<property name="visible">True</property>
<property name="border_width">6</property>
<property name="n_rows">5</property>
<property name="n_columns">4</property>
<property name="column_spacing">12</property>
<property name="row_spacing">6</property>
<child>
<placeholder/>
2007-08-09 10:57:59 +02:00
</child>
<child>
2008-02-28 19:53:49 +01:00
<placeholder/>
2007-08-09 10:57:59 +02:00
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="ORG_ORGNAME_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="ORG_ORGUNIT_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">3</property>
<property name="right_attach">4</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="TITLE_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-09 10:57:59 +02:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="ROLE_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="EMAIL_WORK_USERID_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
2008-02-28 19:53:49 +01:00
<property name="right_attach">4</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkExpander" id="expander3">
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
<widget class="GtkTable" id="table6">
<property name="visible">True</property>
<property name="border_width">6</property>
<property name="n_rows">3</property>
<property name="n_columns">4</property>
2008-02-28 19:53:49 +01:00
<property name="column_spacing">12</property>
<property name="row_spacing">6</property>
2007-08-09 10:57:59 +02:00
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="ADR_WORK_STREET_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="ADR_WORK_EXTADR_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="ADR_WORK_LOCALITY_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-09 10:57:59 +02:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="ADR_WORK_PCODE_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="ADR_WORK_REGION_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">1</property>
<property name="right_attach">2</property>
2007-08-09 10:57:59 +02:00
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="ADR_WORK_CTRY_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="can_focus">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">3</property>
<property name="right_attach">4</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label39">
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
2007-08-09 10:57:59 +02:00
<property name="yalign">0</property>
2008-02-28 19:53:49 +01:00
<property name="label" translatable="yes"><b>Street:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label37">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>City:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label36">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>State:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
2008-02-28 19:53:49 +01:00
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label38">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Extra Address:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label35">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Postal Code:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-09 10:57:59 +02:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2008-02-28 19:53:49 +01:00
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label34">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Country:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label40">
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
2007-08-09 10:57:59 +02:00
<property name="yalign">0</property>
2008-02-28 19:53:49 +01:00
<property name="label" translatable="yes"><b>Address</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="right_attach">4</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkEntry" id="TEL_WORK_NUMBER_entry">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
2008-02-28 19:53:49 +01:00
<property name="right_attach">2</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label44">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Company:</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label42">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Position:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2008-02-28 19:53:49 +01:00
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label43">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Department:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="left_attach">2</property>
<property name="right_attach">3</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label41">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Role:</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="left_attach">2</property>
<property name="right_attach">3</property>
2007-08-09 10:57:59 +02:00
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
2008-02-28 19:53:49 +01:00
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label32">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>E-Mail:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
<child>
2008-02-28 19:53:49 +01:00
<widget class="GtkLabel" id="label33">
2007-08-09 10:57:59 +02:00
<property name="visible">True</property>
2008-02-28 19:53:49 +01:00
<property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes"><b>Phone No.:</b></property>
<property name="use_markup">True</property>
2007-08-09 10:57:59 +02:00
</widget>
<packing>
2008-02-28 19:53:49 +01:00
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="x_options">GTK_FILL</property>
2007-08-09 10:57:59 +02:00
<property name="y_options"></property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="label" translatable="yes">Work</property>
</widget>
<packing>
<property name="type">tab</property>
<property name="position">1</property>
<property name="tab_fill">False</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="border_width">6</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
<child>
<widget class="GtkTextView" id="DESC_textview">
<property name="height_request">70</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="wrap_mode">GTK_WRAP_WORD</property>
</widget>
</child>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="label" translatable="yes" comments=""About" is the text of a tab of vcard window">About</property>
</widget>
<packing>
<property name="type">tab</property>
<property name="position">2</property>
<property name="tab_fill">False</property>
</packing>
</child>
</widget>
</child>
<child>
<widget class="GtkHBox" id="hbox2">
<property name="visible">True</property>
<property name="border_width">6</property>
<child>
<widget class="GtkProgressBar" id="progressbar">
<property name="visible">True</property>
<property name="pulse_step">0.10000000149</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
</packing>
</child>
<child>
<widget class="GtkHButtonBox" id="information_hbuttonbox">
<property name="visible">True</property>
<property name="spacing">12</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="cancel_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="label">gtk-cancel</property>
<property name="use_stock">True</property>
<property name="response_id">0</property>
<signal name="clicked" handler="on_cancel_button_clicked"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="ok_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="label">gtk-ok</property>
<property name="use_stock">True</property>
<property name="response_id">0</property>
<signal name="clicked" handler="on_ok_button_clicked"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkStatusbar" id="statusbar">
<property name="visible">True</property>
<property name="has_resize_grip">False</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">2</property>
</packing>
</child>
</widget>
</child>
</widget>
2006-09-08 19:48:37 +02:00
</glade-interface>