Ignore:
Timestamp:
03/07/14 13:00:36 (10 years ago)
Author:
Twan Goosen
Message:

added details panel for resources on the record page

File:
1 copied

Legend:

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

    r4640 r4644  
    2424    <body>
    2525        <wicket:panel>
    26             <wicket:container wicket:id="resource">
    27                 <a wicket:id="showResource">
    28                     <wicket:container wicket:id="filename">resource.txt</wicket:container>
    29                 </a>
    30             </wicket:container>
    31 
    32             <!--            <div wicket:id="resourceDetails" class="recordresourcedetails">
    33                             <h2 wicket:id="title">Bachelorscriptie+Rene+Witteveen+3375005.docx</h2>
    34                             <ul>
    35                                 <li wicket:id="fileType">File type: text file</li>
    36                                 <li wicket:id="resourceType">Mime type: application/msword</li>
    37                                 <li>Location:
    38                                     <a wicket:id="link" class="resourcedownloadlink">
    39                                         <wicket:container wicket:id="href"></wicket:container>
    40                                     </a>
    41                                 </li>
    42                             </ul>
    43                         </div>-->
     26            <h2 wicket:id="fileName">Bachelorscriptie+Rene+Witteveen+3375005.docx</h2>
     27            <ul>
     28                <li>File type: <span wicket:id="resourceType">text file</span></li>
     29                <li>Mime type: <span wicket:id="mimeType">application/msword</span></li>
     30                <li>Location:
     31                    <a wicket:id="link" class="resourcedownloadlink">
     32                        <wicket:container wicket:id="href"></wicket:container>
     33                    </a>
     34                </li>
     35            </ul>
    4436        </wicket:panel>
    4537    </body>
Note: See TracChangeset for help on using the changeset viewer.