summaryrefslogtreecommitdiff
path: root/html/bloecke
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2011-10-08 07:43:51 +0200
committeranbr <vdr07@deltab.de>2011-10-08 07:43:51 +0200
commit85d4bfa04ce28b5ec3eb0054306c43bc59c55128 (patch)
treed7878021068d70e2a4ab3044beb5f770a57fc980 /html/bloecke
parenta71b70567ed73853367d972a95d2a346b2f93989 (diff)
downloadxxv-85d4bfa04ce28b5ec3eb0054306c43bc59c55128.tar.gz
xxv-85d4bfa04ce28b5ec3eb0054306c43bc59c55128.tar.bz2
Merge skins into common directory
Diffstat (limited to 'html/bloecke')
-rw-r--r--html/bloecke/event_links.tmpl15
-rw-r--r--html/bloecke/links.tmpl9
-rw-r--r--html/bloecke/percentbar.tmpl21
-rw-r--r--html/bloecke/stars.tmpl3
-rw-r--r--html/bloecke/tooltip.tmpl12
5 files changed, 0 insertions, 60 deletions
diff --git a/html/bloecke/event_links.tmpl b/html/bloecke/event_links.tmpl
deleted file mode 100644
index 952831a..0000000
--- a/html/bloecke/event_links.tmpl
+++ /dev/null
@@ -1,15 +0,0 @@
-<div id='icons'>
- <?% IF with_display_button %?>
-<a href="?cmd=display&data=<?% epgId %?>" title='<?% gettext("Detailed program information") %?>'><img src="images/view_event.png" /></a><?% umbruch %?>
- <?% END %?>
-<a href="?cmd=search&amp;data=<?% url( data.1 ) %?>"><img src="images/repeat.png" title="<?% gettext("Search for repeats") %?>" /></a><?% umbruch %?>
- <?% IF data.10 && allow('tedit') %?>
-<a href="?cmd=tedit&amp;data=<?% data.10 %?>"><img src="images/record_blue.png" title="<?% gettext("Edit this timer") %?>" /></a><?% umbruch %?>
- <?% ELSIF allow('tnew') %?>
-<a href="?cmd=tnew&amp;data=<?% data.0 %?>"><img src="images/record.png" title="<?% gettext("To record") %?>" name='recordlink' id='<?% data.0 %?>' /></a><?% umbruch %?>
- <?% END %?>
-<?% IF allow('switch') && switch %?>
- <a href="?cmd=switch&amp;data=<?% url(data.4) %?>"><img src="images/switch.png" title="<?% gettext("Switch to channel") %?>&nbsp;<?% data.4 %?>" /></a><?% umbruch %?>
-<?% END %?>
-<?% INCLUDE 'bloecke/stars.tmpl' eventid=data.0 %?>
-</div>
diff --git a/html/bloecke/links.tmpl b/html/bloecke/links.tmpl
deleted file mode 100644
index 67fdf8b..0000000
--- a/html/bloecke/links.tmpl
+++ /dev/null
@@ -1,9 +0,0 @@
-<?% BLOCK link %?>
-<div align="center" style='position:absolute'>
- <img src="images/linkbg.png" width="<?% text.length * 5 %?>">
- <div style='position:absolute; top:10px; left:10px;'>
- <?% text %?>%
- </div>
- <?% END %?>
-</div>
-<?% END %?> \ No newline at end of file
diff --git a/html/bloecke/percentbar.tmpl b/html/bloecke/percentbar.tmpl
deleted file mode 100644
index 16ebaab..0000000
--- a/html/bloecke/percentbar.tmpl
+++ /dev/null
@@ -1,21 +0,0 @@
-<?% barexp = barwidth / 100;
- IF color_switch;
- ground = "images/bar_green.png";
- over = "images/bar_red.png";
- ELSE;
- ground = "images/bar_red.png";
- over = "images/bar_green.png";
- END;
- %?>
-
-<div align="center" style='position:absolute'>
- <img src="<?% ground %?>" width="<?% barwidth %?>" title='<?% percent div 1 | format "%02d" %?>%'>
- <div style='position:absolute; top:0px; left:0px; clip:rect(0px, <?% ( percent * barexp ) div 1 %?>px, <?% ( percent * barexp ) div 1 %?>px, 0px)'>
- <img src="<?% over %?>" width="<?% barwidth %?>" title='<?% percent div 1 | format "%02d" %?>%'>
- </div>
- <?% IF barwidth > 200 %?>
- <div style='position:absolute; top:10px; left:<?% barwidth - 70 %?>px; color:#FFFFFF;font-weight:bold'>
- <?% percent div 1 | format "%02d" %?>%
- </div>
- <?% END %?>
-</div>
diff --git a/html/bloecke/stars.tmpl b/html/bloecke/stars.tmpl
deleted file mode 100644
index e3aafad..0000000
--- a/html/bloecke/stars.tmpl
+++ /dev/null
@@ -1,3 +0,0 @@
-<?% IF level && allow('topten') %?>
-<img class="stars" src="images/<?% level FILTER format('%d') %?>_stars.png" hspace=0 vspace=0 title="<?% level FILTER format('%d') %?> Stars"><?% umbruch %?>
-<?% END %?>
diff --git a/html/bloecke/tooltip.tmpl b/html/bloecke/tooltip.tmpl
deleted file mode 100644
index a42a414..0000000
--- a/html/bloecke/tooltip.tmpl
+++ /dev/null
@@ -1,12 +0,0 @@
- <?% IF cmd;
- link="?cmd=${cmd}&amp;data=${linkid}";
- END;
- IF !ttp_offset;
- ttp_offset = 0;
- END;
- IF !ttp_offset;ttp_offset = 0;END %?>
- <a href="<?% IF link;link;ELSE;"#";END %?>"<?% IF eventid %?>
- onmouseover="ttpreq(this, '<?% escape(title) %?>
- <?% IF subtitle && subtitle.length > 0 %?>~<?% escape(subtitle) %?>
- <?% END %?>',<?% eventid %?>, <?% ttp_offset %?>);"
- <?% END %?> >