Ignore:
Timestamp:
08/18/14 14:22:07 (10 years ago)
Author:
Twan Goosen
Message:

Initial step towards integration of CLARIN style: adapted base page, menu & login, removed some overlapping vcr styling
Refs #594

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/MenuItem.html

    r926 r5559  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    3                       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     3    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    44<html xmlns="http://www.w3.org/1999/xhtml"
    55      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>
     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>
    1212</html>
Note: See TracChangeset for help on using the changeset viewer.