203 lines
9.6 KiB
XML
203 lines
9.6 KiB
XML
<?xml version="1.0"?>
|
|
<!--*- mode: xml -*-->
|
|
<interface>
|
|
<object class="GtkDialog" id="wndSSLProblem">
|
|
<property name="border_width">1</property>
|
|
<property name="title" translatable="yes">SSL certificate problem</property>
|
|
<property name="modal">True</property>
|
|
<property name="default_width">500</property>
|
|
<property name="default_height">250</property>
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
|
|
<child internal-child="vbox">
|
|
<object class="GtkVBox" id="dialog-vbox3">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkHBox" id="hbox15">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkImage" id="image6">
|
|
<property name="visible">True</property>
|
|
<property name="yalign">0</property>
|
|
<property name="icon_size">6</property>
|
|
<property name="icon_name">gtk-dialog-warning</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkVBox" id="vbox13">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<object class="GtkLabel" id="label62">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">NetSurf failed to verify the authenticity of an SSL certificate. Please verify the details presented below.</property>
|
|
<property name="justify">GTK_JUSTIFY_CENTER</property>
|
|
<property name="wrap">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkFrame" id="frame13">
|
|
<property name="visible">True</property>
|
|
<property name="border_width">5</property>
|
|
<property name="label_xalign">0</property>
|
|
<child>
|
|
<object class="GtkAlignment" id="alignment17">
|
|
<property name="visible">True</property>
|
|
<property name="left_padding">12</property>
|
|
<child>
|
|
<object class="GtkScrolledWindow" id="SSLScrolled">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
|
<child>
|
|
<object class="GtkViewport" id="SSLViewport">
|
|
<property name="visible">True</property>
|
|
<property name="resize_mode">GTK_RESIZE_QUEUE</property>
|
|
<child>
|
|
<object class="GtkDrawingArea" id="SSLDrawingArea">
|
|
<property name="visible">True</property>
|
|
<property name="app_paintable">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child type="label">
|
|
<object class="GtkLabel" id="label63">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes"><b>Certificate chain</b></property>
|
|
<property name="use_markup">True</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
<child internal-child="action_area">
|
|
<object class="GtkHButtonBox" id="dialog-action_area3">
|
|
<property name="visible">True</property>
|
|
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
|
<child>
|
|
<object class="GtkButton" id="sslreject">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="can_default">True</property>
|
|
<child>
|
|
<object class="GtkAlignment" id="alignment16">
|
|
<property name="visible">True</property>
|
|
<property name="xscale">0</property>
|
|
<property name="yscale">0</property>
|
|
<child>
|
|
<object class="GtkHBox" id="hbox14">
|
|
<property name="visible">True</property>
|
|
<property name="spacing">2</property>
|
|
<child>
|
|
<object class="GtkImage" id="image5">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-cancel</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="label61">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Reject</property>
|
|
<property name="use_underline">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton" id="sslaccept">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="can_default">True</property>
|
|
<child>
|
|
<object class="GtkAlignment" id="alignment15">
|
|
<property name="visible">True</property>
|
|
<property name="xscale">0</property>
|
|
<property name="yscale">0</property>
|
|
<child>
|
|
<object class="GtkHBox" id="hbox13">
|
|
<property name="visible">True</property>
|
|
<property name="spacing">2</property>
|
|
<child>
|
|
<object class="GtkImage" id="image4">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-apply</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="label60">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Accept</property>
|
|
<property name="use_underline">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="pack_type">GTK_PACK_END</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<action-widgets>
|
|
<action-widget response="-6">sslreject</action-widget>
|
|
<action-widget response="-5">sslaccept</action-widget>
|
|
</action-widgets>
|
|
</object>
|
|
</interface>
|