chore(exam-correct): add header idents for cell indices
This commit is contained in:
parent
2e7bca6333
commit
a7af7ad64b
@ -2,16 +2,16 @@ $newline never
|
|||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div uw-hide-columns="exam-correct">
|
<div uw-hide-columns="exam-correct">
|
||||||
<table .table .table--striped uw-exam-correct=#{examCorrectIdent} uw-sort-table=#{examCorrectIdent}>
|
<table .table .table--striped table--hover uw-exam-correct=#{examCorrectIdent} uw-sort-table=#{examCorrectIdent}>
|
||||||
<thead>
|
<thead>
|
||||||
<tr .table__row .table__row--head>
|
<tr .table__row .table__row--head>
|
||||||
<th .table__th .sortable .sorted-desc uw-hide-column-header="date">
|
<th .table__th .sortable .sorted-desc uw-exam-correct-header="date" uw-hide-column-header="date">
|
||||||
_{MsgExamCorrectHeadDate}
|
_{MsgExamCorrectHeadDate}
|
||||||
<th .table__th .sortable uw-hide-column-header="participant">
|
<th .table__th .sortable uw-exam-correct-header="user" uw-hide-column-header="user">
|
||||||
_{MsgExamCorrectHeadParticipant}
|
_{MsgExamCorrectHeadParticipant}
|
||||||
^{iconTooltip participantHeadTooltip Nothing True}
|
^{iconTooltip participantHeadTooltip Nothing True}
|
||||||
$forall ExamPart{examPartNumber,examPartName} <- examParts
|
$forall ExamPart{examPartNumber,examPartName} <- examParts
|
||||||
<th .table__th .sortable uw-hide-column-header=#{examPartNumber}>
|
<th .table__th .sortable uw-exam-correct-header=#{examPartNumber} uw-hide-column-header=#{examPartNumber}>
|
||||||
$maybe name <- examPartName
|
$maybe name <- examPartName
|
||||||
<span .tooltip>
|
<span .tooltip>
|
||||||
<span>
|
<span>
|
||||||
@ -20,13 +20,13 @@ $newline never
|
|||||||
_{MsgExamCorrectHeadPartName name}
|
_{MsgExamCorrectHeadPartName name}
|
||||||
$nothing
|
$nothing
|
||||||
_{MsgExamCorrectHeadPart examPartNumber}
|
_{MsgExamCorrectHeadPart examPartNumber}
|
||||||
<th .table__th .sortable uw-hide-column-header="status">
|
<th .table__th .sortable uw-exam-correct-header="status" uw-hide-column-header="status">
|
||||||
_{MsgExamCorrectHeadStatus}
|
_{MsgExamCorrectHeadStatus}
|
||||||
<tbody #exam-correct__new>
|
<tbody #exam-correct__new>
|
||||||
<tr .table__row>
|
<tr .table__row>
|
||||||
<td .table__td>
|
<td .table__td>
|
||||||
<td .table__td .exam-correct--input-status>
|
<td .table__td .exam-correct--input-status>
|
||||||
<input #exam-correct__user type="text">
|
<input #exam-correct__user type="text" autofocus minLength=1>
|
||||||
<i #exam-correct__user-status .fas .fa-fw>
|
<i #exam-correct__user-status .fas .fa-fw>
|
||||||
<ul #exam-correct__user-candidates>
|
<ul #exam-correct__user-candidates>
|
||||||
$forall ExamPart{examPartNumber} <- examParts
|
$forall ExamPart{examPartNumber} <- examParts
|
||||||
|
|||||||
Reference in New Issue
Block a user