You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
2.2 KiB
56 lines
2.2 KiB
6 years ago
|
<!DOCTYPE actionsconfig>
|
||
|
<actions>
|
||
|
<action shortcut="" icon="tag_chapter" type="tag" name="DBtag_chapter" text="chapter" >
|
||
|
<tag useDialog="false" ><chapter id=""></tag>
|
||
|
<xtag use="true" ></chapter></xtag>
|
||
|
</action>
|
||
|
<action icon="tag_sect1" type="tag" name="DBtag_sect1" text="sect1" >
|
||
|
<tag useDialog="false" ><sect1 id=""></tag>
|
||
|
<xtag use="true" ></sect1></xtag>
|
||
|
</action>
|
||
|
<action icon="tag_sect2" type="tag" name="DBtag_sect2" text="sect2" >
|
||
|
<tag useDialog="false" ><sect2></tag>
|
||
|
<xtag use="true" ></sect2></xtag>
|
||
|
</action>
|
||
|
<action icon="tag_sect3" type="tag" name="DBtag_sect3" text="sect3" >
|
||
|
<tag useDialog="false" ><sect3></tag>
|
||
|
<xtag use="true" ></sect3></xtag>
|
||
|
</action>
|
||
|
<action icon="tag_sect4" type="tag" name="DBtag_sect4" text="sect4" >
|
||
|
<tag useDialog="false" ><sect4></tag>
|
||
|
<xtag use="true" ></sect4></xtag>
|
||
|
</action>
|
||
|
<action icon="tag_sect5" type="tag" name="DBtag_sect5" text="sect5" >
|
||
|
<tag useDialog="false" ><sect5></tag>
|
||
|
<xtag use="true" ></sect5></xtag>
|
||
|
</action>
|
||
|
<action icon="tag_title" type="tag" name="DBtag_title" text="title" >
|
||
|
<tag useDialog="false" ><title></tag>
|
||
|
<xtag use="true" ></title></xtag>
|
||
|
</action>
|
||
|
<action icon="tag_para" type="tag" name="DBtag_para" text="para" >
|
||
|
<tag useDialog="false" ><para></tag>
|
||
|
<xtag use="true" ></para></xtag>
|
||
|
</action>
|
||
|
<action icon="tag_a" type="tag" name="DBtag_anchor" text="anchor" >
|
||
|
<tag useDialog="false" ><anchor id=""></tag>
|
||
|
<xtag use="false" ></anchor></xtag>
|
||
|
</action>
|
||
|
<action icon="tag_xref" type="tag" name="DBtag_xref" text="xref" >
|
||
|
<tag useDialog="false" ><xref linkend="" /></tag>
|
||
|
<xtag use="false" ></xref></xtag>
|
||
|
</action>
|
||
|
<action icon="tag_link" type="tag" name="DBtag_link" text="link" >
|
||
|
<tag useDialog="false" ><link linkend=""></tag>
|
||
|
<xtag use="true" ></link></xtag>
|
||
|
</action>
|
||
|
<action icon="tag_ulink" type="tag" name="DBtag_ulink" text="ulink" >
|
||
|
<tag useDialog="false" ><ulink url=""></tag>
|
||
|
<xtag use="true" ></ulink></xtag>
|
||
|
</action>
|
||
|
<action icon="mail_generic" type="tag" name="DBtag_email" text="email" >
|
||
|
<tag useDialog="false" ><email></tag>
|
||
|
<xtag use="true" ></email></xtag>
|
||
|
</action>
|
||
|
|
||
|
</actions>
|