blob: 8d8746ec62fbff7eb543fbd5ad15c84d8ec69b0e [file] [log] [blame]
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd" xmlns:p="tapestry:parameter">
<head>
<title>LinkTrans: ${componentresources.pagename}</title>
</head>
<body>
<h1>${componentresources.pagename}</h1>
<t:body/>
<hr/>
<p>
Current locale:
<span id="currentLocale">${componentresources.locale}</span>
</p>
<ul>
<li>
<t:pagelink page="index">back to index</t:pagelink>
</li>
<li>
<t:pagelink page="${componentResources.pageName}">refresh</t:pagelink>
</li>
<t:loop source="localeNames" value="localeName">
<li>
<t:eventlink event="locale" context="localeName">${localeName}</t:eventlink>
</li>
</t:loop>
</ul>
</body>
</html>