Init: basic templating.
This commit is contained in:
commit
ec1b43754a
7 changed files with 608 additions and 0 deletions
22
berichtsheft/assets/templates/title.html
Normal file
22
berichtsheft/assets/templates/title.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<template id="title">
|
||||
<div class="page title">
|
||||
<div class="pg-content">
|
||||
<div class="halfh">
|
||||
<img src="" class="eightyw logo"/>
|
||||
</div>
|
||||
<h1>Berichtsheft</h1>
|
||||
<div class="flex">
|
||||
<p>Ausbildungsbeginn: </p>
|
||||
<p class="tdate"></p>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<p>Ausbildungsende: </p>
|
||||
<p class="tdate"></p>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<p>Name: </p>
|
||||
<p class="name"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue