#3263: DateTimePanel.html
projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/DateTimePanel.html Type: HTML Template · Source: projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/DateTimePanel.html 19 lines · 19 code · 0 comments · 0 blank
Wicket HTML Template for the ProjectForge application.
Content
<?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>Preview of date panel</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>
Git History
9d0f22f39 PROJECTFORGE-2128 fix date input does not reset on click on allday button in teamcal
9ebb88522 Initial commit