EN · DE · RU · FR · ES

#3281: JodaDatePanel.html

projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/JodaDatePanel.html Type: HTML Template · Source: projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/JodaDatePanel.html 11 lines · 11 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>
    <input type="text" class="datepicker text" wicket:id="dateField" />
  </wicket:panel>
</body>
</html>

Git History

9ebb88522 Initial commit