D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
doc
/
python3-jinja2
/
examples
/
rwbench
/
mako
/
Filename :
helpers.html
back
Copy
<%def name="input_field(name='', value='', type='text')"> <input type="${type}" value="${value|h}" name="${name}"> </%def> <%def name="textarea(name, value='', rows=10, cols=40)"> <textarea name="${name}" rows="${rows}" cols="${cols}">${value|h}</textarea> </%def> <%def name="form(action='', method='post')"> <form action="${action|h}" method="${method}">${caller.body()}</form> </%def>
Name
Size
Last Modified
Owner
Permissions
Actions
helpers.html
0.387
KB
October 04 2018 2:01:32
root
0644
index.html
0.951
KB
October 04 2018 2:01:32
root
0644
layout.html
0.842
KB
October 04 2018 2:01:32
root
0644
2017 © D7net | D704T team