Skip to content
Snippets Groups Projects
Verified Commit cb9af537 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Finalise title page. Closes #26.

parent 1c395b53
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,22 @@ section.sheet.smallprint { ...@@ -60,6 +60,22 @@ section.sheet.smallprint {
font-size: 8pt; font-size: 8pt;
} }
section.sheet.bigprint {
font-size: 12pt;
}
span.signature-line {
display: inline-block;
width: 10em;
border-bottom: 1px solid;
}
#titlepage {
display: flex;
flex-direction: column;
justify-content: space-around;
}
#titlepage h1 { #titlepage h1 {
text-align: center; text-align: center;
} }
...@@ -77,11 +93,19 @@ section.sheet.smallprint { ...@@ -77,11 +93,19 @@ section.sheet.smallprint {
text-align: center; text-align: center;
} }
#titlepage p#printed-info {
text-align: center;
}
#titlepage p#group-owners { #titlepage p#group-owners {
font-size: 130%; font-size: 130%;
text-align: center; text-align: center;
} }
#titlepage p#signatures {
padding-top: 2em;
}
table { table {
width: 100%; width: 100%;
border: 1px solid black; border: 1px solid black;
......
...@@ -12,15 +12,50 @@ ...@@ -12,15 +12,50 @@
</head> </head>
<body class="A4"> <body class="A4">
<section class="sheet padding-10mm" id="titlepage"> <section class="sheet padding-10mm bigprint" id="titlepage">
<h1>{% trans 'Class register' %}</h1> <div>
<img src="{% cropped_thumbnail group.school 'logo_cropping' max_size='600x600' %}" id="school-logo" /> <h1>{% trans 'Class register' %}</h1>
<p id="group-desc"> <img src="{% cropped_thumbnail group.school 'logo_cropping' max_size='600x600' %}" id="school-logo" />
{{ group.name }} <p id="group-desc">
</p> {{ group.name }}
<p id="group-owners"> </p>
{{ group.owners.all|join:', ' }} <p id="group-owners">
</p> {% trans 'Owners' %}:
{{ group.owners.all|join:', ' }}
</p>
<p id="printed-info">
{% trans 'Printed on' %} {{ today }}
</p>
</div>
<div>
<hr />
</div>
<div>
<p>
{% blocktrans %}
This printout is intended for archival purposes. The main copy of
the class register is stored in the BiscuIT School Information
System.
{% endblocktrans %}
</p>
<p>
{% blocktrans %}
Copies of the class register, both digital and as printout, must
only be kept inside the school and/or on devices authorised by the
school.
{% endblocktrans %}
</p>
<p>
{% blocktrans %}
The owner of the group and the headteacher confirm the above, as
well as the correctness of this printout.
{% endblocktrans %}
</p>
<p id="signatures">
<span class="signature-line"></span> ({% trans 'Owners' %}),
<span class="signature-line"></span> ({% trans 'Headteacher' %})
</p>
</div>
</section> </section>
<section class="sheet padding-10mm" id="persons-overview"> <section class="sheet padding-10mm" id="persons-overview">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment