--- a/client/app/search/search.html Thu Oct 02 13:24:57 2014 +0200
+++ b/client/app/search/search.html Fri Oct 03 10:38:50 2014 +0200
@@ -3,7 +3,7 @@
<div ng-if="results.nhits>0">
<div class="row item" ng-repeat="h in results.hits">
<img class="col-md-3" src="{{ h.url }}"/>
- <div class="col-md-8">
+ <div class="col-md-7">
<p><strong>Nom :</strong> {{ h.metas|meta:"name" }}</p>
<p><strong>Description :</strong> {{ h.metas|meta:"description" }}</p>
<p><small><strong>Classification :</strong> {{ h.metas|meta:"classification" }}</small></p>
@@ -13,5 +13,9 @@
<p><small><strong>Acteurs :</strong> {{ h.metas|meta:"actors" }}</small></p>
<p><small><strong>Lieux :</strong> {{ h.metas|meta:"places" }}</small></p>
</div>
+ <div class="col-md-1">
+ <a class="btn btn-default" href="#/slideshow/add/{{q}},{{$index}}"><span class="glyphicon glyphicon-plus"></span></a>
+ <a class="btn btn-default"><span class="glyphicon glyphicon-eye-open"></span></a>
+ </div>
</div>
</div>