EN · DE · RU · FR · ES

#3050 : HRListEntryPanel.html

projectforge-wicket/src/main/java/org/projectforge/web/humanresources/HRListEntryPanel.html Type : HTML · Rôle : Panneau · Source : projectforge-wicket/src/main/java/org/projectforge/web/humanresources/HRListEntryPanel.html 12 lignes · 11 lignes de code · 0 commentaires · 1 ligne vide
Composant de panneau Wicket pour HRListEntry. Fragment d'interface réutilisable intégré dans des pages ou des boîtes de dialogue.

Structure du code

Composants Wicket : entry, plannedDays, actualDaysLink, actualDays

Code source (abrégé)

<html lang="fr" 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>

Historique Git

9ebb88522 Validation initiale