Allow supervisors to request improvements from final seminar opponents #78

Merged
niat8586 merged 41 commits from opponent-completion into develop 2025-03-05 10:05:38 +01:00
4 changed files with 33 additions and 41 deletions
Showing only changes of commit 87e60578c0 - Show all commits

View File

@ -6,15 +6,11 @@
<div class="col-lg-8">
<h4>Opposition report</h4>
<div class="row mb-4">
<div class="col-lg-8">
<div class="help-box">
<div class="help-box mb-3">
Use the assessment criteria in this report and write your views as an opponent in the text
fields under each criterion. However, you do not make a point assessment but are free to
write as much as you wish on each criterion.
</div>
</div>
</div>
<div class="mb-3">
<strong>Final seminar file:</strong> <span wicket:id="thesisFile"></span>
@ -32,14 +28,14 @@
</wicket:enclosure>
<div wicket:id="fillOutReport">
<strong>Thesis summary</strong>
<label wicket:for="thesisSummary">
Thesis summary
</label>
<p>
Give a short summary of the evaluated work.
</p>
<label>
<textarea class="form-control mb-4" rows="8" wicket:id="thesisSummary"></textarea>
</label>
</div>
</div>
</div>

View File

@ -11,7 +11,7 @@
<div wicket:id="container">
<div wicket:id="opponents">
<div class="row">
<div class="col-lg-7 mb-3">
<div class="col-lg-7">
<span wicket:id="user"></span><a href="#" wicket:id="remove"><span class="fa fa-times"></span></a><br>
<div wicket:id="report"></div>
</div>

View File

@ -7,13 +7,13 @@
<div wicket:id="wmc">
<wicket:enclosure child="newReport">
<wicket:container wicket:id="newReport"/>
<div class="alert alert-info mt-1 mb-1" wicket:id="improvements_requested">
The supervisor has requested improvements to your opposition report.
Click the link below to see detailed comments from the supervisor and to make the requested changes.
</div>
<span wicket:id="oppositionReportLabel"></span> <span wicket:id="noOppositionReportYet"></span>
<a href="#" wicket:id="oppositionReportLink">Fill out opposition report</a>
<div class="alert alert-info mt-1" wicket:id="improvements_requested">
The supervisor has requested improvements to your opposition report.
Click the link above to see detailed comments from the supervisor and to make the requested changes.
</div>
<span wicket:id="downloadPdfPanel"></span><br />
<div wicket:id="downloadPdfPanel"></div>
<wicket:enclosure child="downloadAttachment">
Report attachment: <span wicket:id="downloadAttachment"></span>
</wicket:enclosure>

View File

@ -5,8 +5,6 @@
</head>
<body>
<wicket:border>
<div class="row">
<div class="col-lg-8">
<div wicket:id="save"></div>
<form wicket:id="form">
<div wicket:id="feedbackPanel"></div>
@ -27,8 +25,6 @@
Submit
</button>
</form>
</div>
</div>
</wicket:border>
</body>
</html>