mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
14 lines
344 B
XML
14 lines
344 B
XML
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<hbox datasources="nosuch.rdf" ref="urn:root">
|
|
<template>
|
|
<rule>
|
|
<conditions>
|
|
<triple subject="?a"/>
|
|
</conditions>
|
|
<action>
|
|
<vbox uri="?b"/>
|
|
</action>
|
|
</rule>
|
|
</template>
|
|
</hbox>
|
|
</window>
|