##// END OF EJS Templates
fix a couple of default block values...
fix a couple of default block values should be None closes #4103 should be backported to 1.1

File last commit:

r11086:c137395d
r12288:3670ae7e
Show More
display_priority.tplx
39 lines | 1.1 KiB | text/plain | TextLexer
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((= autogenerated file do not edit =))
Matthias BUSSONNIER
lots of modification for latex
r9611 ((*- extends 'null.tplx' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608
((=display data priority=))
((*- block data_priority scoped -*))
((*- for type in output | filter_data_type -*))
((*- if type in ['pdf']*))
((*- block data_pdf -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['svg']*))
((*- block data_svg -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['png']*))
Matthias BUSSONNIER
move tex skeleton
r9631 ((*- block data_png -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- endblock -*))
((*- endif -*))
((*- if type in ['html']*))
((*- block data_html -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['jpeg']*))
((*- block data_jpg -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['text']*))
((*- block data_text -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['latex']*))
((*- block data_latex -*))
((*- endblock -*))
((*- endif -*))
((*- endfor -*))
((*- endblock data_priority -*))