summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-06-15 06:21:31 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-06-15 06:21:31 +0000
commit0b70320be6c8a4e13e02c70f7644678157d703ee (patch)
treeea16e3ce9a6b325c6d8287955158f406b4ba5d21 /html
parent217af3aa226018610f812b2deb41dddd82203dc9 (diff)
downloadxxv-0b70320be6c8a4e13e02c70f7644678157d703ee.tar.gz
xxv-0b70320be6c8a4e13e02c70f7644678157d703ee.tar.bz2
* Remove linked templates [a,m,r,t]search.tmpl, widget selected now by console->setcall('tlist')
* Add modul to manage keywords withhin recordings * Store AUX-parameter (autotimer id, keywords) inside timer now as xml struct
Diffstat (limited to 'html')
l---------html/asearch.tmpl1
-rw-r--r--html/rdisplay.tmpl19
l---------html/rsearch.tmpl1
l---------html/tsearch.tmpl1
4 files changed, 19 insertions, 3 deletions
diff --git a/html/asearch.tmpl b/html/asearch.tmpl
deleted file mode 120000
index 5671c2a..0000000
--- a/html/asearch.tmpl
+++ /dev/null
@@ -1 +0,0 @@
-alist.tmpl \ No newline at end of file
diff --git a/html/rdisplay.tmpl b/html/rdisplay.tmpl
index 8ca6b93..0b35460 100644
--- a/html/rdisplay.tmpl
+++ b/html/rdisplay.tmpl
@@ -159,6 +159,25 @@
</td>
</tr>
<?% END %?>
+ <?% allowkeywords = allow('rk') %?>
+ <?% IF param.keywords.size > 0 %?>
+ <tr>
+ <td>&nbsp;</td>
+ <td>
+ <?% gettext('Keywords') %?>&nbsp;:&nbsp;
+ <?% FOREACH keyword = param.keywords %?>
+ <?% IF allowkeywords %?>
+ <a href="?cmd=rk&amp;data=<?% keyword.0 %?>">
+ <?% END %?>
+ <?% keyword.0 %?>
+ <?% IF allowkeywords %?>
+ </a>
+ <?% END %?>
+ &nbsp;
+ <?% END %?>
+ </td>
+ </tr>
+ <?% END %?>
<tr>
<td>&nbsp;</td>
<td>
diff --git a/html/rsearch.tmpl b/html/rsearch.tmpl
deleted file mode 120000
index 2e6f4df..0000000
--- a/html/rsearch.tmpl
+++ /dev/null
@@ -1 +0,0 @@
-rlist.tmpl \ No newline at end of file
diff --git a/html/tsearch.tmpl b/html/tsearch.tmpl
deleted file mode 120000
index d1d3655..0000000
--- a/html/tsearch.tmpl
+++ /dev/null
@@ -1 +0,0 @@
-tlist.tmpl \ No newline at end of file