#3054: HRListResourceLinkPanel.html
projectforge-wicket/src/main/java/org/projectforge/web/humanresources/HRListResourceLinkPanel.html HTML template, projectforge-wicket/src/main/java/org/projectforge/web/humanresources/HRListResourceLinkPanel.html 16 lines · 15 code · 0 comments · 1 blank
Purpose: Source file: projectforge/web/humanresources/HRListResourceLinkPanel.html. HRListResourceLinkPanel.html is part of the ProjectForge open-source project management application.
Source (first 100 lines)
<html lang="en" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<wicket:panel wicket:id="resourceLinks">
<table>
<tr>
<th style="vertical-align: top;"><wicket:message key="hr.planning.notPlanned" /></th>
<td><span wicket:id="userRepeater"><a wicket:id="resourceLink"><span wicket:id="user">[Kai Reinhard]</span></a></span></td>
</tr>
</table>
</wicket:panel>
</body>
</html>
Git History
9ebb88522 Initial commit
9ebb88522