notices.html 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {% extends "base.html" %}
  2. {% block rss %}<link rel="alternate" type="application/rss+xml" href="{% url cl-feed %}" title="RSS feed for Classifieds at Penobscot Bay Press" />{% endblock %}
  3. {% block meta_keywords %}classifieds, penobscot bay press, maine, ads{% endblock %}
  4. {% block title %}Classifieds | Penobscot Bay Press {% endblock %}
  5. {% block flag_link %}{% url cl-index %}{% endblock %}
  6. {% block flag_descrip %}Classified advertisments covering the unique towns and islands of East<br/> Penobscot and Blue Hill Bays, Maine.{% endblock %}
  7. {% block flag_img_src %}{{MEDIA_URL}}images/headers/classround440.gif{% endblock %}
  8. {% block flag_update_stamp %}{% endblock %}
  9. {% block content %}
  10. <div style="width:100%; margin:0; padding:0">
  11. <div class="main_content_left">
  12. <div style="padding-left:12px; padding-right:12px; padding-top:12px">
  13. <h2 class="sectionhead_wide">Classifieds</h2>
  14. </div>
  15. <div style="padding-left:12px; padding-right:12px">
  16. {% load markup typogrify %}
  17. {% include "classifieds/includes/AccountScoutIndexOneFile.htm" %}
  18. </div>
  19. <div style="padding-left:12px; padding-bottom:8px; padding-top:12px; clear:both">
  20. <!-- AddThis Button BEGIN -->
  21. <div style="width:250px">
  22. <a class="addthis_button_facebook_like" fb:like:layout="standard"></a>
  23. </div>
  24. <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
  25. <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=penbaypress"></script>
  26. <!-- AddThis Button END -->
  27. <hr size="1">
  28. </div>
  29. </div>
  30. </div>
  31. <div class="sidebar_right_media">
  32. <!-- Block Ad BEGIN -->
  33. {% load adzone_tags %}
  34. {% random_zone_ad '' 'tower-wide' %}
  35. <!-- Block Ad END -->
  36. </div>
  37. <div style="padding-left:12px; padding-right:12px; padding-bottom:0px">
  38. <!-- AddThis Button BEGIN -->
  39. <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
  40. <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=penbaypress"></script>
  41. <!-- AddThis Button END -->
  42. <p>
  43. {% for s in object.sites.all|dictsortreversed:"id"%}
  44. {% if forloop.first %}
  45. <a class="return" href="http://{{s}}">{{s.name}} home page</a>
  46. {% else %}
  47. <span style="margin-left:15px; margin-right:15px">&#8226;</span><a class="return" href="http://{{s}}">{{s.name}} home page</a>
  48. {% endif %}
  49. {% endfor %}
  50. </p>
  51. </div>
  52. <!-- AddThis Smart Layers BEGIN -->
  53. <!-- Go to http://www.addthis.com/get/smart-layers to customize -->
  54. <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=penbaypress"></script>
  55. <script type="text/javascript">
  56. addthis.layers({
  57. 'theme' : 'transparent',
  58. 'share' : {
  59. 'position' : 'right',
  60. 'services' : 'facebook,twitter,email,print,gmail,tumblr,more',
  61. }
  62. });
  63. </script>
  64. <!-- AddThis Smart Layers END -->
  65. {% endblock %}