main.xul 482 B

1234567891011
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <window onload="init();" id="main" title="Static MathJax" width="300" height="300"
  4. xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  5. <script language="JavaScript" src="chrome://staticmathjax/content/main.js"/>
  6. <browser flex="1" id="docFrame" src="" style="background-color:white;"/>
  7. <textbox flex="1" id="logtextbox" multiline="true" style="display:none;"/>
  8. </window>