Added module for login
This commit is contained in:
parent
79b1e8afb6
commit
758d7e4cef
8 changed files with 163 additions and 6 deletions
14
paramecio2/modules/login/admin/templates/loginform.phtml
Normal file
14
paramecio2/modules/login/admin/templates/loginform.phtml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
${content_form|n}
|
||||
<p><input type="submit" value="${lang('admin', 'send', 'Send')}"/></p>
|
||||
<script>
|
||||
|
||||
$.ajax({
|
||||
url: "${url_for('.admin_login')}",
|
||||
data: {},
|
||||
success: function(data) {
|
||||
|
||||
},
|
||||
dataType: 'json'
|
||||
});
|
||||
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue