Changeset 1076
- Timestamp:
- 06/12/07 23:39:09 (16 months ago)
- Location:
- sites/oxford.openguides.org/templates
- Files:
-
- 2 added
- 4 removed
- 2 modified
-
custom_header.tt (added)
-
display_metadata.tt (modified) (4 diffs)
-
display_metadata.tt.old (deleted)
-
header.tt (deleted)
-
map_index.tt (modified) (1 diff)
-
navbar.tt (deleted)
-
navbar_this_page.tt (added)
-
needing_moderation.tt (deleted)
Legend:
- Unmodified
- Added
- Removed
-
sites/oxford.openguides.org/templates/display_metadata.tt
r1074 r1076 6 6 <div id="metadata" class="vcard"> 7 7 [% IF node_image %] 8 <div id="node_image_box"> 9 <img id="node_image" src="[% node_image %]" alt="Picture of [% node_name %]" /> 10 </div> 8 <div id="node_image_box"> 9 [% IF node_image_url %]<a href="[% node_image_url %]">[% END %] 10 <img id="node_image" src="[% node_image %]" 11 alt="Picture of [% node_name %]" /> 12 [% IF node_image_url %]</a>[% END %] 13 [% IF node_image_copyright %] 14 <div id="node_image_copyright"> 15 [% IF node_image_licence %] 16 <a href="[% node_image_licence %]">© 17 [% node_image_copyright %]</a> 18 [% ELSE %] 19 © [% node_image_copyright %] 20 [% END %] 21 </div> 22 [% END %] 23 </div> 11 24 [% ELSE %] 12 <span id="node_no_image" />25 <span id="node_no_image" /> 13 26 [% END %] 14 27 15 <!-- - For the vcard --->28 <!-- For the vcard --> 16 29 <span class="fn" style="display:none">[% node_name %]</span> 17 30 [% IF phone OR fax OR address OR postcode OR formatted_website_text … … 21 34 [% IF phone %] 22 35 <li class="telephone"> 23 <span class="metadata_label">Telephone ( area code01865 if omitted):</span> <span class="tel">[% CGI.escapeHTML(phone) %]</span>36 <span class="metadata_label">Telephone (01865 if omitted):</span> <span class="tel">[% CGI.escapeHTML(phone) %]</span> 24 37 </li> 25 38 [% END %] 26 39 [% IF fax %] 27 40 <li class="fax"> 28 <span class="metadata_label">Fax : (area code 01865 if omitted)</span> [% CGI.escapeHTML(fax) %]41 <span class="metadata_label">Fax (01865 if omitted):</span> [% CGI.escapeHTML(fax) %] 29 42 </li> 30 43 [% END %] … … 36 49 <a href="[% map_link %]">(map of this place)</a> 37 50 [% ELSIF os_x AND os_y %] 38 <a href="http://www.streetmap.co.uk/streetmap.dll?grid2map?[% os_x %] 39 &[% os_y %]&arrow=yes">(map of this place)</a> 40 51 <a href="http://www.streetmap.co.uk/streetmap.dll?grid2map?[% os_x %]&[% os_y %]&arrow=yes">(map of this place)</a> 41 52 [% END %] 42 53 </li> … … 44 55 <li class="map"> 45 56 <span class="metadata_label"><a href="[% map_link %]">Map of this place</a></span> 57 </li> 58 [% ELSIF os_x AND os_y %] 59 <li class="map"> 60 <span class="metadata_label"><a href="http://www.streetmap.co.uk/streetmap.dll?grid2map?[% os_x %]&[% os_y %]&arrow=yes">(map of this place)</a></span> 46 61 </li> 47 62 [% END %] -
sites/oxford.openguides.org/templates/map_index.tt
r1074 r1076 1 [% INCLUDE header.tt page_title = "Map of all nodes" %]1 [% INCLUDE header.tt page_title = criterion.name || "Map of all nodes" %] 2 2 [% INCLUDE banner.tt %] 3 3 <div id="content">
