Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<html
lightweightthemes="true"
scrolling="false"
>
<head>
<title>&windowTitle.label;</title>
<link rel="stylesheet" href="chrome://global/skin/global.css" />
<link rel="stylesheet" href="chrome://editor/skin/EditorDialog.css" />
<link rel="stylesheet" href="chrome://messenger/skin/variables.css" />
<link rel="stylesheet" href="chrome://messenger/skin/colors.css" />
<link rel="stylesheet" href="chrome://messenger/skin/themeableDialog.css" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<link rel="localization" href="branding/brand.ftl" />
</head>
<html:body
>
<dialog
buttonlabelaccept="&insertButton.label;"
buttonaccesskeyaccept="&insertButton.accesskey;"
>
<spacer id="location" offsetY="50" persist="offsetX offsetY" />
<label id="srcMessage" value="&sourceEditField.label;" />
<html:textarea
id="input"
rows="5"
oninput="updateMath();"
placeholder="\sqrt{x_1} + \frac{π^3}{2}"
/>
<vbox flex="1" style="overflow: auto; width: 30em; height: 5em">
<description id="output" />
</vbox>
<tabbox id="tabboxInsertLaTeXCommand">
<tabs />
<tabpanels oncommand="insertLaTeXCommand(event.target);" />
</tabbox>
<spacer class="spacer" />
<html:fieldset>
<html:legend>&options.label;</html:legend>
<hbox>
<radiogroup id="optionMode" oncommand="updateMode();">
<radio
label="&optionInline.label;"
accesskey="&optionInline.accesskey;"
/>
<radio
label="&optionDisplay.label;"
accesskey="&optionDisplay.accesskey;"
/>
</radiogroup>
<radiogroup id="optionDirection" oncommand="updateDirection();">
<radio
label="&optionLTR.label;"
accesskey="&optionLTR.accesskey;"
/>
<radio
label="&optionRTL.label;"
accesskey="&optionRTL.accesskey;"
/>
</radiogroup>
</hbox>
</html:fieldset>
<spacer class="spacer" />
<separator class="groove" />
</dialog>
</html:body>
</html>