diff --git a/resources/views/tabulation/entry_score_sheet.blade.php b/resources/views/tabulation/entry_score_sheet.blade.php index 6c783d9..fe0f1da 100644 --- a/resources/views/tabulation/entry_score_sheet.blade.php +++ b/resources/views/tabulation/entry_score_sheet.blade.php @@ -21,6 +21,7 @@

{{ $subscore->name }}Max: {{ $subscore->max_score }}

@endforeach + Total @@ -35,11 +36,15 @@ name="judge{{ $judge->id }}[{{ $subscore->id }}]" class="block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6 judge{{$judge->id}}score" @if($oldScores) value="{{ $oldScores['judge'.$judge->id][$subscore->id] }}" @endif - required > + required +{{-- onchange="judge{{$judge->id}}sum()"--}} + > @endforeach - - + +

+ 0.000 +

@endforeach @@ -51,4 +56,28 @@ +