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

Last change on this file since 926 was 926, checked in by oschonef, 13 years ago
  • fix navigation menu markup
  • Property svn:eol-style set to native
File size: 395 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<head />
7<body>
8<wicket:panel>
9<a wicket:id="link" href="#"><span wicket:id="title">Title</span></a>
10</wicket:panel>
11</body>
12</html>
Note: See TracBrowser for help on using the repository browser.