Ignore:
Timestamp:
03/06/14 14:56:48 (10 years ago)
Author:
Twan Goosen
Message:

added field table for record by means of a data provider (of the new DocumentField? pojo interface, plus hybrid model/implementation) with filtering capabilities and a dataview that produces a table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/java/eu/clarin/cmdi/vlo/wicket/pages/RecordPage.html

    r4625 r4632  
    7979                <div id="recorddetails">
    8080                    <a wicket:id="landingPageLink" id="recordlandingpage">Show this record in its original context</a>
    81                     <table class="recorddetailstable">
    82                         <tbody class="attributesTbody">
    83                             <tr>
    84                                 <td class="attribute">
    85                                     <div>Name</div>
    86                                 </td><td class="attributeValue">
    87                                     <div>&quot;Chinese Democratie en de Transformatie&quot;</div>
    88                                 </td>
    89                             </tr><tr>
    90                                 <td class="attribute">
    91                                     <div>Description</div>
    92                                 </td><td class="attributeValue">
    93                                     <div>In China (and specifically in Beijing) of the late seventies, the call for a democracy movement was growing ever stronger, before finally being silenced by the new regime under Deng Xiaoping. This paper exmaines both the historical sources and the eventual outcome of this movement during the anxious years of &#039;78-&#039;79.</div>
    94                                 </td>
    95                             </tr><tr>
    96                                 <td class="attribute">
    97                                     <div>Collection</div>
    98                                 </td><td class="attributeValue">
    99                                     <div>UBU Clarin Set <a class="recordfacetselect" title="Search for similar" href="index2.html"><span>[search for similar]</span></a></div>
    100                                 </td>
    101                             </tr><tr>
    102                                 <td class="attribute">
    103                                     <div>Genre</div>
    104                                 </td><td class="attributeValue">
    105                                     <div>info:eu-repo/semantics/bachelorthesis <a class="recordfacetselect" title="Search for similar" href="index2.html"><span>[search for similar]</span></a></div>
    106                                 </td>
    107                             </tr><tr>
    108                                 <td class="attribute">
    109                                     <div>Languages</div>
    110                                 </td><td class="attributeValue">
    111                                     <div>Dutch <a class="recordattributeinfo" href="http://infra.clarin.eu/service/language/info.php?code=nld"><span>[info]</span></a> <a class="recordfacetselect" title="Search for similar" href="index3.html"><span>[search for similar]</span></a></div>
    112                                 </td>
    113                             </tr><tr>
    114                                 <td class="attribute">
    115                                     <div>National project</div>
    116                                 </td><td class="attributeValue">
    117                                     <div>CLARIN-NL <a class="recordfacetselect" title="Search for similar" href="index2.html"><span>[search for similar]</span></a></div>
    118                                 </td>
    119                             </tr><tr>
    120                                 <td class="attribute">
    121                                     <div>Resource type</div>
    122                                 </td><td class="attributeValue">
    123                                     <div>text <a class="recordfacetselect" title="Search for similar" href="index2.html"><span>[search for similar]</span></a></div>
    124                                 </td>
    125                             </tr>
    126                         </tbody>
    127                     </table>
     81                    <wicket:container wicket:id="documentProperties">[PROPERTIES TABLE]</wicket:container>
    12882                </div>
    12983
Note: See TracChangeset for help on using the changeset viewer.