[% dots  = template.nosubpages ? ".." : "../.." -%]
<div class=copyright>
  <table>
    <tr>
      <td colspan=2>
        [% demeter %] is copyright &copy; 2009-[% crdate %] Bruce Ravel
        &mdash;
        This document is copyright &copy; [% crdate %] Bruce Ravel
        <br />
      </td>
    </tr>
    <tr valign=middle>
      <td> [% USE image "${site.url.images}/somerights20.png" %]
           <a href="[% site.url.cc %]">[% image.tag(border=0) | replace("$rooturl", "$dots") %]</a> &nbsp;&nbsp;&nbsp;
      </td>
      <td>
  	This document is licensed under <a href="[% site.url.cc %]">
  	The Creative Commons Attribution-ShareAlike License</a>.
  	<br />
  	If [% demeter %] and this document are useful to you, please consider
  	<a href="[% site.url.ccsupport %]">supporting The Creative Commons</a>.
      </td>
    </tr>
  </table>
</div>

