mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Basic search working for #32
This commit is contained in:
parent
f49e67da83
commit
1596dce629
7 changed files with 296 additions and 15 deletions
|
@ -161,17 +161,16 @@
|
|||
<div class="row">
|
||||
<div class="col-sm-2">
|
||||
|
||||
<img class="img-responsive" src="http://image.tmdb.org/t/p/w150/{{posterPath}}" alt="poster">
|
||||
@*<img class="img-responsive" src="http://image.tmdb.org/t/p/w150/{{posterPath}}" alt="poster">*@
|
||||
|
||||
<img class="img-responsive" width="150" src="{{posterPath}}" alt="poster">
|
||||
|
||||
</div>
|
||||
<div class="col-sm-5 ">
|
||||
<div>
|
||||
|
||||
<a href="http://www.imdb.com/title/{{imdb}}/" target="_blank">
|
||||
@*<a href="http://www.imdb.com/title/{{imdb}}/" target="_blank">*@
|
||||
<h4>{{title}} ({{year}})</h4>
|
||||
</a>
|
||||
@*</a>*@
|
||||
</div>
|
||||
<p>{{overview}}</p>
|
||||
</div>
|
||||
|
@ -179,7 +178,7 @@
|
|||
<form method="POST" action="/search/request/{{type}}" id="form{{id}}">
|
||||
<input name="{{type}}Id" type="text" value="{{id}}" hidden="hidden" />
|
||||
|
||||
<button id="{{id}}" style="text-align: right" class="btn btn-primary-outline requestMovie" type="submit"><i class="fa fa-plus"></i> Request</button>
|
||||
<button id="{{id}}" style="text-align: right" class="btn btn-primary-outline requestMusic" type="submit"><i class="fa fa-plus"></i> Request</button>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue