Added first files for admin and login/signup in admin

This commit is contained in:
Antonio de la Rosa 2020-01-25 23:57:17 +01:00
parent e0ed00af8c
commit d9b62719d7
139 changed files with 18408 additions and 4 deletions

View file

@ -0,0 +1,12 @@
${question_text}: <input type="button" value="Yes" id="accept"/>
<script language="javascript">
$('#accept').click( function () {
location.href='${url_redirect|n}'
});
</script>
<%block name="form">
</%block>