#3257 : ContentMenuEntryPanel.html
projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/ContentMenuEntryPanel.html Modèle HTML, projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/ContentMenuEntryPanel.html 14 lignes · 14 code · 0 commentaires · 0 vide
Objectif : Fichier source : web/wicket/components/ContentMenuEntryPanel.html. ContentMenuEntryPanel.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 du panneau d'entrée du menu de contenu</title>
</head>
<body>
<wicket:panel>
<li wicket:id="li"><a wicket:id="link"><wicket:container wicket:id="label">[Étiquette]</wicket:container><b class="caret" wicket:id="caret"></b></a>
<ul class="dropdown-menu" wicket:id="dropdownMenu">
<wicket:container wicket:id="subMenu">[entrées du sous-menu]</wicket:container>
</ul></li>
</wicket:panel>
</body>
</html>
Historique Git
9ebb88522 Validation initiale
9ebb88522