source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/ReferenceLinkPanel.html @ 5491

Last change on this file since 5491 was 5491, checked in by Twan Goosen, 10 years ago

Added label and description to resources. Labels and descriptions can now be stored, viewed and edited.

File size: 438 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"
5      xmlns:wicket="http://wicket.apache.org/">
6    <wicket:panel>
7        <a target="_blank" wicket:id="reference"><span wicket:id="referenceLabel"></span></a>
8        <p wicket:id="description">[description]</p>
9    </wicket:panel>
10</html>
Note: See TracBrowser for help on using the repository browser.