source: VirtualCollectionRegistry/tags/VirtualCollectionRegistry-0.4.0-alpha2/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/AdminPage.html @ 5557

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

tag for VCR alpha 2

  • Property svn:eol-style set to native
File size: 860 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:extend>
9            <h1>VCR administration</h1>
10            <form wicket:id="spaceSelectForm">
11                <label for="space">Collections space:</label>
12                <select id="space" wicket:id="space">
13                    <option>Public</option>
14                    <option>User 1</option>
15                    <option>User 2</option>
16                </select>
17                <input type="submit" value="Select" />
18            </form>
19            <wicket:container wicket:id="collections">[collections]</wicket:container>
20        </wicket:extend>
21    </body>
22</html>
Note: See TracBrowser for help on using the repository browser.