#3263: DateTimePanel.html
projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/DateTimePanel.html Type : Template HTML · Source : projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/DateTimePanel.html 19 lignes · 19 lignes de code · 0 commentaires · 0 ligne vide
Template HTML Wicket pour l'application ProjectForge.
Contenu
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
<head>
<title>Aperçu du panneau de date</title>
</head>
<body>
<wicket:panel>
<wicket:container wicket:id="date">[date]</wicket:container>
<div wicket:id="time">
<select wicket:id="hourOfDay">
<option>08</option>
</select>
<select wicket:id="minute">
<option>00</option>
</select>
</div>
</wicket:panel>
</body>
</html>
Historique Git
9d0f22f39 PROJECTFORGE-2128 correction : le champ date ne se réinitialise pas lors du clic sur le bouton « toute la journée » dans le calendrier d'équipe
9ebb88522 Validation initiale