|
@@ -0,0 +1,70 @@
|
|
|
+{% extends "base.html" %}
|
|
|
+{% load humanize %}
|
|
|
+{% 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 style="width:100%; margin:0; padding:0">
|
|
|
+ <div class="main_content_left">
|
|
|
+ <div style="padding-left:12px; padding-right:12px; padding-top:12px">
|
|
|
+ <h2 class="sectionhead_wide">Coming Events</h2>
|
|
|
+ </div>
|
|
|
+ <div style="padding-left:12px; padding-right:12px">
|
|
|
+ {% load markup typogrify humanize %}
|
|
|
+ {{flatpage.content|urlize|markdown}}
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div style="padding-left:12px; padding-bottom:8px; padding-top:12px; clear:both">
|
|
|
+ <!-- AddThis Button BEGIN -->
|
|
|
+ <div style="width:250px">
|
|
|
+ <a class="addthis_button_facebook_like" fb:like:layout="standard"></a>
|
|
|
+ </div>
|
|
|
+ <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
|
|
|
+ <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=penbaypress"></script>
|
|
|
+ <!-- AddThis Button END -->
|
|
|
+ <hr size="1">
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+<div class="sidebar_right_media">
|
|
|
+ <!-- Block Ad BEGIN -->
|
|
|
+ {% load adzone_tags %}
|
|
|
+ {% random_zone_ad '' 'tower-wide' %}
|
|
|
+ <!-- Block Ad END -->
|
|
|
+</div>
|
|
|
+<div style="padding-left:12px; padding-right:12px; padding-bottom:0px">
|
|
|
+ <!-- AddThis Button BEGIN -->
|
|
|
+ <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
|
|
|
+ <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=penbaypress"></script>
|
|
|
+ <!-- AddThis Button END -->
|
|
|
+ <p>
|
|
|
+ {% for s in object.sites.all|dictsortreversed:"id"%}
|
|
|
+ {% if forloop.first %}
|
|
|
+ <a class="return" href="http://{{s}}">{{s.name}} home page</a>
|
|
|
+ {% else %}
|
|
|
+ <span style="margin-left:15px; margin-right:15px">•</span><a class="return" href="http://{{s}}">{{s.name}} home page</a>
|
|
|
+ {% endif %}
|
|
|
+ {% endfor %}
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+<!-- 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 %}
|