Ignore:
Timestamp:
2013-03-28T17:46:57+13:00 (11 years ago)
Author:
ak19
Message:

Shifting position of RSS link in GS2 to header area. Smaller icon. Changes to demo collection's extra.dm macro file, as the RSS link will appear on all pages in the header now the user specifies that it should appear. Moved the actual rsslink macro and javascript into nav_css which defines the header, rather than in base and style.dm where the rsslink macro and associated javacsript function were before'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/macros/base.dm

    r27099 r27150  
    423423
    424424
    425 # RSS link and default RSS icon for embedding in the link
    426 # RSS icon from http://webneel.com/post/freedownload/web-design/icon-design/25-web-rss-icons
    427 
    428 _rssicon_ {<img class="icon" src="_httpimages_/rssicon.png" alt="_collectionname_ RSS feed" title="_collectionname_ RSS feed" onLoad="addDomainToRSSAnchor(this)">}
    429 
    430 _rsslink_ {<a id="rss" href="_gwcgi_?site=localhost&amp;a=rss&amp;c=_cgiargc_&amp;l=_cgiargl_&amp;w=_cgiargw_">_rssicon_</a>}
    431 # e.g. rss link: http://localhost:8283/greenstone/cgi-bin/library.cgi?site=localhost&a=rss&c=demo&l=en&w=utf-8&hostname=localhost:8283
    432 
    433425###########################################################################
    434426# Metadata formatting stuff
Note: See TracChangeset for help on using the changeset viewer.