repo.or.cz
/
pyTivo
/
TheBayer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add some icons to the togo web page to make it a little easier to read.
[pyTivo/TheBayer.git]
/
templates
/
unsupported.tmpl
blob
382f98826ff0547b41b16af24e525fd8d3b188a1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2
"http://www.w3.org/TR/html4/loose.dtd">
3
<html>
4
<body>
5
<h3>Unsupported Command</h3>
6
Query:
7
<ul>
8
#for $key, $value in $query.items
9
<li>$key: $value</li>
10
#end for
11
</ul>
12
</body>
13
</html>