12
12
href="${req.publisher.generate(context, OfferingEdit)}">
15
<a py:if="req.user.admin"
17
href="${req.publisher.generate(context, OfferingCloneWorksheets)}">
20
15
<a py:if="'enrol' in permissions"
21
16
class="groupaction"
22
href="${req.publisher.generate(context, EnrolmentsView)}">
17
href="${req.publisher.generate(context, None, ('+enrolments', '+new'))}">
72
67
${project.synopsis}
73
<div class="horizontalactions" py:if="'view_project_submissions' in permissions">
74
<a class="verifyaction" href="${req.publisher.generate(project)}">View submissions</a>
75
<a py:if="project.project_set.is_group" class="groupaction"
76
href="${req.publisher.generate(project.project_set, GroupsView)}">Manage groups</a>
80
<p py:if="context.get_open_projects_for_user(req.user).count() > 0">
81
<a class="helpaction" href="/+help/Submitting%20a%20project">Help submitting a project</a>
70
<py:if test="context.get_open_projects_for_user(req.user).count() > 0">
72
To submit to a project that has not yet closed, use the file
73
browser to navigate to the file or directory that you wish to
74
submit, click “More actions...”,
75
“Submit”, and then select the correct project.
78
If the project to which you intend to submit is not listed,
79
ensure that you are in the correct directory, or a subdirectory
80
thereof. For solo projects, you must be inside the subject's
81
“mywork” directory. For group projects, you must be
82
inside the directory for the assigned group.
85
You may resubmit a project as you wish until the deadline, but
86
a new submission will overwrite any made earlier.
124
130
<span style="font-weight: bold;">Mark:</span> ${worksheet_mark}/${worksheet_max_mark}
127
<div class="horizontalactions" py:if="'edit_worksheets' in permissions">
128
<a class="manageaction" href="${req.publisher.generate(context, None, ('+worksheets', '+edit'))}"> Manage worksheets</a>
129
<a class="manageaction" href="/+exercises">Manage exercises</a>
133
<a py:if="'edit' in permissions"
135
href="${req.publisher.generate(context, None, ('+worksheets', '+edit'))}">
138
<a py:if="'edit' in permissions"