Docfile commited on
Commit
8f423e9
·
verified ·
1 Parent(s): 9a7494b

Update templates/philosophie.html

Browse files
Files changed (1) hide show
  1. templates/philosophie.html +4 -1
templates/philosophie.html CHANGED
@@ -101,6 +101,8 @@
101
  <select id="type-select" class="w-full rounded-xl border-gray-200 shadow-sm focus:border-violet-500 focus:ring-violet-500 appearance-none bg-white py-3 px-4 pr-10">
102
  <option value="1">Type 1 -</option>
103
  <option value="2">Type 2 -</option>
 
 
104
  </select>
105
  <div class="absolute inset-y-0 right-0 flex items-center px-4 pointer-events-none">
106
  <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
@@ -245,7 +247,8 @@
245
  const type = $(this).val();
246
  const labels = {
247
  '1': 'Type1',
248
- '2': 'Type2'
 
249
  };
250
  $('#current-type-label').text(`Type ${type} - ${labels[type]}`);
251
  });
 
101
  <select id="type-select" class="w-full rounded-xl border-gray-200 shadow-sm focus:border-violet-500 focus:ring-violet-500 appearance-none bg-white py-3 px-4 pr-10">
102
  <option value="1">Type 1 -</option>
103
  <option value="2">Type 2 -</option>
104
+
105
+ <option value="3">Synthèse -</option>
106
  </select>
107
  <div class="absolute inset-y-0 right-0 flex items-center px-4 pointer-events-none">
108
  <svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
 
247
  const type = $(this).val();
248
  const labels = {
249
  '1': 'Type1',
250
+ '2': 'Type2',
251
+ '3': 'Synthèse'
252
  };
253
  $('#current-type-label').text(`Type ${type} - ${labels[type]}`);
254
  });