92 lines
2.7 KiB
HTML
92 lines
2.7 KiB
HTML
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
font-family: sans-serif;
|
|
font-size: 12pt;
|
|
}
|
|
.table {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.table table {
|
|
border: 1px solid;
|
|
border-radius: 5px;
|
|
width: 100%;
|
|
margin: 0px auto;
|
|
float: none;
|
|
}
|
|
p { margin: 0pt; }
|
|
td { vertical-align: top; }
|
|
table td {
|
|
border-left: 0.1mm solid #000000;
|
|
border-right: 0.1mm solid #000000;
|
|
}
|
|
table tbody td {
|
|
background-color: #FFF;
|
|
border: 0.1mm solid #000000;
|
|
padding-right: 2mm;
|
|
padding-left: 2mm;
|
|
}
|
|
tbody td.td-3,
|
|
tbody td.td-1,
|
|
.right {
|
|
text-align: right;
|
|
}
|
|
tbody td.td-2,
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
table td.colspan.td-2 {
|
|
text-align: left;
|
|
}
|
|
table thead th,
|
|
table tr.bold td,
|
|
table tr.bold td.td-3 {
|
|
background-color: #EEEEEE;
|
|
border: 0.1mm solid #000000;
|
|
font-weight: bold;
|
|
}
|
|
table tr.center td,
|
|
table tr.center td.td-3,
|
|
table tbody tr.center td.td-2.colspan {
|
|
text-align: center!important;
|
|
}
|
|
/*
|
|
tbody tr.tr-2 td,
|
|
tbody tr.tr-3 td {
|
|
background-color: #EEE;
|
|
border-top: 0.4mm solid #000;
|
|
}
|
|
tbody tr.tr-3 td {
|
|
font-weight: bold;
|
|
}
|
|
*/
|
|
.left {
|
|
text-align: left;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p class="center">Spletni razvoj, Liopold Doron Novelli s.p.,<br>ADDRESS<br>NUMBER, liopold@drunomics.com<br>NUMBER</p>
|
|
<p><br><br></p>
|
|
<p>Company name<br>Company Name<br>Wien<br>Austria</p>
|
|
<p><br></p>
|
|
<p><br></p>
|
|
<p><br></p>
|
|
<p class="right">Laibach, am [[today]]</p>
|
|
<p><strong>Honorarnote<br>Nummer [[number]]</strong></p>
|
|
<p><br></p>
|
|
<p>Für meine Tätigkeit Programmieren von [[date_start]] bis [[date_end]] erlaube ich mir, folgenden Betrag in Rechnung zu stellen:<br></p>
|
|
<p><br></p>
|
|
<div class="table">[[table]]</div>
|
|
<p><br>Ich ersuche Sie höflich, den oben angeführt auf meine Kontonummer ACCOUNT NUMBER mit der Bankleitzahl BANK zu überweisen.<br></p>
|
|
<p><br>Vielen Dank für den Auftrag,<br>
|
|
mit besten Grüßen,</p>
|
|
<p><br><br></p>
|
|
<p><br><br></p>
|
|
<p>Liopold Doron Novelli</p>
|
|
</body>
|
|
</html>
|