Jump to content

User:PerfektesChaos/js/localEdit/Firefox/chrome/content/about.xul

From Wikipedia, the free encyclopedia
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE window [
<!ENTITY % versionDTD
         SYSTEM "chrome://wikilocaledit/content/version.dtd">
  %versionDTD;
]>
<window id="rootWnd" title="Detailed Version Info"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
        width="200"
        height="120">
  <groupbox id="version"
            orient="horizontal"
            pack="start">
    <hbox>
  
      <image src="chrome://wikilocaledit/skin/wikilocaledit-32x32.png"
             width="32"
             height="32"
             maxwidth="32"
             maxheight="32" />
      <description style="padding:1em; white-space: nowrap;">
                                             Wiki LocalEdit</description>
    </hbox>
  </groupbox>
  <description style="padding:1em; white-space: nowrap;">
                                        &extension.version;</description>
</window>