#3270 : FavoritesChoicePanel.html
projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/FavoritesChoicePanel.html Modèle HTML, projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/FavoritesChoicePanel.html 15 lignes · 13 lignes de code · 0 commentaires · 2 lignes vides
Objectif : Fichier source : web/wicket/components/FavoritesChoicePanel.html. FavoritesChoicePanel.html fait partie de l'application open-source de gestion de projet ProjectForge.
Source (100 premières lignes)
<?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 de ProjektSelectPanel</title>
</head>
<body>
<wicket:panel>
<select wicket:id="dropDownChoice">
<option>ACME > Projet Foo -> Base de données</option>
</select>
</wicket:panel>
</body>
</html>
Historique Git
9ebb88522 Validation initiale
9ebb88522