aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/channels.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/channels.tpl')
-rw-r--r--view/tpl/smarty3/channels.tpl22
1 files changed, 22 insertions, 0 deletions
diff --git a/view/tpl/smarty3/channels.tpl b/view/tpl/smarty3/channels.tpl
new file mode 100644
index 000000000..a3acaac06
--- /dev/null
+++ b/view/tpl/smarty3/channels.tpl
@@ -0,0 +1,22 @@
+<h3>{{$header}}</h3>
+
+
+{{if $links}}
+{{foreach $links as $l}}
+<a class="channels-links" href="{{$l.0}}" title="{{$l.1}}">{{$l.2}}</a>
+{{/foreach}}
+{{/if}}
+
+{{if $selected}}
+<div id="channels-selected">{{$msg_selected}}</div>
+{{include file="channel.tpl" channel=$selected}}
+<div class="channels-end selected"></div>
+{{/if}}
+
+<div id="channels-desc" class="descriptive-text">{{$desc}}</div>
+
+{{foreach $all_channels as $chn}}
+{{include file="channel.tpl" channel=$chn}}
+{{/foreach}}
+
+<div class="channels-end all"></div>