Browse Source

Update with movie info

master
sipp11 10 years ago
parent
commit
260ad23778
  1. 26
      index.html

26
index.html

@ -16,10 +16,17 @@
<li>{{#link-to 'groups'}}Theaters{{/link-to}}</li>
<li>{{#link-to 'api'}}API{{/link-to}}</a></li>
<li>{{#link-to 'about'}}About{{/link-to}}</a></li>
<li><a><div class="fb-like" data-href="http://showtimes.everyday.in.th" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true"></div></a></li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<span class="pull-right">
<span class="fb-like" style="top:-6px" data-href="http://showtimes.everyday.in.th" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true"></span>
<span class="g-plusone" data-href="http://showtimes.everyday.in.th/"></span>
</span>
</div>
</div>
{{outlet}}
</script>
@ -101,8 +108,18 @@
<tr>
<td>
{{#if poster_path}}<div class="pull-left" style="margin-right:0.5em"><img src="http://image.tmdb.org/t/p/w92{{unbound poster_path}}" align="left" class="img-rounded" /></div>{{/if}}
<h4>{{movie}} {{#if imdb_id }}<a href="http://www.imdb.com/title/{{unbound imdb_id}}/"><img src="http://zzyzx.co/static/imdb.png"></a>{{/if}} <small class='muted'><mark>{{audio}}</mark> on {{format-date date}}</small></h4>
<p>{{showtimes}} {{#if cinema}}<small class='muted'>#{{cinema}}</small>{{/if}}</p>
<h4>{{movie}} <small class='muted'><mark>{{audio}}</mark> on {{format-date date}}</small></h4>
<p>
{{#if cinema}}<small class='muted'>#{{cinema}}</small><br/>{{/if}}
{{showtimes}}
<span style="color:#7C7C7C"><br/><br/>
{{#if imdb_id}}<a href="http://www.imdb.com/title/{{unbound imdb_id}}/" class="btn btn-info btn-mini">IMDb</a>{{/if}}
{{#if vote_average}}<a href="http://www.themoviedb.org/movie/{{unbound movie_id}}/" class="btn btn-info btn-mini">TMDb</a> rating {{vote_average}} ({{vote_count}} vote){{/if}}
{{#if videos}}<br/><strong>Trailer</strong> {{#each videos}}
<a href="http://{{unbound site}}.com/watch?v={{unbound key}}" class="btn btn-default btn-mini">Link</a>&nbsp;
{{/each}}{{/if}}
</span>
</p>
</td>
</tr>
{{else}}
@ -186,7 +203,8 @@
<script src="/bower_components/showdown/compressed/showdown.js"></script>
<script src="/bower_components/moment/moment.js"></script>
<script src="/js/app.js"></script>
<script src="/js/trackers.js"></script>
<script src="/js/trackers.js" async defer></script>
<script src="https://apis.google.com/js/platform.js" async defer></script>
<div id="fb-root"></div>
</body>
</html>

Loading…
Cancel
Save