erang emailer

This commit is contained in:
Sanj 2011-12-17 12:47:16 +05:30
parent 70d1fc7acd
commit e5b30015b7

View File

@ -27,16 +27,18 @@
<div class="contentBoxes">
<h1>WEB LINKS</h1>
<p>{{ box_text }}Dummy text</p>
<p>{{ box_text }}Dummy text</p>
<p class="contentBoxesMore"><a href="">More &#187;</a></p>
{% for weblink in weblinks %}
<p>{{ weblink.title }}</p>
{% endfor %}
<p class="contentBoxesMore"><a href="#weblinks">More &#187;</a></p>
</div><!-- CONTENT BOXES CLOSING -->
<div class="contentBoxes">
<h1>BULLETIN BOARD</h1>
<p>{{ box_text }}Dummy text</p>
<p>{{ box_text }}Dummy text</p>
<p class="contentBoxesMore"><a href="">More &#187;</a></p>
{% for bbitem in bbitems %}
<p>{{ bbitem.title }}</p>
{% endfor %}
<p class="contentBoxesMore"><a href="#bbitems">More &#187;</a></p>
</div><!-- CONTENT BOXES CLOSING -->
</div><!-- CONTENT BOXES CLOSING -->
@ -57,7 +59,7 @@
</div><!-- ARTICLE EMAILER CLOSING -->
<div class="contentLinks">
<h1>WEB LINKS</h1>
<a name="weblinks"></a><h1>WEB LINKS</h1>
{% for weblink in weblinks %}
<h2><a href="{{weblink.url}}" target="_blank">{{ weblink.title }}</a></h2>
<p>{{ weblink.text|markdown }}</p>
@ -65,7 +67,7 @@
</div><!-- WEB LINKS CLOSING -->
<div class="contentLinks">
<h1>BULLETIN BOARD</h1>
<a name="bbitems"></a><h1>BULLETIN BOARD</h1>
{% for bbitem in bbitems %}
<h2>{{ bbitem.title }}</h2>
<p>{{ bbitem.text|markdown }}</p>