Marriage editor udated for primary source/confidence
svn: r1038
This commit is contained in:
		@@ -120,8 +120,10 @@ class Marriage:
 | 
				
			|||||||
        self.attr_list = self.get_widget("attr_list")
 | 
					        self.attr_list = self.get_widget("attr_list")
 | 
				
			||||||
        self.attr_type = self.get_widget("attr_type")
 | 
					        self.attr_type = self.get_widget("attr_type")
 | 
				
			||||||
        self.attr_value = self.get_widget("attr_value")
 | 
					        self.attr_value = self.get_widget("attr_value")
 | 
				
			||||||
        self.event_details = self.get_widget("event_details")
 | 
					        self.event_src_field = self.get_widget("event_srcinfo")
 | 
				
			||||||
        self.attr_details_field = self.get_widget("attr_details")
 | 
					        self.event_conf_field = self.get_widget("event_conf")
 | 
				
			||||||
 | 
					        self.attr_src_field = self.get_widget("attr_srcinfo")
 | 
				
			||||||
 | 
					        self.attr_conf_field = self.get_widget("attr_conf")
 | 
				
			||||||
        self.lds_date = self.get_widget("lds_date")
 | 
					        self.lds_date = self.get_widget("lds_date")
 | 
				
			||||||
        self.lds_temple = self.get_widget("lds_temple")
 | 
					        self.lds_temple = self.get_widget("lds_temple")
 | 
				
			||||||
        self.lds_status = self.get_widget("lds_status")
 | 
					        self.lds_status = self.get_widget("lds_status")
 | 
				
			||||||
@@ -467,7 +469,13 @@ class Marriage:
 | 
				
			|||||||
        self.place_field.set_text(event.getPlaceName())
 | 
					        self.place_field.set_text(event.getPlaceName())
 | 
				
			||||||
        self.cause_field.set_text(event.getCause())
 | 
					        self.cause_field.set_text(event.getCause())
 | 
				
			||||||
        self.name_field.set_label(const.display_fevent(event.getName()))
 | 
					        self.name_field.set_label(const.display_fevent(event.getName()))
 | 
				
			||||||
        self.event_details.set_text(Utils.get_detail_text(event))
 | 
					        if len(event.getSourceRefList()) > 0:
 | 
				
			||||||
 | 
					            psrc = event.getSourceRefList()[0]
 | 
				
			||||||
 | 
					            self.event_src_field.set_text(psrc.getBase().getTitle())
 | 
				
			||||||
 | 
					            self.event_conf_field.set_text(const.confidence[psrc.getConfidence()])
 | 
				
			||||||
 | 
					        else:
 | 
				
			||||||
 | 
					            self.event_src_field.set_text('')
 | 
				
			||||||
 | 
					            self.event_conf_field.set_text('')
 | 
				
			||||||
        self.descr_field.set_text(event.getDescription())
 | 
					        self.descr_field.set_text(event.getDescription())
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def on_attr_list_select_row(self,obj,row,b,c):
 | 
					    def on_attr_list_select_row(self,obj,row,b,c):
 | 
				
			||||||
@@ -475,7 +483,13 @@ class Marriage:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        self.attr_type.set_label(const.display_fattr(attr.getType()))
 | 
					        self.attr_type.set_label(const.display_fattr(attr.getType()))
 | 
				
			||||||
        self.attr_value.set_text(attr.getValue())
 | 
					        self.attr_value.set_text(attr.getValue())
 | 
				
			||||||
        self.attr_details_field.set_text(Utils.get_detail_text(attr))
 | 
					        if len(attr.getSourceRefList()) > 0:
 | 
				
			||||||
 | 
					            psrc = attr.getSourceRefList()[0]
 | 
				
			||||||
 | 
					            self.attr_src_field.set_text(psrc.getBase().getTitle())
 | 
				
			||||||
 | 
					            self.attr_conf_field.set_text(const.confidence[psrc.getConfidence()])
 | 
				
			||||||
 | 
					        else:
 | 
				
			||||||
 | 
					            self.attr_src_field.set_text('')
 | 
				
			||||||
 | 
					            self.attr_conf_field.set_text('')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def on_update_attr_clicked(self,obj):
 | 
					    def on_update_attr_clicked(self,obj):
 | 
				
			||||||
        import AttrEdit
 | 
					        import AttrEdit
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -338,7 +338,7 @@
 | 
				
			|||||||
		<class>GtkTable</class>
 | 
							<class>GtkTable</class>
 | 
				
			||||||
		<name>table8</name>
 | 
							<name>table8</name>
 | 
				
			||||||
		<rows>5</rows>
 | 
							<rows>5</rows>
 | 
				
			||||||
		<columns>3</columns>
 | 
							<columns>6</columns>
 | 
				
			||||||
		<homogeneous>False</homogeneous>
 | 
							<homogeneous>False</homogeneous>
 | 
				
			||||||
		<row_spacing>0</row_spacing>
 | 
							<row_spacing>0</row_spacing>
 | 
				
			||||||
		<column_spacing>0</column_spacing>
 | 
							<column_spacing>0</column_spacing>
 | 
				
			||||||
@@ -421,88 +421,10 @@
 | 
				
			|||||||
		  </child>
 | 
							  </child>
 | 
				
			||||||
		</widget>
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		<widget>
 | 
					 | 
				
			||||||
		  <class>GtkLabel</class>
 | 
					 | 
				
			||||||
		  <name>marriageDate</name>
 | 
					 | 
				
			||||||
		  <label></label>
 | 
					 | 
				
			||||||
		  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
					 | 
				
			||||||
		  <wrap>False</wrap>
 | 
					 | 
				
			||||||
		  <xalign>0</xalign>
 | 
					 | 
				
			||||||
		  <yalign>0.5</yalign>
 | 
					 | 
				
			||||||
		  <xpad>0</xpad>
 | 
					 | 
				
			||||||
		  <ypad>0</ypad>
 | 
					 | 
				
			||||||
		  <child>
 | 
					 | 
				
			||||||
		    <left_attach>2</left_attach>
 | 
					 | 
				
			||||||
		    <right_attach>3</right_attach>
 | 
					 | 
				
			||||||
		    <top_attach>0</top_attach>
 | 
					 | 
				
			||||||
		    <bottom_attach>1</bottom_attach>
 | 
					 | 
				
			||||||
		    <xpad>3</xpad>
 | 
					 | 
				
			||||||
		    <ypad>3</ypad>
 | 
					 | 
				
			||||||
		    <xexpand>True</xexpand>
 | 
					 | 
				
			||||||
		    <yexpand>False</yexpand>
 | 
					 | 
				
			||||||
		    <xshrink>False</xshrink>
 | 
					 | 
				
			||||||
		    <yshrink>False</yshrink>
 | 
					 | 
				
			||||||
		    <xfill>True</xfill>
 | 
					 | 
				
			||||||
		    <yfill>False</yfill>
 | 
					 | 
				
			||||||
		  </child>
 | 
					 | 
				
			||||||
		</widget>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		<widget>
 | 
					 | 
				
			||||||
		  <class>GtkLabel</class>
 | 
					 | 
				
			||||||
		  <name>marriagePlace</name>
 | 
					 | 
				
			||||||
		  <label></label>
 | 
					 | 
				
			||||||
		  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
					 | 
				
			||||||
		  <wrap>False</wrap>
 | 
					 | 
				
			||||||
		  <xalign>0</xalign>
 | 
					 | 
				
			||||||
		  <yalign>0.5</yalign>
 | 
					 | 
				
			||||||
		  <xpad>0</xpad>
 | 
					 | 
				
			||||||
		  <ypad>0</ypad>
 | 
					 | 
				
			||||||
		  <child>
 | 
					 | 
				
			||||||
		    <left_attach>2</left_attach>
 | 
					 | 
				
			||||||
		    <right_attach>3</right_attach>
 | 
					 | 
				
			||||||
		    <top_attach>1</top_attach>
 | 
					 | 
				
			||||||
		    <bottom_attach>2</bottom_attach>
 | 
					 | 
				
			||||||
		    <xpad>3</xpad>
 | 
					 | 
				
			||||||
		    <ypad>3</ypad>
 | 
					 | 
				
			||||||
		    <xexpand>True</xexpand>
 | 
					 | 
				
			||||||
		    <yexpand>False</yexpand>
 | 
					 | 
				
			||||||
		    <xshrink>False</xshrink>
 | 
					 | 
				
			||||||
		    <yshrink>False</yshrink>
 | 
					 | 
				
			||||||
		    <xfill>True</xfill>
 | 
					 | 
				
			||||||
		    <yfill>False</yfill>
 | 
					 | 
				
			||||||
		  </child>
 | 
					 | 
				
			||||||
		</widget>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		<widget>
 | 
					 | 
				
			||||||
		  <class>GtkLabel</class>
 | 
					 | 
				
			||||||
		  <name>marriageDescription</name>
 | 
					 | 
				
			||||||
		  <label></label>
 | 
					 | 
				
			||||||
		  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
					 | 
				
			||||||
		  <wrap>False</wrap>
 | 
					 | 
				
			||||||
		  <xalign>0</xalign>
 | 
					 | 
				
			||||||
		  <yalign>0.5</yalign>
 | 
					 | 
				
			||||||
		  <xpad>0</xpad>
 | 
					 | 
				
			||||||
		  <ypad>0</ypad>
 | 
					 | 
				
			||||||
		  <child>
 | 
					 | 
				
			||||||
		    <left_attach>2</left_attach>
 | 
					 | 
				
			||||||
		    <right_attach>3</right_attach>
 | 
					 | 
				
			||||||
		    <top_attach>3</top_attach>
 | 
					 | 
				
			||||||
		    <bottom_attach>4</bottom_attach>
 | 
					 | 
				
			||||||
		    <xpad>3</xpad>
 | 
					 | 
				
			||||||
		    <ypad>3</ypad>
 | 
					 | 
				
			||||||
		    <xexpand>True</xexpand>
 | 
					 | 
				
			||||||
		    <yexpand>False</yexpand>
 | 
					 | 
				
			||||||
		    <xshrink>False</xshrink>
 | 
					 | 
				
			||||||
		    <yshrink>False</yshrink>
 | 
					 | 
				
			||||||
		    <xfill>True</xfill>
 | 
					 | 
				
			||||||
		    <yfill>False</yfill>
 | 
					 | 
				
			||||||
		  </child>
 | 
					 | 
				
			||||||
		</widget>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		<widget>
 | 
							<widget>
 | 
				
			||||||
		  <class>GtkLabel</class>
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
		  <name>label218</name>
 | 
							  <name>label218</name>
 | 
				
			||||||
		  <label>Details</label>
 | 
							  <label>Primary Source</label>
 | 
				
			||||||
		  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
							  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
				
			||||||
		  <wrap>False</wrap>
 | 
							  <wrap>False</wrap>
 | 
				
			||||||
		  <xalign>1</xalign>
 | 
							  <xalign>1</xalign>
 | 
				
			||||||
@@ -527,7 +449,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		<widget>
 | 
							<widget>
 | 
				
			||||||
		  <class>GtkLabel</class>
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
		  <name>event_details</name>
 | 
							  <name>event_srcinfo</name>
 | 
				
			||||||
		  <label></label>
 | 
							  <label></label>
 | 
				
			||||||
		  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
							  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
				
			||||||
		  <wrap>False</wrap>
 | 
							  <wrap>False</wrap>
 | 
				
			||||||
@@ -707,6 +629,58 @@
 | 
				
			|||||||
		  </child>
 | 
							  </child>
 | 
				
			||||||
		</widget>
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							<widget>
 | 
				
			||||||
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
 | 
							  <name>marriageDate</name>
 | 
				
			||||||
 | 
							  <label></label>
 | 
				
			||||||
 | 
							  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
				
			||||||
 | 
							  <wrap>False</wrap>
 | 
				
			||||||
 | 
							  <xalign>0</xalign>
 | 
				
			||||||
 | 
							  <yalign>0.5</yalign>
 | 
				
			||||||
 | 
							  <xpad>0</xpad>
 | 
				
			||||||
 | 
							  <ypad>0</ypad>
 | 
				
			||||||
 | 
							  <child>
 | 
				
			||||||
 | 
							    <left_attach>2</left_attach>
 | 
				
			||||||
 | 
							    <right_attach>6</right_attach>
 | 
				
			||||||
 | 
							    <top_attach>0</top_attach>
 | 
				
			||||||
 | 
							    <bottom_attach>1</bottom_attach>
 | 
				
			||||||
 | 
							    <xpad>3</xpad>
 | 
				
			||||||
 | 
							    <ypad>3</ypad>
 | 
				
			||||||
 | 
							    <xexpand>True</xexpand>
 | 
				
			||||||
 | 
							    <yexpand>False</yexpand>
 | 
				
			||||||
 | 
							    <xshrink>False</xshrink>
 | 
				
			||||||
 | 
							    <yshrink>False</yshrink>
 | 
				
			||||||
 | 
							    <xfill>True</xfill>
 | 
				
			||||||
 | 
							    <yfill>False</yfill>
 | 
				
			||||||
 | 
							  </child>
 | 
				
			||||||
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							<widget>
 | 
				
			||||||
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
 | 
							  <name>marriagePlace</name>
 | 
				
			||||||
 | 
							  <label></label>
 | 
				
			||||||
 | 
							  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
				
			||||||
 | 
							  <wrap>False</wrap>
 | 
				
			||||||
 | 
							  <xalign>0</xalign>
 | 
				
			||||||
 | 
							  <yalign>0.5</yalign>
 | 
				
			||||||
 | 
							  <xpad>0</xpad>
 | 
				
			||||||
 | 
							  <ypad>0</ypad>
 | 
				
			||||||
 | 
							  <child>
 | 
				
			||||||
 | 
							    <left_attach>2</left_attach>
 | 
				
			||||||
 | 
							    <right_attach>6</right_attach>
 | 
				
			||||||
 | 
							    <top_attach>1</top_attach>
 | 
				
			||||||
 | 
							    <bottom_attach>2</bottom_attach>
 | 
				
			||||||
 | 
							    <xpad>3</xpad>
 | 
				
			||||||
 | 
							    <ypad>3</ypad>
 | 
				
			||||||
 | 
							    <xexpand>True</xexpand>
 | 
				
			||||||
 | 
							    <yexpand>False</yexpand>
 | 
				
			||||||
 | 
							    <xshrink>False</xshrink>
 | 
				
			||||||
 | 
							    <yshrink>False</yshrink>
 | 
				
			||||||
 | 
							    <xfill>True</xfill>
 | 
				
			||||||
 | 
							    <yfill>False</yfill>
 | 
				
			||||||
 | 
							  </child>
 | 
				
			||||||
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		<widget>
 | 
							<widget>
 | 
				
			||||||
		  <class>GtkLabel</class>
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
		  <name>marriageCause</name>
 | 
							  <name>marriageCause</name>
 | 
				
			||||||
@@ -719,7 +693,7 @@
 | 
				
			|||||||
		  <ypad>0</ypad>
 | 
							  <ypad>0</ypad>
 | 
				
			||||||
		  <child>
 | 
							  <child>
 | 
				
			||||||
		    <left_attach>2</left_attach>
 | 
							    <left_attach>2</left_attach>
 | 
				
			||||||
		    <right_attach>3</right_attach>
 | 
							    <right_attach>6</right_attach>
 | 
				
			||||||
		    <top_attach>2</top_attach>
 | 
							    <top_attach>2</top_attach>
 | 
				
			||||||
		    <bottom_attach>3</bottom_attach>
 | 
							    <bottom_attach>3</bottom_attach>
 | 
				
			||||||
		    <xpad>0</xpad>
 | 
							    <xpad>0</xpad>
 | 
				
			||||||
@@ -732,6 +706,110 @@
 | 
				
			|||||||
		    <yfill>False</yfill>
 | 
							    <yfill>False</yfill>
 | 
				
			||||||
		  </child>
 | 
							  </child>
 | 
				
			||||||
		</widget>
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							<widget>
 | 
				
			||||||
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
 | 
							  <name>marriageDescription</name>
 | 
				
			||||||
 | 
							  <label></label>
 | 
				
			||||||
 | 
							  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
				
			||||||
 | 
							  <wrap>False</wrap>
 | 
				
			||||||
 | 
							  <xalign>0</xalign>
 | 
				
			||||||
 | 
							  <yalign>0.5</yalign>
 | 
				
			||||||
 | 
							  <xpad>0</xpad>
 | 
				
			||||||
 | 
							  <ypad>0</ypad>
 | 
				
			||||||
 | 
							  <child>
 | 
				
			||||||
 | 
							    <left_attach>2</left_attach>
 | 
				
			||||||
 | 
							    <right_attach>6</right_attach>
 | 
				
			||||||
 | 
							    <top_attach>3</top_attach>
 | 
				
			||||||
 | 
							    <bottom_attach>4</bottom_attach>
 | 
				
			||||||
 | 
							    <xpad>3</xpad>
 | 
				
			||||||
 | 
							    <ypad>3</ypad>
 | 
				
			||||||
 | 
							    <xexpand>True</xexpand>
 | 
				
			||||||
 | 
							    <yexpand>False</yexpand>
 | 
				
			||||||
 | 
							    <xshrink>False</xshrink>
 | 
				
			||||||
 | 
							    <yshrink>False</yshrink>
 | 
				
			||||||
 | 
							    <xfill>True</xfill>
 | 
				
			||||||
 | 
							    <yfill>False</yfill>
 | 
				
			||||||
 | 
							  </child>
 | 
				
			||||||
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							<widget>
 | 
				
			||||||
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
 | 
							  <name>label239</name>
 | 
				
			||||||
 | 
							  <label>:</label>
 | 
				
			||||||
 | 
							  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
				
			||||||
 | 
							  <wrap>False</wrap>
 | 
				
			||||||
 | 
							  <xalign>0</xalign>
 | 
				
			||||||
 | 
							  <yalign>0.5</yalign>
 | 
				
			||||||
 | 
							  <xpad>0</xpad>
 | 
				
			||||||
 | 
							  <ypad>0</ypad>
 | 
				
			||||||
 | 
							  <child>
 | 
				
			||||||
 | 
							    <left_attach>4</left_attach>
 | 
				
			||||||
 | 
							    <right_attach>5</right_attach>
 | 
				
			||||||
 | 
							    <top_attach>4</top_attach>
 | 
				
			||||||
 | 
							    <bottom_attach>5</bottom_attach>
 | 
				
			||||||
 | 
							    <xpad>0</xpad>
 | 
				
			||||||
 | 
							    <ypad>0</ypad>
 | 
				
			||||||
 | 
							    <xexpand>False</xexpand>
 | 
				
			||||||
 | 
							    <yexpand>False</yexpand>
 | 
				
			||||||
 | 
							    <xshrink>False</xshrink>
 | 
				
			||||||
 | 
							    <yshrink>False</yshrink>
 | 
				
			||||||
 | 
							    <xfill>True</xfill>
 | 
				
			||||||
 | 
							    <yfill>False</yfill>
 | 
				
			||||||
 | 
							  </child>
 | 
				
			||||||
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							<widget>
 | 
				
			||||||
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
 | 
							  <name>label240</name>
 | 
				
			||||||
 | 
							  <label>Confidence</label>
 | 
				
			||||||
 | 
							  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
				
			||||||
 | 
							  <wrap>False</wrap>
 | 
				
			||||||
 | 
							  <xalign>0</xalign>
 | 
				
			||||||
 | 
							  <yalign>0.5</yalign>
 | 
				
			||||||
 | 
							  <xpad>0</xpad>
 | 
				
			||||||
 | 
							  <ypad>0</ypad>
 | 
				
			||||||
 | 
							  <child>
 | 
				
			||||||
 | 
							    <left_attach>3</left_attach>
 | 
				
			||||||
 | 
							    <right_attach>4</right_attach>
 | 
				
			||||||
 | 
							    <top_attach>4</top_attach>
 | 
				
			||||||
 | 
							    <bottom_attach>5</bottom_attach>
 | 
				
			||||||
 | 
							    <xpad>0</xpad>
 | 
				
			||||||
 | 
							    <ypad>0</ypad>
 | 
				
			||||||
 | 
							    <xexpand>False</xexpand>
 | 
				
			||||||
 | 
							    <yexpand>False</yexpand>
 | 
				
			||||||
 | 
							    <xshrink>False</xshrink>
 | 
				
			||||||
 | 
							    <yshrink>False</yshrink>
 | 
				
			||||||
 | 
							    <xfill>True</xfill>
 | 
				
			||||||
 | 
							    <yfill>False</yfill>
 | 
				
			||||||
 | 
							  </child>
 | 
				
			||||||
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							<widget>
 | 
				
			||||||
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
 | 
							  <name>event_conf</name>
 | 
				
			||||||
 | 
							  <label></label>
 | 
				
			||||||
 | 
							  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
				
			||||||
 | 
							  <wrap>False</wrap>
 | 
				
			||||||
 | 
							  <xalign>0</xalign>
 | 
				
			||||||
 | 
							  <yalign>0.5</yalign>
 | 
				
			||||||
 | 
							  <xpad>0</xpad>
 | 
				
			||||||
 | 
							  <ypad>0</ypad>
 | 
				
			||||||
 | 
							  <child>
 | 
				
			||||||
 | 
							    <left_attach>5</left_attach>
 | 
				
			||||||
 | 
							    <right_attach>6</right_attach>
 | 
				
			||||||
 | 
							    <top_attach>4</top_attach>
 | 
				
			||||||
 | 
							    <bottom_attach>5</bottom_attach>
 | 
				
			||||||
 | 
							    <xpad>3</xpad>
 | 
				
			||||||
 | 
							    <ypad>3</ypad>
 | 
				
			||||||
 | 
							    <xexpand>True</xexpand>
 | 
				
			||||||
 | 
							    <yexpand>False</yexpand>
 | 
				
			||||||
 | 
							    <xshrink>False</xshrink>
 | 
				
			||||||
 | 
							    <yshrink>False</yshrink>
 | 
				
			||||||
 | 
							    <xfill>True</xfill>
 | 
				
			||||||
 | 
							    <yfill>False</yfill>
 | 
				
			||||||
 | 
							  </child>
 | 
				
			||||||
 | 
							</widget>
 | 
				
			||||||
	      </widget>
 | 
						      </widget>
 | 
				
			||||||
	    </widget>
 | 
						    </widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -988,7 +1066,7 @@
 | 
				
			|||||||
		<class>GtkTable</class>
 | 
							<class>GtkTable</class>
 | 
				
			||||||
		<name>table9</name>
 | 
							<name>table9</name>
 | 
				
			||||||
		<rows>2</rows>
 | 
							<rows>2</rows>
 | 
				
			||||||
		<columns>3</columns>
 | 
							<columns>6</columns>
 | 
				
			||||||
		<homogeneous>False</homogeneous>
 | 
							<homogeneous>False</homogeneous>
 | 
				
			||||||
		<row_spacing>0</row_spacing>
 | 
							<row_spacing>0</row_spacing>
 | 
				
			||||||
		<column_spacing>0</column_spacing>
 | 
							<column_spacing>0</column_spacing>
 | 
				
			||||||
@@ -1019,36 +1097,10 @@
 | 
				
			|||||||
		  </child>
 | 
							  </child>
 | 
				
			||||||
		</widget>
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		<widget>
 | 
					 | 
				
			||||||
		  <class>GtkLabel</class>
 | 
					 | 
				
			||||||
		  <name>attr_value</name>
 | 
					 | 
				
			||||||
		  <label></label>
 | 
					 | 
				
			||||||
		  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
					 | 
				
			||||||
		  <wrap>False</wrap>
 | 
					 | 
				
			||||||
		  <xalign>0</xalign>
 | 
					 | 
				
			||||||
		  <yalign>0.5</yalign>
 | 
					 | 
				
			||||||
		  <xpad>0</xpad>
 | 
					 | 
				
			||||||
		  <ypad>0</ypad>
 | 
					 | 
				
			||||||
		  <child>
 | 
					 | 
				
			||||||
		    <left_attach>2</left_attach>
 | 
					 | 
				
			||||||
		    <right_attach>3</right_attach>
 | 
					 | 
				
			||||||
		    <top_attach>0</top_attach>
 | 
					 | 
				
			||||||
		    <bottom_attach>1</bottom_attach>
 | 
					 | 
				
			||||||
		    <xpad>3</xpad>
 | 
					 | 
				
			||||||
		    <ypad>3</ypad>
 | 
					 | 
				
			||||||
		    <xexpand>True</xexpand>
 | 
					 | 
				
			||||||
		    <yexpand>False</yexpand>
 | 
					 | 
				
			||||||
		    <xshrink>False</xshrink>
 | 
					 | 
				
			||||||
		    <yshrink>False</yshrink>
 | 
					 | 
				
			||||||
		    <xfill>True</xfill>
 | 
					 | 
				
			||||||
		    <yfill>False</yfill>
 | 
					 | 
				
			||||||
		  </child>
 | 
					 | 
				
			||||||
		</widget>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		<widget>
 | 
							<widget>
 | 
				
			||||||
		  <class>GtkLabel</class>
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
		  <name>label222</name>
 | 
							  <name>label222</name>
 | 
				
			||||||
		  <label>Details</label>
 | 
							  <label>Primary Source</label>
 | 
				
			||||||
		  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
							  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
				
			||||||
		  <wrap>False</wrap>
 | 
							  <wrap>False</wrap>
 | 
				
			||||||
		  <xalign>1</xalign>
 | 
							  <xalign>1</xalign>
 | 
				
			||||||
@@ -1071,32 +1123,6 @@
 | 
				
			|||||||
		  </child>
 | 
							  </child>
 | 
				
			||||||
		</widget>
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		<widget>
 | 
					 | 
				
			||||||
		  <class>GtkLabel</class>
 | 
					 | 
				
			||||||
		  <name>attr_details</name>
 | 
					 | 
				
			||||||
		  <label></label>
 | 
					 | 
				
			||||||
		  <justify>GTK_JUSTIFY_LEFT</justify>
 | 
					 | 
				
			||||||
		  <wrap>False</wrap>
 | 
					 | 
				
			||||||
		  <xalign>0</xalign>
 | 
					 | 
				
			||||||
		  <yalign>0.5</yalign>
 | 
					 | 
				
			||||||
		  <xpad>0</xpad>
 | 
					 | 
				
			||||||
		  <ypad>0</ypad>
 | 
					 | 
				
			||||||
		  <child>
 | 
					 | 
				
			||||||
		    <left_attach>2</left_attach>
 | 
					 | 
				
			||||||
		    <right_attach>3</right_attach>
 | 
					 | 
				
			||||||
		    <top_attach>1</top_attach>
 | 
					 | 
				
			||||||
		    <bottom_attach>2</bottom_attach>
 | 
					 | 
				
			||||||
		    <xpad>3</xpad>
 | 
					 | 
				
			||||||
		    <ypad>3</ypad>
 | 
					 | 
				
			||||||
		    <xexpand>False</xexpand>
 | 
					 | 
				
			||||||
		    <yexpand>False</yexpand>
 | 
					 | 
				
			||||||
		    <xshrink>False</xshrink>
 | 
					 | 
				
			||||||
		    <yshrink>False</yshrink>
 | 
					 | 
				
			||||||
		    <xfill>True</xfill>
 | 
					 | 
				
			||||||
		    <yfill>False</yfill>
 | 
					 | 
				
			||||||
		  </child>
 | 
					 | 
				
			||||||
		</widget>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		<widget>
 | 
							<widget>
 | 
				
			||||||
		  <class>GtkLabel</class>
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
		  <name>label227</name>
 | 
							  <name>label227</name>
 | 
				
			||||||
@@ -1148,6 +1174,136 @@
 | 
				
			|||||||
		    <yfill>False</yfill>
 | 
							    <yfill>False</yfill>
 | 
				
			||||||
		  </child>
 | 
							  </child>
 | 
				
			||||||
		</widget>
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							<widget>
 | 
				
			||||||
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
 | 
							  <name>label242</name>
 | 
				
			||||||
 | 
							  <label>:</label>
 | 
				
			||||||
 | 
							  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
				
			||||||
 | 
							  <wrap>False</wrap>
 | 
				
			||||||
 | 
							  <xalign>0</xalign>
 | 
				
			||||||
 | 
							  <yalign>0.5</yalign>
 | 
				
			||||||
 | 
							  <xpad>0</xpad>
 | 
				
			||||||
 | 
							  <ypad>0</ypad>
 | 
				
			||||||
 | 
							  <child>
 | 
				
			||||||
 | 
							    <left_attach>4</left_attach>
 | 
				
			||||||
 | 
							    <right_attach>5</right_attach>
 | 
				
			||||||
 | 
							    <top_attach>1</top_attach>
 | 
				
			||||||
 | 
							    <bottom_attach>2</bottom_attach>
 | 
				
			||||||
 | 
							    <xpad>0</xpad>
 | 
				
			||||||
 | 
							    <ypad>0</ypad>
 | 
				
			||||||
 | 
							    <xexpand>False</xexpand>
 | 
				
			||||||
 | 
							    <yexpand>False</yexpand>
 | 
				
			||||||
 | 
							    <xshrink>False</xshrink>
 | 
				
			||||||
 | 
							    <yshrink>False</yshrink>
 | 
				
			||||||
 | 
							    <xfill>True</xfill>
 | 
				
			||||||
 | 
							    <yfill>False</yfill>
 | 
				
			||||||
 | 
							  </child>
 | 
				
			||||||
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							<widget>
 | 
				
			||||||
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
 | 
							  <name>attr_value</name>
 | 
				
			||||||
 | 
							  <label></label>
 | 
				
			||||||
 | 
							  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
				
			||||||
 | 
							  <wrap>False</wrap>
 | 
				
			||||||
 | 
							  <xalign>0</xalign>
 | 
				
			||||||
 | 
							  <yalign>0.5</yalign>
 | 
				
			||||||
 | 
							  <xpad>0</xpad>
 | 
				
			||||||
 | 
							  <ypad>0</ypad>
 | 
				
			||||||
 | 
							  <child>
 | 
				
			||||||
 | 
							    <left_attach>2</left_attach>
 | 
				
			||||||
 | 
							    <right_attach>6</right_attach>
 | 
				
			||||||
 | 
							    <top_attach>0</top_attach>
 | 
				
			||||||
 | 
							    <bottom_attach>1</bottom_attach>
 | 
				
			||||||
 | 
							    <xpad>3</xpad>
 | 
				
			||||||
 | 
							    <ypad>3</ypad>
 | 
				
			||||||
 | 
							    <xexpand>True</xexpand>
 | 
				
			||||||
 | 
							    <yexpand>False</yexpand>
 | 
				
			||||||
 | 
							    <xshrink>False</xshrink>
 | 
				
			||||||
 | 
							    <yshrink>False</yshrink>
 | 
				
			||||||
 | 
							    <xfill>True</xfill>
 | 
				
			||||||
 | 
							    <yfill>False</yfill>
 | 
				
			||||||
 | 
							  </child>
 | 
				
			||||||
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							<widget>
 | 
				
			||||||
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
 | 
							  <name>label243</name>
 | 
				
			||||||
 | 
							  <label>Confidence</label>
 | 
				
			||||||
 | 
							  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
				
			||||||
 | 
							  <wrap>False</wrap>
 | 
				
			||||||
 | 
							  <xalign>0</xalign>
 | 
				
			||||||
 | 
							  <yalign>0.5</yalign>
 | 
				
			||||||
 | 
							  <xpad>0</xpad>
 | 
				
			||||||
 | 
							  <ypad>0</ypad>
 | 
				
			||||||
 | 
							  <child>
 | 
				
			||||||
 | 
							    <left_attach>3</left_attach>
 | 
				
			||||||
 | 
							    <right_attach>4</right_attach>
 | 
				
			||||||
 | 
							    <top_attach>1</top_attach>
 | 
				
			||||||
 | 
							    <bottom_attach>2</bottom_attach>
 | 
				
			||||||
 | 
							    <xpad>0</xpad>
 | 
				
			||||||
 | 
							    <ypad>0</ypad>
 | 
				
			||||||
 | 
							    <xexpand>False</xexpand>
 | 
				
			||||||
 | 
							    <yexpand>False</yexpand>
 | 
				
			||||||
 | 
							    <xshrink>False</xshrink>
 | 
				
			||||||
 | 
							    <yshrink>False</yshrink>
 | 
				
			||||||
 | 
							    <xfill>True</xfill>
 | 
				
			||||||
 | 
							    <yfill>False</yfill>
 | 
				
			||||||
 | 
							  </child>
 | 
				
			||||||
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							<widget>
 | 
				
			||||||
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
 | 
							  <name>attr_srcinfo</name>
 | 
				
			||||||
 | 
							  <label></label>
 | 
				
			||||||
 | 
							  <justify>GTK_JUSTIFY_LEFT</justify>
 | 
				
			||||||
 | 
							  <wrap>False</wrap>
 | 
				
			||||||
 | 
							  <xalign>0</xalign>
 | 
				
			||||||
 | 
							  <yalign>0.5</yalign>
 | 
				
			||||||
 | 
							  <xpad>0</xpad>
 | 
				
			||||||
 | 
							  <ypad>0</ypad>
 | 
				
			||||||
 | 
							  <child>
 | 
				
			||||||
 | 
							    <left_attach>2</left_attach>
 | 
				
			||||||
 | 
							    <right_attach>3</right_attach>
 | 
				
			||||||
 | 
							    <top_attach>1</top_attach>
 | 
				
			||||||
 | 
							    <bottom_attach>2</bottom_attach>
 | 
				
			||||||
 | 
							    <xpad>3</xpad>
 | 
				
			||||||
 | 
							    <ypad>3</ypad>
 | 
				
			||||||
 | 
							    <xexpand>True</xexpand>
 | 
				
			||||||
 | 
							    <yexpand>False</yexpand>
 | 
				
			||||||
 | 
							    <xshrink>False</xshrink>
 | 
				
			||||||
 | 
							    <yshrink>False</yshrink>
 | 
				
			||||||
 | 
							    <xfill>True</xfill>
 | 
				
			||||||
 | 
							    <yfill>False</yfill>
 | 
				
			||||||
 | 
							  </child>
 | 
				
			||||||
 | 
							</widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							<widget>
 | 
				
			||||||
 | 
							  <class>GtkLabel</class>
 | 
				
			||||||
 | 
							  <name>attr_conf</name>
 | 
				
			||||||
 | 
							  <label></label>
 | 
				
			||||||
 | 
							  <justify>GTK_JUSTIFY_CENTER</justify>
 | 
				
			||||||
 | 
							  <wrap>False</wrap>
 | 
				
			||||||
 | 
							  <xalign>0</xalign>
 | 
				
			||||||
 | 
							  <yalign>0.5</yalign>
 | 
				
			||||||
 | 
							  <xpad>0</xpad>
 | 
				
			||||||
 | 
							  <ypad>0</ypad>
 | 
				
			||||||
 | 
							  <child>
 | 
				
			||||||
 | 
							    <left_attach>5</left_attach>
 | 
				
			||||||
 | 
							    <right_attach>6</right_attach>
 | 
				
			||||||
 | 
							    <top_attach>1</top_attach>
 | 
				
			||||||
 | 
							    <bottom_attach>2</bottom_attach>
 | 
				
			||||||
 | 
							    <xpad>3</xpad>
 | 
				
			||||||
 | 
							    <ypad>3</ypad>
 | 
				
			||||||
 | 
							    <xexpand>True</xexpand>
 | 
				
			||||||
 | 
							    <yexpand>False</yexpand>
 | 
				
			||||||
 | 
							    <xshrink>False</xshrink>
 | 
				
			||||||
 | 
							    <yshrink>False</yshrink>
 | 
				
			||||||
 | 
							    <xfill>True</xfill>
 | 
				
			||||||
 | 
							    <yfill>False</yfill>
 | 
				
			||||||
 | 
							  </child>
 | 
				
			||||||
 | 
							</widget>
 | 
				
			||||||
	      </widget>
 | 
						      </widget>
 | 
				
			||||||
	    </widget>
 | 
						    </widget>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user