Commit 885c3ac1 by Bridger Maxwell

The organization of simplewiki_base was a little messed up. Most content was…

The organization of simplewiki_base was a little messed up. Most content was being put in the header

--HG--
branch : bridger-dev
parent 69343aae
...@@ -66,17 +66,16 @@ ...@@ -66,17 +66,16 @@
}); });
</script> </script>
<%block name="bodyextra">
<%block name="wiki_head"/> <%block name="wiki_head"/>
</%block> </%block>
<%block name="bodyextra">
<%include file="navigation.html" args="active_page='wiki'" /> <%include file="navigation.html" args="active_page='wiki'" />
<section class="main-content"> <section class="main-content">
<div class="wiki-wrapper"> <div class="wiki-wrapper">
<%block name="wiki_panel"> <%block name="wiki_panel">
<div id="wiki_panel"> <div id="wiki_panel">
<% <%
if (wiki_article is not UNDEFINED): if (wiki_article is not UNDEFINED):
...@@ -84,16 +83,11 @@ ...@@ -84,16 +83,11 @@
else: else:
baseURL = reverse("wiki_view", args=["/"]) baseURL = reverse("wiki_view", args=["/"])
%> %>
<ul class="action"> <ul class="action">
<!-- <li> -->
<!-- <input type="button" onclick="javascript:location.href='${reverse("wiki_random", args=[])}'" value="Random article" class="button" /> -->
<!-- </li> -->
<li> <li>
<input type="button" onclick="javascript:location.href='${reverse("wiki_list_articles", args=[])}'" value="All articles" class="button" /> <input type="button" onclick="javascript:location.href='${reverse("wiki_list_articles", args=[])}'" value="All articles" class="button" />
</li> </li>
<li class="create-article"> <li class="create-article">
<h3> <h3>
<a href="#" id="create-article"/>Create Article</a> <a href="#" id="create-article"/>Create Article</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment