#3263: DateTimePanel.html
projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/DateTimePanel.html Тип: HTML-шаблон · Исходник: projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/DateTimePanel.html 19 строк · 19 кода · 0 комментариев · 0 пустых
HTML-шаблон Wicket для приложения ProjectForge.
Содержимое
<?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>Предпросмотр панели даты</title>
</head>
<body>
<wicket:panel>
<wicket:container wicket:id="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
9d0f22f39 PROJECTFORGE-2128 исправление: поле даты не сбрасывается при нажатии на кнопку «весь день» в teamcal
9ebb88522 Начальный коммит