Ignore:
Timestamp:
May 24, 2010, 8:24:14 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, fysm-4-1, space-access, stable, stage, test-hooks
Children:
a2315e6
Parents:
0265c6d
git-author:
Alex Dehnert <adehnert@…> (05/24/10 20:24:14)
git-committer:
Alex Dehnert <adehnert@…> (05/24/10 20:24:14)
Message:

More functional detail pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/fysm/fysm_detail.html

    r6fe1ad0 r1fbe127  
    2222</div>
    2323
     24<div class='fysm-summarystrip'>
     25<p class='contact'><a href='mailto:{{fysm.contact_email}}'>Contact: {{fysm.contact_email}}</a></p>
     26<p class='website'><a href='{% url fysm-link year "website" fysm.pk %}'>Website</a></p>
     27<h3 class='display-name'>{{fysm.display_name}}</h3>
     28</div>
     29
     30{% if fysm.join_preview.image.url %}
     31<div class='join-preview'>
     32<a href='{% url fysm-link year "join" fysm.pk %}'>
     33<img src='{{fysm.join_preview.image.url}}' />
     34</a>
     35</div>
     36{% endif %}
     37
    2438<div class='single-fysm-entry'>
    25     <h3>
    26         <a href='{{fysm.website}}'>{{fysm.display_name}}</a>
    27     </h3>
    2839    <div class='fysm-body'>
    2940    <div class='logo'>
     
    3546    </div>
    3647    <p class='data'>{{fysm.description}}</p>
    37     <p class='join'><a href='{{fysm.join_url}}'>Join {{fysm.display_name}}!</a> Have questions? Send them to <a href='mailto:{{fysm.contact_email}}'>{{fysm.contact_email}}</a>!</p>
    3848    </div>
     49    <div style='clear: both;'></div>
    3950    {% if fysm.tags %}
    4051    <p class='tags'>tags: {{fysm.tags}}</p>
Note: See TracChangeset for help on using the changeset viewer.