EN · DE · RU · FR · ES

#3263: DateTimePanel.html

projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/DateTimePanel.html Tipo: Plantilla HTML · Fuente: projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/DateTimePanel.html 19 líneas · 19 código · 0 comentarios · 0 en blanco
Plantilla HTML Wicket para la aplicación ProjectForge.

Contenido

<?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>Vista previa del panel de fecha</title>
</head>
<body>
<wicket:panel>
    <wicket:container wicket:id="date">[fecha]</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>

Historial Git

9d0f22f39 PROJECTFORGE-2128 corrección: la entrada de fecha no se reinicia al hacer clic en el botón de todo el día en teamcal
9ebb88522 Commit inicial