Ignore:
Timestamp:
05/22/13 16:13:37 (11 years ago)
Author:
yana
Message:

rebuilding the interface - initial version, still not functional!

File:
1 copied

Legend:

Unmodified
Added
Removed
  • SRUAggregator/trunk/src/main/webapp/tree-test.zul

    r2508 r2926  
    1 <!--
    2 To change this template, choose Tools | Templates
    3 and open the template in the editor.
    4 -->
    5 <!DOCTYPE html>
    6 <html>
    7     <head>
    8         <title></title>
    9         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    10     </head>
    11     <body>
    12         <h3>Welcome to the CLARIN-D Federated Content Search!</h3>
    13     </body>
    14 </html>
     1<?xml version="1.0" encoding="utf-8"?>
     2<?page title="CLARIN-D Federated Content Search"?>
     3<zk>
     4    <window contentStyle="background:white;" height="100%"
     5        apply="eu.clarin.sru.fcs.aggregator.app.Treetest">
     6        <vlayout>
     7            <div align="center">
     8                test1
     9            </div>
     10            <div align="center">
     11                test2
     12            </div>
     13        </vlayout>
     14</window>
Note: See TracChangeset for help on using the changeset viewer.