Changeset 4400


Ignore:
Timestamp:
01/30/14 08:24:15 (10 years ago)
Author:
twagoo
Message:

descritive texts for landing page and resources

Location:
vlo/branches/vlo-3.0/vlo-web-app/src/main/html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/record1.html

    r4399 r4400  
    165165                    <div id="recordlandingpage">
    166166                        <h2>Landing page</h2>
     167                        <p>
     168                            The following link points to the original context of the present record, as indicated by the provider of the metadata:
     169                        </p>
    167170                        <div><a href="">http://dspace.library.uu.nl/handle/1874/235456</a></div>
    168171                    </div>
    169172                    <div id="recordresources">
    170173                        <h2>Resources</h2>
     174                        <p>The following links point to the original resources described by the present record:</p>
    171175                        <div class="writtenresource"><a href="">http://dspace.library.uu.nl/bitstream/1874/235456/1/Bachelorscriptie+Rene+Witteveen+3375005.docx</a></div>
    172176                        <div class="audioresource"><a href="">http://corpus1.mpi.nl/qfs1/media-archive/dobes_data/Ache/Documentaci_n_-_Documentation/Comunidades_-_Communities/Cerro_Moroti/Media/002-djawu_klluu-2011-09-01.wav</a></div>
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/style/vlo-record.css

    r4399 r4400  
    4545#recordreferences {
    4646    margin-top: 1em;
     47    text-align: left;
    4748}
    4849
    49 #recordreferences div {
     50#recordreferences > div {
    5051    margin-top: 1em;
    5152}
     
    5354#recordreferences div div {
    5455    /* div that has resource link or landing page */
    55     min-height: 32px;
     56    min-height: 36px;
    5657    padding-left: 36px;
    5758}
Note: See TracChangeset for help on using the changeset viewer.