source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/BrowsePrivateCollectionsPage$ActionsPanel.html @ 964

Last change on this file since 964 was 964, checked in by oschonef, 13 years ago
  • fix line-endings
  • add svn:eol-style properties
  • Property svn:eol-style set to native
File size: 615 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/">
5<head />
6<body>
7<wicket:panel>
8  <a wicket:id="publish" href="#" class="publish"><span>[publish]</span></a>
9  <a wicket:id="edit" href="#" class="edit"><span>[edit]</span></a>
10  <a wicket:id="delete" href="#" class="delete"><span>[delete]</span></a>
11  <a wicket:id="details" href="#" class="details"><span>[details]</span></a>
12</wicket:panel>
13</body>
14</html>
Note: See TracBrowser for help on using the repository browser.