[Fedora-directory-commits] esc/src/app/xul/esc/chrome/content/esc advancedinfo.xul, NONE, 1.1

Jack Magne (jmagne) fedora-directory-commits at redhat.com
Wed Sep 27 17:24:35 UTC 2006


Author: jmagne

Update of /cvs/dirsec/esc/src/app/xul/esc/chrome/content/esc
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26679

Added Files:
	advancedinfo.xul 
Log Message:
Latest updates.



--- NEW FILE advancedinfo.xul ---
<?xml version="1.0"?>
<?xml-stylesheet href="esc.css" type="text/css"?>
<!-- ***** BEGIN COPYRIGHT BLOCK *****
 * This Program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License as published by the Free Software
 * Foundation; version 2 of the License.
 *
 * This Program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along with
 * this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 * Place, Suite 330, Boston, MA 02111-1307 USA.
 *
 * Copyright (C) 2005 Red Hat, Inc.
 * All rights reserved.
 ***** END COPYRIGHT BLOCK ***** -->

<!DOCTYPE window SYSTEM "chrome://esc/locale/esc.dtd">
<window
    class="escwindow"
    id="esc-window"
    onload="ShowAdvancedInfo();"
    onunload="cleanup();"
    title="&escTitle;"
    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<stringbundle id="esc_strings" src="chrome://esc/locale/esc.properties"/>
<script src="AdvancedInfo.js"/> 
<script src="ESC.js"/>
<script src="TRAY.js"/>
 <grid  class="logoBox">
    <rows  >
        <row>
            <image id="logoImage"/>
            <spacer class="horSpacerShort"/>
            <vbox>
                <spacer flex="1"/>
                <label value="&advancedInfoTitle;"  class = "headLabelText"/>
                <spacer flex="1"/>
            </vbox>


        </row>
    </rows>
</grid>
 <description class="messageText">
     &diagnosticsMessage;
 </description>
 <groupbox flex = "1" >
     <textbox id="advanced-info" flex="1" multiline="true" readonly="true" />
<!--     <iframe id="advanced-info" src="" flex="1" /> -->
 </groupbox>
<hbox >
<spacer flex = "1"/>
<button id="copytocp" label = "©ToClipboard;" oncommand="DoCopyAdvancedInfoToClipBoard();"/> 
<button id="closebtn" label="&closeNow;" oncommand="window.close();" />
 </hbox> 


</window>




More information about the Fedora-directory-commits mailing list