#3157: UserSelectPanel.html
projectforge-wicket/src/main/java/org/projectforge/web/user/UserSelectPanel.html Type: HTML Template · Source: projectforge-wicket/src/main/java/org/projectforge/web/user/UserSelectPanel.html 14 lines · 12 code · 0 comments · 2 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 UserSelectPanel</title>
</head>
<body>
<wicket:panel>
<input class="userselectpanel" type="text" wicket:id="userField" />
<a wicket:id="selectMe"><i wicket:id="selectMeHelp"></i></a>
</wicket:panel>
</body>
</html>
Git History