Let's make (git) history!

Este commit está contenido en:
2018-11-03 17:12:20 +01:00
commit 076106ecb9
Se han modificado 212 ficheros con 11541 adiciones y 0 borrados

1
template/default/_headerlink Archivo normal
Ver fichero

@ -0,0 +1 @@
<a href="%s">%s</a>

Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<h2>All categories</h2>
{wikiqs:var:categorylist}
</div>
{wikiqs:include:general_footer}

6
template/default/allpages Archivo normal
Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<h2>All pages</h2>
{wikiqs:var:pagelist}
</div>
{wikiqs:include:general_footer}

6
template/default/error Archivo normal
Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<h2>{wikiqs:var:errortitle}</h2>
{wikiqs:var:errormessage}
</div>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,16 @@
<hr>
<div style="margin-top: 5px; font-size: 6pt;padding-bottom: 2px; padding-top: 2px; text-align: center">
{wikiqs:var:loginstatus} - Powered by wikiQS, built on {wikiqs:var:buildinfo}
</div>
<script>
function refreshSession()
{
var req = new XMLHttpRequest();
req.open("GET", "{wikiqs:config:refreshsessionurl}");
req.send();
setTimeout(refreshSession, 60*2*1000);
}
setTimeout(refreshSession, 60*2*1000);
</script>
</body></html>

Ver fichero

@ -0,0 +1,19 @@
<!Doctype html>
<html><head><link rel="stylesheet" type="text/css" href="{wikiqs:config:csspath}" />
<title>{wikiqs:var:title}</title>
<meta charset="utf-8\"></head>
<body><div style="width: 80%; margin: 0 auto;">
<div style="min-width:100px; width: auto !important;">
<div style="float: left;">
<h1 style="margin-top: 0">{wikiqs:var:title}</h1></div>
<div style="float: right;"><form action="{wikiqs:config:submitpath}">
<input type="hidden" name="action" value="search"></input>
<input type="text" name="q"></input></form></div>
</div></div>
<div style="clear: both; width: 80%; margin: 0 auto;">
<div style="padding-bottom: 2px; padding-top: 2px; text-align: center">
<a href="{wikiqs:config:linkindex}">Index</a> <a href="{wikiqs:config:linkrecent}">Recent changes</a> <a href="{wikiqs:config:linkallpages}">All pages</a> <a href="{wikiqs:config:linkallcats}">All categories</a>
</div>

11
template/default/login Archivo normal
Ver fichero

@ -0,0 +1,11 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<h2>Login</h2>
<form action="{wikiqs:var:loginurl}" method="POST">
Username: <input type="text" name="user"></input><br>
Password: <input type="password" name="password"></input><br>
<button type="submit" name="do" value="submit">Submit</button>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
</form>
</div>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,7 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<h2>Login</h2>
You are already logged in as <b>{wikiqs:var:username}</b><br>
<a href="{wikiqs:config:linklogout}">Logout</a>
</div>
{wikiqs:include:general_footer}

15
template/default/page_creation Archivo normal
Ver fichero

@ -0,0 +1,15 @@
{wikiqs:include:general_header}
{wikiqs:include:page_header}
<div id="content" style="margin-top: 10px;">
<form action="{wikiqs:var:actionurl}" method="POST">
<button type="submit" name="do" value="submit">Submit</button>
<button type="submit" name="do" value="preview">Preview</button>
<textarea name="content" style="width: 100%;" rows=70>{wikiqs:var:content}</textarea>
<br><b>Comment:</b><br>
<input type="text" name="comment" size=50><br>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
<button type="submit" name="do" value="submit">Submit</button>
<button type="submit" name="do" value="preview">Preview</button>
</form>
</div>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,18 @@
{wikiqs:include:general_header}
{wikiqs:include:page_header}
<div id="content" style="margin-top: 10px;">
This is a preview of your changes:<br>
{wikiqs:var:preview_content}
<hr>
<form action="{wikiqs:var:actionurl}" method="POST">
<button type="submit" name="do" value="submit">Submit</button>
<button type="submit" name="do" value="preview">Preview</button>
<textarea name="content" style="width: 100%;" rows=70>{wikiqs:var:content}</textarea>
<br><b>Comment:</b><br>
<input type="text" name="comment" size=50><br>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
<button type="submit" name="do" value="submit">Submit</button>
<button type="submit" name="do" value="preview">Preview</button>
</form>
</div>
{wikiqs:include:general_footer}

11
template/default/page_deletion Archivo normal
Ver fichero

@ -0,0 +1,11 @@
{wikiqs:include:general_header}
{wikiqs:include:page_header}
<div id="content" style="margin-top: 10px;">
<h3>Page deletion</h3>
Do you really want to delete page <b>{wikiqs:var:page}</b>
<form action="{wikiqs:var:deletionurl}" method=POST>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"/>
<button type="submit" name="do" value="submit">Yes, delete page</button>
</form>
</div>
{wikiqs:include:general_footer}

7
template/default/page_footer Archivo normal
Ver fichero

@ -0,0 +1,7 @@
<div style="font-size: 6pt; padding-bottom: 2px; padding-top: 2px; text-align: center"><b>Page categories:</b>
{wikiqs:var:categorieslist}
</div>
<div style="margin-top: 5px; font-size: 6pt;padding-bottom: 2px; padding-top: 2px; text-align: center">
<a href="{wikiqs:var:linkshere}">What links here?</a> - Edited {wikiqs:var:editedon} by {wikiqs:var:editedby}
</div>

3
template/default/page_header Archivo normal
Ver fichero

@ -0,0 +1,3 @@
<div style="text-align: center">
{wikiqs:var:headerlinks}
</div>

Ver fichero

@ -0,0 +1,9 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<table><tr><td><b>Revision</b></td><td><b>Author</b></td><td><b>Comment</b></td><td><b><a href="{wikiqs:var:linkhistorysort}">Date</a></b></td></tr>
{wikiqs:var:revisionlist}
</table>
{wikiqs:var:prevpage} {wikiqs:var:nextpage}
</div>
{wikiqs:include:general_footer}

15
template/default/page_settings Archivo normal
Ver fichero

@ -0,0 +1,15 @@
{wikiqs:include:general_header}
{wikiqs:include:page_header}
<div id="content" style="margin-top: 10px;">
<h2>Page settings: {wikiqs:var:page}</h2>
<form action="{wikiqs:var:settingsurl}" method="POST">
<h3>Categories:</h3>
<textarea cols=50 rows=20 name=categories>{wikiqs:var:categories}</textarea><br>
<h3>Rename:</h3>
<input type="text" name="renameto"></input><br>
<input type="checkbox" name="createredir" value="1" checked="checked">Redirect old page
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"/>
<button type="submit" name="do" value="submit">Submit</button>
</div>
{wikiqs:include:general_footer}

7
template/default/page_view Archivo normal
Ver fichero

@ -0,0 +1,7 @@
{wikiqs:include:general_header}
{wikiqs:include:page_header}
<div id="content" style="margin-top: 10px;">
{wikiqs:var:content}
</div>
{wikiqs:include:page_footer}
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,8 @@
{wikiqs:include:general_header}
{wikiqs:include:page_header}
<div id="content" style="margin-top: 10px;">
<b>Showing revision: {wikiqs:var:revision}</b><hr>
{wikiqs:var:content}
</div>
{wikiqs:include:page_footer}
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,9 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<table><tr><td><b>Page</b></td><td><b>Revision</b></td><td><b>Author</b></td><td><b>Comment</b></td><td><b><a href="{wikiqs:var:linkrecentsort}">Date</a></b></td></tr>
{wikiqs:var:revisionlist}
</table>
{wikiqs:var:prevpage} {wikiqs:var:nextpage}
</div>
{wikiqs:include:general_footer}

6
template/default/search Archivo normal
Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<h2>Search for: {wikiqs:var:searchterm} </h2>
{wikiqs:var:pagelist}
</div>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<h2>Category: {wikiqs:var:categoryname}</h2>
{wikiqs:var:pagelist}
</div>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<h2>Links to: {wikiqs:var:pagename}</h2>
{wikiqs:var:pagelist}
</div>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1 @@
<li><a href="%s">%s</a></li>

Ver fichero

@ -0,0 +1,15 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Login</h2>
Register a new user
<form action="{wikiqs:var:adminregisterurl}" method="POST">
Username: <input type="text" name="user"></input><br>
Password: <input type="password" name="password"></input><br>
Repeat password: <input type="password" name="password2"></input><br>
<button type="submit" name="do" value="submit">Submit</button>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
</form>
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<h2>All categories</h2>
{wikiqs:var:categorylist}
</div>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<h2>All pages</h2>
{wikiqs:var:pagelist}
</div>
{wikiqs:include:general_footer}

6
template/greensimple/error Archivo normal
Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<h2>{wikiqs:var:errortitle}</h2>
{wikiqs:var:errormessage}
</div>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,18 @@
<footer>
<ul id="footer">
<li><span style="padding-left: 10px"><a href="{wikiqs:config:linklogin}">{wikiqs:var:loginstatus}</a></span></li>
<li style="font-size: 10pt">Powered by wikiQS</li>
</ul>
</footer>
<script>
function refreshSession()
{
var req = new XMLHttpRequest();
req.open("GET", "{wikiqs:config:refreshsessionurl}");
req.send();
setTimeout(refreshSession, 60*2*1000);
}
setTimeout(refreshSession, 60*2*1000);
</script>
</body>
</html>

Ver fichero

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="{wikiqs:config:csspath}">
<title>{wikiqs:var:title}</title>
<body>
<nav>
<ul>
<li><a href="{wikiqs:config:linkindex}"><h2>{wikiqs:config:wikiname}</h2></a></li>
</ul>
<ul id="nav">
<li><a href="{wikiqs:config:linkrecent}">Recent changes</a></li>
<li><a href="{wikiqs:config:linkallpages}">All pages</a></li>
<li><a href="{wikiqs:config:linkallcats}">All categories</a></li>
</ul>
<ul id="right" class="search">
<li><div><form action="{wikiqs:config:wikipath}" method="GET"><input type="hidden" name="action" value="search"/><input type="text" name="q"value="search here" onfocus="this.value=''"></form></div></li>
</ul>
</nav>

11
template/greensimple/login Archivo normal
Ver fichero

@ -0,0 +1,11 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Login</h2>
<form action="{wikiqs:var:loginurl}" method="POST">
Username: <input type="text" name="user" style="width: 25%;"></input><br>
Password: <input type="password" name="password" style="width: 25%;"></input><br>
<button type="submit" name="do" value="submit">Submit</button>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
</form>
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,7 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Login</h2>
You are already logged in as <b>{wikiqs:var:username}</b><br>
<a href="{wikiqs:config:linklogout}">Logout</a>
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,14 @@
{wikiqs:include:page_header}
<main id="content">
<form action="{wikiqs:var:actionurl}" method="POST">
<button type="submit" name="do" value="submit">Submit</button>
<button type="submit" name="do" value="preview">Preview</button>
<textarea name="content" style="width: 100%;" rows=70>{wikiqs:var:content}</textarea>
<br><b>Comment:</b><br>
<input type="text" name="comment" size=50><br>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
<button type="submit" name="do" value="submit">Submit</button>
<button type="submit" name="do" value="preview">Preview</button>
</form>
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,17 @@
{wikiqs:include:page_header}
<main id="content">
This is a preview of your changes:<br>
{wikiqs:var:preview_content}
<hr>
<form action="{wikiqs:var:actionurl}" method="POST">
<button type="submit" name="do" value="submit">Submit</button>
<button type="submit" name="do" value="preview">Preview</button>
<textarea name="content" style="width: 100%;" rows=70>{wikiqs:var:content}</textarea>
<br><b>Comment:</b><br>
<input type="text" name="comment" size=50><br>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
<button type="submit" name="do" value="submit">Submit</button>
<button type="submit" name="do" value="preview">Preview</button>
</form>
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,10 @@
{wikiqs:include:page_header}
<main id="content">
<h3>Page deletion</h3>
Do you really want to delete page <b>{wikiqs:var:page}</b>
<form action="{wikiqs:var:deletionurl}" method=POST>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"/>
<button type="submit" name="do" value="submit">Yes, delete page</button>
</form>
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,20 @@
<footer>
<ul id="footer">
<li><span style="padding-left: 10px"><a href="{wikiqs:config:linklogin}">{wikiqs:var:loginstatus}</a></span></li>
<li><a href="{wikiqs:var:historyurl}">Last edited by {wikiqs:var:editedby} on {wikiqs:var:editedon}</a></li>
<li style="font-size: 10pt">Powered by wikiQS</li>
</ul>
</footer>
<script>
function refreshSession()
{
var req = new XMLHttpRequest();
req.open("GET", "{wikiqs:config:refreshsessionurl}");
req.send();
setTimeout(refreshSession, 60*2*1000);
}
setTimeout(refreshSession, 60*2*1000);
</script>
</body>
</html>

Ver fichero

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="{wikiqs:config:csspath}">
<title>{wikiqs:var:title}</title>
<body>
<nav>
<ul>
<li><a href="{wikiqs:config:linkindex}"><h2>{wikiqs:config:wikiname}</h2></a></li>
</ul>
<ul id="nav">
<li><a href="{wikiqs:config:linkrecent}">Recent changes</a></li>
<li><a href="{wikiqs:config:linkallpages}">All pages</a></li>
<li><a href="{wikiqs:config:linkallcats}">All categories</a></li>
</ul>
<ul>
{wikiqs:var:headerlinks}
</ul>
<ul id="right" class="search">
<li><div><form action="{wikiqs:config:wikipath}" method="GET"><input type="hidden" name="action" value="search"/><input type="text" value="search here" onfocus="this.value=''" name="q"/></form></div></li>
</ul>
</nav>

Ver fichero

@ -0,0 +1,8 @@
{wikiqs:include:page_header}
<main id="content">
<table style="width: 100%"><tr><td><b>Revision</b></td><td><b>Author</b></td><td><b>Comment</b></td><td><b><a href="{wikiqs:var:linkhistorysort}">Date</a></b></td></tr>
{wikiqs:var:revisionlist}
</table>
{wikiqs:var:prevpage} {wikiqs:var:nextpage}
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,16 @@
{wikiqs:include:page_header}
<main id="content">
<h2>Page settings: {wikiqs:var:page}</h2>
<form action="{wikiqs:var:settingsurl}" method="POST">
<h3>Categories:</h3>
<textarea cols=50 rows=20 name=categories>{wikiqs:var:categories}</textarea><br>
<h3>Rename:</h3>
<input type="text" name="renameto"></input><br>
<input type="checkbox" name="createredir" value="1" checked="checked" />Redirect old page
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"/><br>
<hr>
<input type="checkbox" name="showpage" value="1" {wikiqs:var:checked}/> Show page in lists etc.
<br>
<button type="submit" name="do" value="submit">Submit</button>
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,5 @@
{wikiqs:include:page_header}
<main id="content">
{wikiqs:var:content}
</main>
{wikiqs:include:page_footer}

Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:page_header}
<main id="content">
<b>Showing revision: {wikiqs:var:revision}</b><hr>
{wikiqs:var:content}
</main>
{wikiqs:include:page_footer}

Ver fichero

@ -0,0 +1,8 @@
{wikiqs:include:general_header}
<main id="content">
<table style="width: 100%"><tr><td><b>Page</b></td><td><b>Revision</b></td><td><b>Author</b></td><td><b>Comment</b></td><td><b><a href="{wikiqs:var:linkrecentsort}">Date</a></b></td></tr>
{wikiqs:var:revisionlist}
</table>
{wikiqs:var:prevpage} {wikiqs:var:nextpage}
</main>
{wikiqs:include:general_footer}

7
template/greensimple/search Archivo normal
Ver fichero

@ -0,0 +1,7 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Search for: {wikiqs:var:searchterm} </h2>
{wikiqs:var:pagelist}
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Category: {wikiqs:var:categoryname}</h2>
{wikiqs:var:pagelist}
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Links to: {wikiqs:var:pagename}</h2>
{wikiqs:var:pagelist}
</main>
{wikiqs:include:general_footer}

172
template/greensimple/style.css Archivo normal
Ver fichero

@ -0,0 +1,172 @@
body
{
padding: 0;
margin: 0;
font-family: Verdana;
background-color: white;
display: flex;
min-height: 100vh;
flex-direction: column;
}
header
{
margin: 0;
paddin: 0;
}
h1
{
margin: 0;
padding: 0;
}
h2
{
margin: 0;
padding: 0;
}
nav
{
//width: 100%;
padding: 0px;
margin: 0px;
display: flex;
background-color: #229638;
justify-content: space-between;
flex-wrap: wrap;
}
nav ul
{
background-color: #229638;
color: white;
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
align-items: center;
flex-wrap: wrap;
}
nav li
{
margin: 0;
padding: 0;
}
nav a, nav a:visited
{
padding: 10px;
text-decoration: none;
color: white;
display: block;
font-weight: bold;
text-align: center;
line-height: 100%;
}
nav a:hover, nav a:focus
{
padding: 10px;
text-decoration: none;
background-color: white;
color: #229638;
display: block;
font-weight: bold;
}
a, a:visited
{
color: #229638;;
}
a:hover
{
background-color: #229638;
color: white;
}
#content
{
padding: 15px;
font-family: monospace;
font-size: 14pt;
flex: 1;
}
#content a, a:visited
{
color: #229638;
}
#content a:hover
{
background-color: #229638;
color: white;
}
footer
{
width: 100%;
display: block;
color: white;
background-color: #229638;
font-weight: bold;
}
footer ul
{
background-color: #229638;
margin: 0px;
padding: 0px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
footer li
{
margin: 0;
padding: 0;
display: inline-block;
line-height: 45px;
color: white;
font-weight: bold;
//flex: 1 1 0;
text-align: center;
}
footer a, a:visited
{
text-decoration: none;
color: white;
display: inline-block;
}
footer a:hover, ul#nav a:focus
{
text-decoration: none;
color: #229638;
background-color: white;
display: inline-block;
}
#cats
{
background-color: #229638;
}
.letter_search_result
{
text-decoration: underline;
font-weight: bold;
}

Ver fichero

@ -0,0 +1,15 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Login</h2>
Change your current password
<form action="{wikiqs:var:userchangepwurl}" method="POST">
Current password: <input type="text" name="password" style="width: 25%;"></input><br>
New Password: <input type="password" name="newpassword" style="width: 25%;"></input><br>
Repeat password: <input type="password" name="newpassword2" style="width: 25%;"></input><br>
<button type="submit" name="do" value="submit">Submit</button>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
</form>
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1 @@
<li><a href="{wikiqs:var:href}">{wikiqs:var:value}</a></li>

Ver fichero

@ -0,0 +1,15 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Login</h2>
Register a new user
<form action="{wikiqs:var:adminregisterurl}" method="POST">
Username: <input type="text" name="user"></input><br>
Password: <input type="password" name="password"></input><br>
Repeat password: <input type="password" name="password2"></input><br>
<button type="submit" name="do" value="submit">Submit</button>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
</form>
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<h2>All categories</h2>
{wikiqs:var:categorylist}
</div>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<h2>All pages</h2>
{wikiqs:var:pagelist}
</div>
{wikiqs:include:general_footer}

6
template/quitesimple/error Archivo normal
Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<div id="content" style="margin-top: 10px;">
<h2>{wikiqs:var:errortitle}</h2><br>
{wikiqs:var:errormessage}
</div>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,18 @@
<footer>
<ul id="footer">
<li><span style="padding-left: 10px"><a href="{wikiqs:config:linklogin}">{wikiqs:var:loginstatus}</a></span></li>
<li style="font-size: 10pt">Powered by wikiQS</li>
</ul>
</footer>
<script>
function refreshSession()
{
var req = new XMLHttpRequest();
req.open("GET", "{wikiqs:config:refreshsessionurl}");
req.send();
setTimeout(refreshSession, 60*2*1000);
}
setTimeout(refreshSession, 60*2*1000);
</script>
</body>
</html>

Ver fichero

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{wikiqs:config:csspath}">
<title>{wikiqs:var:title}</title>
<body>
<nav>
<ul>
<li><a href="{wikiqs:config:linkindex}"><h2>{wikiqs:config:wikiname}</h2></a></li>
</ul>
<ul id="nav">
<li><a href="{wikiqs:config:linkrecent}">Recent changes</a></li>
<li><a href="{wikiqs:config:linkallpages}">All pages</a></li>
<li><a href="{wikiqs:config:linkallcats}">All categories</a></li>
</ul>
<ul id="right" class="search">
<li><div><form action="{wikiqs:config:wikipath}" method="GET"><input type="hidden" name="action" value="search"/><input type="text" name="q"value="search here" onfocus="this.value=''"></form></div></li>
</ul>
</nav>

11
template/quitesimple/login Archivo normal
Ver fichero

@ -0,0 +1,11 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Login</h2>
<form action="{wikiqs:var:loginurl}" method="POST">
Username: <input type="text" name="user" style="width: 25%;"></input><br>
Password: <input type="password" name="password" style="width: 25%;"></input><br>
<button type="submit" name="do" value="submit">Submit</button>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
</form>
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,7 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Login</h2>
You are already logged in as <b>{wikiqs:var:username}</b><br>
<a href="{wikiqs:config:linklogout}">Logout</a>
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,14 @@
{wikiqs:include:page_header}
<main id="content">
<form action="{wikiqs:var:actionurl}" method="POST">
<button type="submit" name="do" value="submit">Submit</button>
<button type="submit" name="do" value="preview">Preview</button>
<textarea name="content" style="width: 100%;" rows=70>{wikiqs:var:content}</textarea>
<br><b>Comment:</b><br>
<input type="text" name="comment" size=50><br>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
<button type="submit" name="do" value="submit">Submit</button>
<button type="submit" name="do" value="preview">Preview</button>
</form>
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,17 @@
{wikiqs:include:page_header}
<main id="content">
This is a preview of your changes:<br>
{wikiqs:var:preview_content}
<hr>
<form action="{wikiqs:var:actionurl}" method="POST">
<button type="submit" name="do" value="submit">Submit</button>
<button type="submit" name="do" value="preview">Preview</button>
<textarea name="content" style="width: 100%;" rows=70>{wikiqs:var:content}</textarea>
<br><b>Comment:</b><br>
<input type="text" name="comment" size=50><br>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
<button type="submit" name="do" value="submit">Submit</button>
<button type="submit" name="do" value="preview">Preview</button>
</form>
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,10 @@
{wikiqs:include:page_header}
<main id="content">
<h3>Page deletion</h3><br>
Do you really want to delete page <b>{wikiqs:var:page}</b>?
<form action="{wikiqs:var:deletionurl}" method=POST>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"/>
<button type="submit" name="do" value="submit">Yes, delete page</button>
</form>
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,20 @@
<footer>
<ul id="footer">
<li><span style="padding-left: 10px"><a href="{wikiqs:config:linklogin}">{wikiqs:var:loginstatus}</a></span></li>
<li><a href="{wikiqs:var:historyurl}">Last edited by {wikiqs:var:editedby} on {wikiqs:var:editedon}</a></li>
<li style="font-size: 10pt">Powered by wikiQS</li>
</ul>
</footer>
<script>
function refreshSession()
{
var req = new XMLHttpRequest();
req.open("GET", "{wikiqs:config:refreshsessionurl}");
req.send();
setTimeout(refreshSession, 60*2*1000);
}
setTimeout(refreshSession, 60*2*1000);
</script>
</body>
</html>

Ver fichero

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{wikiqs:config:csspath}">
<title>{wikiqs:var:title}</title>
<body>
<nav>
<ul>
<li><a href="{wikiqs:config:linkindex}"><h2>{wikiqs:config:wikiname}</h2></a></li>
</ul>
<ul id="nav">
<li><a href="{wikiqs:config:linkrecent}">Recent changes</a></li>
<li><a href="{wikiqs:config:linkallpages}">All pages</a></li>
<li><a href="{wikiqs:config:linkallcats}">All categories</a></li>
</ul>
<ul>
{wikiqs:var:headerlinks}
</ul>
<ul id="right" class="search">
<li><div><form action="{wikiqs:config:wikipath}" method="GET"><input type="hidden" name="action" value="search"/><input type="text" value="search here" onfocus="this.value=''" name="q"/></form></div></li>
</ul>
</nav>

Ver fichero

@ -0,0 +1,8 @@
{wikiqs:include:page_header}
<main id="content">
<table style="width: 100%"><tr><td><b>Revision</b></td><td><b>Author</b></td><td><b>Comment</b></td><td><b><a href="{wikiqs:var:linkhistorysort}">Date</a></b></td></tr>
{wikiqs:var:revisionlist}
</table>
{wikiqs:var:prevpage} {wikiqs:var:nextpage}
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,16 @@
{wikiqs:include:page_header}
<main id="content">
<h2>Page settings: {wikiqs:var:page}</h2>
<form action="{wikiqs:var:settingsurl}" method="POST">
<h3>Categories:</h3><br>
<textarea cols=50 rows=20 name=categories>{wikiqs:var:categories}</textarea><br>
<h3>Rename:</h3>
<input type="text" name="renameto"></input><br>
<input type="checkbox" name="createredir" value="1" checked="checked" />Redirect old page
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"/><br>
<hr>
<input type="checkbox" name="showpage" value="1" {wikiqs:var:checked}/> Show page in lists etc.
<br>
<button type="submit" name="do" value="submit">Submit</button>
</main>
{wikiqs:include:general_footer}

11
template/quitesimple/page_view Archivo normal
Ver fichero

@ -0,0 +1,11 @@
{wikiqs:include:page_header}
<aside id="sidebar">
<section id="index">
<b>Index</b>
{wikiqs:var:index}
</section>
</aside>
<main id="content">
{wikiqs:var:content}
</main>
{wikiqs:include:page_footer}

Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:page_header}
<main id="content">
<b>Showing revision: {wikiqs:var:revision}</b><hr>
{wikiqs:var:content}
</main>
{wikiqs:include:page_footer}

Ver fichero

@ -0,0 +1,8 @@
{wikiqs:include:general_header}
<main id="content">
<table style="width: 100%"><tr><td><b>Page</b></td><td><b>Revision</b></td><td><b>Author</b></td><td><b>Comment</b></td><td><b><a href="{wikiqs:var:linkrecentsort}">Date</a></b></td></tr>
{wikiqs:var:revisionlist}
</table>
{wikiqs:var:prevpage} {wikiqs:var:nextpage}
</main>
{wikiqs:include:general_footer}

7
template/quitesimple/search Archivo normal
Ver fichero

@ -0,0 +1,7 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Search for: {wikiqs:var:searchterm} </h2>
{wikiqs:var:pagelist}
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Category: {wikiqs:var:categoryname}</h2>
{wikiqs:var:pagelist}
</main>
{wikiqs:include:general_footer}

Ver fichero

@ -0,0 +1,6 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Links to: {wikiqs:var:pagename}</h2>
{wikiqs:var:pagelist}
</main>
{wikiqs:include:general_footer}

213
template/quitesimple/style.css Archivo normal
Ver fichero

@ -0,0 +1,213 @@
body
{
padding: 0;
margin: 0;
font-family: Verdana;
background-color: white;
display: grid;
min-height: 100vh;
grid-template-rows: auto 1fr auto;
grid-template-areas: "nav nav"
"main side"
"footer footer";
grid-template-columns: 1fr auto;
}
header
{
margin: 0;
paddin: 0;
}
h1, h2, h3
{
margin: 0;
padding: 0;
display: inline;
}
nav
{
padding: 0px;
margin: 0px;
display: flex;
background-color: #062463;
justify-content: space-between;
flex-wrap: wrap;
grid-area: nav;
}
nav ul
{
background-color: #062463;
color: white;
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
align-items: center;
flex-wrap: wrap;
}
nav li
{
margin: 0;
padding: 0;
}
nav a, nav a:visited
{
padding: 10px;
text-decoration: none;
color: white;
display: block;
font-weight: bold;
text-align: center;
line-height: 100%;
}
nav a:hover, nav a:focus
{
padding: 10px;
text-decoration: none;
background-color: white;
color: #062463;
display: block;
font-weight: bold;
}
a, a:visited
{
color: #062463;;
}
a:hover
{
background-color: #062463;
color: white;
}
#content
{
padding: 15px;
font-family: monospace;
font-size: 14pt;
flex: 1;
grid-area: main
}
#sidebar
{
grid-area: side;
}
#sidebar ul
{
list-style-type: none;
}
#sidebar a, a:visited
{
color: #062463;
}
#sidebar a:hover
{
background-color: #062463;
color: white;
}
#content a, a:visited
{
color: #062463;
}
#content a:hover
{
background-color: #062463;
color: white;
}
footer
{
width: 100%;
display: block;
color: white;
background-color: #062463;
font-weight: bold;
grid-area: footer;
}
footer ul
{
background-color: #062463;
margin: 0px;
padding: 0px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
footer li
{
margin: 0;
padding: 0;
display: inline-block;
line-height: 45px;
color: white;
font-weight: bold;
//flex: 1 1 0;
text-align: center;
}
footer a, a:visited
{
text-decoration: none;
color: white;
display: inline-block;
}
footer a:hover, ul#nav a:focus
{
text-decoration: none;
color: #062463;
background-color: white;
display: inline-block;
}
#cats
{
background-color: #062463;
}
.letter_search_result
{
text-decoration: underline;
font-weight: bold;
}
ol
{
counter-reset: item;
}
.indexlink
{
display: block;
}
.notexists
{
color: red !important;
font-weight: bold;
}

Ver fichero

@ -0,0 +1,15 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Login</h2>
Change your current password
<form action="{wikiqs:var:userchangepwurl}" method="POST">
Current password: <input type="text" name="password" style="width: 25%;"></input><br>
New Password: <input type="password" name="newpassword" style="width: 25%;"></input><br>
Repeat password: <input type="password" name="newpassword2" style="width: 25%;"></input><br>
<button type="submit" name="do" value="submit">Submit</button>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
</form>
</main>
{wikiqs:include:general_footer}