File uploading and fixes #261

Merged
bema merged 25 commits from bema/func/file_upload into master 2023-11-06 11:17:44 +01:00
Showing only changes of commit 22c148f021 - Show all commits

View File

@@ -30,7 +30,7 @@ onMounted( () => {
<img :src="logoR11" class="w-72 h-16 p-2 pt-0"/> <img :src="logoR11" class="w-72 h-16 p-2 pt-0"/>
</a> </a>
<div class="flex basis-full flex-col font-medium items-center"> <div class="flex basis-full flex-col font-medium items-center">
<sidebar-menu-element-component category-name="XML"> <sidebar-menu-element-component category-name="Parser">
<SidebarToolLinkComponent path-to="/xml/xpath" element-content="XPath" /> <SidebarToolLinkComponent path-to="/xml/xpath" element-content="XPath" />
<SidebarToolLinkComponent path-to="/xml/xquery" element-content="XQuery" /> <SidebarToolLinkComponent path-to="/xml/xquery" element-content="XQuery" />
<SidebarToolLinkComponent path-to="/xml/xsd" element-content="XSD" /> <SidebarToolLinkComponent path-to="/xml/xsd" element-content="XSD" />