EN · DE · RU · FR · ES

#3268: ExternalLinkPanel.html

projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/ExternalLinkPanel.html Type: HTML Template · Source: projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/ExternalLinkPanel.html 11 lines · 11 code · 0 comments · 0 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 button panel</title>
</head>
<body>
<wicket:panel>
  <a wicket:id="link">[label]</a>
</wicket:panel>
</body>
</html>

Git History

9ebb88522 Initial commit