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