Registration and fuzzy search in progress

This commit is contained in:
Claude Brisson
2023-12-15 13:45:23 +01:00
parent 519eca8af3
commit ea44f6068e
26 changed files with 708 additions and 102 deletions

View File

@@ -11,6 +11,7 @@
<option value="$k" #if($sel && $sel == $k)selected#end>$disp</option>
#end
#end
#macro(rank $rank)#if( $rank<0 )#set( $k = -$rank )${k}k#else#set( $d=$rank+1 )${d}d#end#end
#if($params.id)
#set($tour = $api.get("tour/${params.id}"))
#if (!$tour)
@@ -63,6 +64,7 @@
<script type="text/javascript">
#if($tour)
const tour_id = ${tour.id};
const tour_rounds = ${tour.rounds};
#end
#set($datepickerLocale = $translate.datepickerLocale($request.lang, $request.loc))
const datepickerLocale = '$datepickerLocale';