31 lines
642 B
Plaintext
31 lines
642 B
Plaintext
$newline never
|
|
<section>
|
|
<h2>
|
|
_{MsgStudyFeaturesDegrees}
|
|
^{degreeTable}
|
|
<section>
|
|
<h2>
|
|
_{MsgStudyFeaturesTerms}
|
|
^{studytermsTable}
|
|
<section>
|
|
<h2>
|
|
_{MsgStudyFeaturesNameCandidates}
|
|
^{candidateTable}
|
|
<section>
|
|
<h2>
|
|
_{MsgStudyFeaturesParentCandidates}
|
|
^{parentCandidateTable}
|
|
<section>
|
|
<h2>
|
|
_{MsgStudyFeatureInference}
|
|
<p>
|
|
$if null infConflicts
|
|
_{MsgStudyFeatureInferenceNoConflicts}
|
|
$else
|
|
<h3>_{MsgStudyFeatureInferenceConflictsHeading}
|
|
<ul>
|
|
$forall Entity _ (StudyTerms ky _ nm _ _) <- infConflicts
|
|
<li>
|
|
#{show ky} - #{foldMap id nm}
|
|
^{btnForm}
|