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