projects
/
Plinn.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Quelques améliorations / simplifications / nettoyages dans le style.
[Plinn.git]
/
skins
/
custom_generic
/
main_template
/
macros
/
master.py
1
##parameters
2
3
if
context
.
REQUEST
.
form
.
get
(
'ajax'
) :
4
template
=
context
.
main_template_ajax
5
else
:
6
template
=
context
.
main_template_standard
7
return
template
.
macros
[
'master'
]