mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- 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
28 lines
544 B
Plaintext
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>
|