123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {% extends "base.html" %}
- {% block rss %}<link rel="alternate" type="application/rss+xml" href="{% url cl-feed %}" title="RSS feed for Classifieds at Penobscot Bay Press" />{% endblock %}
- {% block meta_keywords %}classifieds, penobscot bay press, maine, ads{% endblock %}
- {% block title %}Classifieds | Penobscot Bay Press {% endblock %}
- {% block flag_link %}{% url cl-index %}{% endblock %}
- {% block flag_descrip %}Classified advertisments covering the unique towns and islands of East<br/> Penobscot and Blue Hill Bays, Maine.{% endblock %}
- {% block flag_img_src %}{{MEDIA_URL}}images/headers/classround440.gif{% endblock %}
- {% block flag_update_stamp %}{% endblock %}
- {% block content %}
- <div class="sidebar_right_media">
- <!-- Block Ad BEGIN -->
- {% load adzone_tags %}
- {% random_zone_ad '' 'tower-wide' %}
- <!-- Block Ad END -->
- </div>
- <div style="width:100%; margin:0; padding:0">
- <div class="main_content_left">
- <div style="margin:25px; text-align:center">
- <ul class="store_nav_list">
- <li class="store_nav_item"><a href="https://penobscotbaypress.com/classifiedstest/" class="store_nav_link">Classifieds Categories</a></li> |
- <li class="store_nav_item"><a href="https://penobscotbaypress.com/classifiedssumbmit/" class="store_nav_link">Place a classified ad</a></li>
- </ul>
- </div>
- <h2 class="sectionhead_wide">Compass Classifieds</h2>
- </div>
- </div>
- <iframe src="https://classifieds.gdom.net/~PENOBSCOT" frameborder="0" style="height:550px;width:650px; display:block; margin: 0 auto;"></iframe>
- <!-- AddThis Smart Layers BEGIN -->
- <!-- Go to http://www.addthis.com/get/smart-layers to customize -->
- <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=penbaypress"></script>
- <script type="text/javascript">
- addthis.layers({
- 'theme' : 'transparent',
- 'share' : {
- 'position' : 'right',
- 'services' : 'facebook,twitter,email,print,gmail,tumblr,more',
- }
- });
- </script>
- <!-- AddThis Smart Layers END -->
- {% endblock %}
|