classifiedstestsubmit.html 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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:780px; margin:0; padding:0; clear:left">
  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/classifieds/" class="store_nav_link">Classifieds Categories</a></li> |
  21. <li class="store_nav_item"><a href="https://penobscotbaypress.com/classifieds_submit/" class="store_nav_link">Place a classified ad</a></li>
  22. </ul>
  23. </div>
  24. <h2 class="sectionhead_wide">Compass Classifieds</h2>
  25. <h2 style="text-align:center">Place a classified ad</h2>
  26. <p style="text-align:center">Penobscot Bay Press Classifieds run in all three of our papers and online for one price! Advertising deadline is Tuesday at 1 p.m. Call 207-367-2200 or 207-374-2341 for frequency discounts!<br><a href="mailto:classifieds@pbp.me">classifieds@pbp.me</a></p>
  27. <div style="width:600px; border:0px solid black; padding:5px; margin-left:12px; margin-right:12px; float:left; text-align:center" align="left">
  28. <h3>Word Ad</h3>
  29. <p style="text-align:center">$12.50 for the first 25 words, 25¢ for each additional word. First few words bolded.</p>
  30. <p style="width:300px; padding:5px; margin-left:150px; float:left; text-align:left" align="left"><strong>WE OFFER</strong> many different categories to sell your car or home, find help or offer help. You name it, we have seen it! Call 367-2200 for help.
  31. </p>
  32. </div>
  33. <p style="text-align:center; clear:both">* To place a boxed classified, please contact one of our offices.<br>All ads placed in the Notices category must be boxed classifieds. *</p>
  34. <iframe src="https://classifieds.gdom.net/~PENOBSCOT/?F=PLACEAD&ID=PENOBSCOT" frameborder="0" style="height:800px;width:650px;display:block; margin: 0 auto;""></iframe>
  35. </div>
  36. </div>
  37. <!-- AddThis Smart Layers BEGIN -->
  38. <!-- Go to http://www.addthis.com/get/smart-layers to customize -->
  39. <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=penbaypress"></script>
  40. <script type="text/javascript">
  41. addthis.layers({
  42. 'theme' : 'transparent',
  43. 'share' : {
  44. 'position' : 'right',
  45. 'services' : 'facebook,twitter,email,print,gmail,tumblr,more',
  46. }
  47. });
  48. </script>
  49. <!-- AddThis Smart Layers END -->
  50. {% endblock %}