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
21
paramecio2/libraries/templates/utils/insertform.phtml
Normal file
21
paramecio2/libraries/templates/utils/insertform.phtml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<p><a href="${admin.url_redirect}">${admin.text_home|n}</a> >> \
|
||||
% if id!='0':
|
||||
${title_edit} \
|
||||
%else:
|
||||
${title_edit} \
|
||||
%endif
|
||||
<%
|
||||
|
||||
enctype_txt=''
|
||||
|
||||
if enctype:
|
||||
enctype_txt='enctype="multipart/form-data"'
|
||||
|
||||
%>
|
||||
</p>
|
||||
<form method="post" action="${url_action}" ${enctype_txt|n}>
|
||||
<h2>${title_edit}</h2>
|
||||
<span class="error">${model.query_error}</span>
|
||||
${ form|n }
|
||||
<p><input type="submit" value="${lang('common', 'send', 'Send') }"></p>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue