picture display ready

This commit is contained in:
Senad Uka
2016-10-08 16:02:59 +02:00
parent d469c91e3e
commit 4b2b9526de
10 changed files with 97 additions and 22 deletions

View File

@@ -0,0 +1,15 @@
<template name="surveillance">
<div>&nbsp;</div>
<div class="row">
<div class="col-md-12 text-center">
Fotografisano: {{ picture_time }}
<button id="request_new_picture">Zatraži Novu</button>
</div>
</div>
<div class="row">&nbsp;</div>
<div class="row">
<div class="col-md-12">
<img src="{{ picture_src }}" class="img-responsive center-block" />
</div>
</div>
</template>