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

Jack Magne (jmagne) fedora-directory-commits at redhat.com
Wed Sep 13 18:01:06 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-serv13121

Added Files:
	AdvancedInfo.js 
Log Message:
Initial revision.


--- NEW FILE AdvancedInfo.js ---
/** 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 **/

function ShowAdvancedInfo()
{
    var dump = window.arguments[0];


    var frame = window.document.getElementById("advanced-info");

    var doco = frame.contentDocument;

    if(doco)
    {
        doco.open(); 
        doco.write(dump);
        doco.close();

    }
}





More information about the Fedora-directory-commits mailing list