Ajout impression
This commit is contained in:
@@ -5,10 +5,11 @@
|
||||
size: A4 landscape;
|
||||
margin: 2cm;
|
||||
}
|
||||
* {
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
@page regular_template { margin: 2cm; }
|
||||
.header-info{
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
table {
|
||||
table-layout: fixed;
|
||||
@@ -32,24 +33,30 @@
|
||||
}
|
||||
.desc {
|
||||
padding: 1mm;
|
||||
font-size: 10pt;
|
||||
}
|
||||
.desc td{
|
||||
width 50%;
|
||||
}
|
||||
.global{
|
||||
padding: 1mm;
|
||||
font-size: 10pt;
|
||||
}
|
||||
.global td{
|
||||
width: 100%;
|
||||
}
|
||||
h3{
|
||||
font-size: 14pt;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
{%for object in objects%}
|
||||
<h3>Liste des évaluations #{{object.ID}} {{object.sStudent}}</h3>
|
||||
<table class="">
|
||||
|
||||
<img src="/static/img/logo_clerc_200.png" alt="ClercNet Logo" class="img-circle brand-image elevation-3" style="opacity: .8">
|
||||
<table class="header-info">
|
||||
<tbody>
|
||||
<tr class="">
|
||||
<th class=" " align="center" >Date de suivi</th>
|
||||
|
Reference in New Issue
Block a user