source: trunk/www.guidonia.net/wp/wp-content/plugins/tubepress/ui/widget/html_templates/thumbnail.tpl.html@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 1.6 KB
Line 
1<!-- BEGIN thumb -->
2<div class="tubepress_thumb_widget">
3 <div class="tubepress_thumb_inner">
4 <a id="{VIDEO_IMG_ANCHOR_ID}" rel="{VIDEO_IMG_ANCHOR_REL}"> <img alt="{VIDEO_IMG_ALT}" src="{THUMBURL}" width="{THUMBWIDTH}" height="{THUMBHEIGHT}" /></a>
5
6 <div class="tubepress_meta_group">
7
8 <!-- BEGIN title -->
9 <div class="tubepress_meta_title"><a id="{VIDEO_TITLE_ANCHOR_ID}" rel="{VIDEO_TITLE_ANCHOR_REL}">{TITLE}</a><br /></div>
10 <!-- END title -->
11
12 <!-- BEGIN runtime -->
13 <span class="tubepress_meta_runtime">{RUNTIME}</span>
14 <!-- END runtime -->
15
16 <!-- BEGIN author -->
17 <span class="tubepress_meta"> {METANAME}: </span><a {NOFOLLOW} href="http://www.youtube.com/profile?user={AUTHOR}">{AUTHOR}</a>
18 <!-- END author -->
19
20 <!-- BEGIN comments -->
21 <span class="tubepress_meta">
22 {METANAME}:
23 </span><a {NOFOLLOW} href="http://youtube.com/comment_servlet?all_comments&amp;v={ID}">{COUNT}</a>
24 <!-- END comments -->
25
26 <!-- BEGIN tags -->
27 <span class="tubepress_meta">
28 {METANAME}:
29 </span><a {NOFOLLOW} href="http://youtube.com/results?search_query={SEARCHSTRING}&amp;search=Search">{TAGS}</a>
30 <!-- END tags -->
31
32 <!-- BEGIN url -->
33 <a href="{LINKVALUE}">{LINKTEXT}</a>
34 <!-- END url -->
35
36 <!-- BEGIN meta -->
37 <span class="tubepress_meta">
38 {METANAME}:
39 </span>{METAVALUE}
40 <!-- END meta -->
41
42 <!-- BEGIN description -->
43 <br />{DESCRIPTION}
44 <!-- END description -->
45
46 </div>
47 </div>
48</div>
49<!-- END thumb -->
Note: See TracBrowser for help on using the repository browser.