source: RedSur/app/assets/templates/oembed_tpl.jst.hbs @ 40f563a

modelo_minuta
Last change on this file since 40f563a was 1b91e02, checked in by aosorio <aosorio@…>, 8 years ago

Version para desarrollo local

  • Property mode set to 100755
File size: 888 bytes
Line 
1{{#if o_embed_cache}}
2    {{#if o_embed_cache.data.types.video }}
3        <div class="thumb">
4            <img src="{{o_embed_cache.data.thumbnail_url}}" />
5            <div class="video-overlay">
6              <div class="video-info">
7                <div class="title">{{o_embed_cache.data.title}}</div>
8                <div class="meta">
9                  <a href="{{o_embed_cache.data.author_url}}" target="_blank">{{o_embed_cache.data.author_name}}</a>
10                  -
11                  <a href="{{o_embed_cache.data.provider_url}}" target="_blank">{{o_embed_cache.data.provider_name}}</a>
12                </div>
13                {{#if o_embed_cache.data.description}}
14                <div class="desc">{{o_embed_cache.data.description}}</div>
15                {{/if}}
16              </div>
17            </div>
18        </div>
19    {{else}}
20      {{{o_embed_html}}}
21    {{/if}}
22{{/if}}
Note: See TracBrowser for help on using the repository browser.