03-22-2011 06:27 AM
03-22-2011 11:17 AM
<#include "abc.html">
would do the trick for you.
04-08-2011 03:30 AM
04-11-2011 09:01 AM
04-12-2011 12:52 AM
<#ftl ns_prefixes={"D", "http://www.alfresco.org/training"}>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test page</title>
</head>
<body>
<h1>Test page</h1>
<p>Blah blah…</p>
<#include "header.html">
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:trn="http://www.alfresco.org/training"
targetNamespace="http://www.alfresco.org/training"
elementFormDefault="qualified">
<xs:element name="home">
<xs:complexType>
<xs:sequence>
<xs:element name="Objectives" type="xs:string" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
Please correct the errors below then click Finish.
* Error generating rendition using home.ftl: freemarker.template.TemplateException: Error reading included file header.html
* 03120019 Found 3 integrity violations: Mandatory property not set: Node: avm://GoaFirst–admin–preview/-1;www;avm_webapps;ROOT;home.html Type: {http://www.alfresco.org/model/wcmappmodel/1.0}rendition Property: {http://www.alfresco.org/model/wcmappmodel/1.0}parentrenditionproperties Mandatory property not set: Node: avm://GoaFirst–admin–preview/-1;www;avm_webapps;ROOT;home.html Type: {http://www.alfresco.org/model/wcmappmodel/1.0}rendition Property: {http://www.alfresco.org/model/wcmappmodel/1.0}parentrenderingenginetemplate Mandatory property not set: Node: avm://GoaFirst–admin–preview/-1;www;avm_webapps;ROOT;home.html Type: {http://www.alfresco.org/model/wcmappmodel/1.0}rendition Property: {http://www.alfresco.org/model/wcmappmodel/1.0}primaryforminstancedata
header.html
<html>
<head>
</head>
<body>
This is in header
</body>
</html>
04-18-2011 05:03 AM
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.