File: main.xul

package info (click to toggle)
org-mode 9.1.14%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,884 kB
  • sloc: lisp: 142,310; xml: 1,055; makefile: 197; ansic: 14; sh: 5
file content (11 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>

<window onload="init();" id="main" title="Static MathJax" width="300" height="300"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<script language="JavaScript" src="chrome://staticmathjax/content/main.js"/>

  <browser flex="1" id="docFrame" src="" style="background-color:white;"/>
  <textbox flex="1" id="logtextbox" multiline="true" style="display:none;"/>
</window>