en:user:sample_interface_modifications
                Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:user:sample_interface_modifications [2014/04/13 23:52] – external edit 127.0.0.1 | en:user:sample_interface_modifications [2016/05/12 01:53] (current) – removed kjdon | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <TABAREA tabs=" | ||
| - | <TAB> | ||
| - | ====== Sample Interface Modifications ====== | ||
| - | This page provides examples of interface modifications. Many of these changes can be made at | ||
| - | either the collection, interface or site level. | ||
| - | |||
| - | ===== Footer modification (text on left, image on right) ===== | ||
| - | {{ : | ||
| - | |||
| - | In the '' | ||
| - | in '' | ||
| - | you will see the '' | ||
| - | assumes your image is located in the // | ||
| - | |||
| - | < | ||
| - | <!-- Template controlling the footer. --> | ||
| - | < | ||
| - |     <div id=" | ||
| - |         <div id=" | ||
| - |         Greenstone Digital Library< | ||
| - |         </ | ||
| - |         <div id=" | ||
| - |             <img src=" | ||
| - |         </ | ||
| - |     </ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | and (optionally) add style to the footer by modifying '' | ||
| - | adding the following: | ||
| - | |||
| - | < | ||
| - | #gs_footer { | ||
| - | height: 50px; | ||
| - | } | ||
| - | |||
| - | # | ||
| - | width: 50%; | ||
| - | text-align: left; | ||
| - | float: left; | ||
| - | padding-left: | ||
| - | margin-top: -2px; | ||
| - | } | ||
| - | |||
| - | # | ||
| - | width: 49%; | ||
| - | text-align: right; | ||
| - | float: left; | ||
| - | } | ||
| - | </ | ||
| - | |||
| - | To modify the footer for only a specific collection, open the collection in the GLI; in the | ||
| - | **Format Features** section of the **Format** panel,  | ||
| - | add the following to the end of the **global** feature (this | ||
| - | assumes your image is located in the // | ||
| - | |||
| - | < | ||
| - | < | ||
| - |     < | ||
| - | </ | ||
| - | |||
| - | <!-- Template controlling the footer. --> | ||
| - | < | ||
| - |     <div id=" | ||
| - |         <div id=" | ||
| - |             Greenstone Digital Library< | ||
| - | University of Waikato | ||
| - |         </ | ||
| - |         <div id=" | ||
| - |             <img src=" | ||
| - |             </ | ||
| - |     </ | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | |||
| - | To also add style to the footer, create a file called '' | ||
| - | collection' | ||
| - | feature of the **Format Features** section, add: | ||
| - | |||
| - | < | ||
| - | <!-- Template adding stylesheet to html header --> | ||
| - | < | ||
| - |     <link href=" | ||
| - | </ | ||
| - | </ | ||
| - | |||
| - | </ | ||
en/user/sample_interface_modifications.1397433133.txt.gz · Last modified: 2016/05/12 01:52 (external edit)
                
                