Ignore:
Timestamp:
01/07/14 11:05:14 (10 years ago)
Author:
twagoo
Message:

Merged twagoo branch of to-wicket-1.6 back to original, removed this branch

Location:
vlo/branches/to-wicket-1.6
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/to-wicket-1.6

  • vlo/branches/to-wicket-1.6/vlo_web_app

    • Property svn:ignore
      •  

        old new  
        11target
         2vlo-importer.log*
  • vlo/branches/to-wicket-1.6/vlo_web_app/src/main/java/eu/clarin/cmdi/vlo/pages/FacetedSearchPage.html

    r4199 r4220  
    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" >
     
    4342                        </tfoot>                       
    4443                    </table>
    45                 </div>
    4644            </div>
     45        </div>
    4746        </div>
    4847        <br><br><br>
Note: See TracChangeset for help on using the changeset viewer.