mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
11 lines
403 B
XML
Executable File
11 lines
403 B
XML
Executable File
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
<window id="planner" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
title="Planner"
|
|
width="800"
|
|
height="600"
|
|
persist="screenX screenY width height sizemode"
|
|
>
|
|
<browser flex="2" type="content-primary" src="https://vilesci.technikum-wien.at/content/planner.xul.php" />
|
|
</window>
|