srchub

srchub Commit Details


Date:2014-04-05 00:02:37 (10 years 8 months ago)
Author:Natalie Adams
Branch:master
Commit:9101155bc05f58baa8ec608306ebe56f1a752a19
Parents: 31e6ea2a29d09dffe1b6c7d816889e0bba60beb0
Message:adding media updating timeline

Changes:

File differences

indefero/src/IDF/templates/idf/project/timeline.html
44
55
66
7
7
88
99
1010
......
2222
2323
2424
25
25
26
2627
2728
2829
{block tabhome} class="active"{/block}
{block subtabs}
<div id="sub-tabs">
<a href="{url 'IDF_Views_Project::home', array($project.shortname)}">{trans 'Welcome'}</a> | <strong><a href="{url 'IDF_Views_Project::timeline', array($project.shortname, 'all')}" class="active">{trans 'Latest Updates'}</a></strong>{superblock}
<a href="{url 'IDF_Views_Project::home', array($project.shortname)}">{trans 'Welcome'}</a> | <a href="{$feedurl}"><img src="{media '/idf/img/feediconorig.png'}" alt="{trans 'RSS'}" /></a> <strong><a href="{url 'IDF_Views_Project::timeline', array($project.shortname, 'all')}" class="active">{trans 'Latest Updates'}</a> </strong>{superblock}
</div>
{/block}
{/foreach}
</p>
<p><strong>{trans 'Subscribe to this timeline'}</strong><br />
<span class="label"><img src="{media '/idf/img/rss.png'}" alt="{trans 'RSS'}" /> <a href="{$feedurl}">{trans 'Atom feed'}</a></span>
<span class="label"><img src="{media '/idf/img/feediconorig.png'}" alt="{trans 'RSS'}" /> <a href="{$feedurl}">{trans 'Atom feed'}</a></span>
</p>
{/block}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.06895s using 14 queries.