tides.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {% extends "base.html" %}
  2. {% block title %}Community Info | Penobscot Bay Press {% endblock %}
  3. {% block description %}{{a.archivesectionchive.body|truncatewords:60}} {% endblock %}
  4. {% block flag_img_src %}{{MEDIA_URL}}images/headers/cominforound440.gif{% endblock %}
  5. {% block flag_descrip %}Your on-line source for community information covering the unique towns and<br/> islands of East Penobscot and Blue Hill Bays, Maine.{% endblock %}
  6. {% block content %}
  7. <div style="width:100%; margin:0; padding:0">
  8. <div class="main_content_left">
  9. <h2 class="sectionhead_wide">Tides and Weather</h2>
  10. <div style="width: 700px;"><iframe style="display: block;" src="http://cdnres.willyweather.com/widget/loadView.html?id=17129" width="700" height="520" frameborder="0" scrolling="no"></iframe><a style="margin: -20px 0 0 0;text-indent: -9999em;height: 20px;z-index: 1;display: block;position: relative" href="http://tides.willyweather.com/me/hancock-county/stonington.html">forecast for stonington</a></div>
  11. </div>
  12. <div class="sidebar_right_media">
  13. <!-- Block Ad BEGIN -->
  14. {% load adzone_tags %}
  15. {% random_zone_ad '' 'cn-block' %}
  16. <!-- Block Ad END -->
  17. </div>
  18. <div style="padding-left:12px; padding-right:12px; padding-bottom:0px">
  19. <!-- AddThis Button BEGIN -->
  20. <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
  21. <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=penbaypress"></script>
  22. <!-- AddThis Button END -->
  23. <p>
  24. {% for s in object.sites.all|dictsortreversed:"id"%}
  25. {% if forloop.first %}
  26. <a class="return" href="http://{{s}}">{{s.name}} home page</a>
  27. {% else %}
  28. <span style="margin-left:15px; margin-right:15px">&#8226;</span><a class="return" href="http://{{s}}">{{s.name}} home page</a>
  29. {% endif %}
  30. {% endfor %}
  31. </p>
  32. </div>
  33. <!-- AddThis Smart Layers BEGIN -->
  34. <!-- Go to http://www.addthis.com/get/smart-layers to customize -->
  35. <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=penbaypress"></script>
  36. <script type="text/javascript">
  37. addthis.layers({
  38. 'theme' : 'transparent',
  39. 'share' : {
  40. 'position' : 'right',
  41. 'services' : 'facebook,twitter,email,print,gmail,tumblr,more',
  42. }
  43. });
  44. </script>
  45. <!-- AddThis Smart Layers END -->
  46. {% endblock %}