| Line 82... |
Line 82... |
| 82 |
<div class="span conteneur_date_fin">
|
82 |
<div class="span conteneur_date_fin">
|
| 83 |
<label for="date_fin">Date de fin </label><input id="date_fin" name="date_fin" type="text" placeholder="jj/mm/aaaa" />
|
83 |
<label for="date_fin">Date de fin </label><input id="date_fin" name="date_fin" type="text" placeholder="jj/mm/aaaa" />
|
| 84 |
</div>
|
84 |
</div>
|
| 85 |
</div>
|
85 |
</div>
|
| 86 |
<div class="row-fluid conteneur_selection_format">
|
86 |
<div class="row-fluid conteneur_selection_format">
|
| 87 |
<label class="titre_format_export">Format d'export</label>
|
87 |
<label class="titre_format_export">Format d'export</label>
|
| - |
|
88 |
<ul>
|
| - |
|
89 |
<li>
|
| 88 |
<input type="radio" class="selection_format" name="format" value="xls" id="format_xls" checked="checked" />
|
90 |
<input type="radio" class="selection_format" name="format" value="xls" id="format_xls" checked="checked" />
|
| 89 |
<label class="label_selection_format" for="format_xls">excel (.xls)</label>
|
91 |
<label class="label_selection_format" for="format_xls">excel (.xls)</label>
|
| - |
|
92 |
</li>
|
| - |
|
93 |
<li>
|
| 90 |
<input type="radio" class="selection_format" name="format" value="csv" id="format_csv"/>
|
94 |
<input type="radio" class="selection_format" name="format" value="csv" id="format_csv"/>
|
| 91 |
<label class="label_selection_format" for="format_csv">csv (.csv)</label>
|
95 |
<label class="label_selection_format" for="format_csv">csv (.csv)</label>
|
| - |
|
96 |
</li>
|
| - |
|
97 |
<li>
|
| - |
|
98 |
<input type="radio" class="selection_format" name="format" value="pdf" id="format_pdf"/>
|
| - |
|
99 |
<label class="label_selection_format" for="format_csv">Étiquettes PDF (.pdf)</label>
|
| - |
|
100 |
</li>
|
| - |
|
101 |
</ul>
|
| 92 |
</div>
|
102 |
</div>
|
| 93 |
<div>
|
103 |
<div>
|
| 94 |
<input class="btn" value="Télécharger les données" type="submit" />
|
104 |
<input class="btn" value="Télécharger les données" type="submit" />
|
| 95 |
</div>
|
105 |
</div>
|
| 96 |
<div class="attention">
|
106 |
<div class="attention">
|
| Line 114... |
Line 124... |
| 114 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
124 |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
| 115 |
})();
|
125 |
})();
|
| 116 |
//]]>
|
126 |
//]]>
|
| 117 |
</script>
|
127 |
</script>
|
| 118 |
</body>
|
128 |
</body>
|
| 119 |
</html>
|
- |
|
| 120 |
|
129 |
</html>
|
| - |
|
130 |
|