EN · DE · RU · FR · ES

#3133: TreeIconsActionPanel.html

projectforge-wicket/src/main/java/org/projectforge/web/tree/TreeIconsActionPanel.html HTML template, projectforge-wicket/src/main/java/org/projectforge/web/tree/TreeIconsActionPanel.html 21 lines · 21 code · 0 comments · 0 blank
Purpose: Source file: projectforge/web/tree/TreeIconsActionPanel.html. TreeIconsActionPanel.html is part of the ProjectForge open-source project management application.

Source (first 100 lines)

<?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 choosing an entity in list view for editing.</title>
</head>
<body>
<wicket:panel>
  <wicket:remove><!-- Use this indent only for linked rows: --></wicket:remove>
  <a href="#" wicket:id="select"><img src="images/spacer.gif" wicket:id="spacer" height="15" border="0" /></a>
  <wicket:remove><!-- Use this indent only if the rows are not clickable: --></wicket:remove>
  <img src="images/spacer.gif" wicket:id="spacer" height="15" border="0" />
  <img wicket:id="leaf" src="images/leaf.gif" width="19" height="15" border="0" />
  <span wicket:id="icons" onclick="javascript:preventBubble(event);"> <a href="#" wicket:id="explore"><img src="images/explosion.gif"
    wicket:id="explore" width="19" height="15" border="0" /></a> <a href="#" class="notrlink" wicket:id="folder"><img src="images/folder.gif"
    wicket:id="folderImage" width="19" height="15" border="0" /><img src="images/folderOpen.gif"
    wicket:id="folderOpenImage" width="19" height="15" border="0" /></a> </span>
  <span wicket:id="label">4711</span>
  <span wicket:id="clickedEntry">[<a name="clickedEntry" />]</span>
</wicket:panel>
</body>
</html>

Git History

9ebb88522 Initial commit

9ebb88522

Initial commit