09-09-2011 07:44 AM
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<page>
<id>scans</id>
<title>Сканы</title>
<template-instance>scans</template-instance>
<authentication>none</authentication>
<components>
<component>
<region-id>center</region-id>
<url>/scans/upload</url>
</component>
<component>
<region-id>listbox</region-id>
<url>/scans/list</url>
</component>
</components>
</page>
09-21-2011 07:23 AM
page.url.args.tag<#list page.url.args?keys as key>
${key} = ${page.url.args[key]}
</#list>10-10-2011 03:51 AM
<page>
<id>scans</id>
<title>Сканы</title>
<template-instance>scans</template-instance>
<authentication>none</authentication>
<components>
<component>
<region-id>center</region-id>
<url>/scans/upload</url>
<properties>
<tag>{tag}</tag>
</properties>
</component>
<component>
<region-id>listbox</region-id>
<url>/scans/list</url>
</component>
</components>
</page>
var tag = args.tag;
${args.tag}Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.