Changeset 7896
- Timestamp:
- 08/29/08 11:03:23 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
project/gallery.openlayers.org/openlayers/faq/templates/question.html
r7895 r7896 12 12 </form> 13 13 <iframe name="form_out" style="display:none"></iframe> 14 <p >14 <p style="margin: 20px; padding:10px; background-color:#e9eef9"> 15 15 {{ question.rating.score }} out of {{ question.rating.votes }} people found the above answer helpful. 16 16 Did you find it helpful? … … 19 19 </p> 20 20 <hr /> 21 {% if question.qlink_set.count %} 22 <h3>References to this FAQ</h3> 21 23 {% for link in question.qlink_set.all %} 22 <p >{{ link.title }} (<a href="{{ link.link }}">link</a>)<br />24 <p style="margin:10px; padding:10px; background-color: #e9eef9">{{ link.title }} (<a href="{{ link.link }}">link</a>, added {{ link.created }})<br /> 23 25 {{ link.description }} 24 26 </p> 25 27 {% endfor %} 26 <a href="#" onclick="document.forms[0].style.display='block'; this.style.display='none'">Add a link</a> 28 {% endif %} 29 <a href="#" onclick="document.forms[1].style.display='block'; this.style.display='none'">Add a link</a> 27 30 <form action="/add/qlink/" method="POST" style="display:none"> 28 31 <table>
