зеркало из https://github.com/mozilla/pjs.git
13 строки
471 B
XML
13 строки
471 B
XML
<?xml version="1.0"?>
|
|
|
|
<!-- DOCTYPE overlay SYSTEM "chrome://lightning/locale/lightning.dtd" -->
|
|
|
|
<?xml-stylesheet href="chrome://lightning/content/calendar-todo-list.css" type="text/css"?>
|
|
|
|
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<script type="application/x-javascript" src="chrome://lightning/content/todo-list.js"/>
|
|
<vbox id="todo-tab-panel" flex="1">
|
|
<calendar-todo-list id="calendar-todo-list" flex="1"/>
|
|
</vbox>
|
|
</overlay> |