Skip to content

Instantly share code, notes, and snippets.

@spolezhaev
Last active October 8, 2017 22:33
Show Gist options
  • Save spolezhaev/e5ccfb15ef25879d2b201c327714a2d8 to your computer and use it in GitHub Desktop.
Save spolezhaev/e5ccfb15ef25879d2b201c327714a2d8 to your computer and use it in GitHub Desktop.
Xml-template
<?xml version="1.0"?>
<Catalog>
<LastOpenTemplates>
<Template>
<Name>Больничный лист</Name>
<Category>Справки</Category>
<LastOpened>15.04.2017 13:55:10</LastOpened>
</Template>
</LastOpenTemplates>
<Templates>
<Template>
<Name>Направление на анализы</Name>
<Category>Анализы</Category>
<Image>../images/analys.jpg</Image>
<Description>blah-blah-blah</Description>
</Template>
</Templates>
</Catalog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment