Ignore:
Timestamp:
01/06/14 08:18:53 (10 years ago)
Author:
twagoo
Message:

Branched off keeloo's wicket-6 conversion branch.
Applied a number of fixes to make code properly compilable, runnable (app still doesn't start properly).
To be merged back with keeloo's work.

Location:
vlo/branches/to-wicket-1.6-twagoo
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vlo/branches/to-wicket-1.6-twagoo/vlo_web_app/src/main/java/eu/clarin/cmdi/vlo/pages/FacetedSearchPage.html

    r4199 r4212  
    1 <!doctype html public "-//W3C//DTD HTML 3.2 Final//EN">
    21<html>
    32    <head></head>
     
    98                <form class="search" wicket:id="searchForm">
    109                    <div class="homeLink" align="left">
    11                         <a wicket:id="vloHomeLink"><wicket:message key="VLO_home"/></a> &gt;&gt; <a><wicket:message key="facetedBrowserResources"/> </a>
    12                         &nbsp;|&nbsp;<a wicket:id="feedbackLink"></a>
     10                        <a wicket:id="vloHomeLink"><wicket:message key="VLO_home"/></a> &gt;&gt; <a><wicket:message key="facetedBrowserResources"/> </a>
     11                        &nbsp;|&nbsp;<a wicket:id="feedbackLink"></a>
    1312                    </div>
    1413                    <div class="searchmodule" align="right">
    1514                        <input wicket:id="searchQuery" type="text">
    1615                        <button wicket:id="searchSubmit"><wicket:message key="search"/></button>
    17                         <a class="helpLink"wicket:id="helpLink" width ="20%>"this will be replaced by wicket"</a>
     16                        <a class="helpLink" wicket:id="helpLink" width ="20%>"this will be replaced by wicket"</a>
    1817                    </div>
    19                    
     18
    2019                    <div class="facetOverview">
    2120                        <a wicket:id="facetOverview" class="mark">this text will be replaced</a>
     
    3231                            </tr>
    3332                    </table>
    34                    
     33
    3534                    <table class="resulttable" cellpadding="0" cellspacing="0">
    3635                        <tbody wicket:id="searchResults" >
Note: See TracChangeset for help on using the changeset viewer.