Added first files for admin and login/signup in admin
This commit is contained in:
parent
e0ed00af8c
commit
d9b62719d7
139 changed files with 18408 additions and 4 deletions
12
paramecio2/libraries/templates/utils/accept.phtml
Normal file
12
paramecio2/libraries/templates/utils/accept.phtml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue