blob: 0084db4409a3276a832177facb6bdf0adf012595 [file] [log] [blame]
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd" xmlns:p="tapestry:parameter">
<head>
<title>LinkTrans: ${componentresources.pagename}</title>
</head>
<body>
<h1>${componentresources.pagename}</h1>
<t:body/>
<hr/>
<ul>
<li>
<t:pagelink page="index">back to index</t:pagelink>
</li>
<li>
<t:pagelink page="${componentResources.pageName}">refresh</t:pagelink>
</li>
</ul>
</body>
</html>