mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
15292: Solution for MOB-536 (Remove form-include virtualization server dependencies from Web Forms) 15299: Fix for ETHREEOH-896 and partial fix for ETHREEOH-1923: XForms layout issues 15501: MOB-947: Remove virtualisation server dependency from the TinyMCE control used in web forms. Preview URL has been replaced with a call to the 'avm' webscript. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16904 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
11 lines
346 B
Plaintext
11 lines
346 B
Plaintext
<html>
|
|
<head>
|
|
<title>Include Test</title>
|
|
</head>
|
|
<body>
|
|
<div>Generated by include-webscript-test.ftl</div>
|
|
<div>Value from template is <b>${.vars["include-test"]["in-template"]}</b></div>
|
|
<#include "webscript://api/path/content/avm/{storeid}/www/avm_webapps/ROOT/include-test-webapp.ftl?ticket={ticket}">
|
|
</body>
|
|
</html>
|