Files
alfresco-community-repo/source/test-resources/xforms/unit-tests/simple-test/simple-test.ftl
Ariel Backenroth bb86b0138d - fixing a bug in jsf usage in create form details screen
- adding a sample of pdf renditioning
- adding all necessary jars for fop
- specifying xerces version in jar file name
- fixing error in simple-test.ftl

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4237 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-10-26 18:04:05 +00:00

28 lines
544 B
Plaintext

<html>
<head>
<style type="text/css">
body
{
font-family: Tahoma, Arial, Helvetica, sans-serif;
background-color: white;
font-size: 11px;
}
.name {
color: #003366;
font-weight: bold;
margin-right: 10px;
}
</style>
<title>Simple Test</title>
</head>
<body>
<div>Generated by simple-test.ftl</div>
<div style="line-height: 25px;">
<span class="name">Captured string value:</span>
<span>${simple.string}</span>
</div>
</body>
</html>