view myapp/chrome/content/main.xul @ 1:6e6b8404733e default tip

Added some ... stuff. I'm actually committing this a week or two after I made the changes, so I don't know exactly what was added here.
author Atul Varma <varmaa@toolness.com>
date Mon, 21 Apr 2008 10:16:13 -0700
parents 71b4d9ffc67b
children
line wrap: on
line source

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window id="main" onload="onLoadEvent();"
        hidechrome="true"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
        xmlns:svg="http://www.w3.org/2000/svg">
  <script type="application/javascript" src="myscript.js"/>
  <caption>IGNORE ME!</caption>
  <popupset>
    <panel id="transparent-msg-panel" class="msgPanel"
           noautofocus="true"
           width="300" height="150">
      <vbox>
        <svg:svg version="1.1"
                 baseProfile="full"
                 xmlns="http://www.w3.org/2000/svg">
          <svg:rect width="100%" height="100%" fill="black" fill-opacity="0.9" />
          <svg:text x="150" y="125" font-size="60" text-anchor="middle" fill="white">hai2u</svg:text>
        </svg:svg>
      </vbox>
    </panel>
  </popupset>
</window>