classifiedstest.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 class="sidebar_right_media">
  11. <!-- Block Ad BEGIN -->
  12. {% load adzone_tags %}
  13. {% random_zone_ad '' 'tower-wide' %}
  14. <!-- Block Ad END -->
  15. </div>
  16. <div style="width:100%; margin:0; padding:0">
  17. <div class="main_content_left">
  18. <div style="margin:25px; text-align:center">
  19. <ul class="store_nav_list">
  20. <li class="store_nav_item"><a href="https://penobscotbaypress.com/classifiedstest/" class="store_nav_link">Classifieds Categories</a></li> |
  21. <li class="store_nav_item"><a href="https://penobscotbaypress.com/classifiedssumbmit/" class="store_nav_link">Place a classified ad</a></li>
  22. </ul>
  23. </div>
  24. <h2 class="sectionhead_wide">Compass Classifieds</h2>
  25. </div>
  26. </div>
  27. <iframe src="https://classifieds.gdom.net/~PENOBSCOT" frameborder="0" style="height:550px;width:650px; display:block; margin: 0 auto;"></iframe>
  28. <!-- AddThis Smart Layers BEGIN -->
  29. <!-- Go to http://www.addthis.com/get/smart-layers to customize -->
  30. <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=penbaypress"></script>
  31. <script type="text/javascript">
  32. addthis.layers({
  33. 'theme' : 'transparent',
  34. 'share' : {
  35. 'position' : 'right',
  36. 'services' : 'facebook,twitter,email,print,gmail,tumblr,more',
  37. }
  38. });
  39. </script>
  40. <!-- AddThis Smart Layers END -->
  41. {% endblock %}