diff --git a/simplewiki_base.html b/simplewiki_base.html new file mode 100644 index 0000000000..039bbf05fb --- /dev/null +++ b/simplewiki_base.html @@ -0,0 +1,240 @@ + +##Todo The language code isn't defined, so I made it a literal string + +
+
+
+ %if wiki_article:
+
+
+
+ %endif
+
+
+
This article has been locked
+ %endif ++ Last modified: ${wiki_article.modified_on.strftime("%b %d, %Y, %I:%M %p")} +
+ %endif ++The page you requested could not be found. +Click here to create it. +
+%else: ++Or maybe rather: Congratulations! It seems that there's no root +article, which is probably because you just installed simple-wiki +and your installation is working. Now you can create the root article. +Click here to create it. +
+%endif +%else: +%if wiki_err_noparent: ++You cannot create this page, because its parent +does not exist. Click here +to create it. +
+%else: + +%if wiki_err_keyword: ++The page you're trying to create ${wiki_url} starts with _, which is reserved for internal use. +
+%else: + +%if wiki_err_locked: ++The article you are trying to modify is locked. +
+%else: + +%if wiki_err_noread: ++You do not have access to read this article. +
+%else: + +%if wiki_err_nowrite: ++You do not have access to edit this article. +
+%else: + +%if wiki_err_noanon: ++Anonymous attachments are not allowed. Try logging in. +
+%else: + +%if wiki_err_create: ++You do not have access to create this article. +
+%else: + +%if wiki_err_encode: ++The url you requested could not be handled by the wiki. +Probably you used a bad character in the URL. +Only use digits, English letters, underscore and dash. For instance +/wiki/An_Article-1 +
+ + +%else: ++An error has occured. +
+ + +%endif +%endif +%endif +%endif +%endif +%endif +%endif +%endif +%endif + +