Author: amaniatis
Date: Wed Oct 17 13:01:25 2012
New Revision: 1399215
URL: http://svn.apache.org/viewvc?rev=1399215&view=rev
Log:
Remove Confluence edit links
Modified:
cayenne/site/cms/trunk/templates/skeleton.html
Modified: cayenne/site/cms/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/templates/skeleton.html?rev=1399215&r1=1399214&r2=1399215&view=diff
==============================================================================
--- cayenne/site/cms/trunk/templates/skeleton.html (original)
+++ cayenne/site/cms/trunk/templates/skeleton.html Wed Oct 17 13:01:25 2012
@@ -86,16 +86,10 @@
<hr>
<div id="content">
- <div id="bread">
- <span>{{ breadcrumbs|safe }}</span>
- <ul>
- <li><a
href="$confluenceUri/pages/editpage.action?pageId=$page.id">edit page</a></li>
- <li><a
href="$confluenceUri/pages/createpage.action?spaceKey=$page.spaceKey&fromPageId=$page.id">new
page</a></li>
- </ul>
- </div>
+ <div id="bread"><span>{{ breadcrumbs|safe }}</span></div>
{% block content %}{% endblock %}
<hr>
- <p id="footer">Copyright © 2001-2010 Apache Software Foundation.
Apache Cayenne, Cayenne, Apache, the Apache feather logo, and the Apache
Cayenne project logo are trademarks of The Apache Software Foundation. <a
href="/privacy-policy.html">Privacy policy.</a></p>
+ <p id="footer">Copyright © 2001-2012 Apache Software Foundation.
Apache Cayenne, Cayenne, Apache, the Apache feather logo, and the Apache
Cayenne project logo are trademarks of The Apache Software Foundation. <a
href="/privacy-policy.html">Privacy policy.</a></p>
</div>
</div>