EN · DE · RU · FR · ES

#3050: HRListEntryPanel.html

projectforge-wicket/src/main/java/org/projectforge/web/humanresources/HRListEntryPanel.html Type: HTML · Role: Panel · Source: projectforge-wicket/src/main/java/org/projectforge/web/humanresources/HRListEntryPanel.html 12 lines · 11 code · 0 comments · 1 blank
Wicket Panel component for HRListEntry. Reusable UI fragment composed within pages or dialogs.

Code Structure

Wicket Components: entry, plannedDays, actualDaysLink, actualDays

Source Code (abridged)

<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="entry">
    <span wicket:id="plannedDays">[2.50]</span>
    <a wicket:id="actualDaysLink"><span wicket:id="actualDays">[(2.75)]</span></a>
  </wicket:panel>
</body>
</html>

Git History

9ebb88522 Initial commit