You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
2.0 KiB
27 lines
2.0 KiB
<script type="text/javascript"> |
|
url_action_formidable_ts_export = "[(#URL_ACTION_AUTEUR{formidable_ts_export,generer=true}|replace{'&',&})]"; |
|
filter_filterLabel = '<:formidable_ts:filtrer_colonne:>'; |
|
filter_placeholder = '<:formidable_ts:filtre:>'; |
|
type_export = 'csv' |
|
filename = 'nom'; |
|
checkAll = '<:formidable_ts:checkall:>'; |
|
uncheckAll = '<:formidable_ts:uncheckall:>'; |
|
resetAllconfirm = "<:formidable_ts:resetallconfirm:>"; |
|
pager_ajaxUrl = '#URL_PAGE{formidable_ts.json}&page_ts={page}&size={size}&{sortList:sort}&id_formulaire=#ID_FORMULAIRE&statut=#ENV{statut}'; |
|
</script> |
|
[<link rel="stylesheet" href="(#CHEMIN{css/tablesorter.pager.min.css}|timestamp)" />] |
|
|
|
[<script type="text/javascript" src="(#CHEMIN{javascript/jquery.tablesorter.min.js}|timestamp)"></script>] |
|
[<script type="text/javascript" src="(#CHEMIN{javascript/jquery.tablesorter.widgets.min.js}|timestamp)"></script>] |
|
[<script type="text/javascript" src="(#CHEMIN{javascript/widget-columnSelector.min.js}|timestamp)"></script>] |
|
[<script type="text/javascript" src="(#CHEMIN{javascript/widget-print.min.js}|timestamp)"></script>] |
|
[<script type="text/javascript" src="(#CHEMIN{javascript/widget-output.min.js}|timestamp)"></script>] |
|
[<script type="text/javascript" src="(#CHEMIN{javascript/widget-pager.min.js}|timestamp)"></script>] |
|
|
|
|
|
[<link rel="stylesheet" href="(#CHEMIN{css/formidable_ts.css}|timestamp)" />] |
|
[<script type="text/javascript" src="(#CHEMIN{javascript/formidable_ts.js}|timestamp)"></script>] |
|
[(#ENV{css_prive_layout_page}|=={oui}|oui)[<link rel="stylesheet" href="(#CHEMIN{css/formidable_ts.css}|timestamp)" />]] |
|
[(#ENV{css_prive_layout_page}|=={oui}|oui)[<link rel="stylesheet" href="(#CHEMIN{css/formidable_ts_prive_layout_page.css}|timestamp)" />]] |
|
[(#ENV{css_prive_layout_page}|=={oui}|oui)[<link rel="stylesheet" href="(#CHEMIN{css/formidable_ts_prive_layout_page.css}|timestamp)" />]] |
|
[(#ENV{css_prive_bloc_entete}|=={oui}|oui)[<link rel="stylesheet" href="(#CHEMIN{css/formidable_ts_prive_bloc_entete.css}|timestamp)" />]]
|
|
|