summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-20 13:57:35 +0100
committerAlib <aliboba@free.fr>2010-02-20 13:57:35 +0100
commit4bf2e06be777ad7e8dbaf3a3b887c576f39ca2bf (patch)
tree6bcf0ce872a464e11d559f563332c2e7c84dca8e
parent1092edd362a8a492586aa4b4c9af4ed05a81c3c4 (diff)
downloadistreamdev-4bf2e06be777ad7e8dbaf3a3b887c576f39ca2bf.tar.gz
istreamdev-4bf2e06be777ad7e8dbaf3a3b887c576f39ca2bf.tar.bz2
updated timers template
-rwxr-xr-xedit_timer.html5
-rwxr-xr-xnew_timer.html5
2 files changed, 10 insertions, 0 deletions
diff --git a/edit_timer.html b/edit_timer.html
index 3ba1a8a..9b971cc 100755
--- a/edit_timer.html
+++ b/edit_timer.html
@@ -36,6 +36,10 @@ function updateOrientation() {
<body onorientationchange="updateOrientation();" onload="updateOrientation();">
<div id="topbar" class="transparent">
+<div id="leftnav">
+<a href="javascript:sendForm('getback')">Back</a></div>
+<div id="rightnav">
+<a href="index.php"><img alt="home" src="images/home.png" /></a></div>
<div id="title">
iStream
</div>
@@ -195,6 +199,7 @@ iStream
iStreamdev 2010
</div>
+<form name="getback" id="getback" method="post" action="index.php"><input name="action" type="hidden" id="action" value="timers" /></form>
</body>
diff --git a/new_timer.html b/new_timer.html
index dac5738..66d9b68 100755
--- a/new_timer.html
+++ b/new_timer.html
@@ -36,6 +36,10 @@ function updateOrientation() {
<body onorientationchange="updateOrientation();" onload="updateOrientation();">
<div id="topbar" class="transparent">
+<div id="leftnav">
+<a href="javascript:sendForm('getback')">Back</a></div>
+<div id="rightnav">
+<a href="index.php"><img alt="home" src="images/home.png" /></a></div>
<div id="title">
iStream
</div>
@@ -192,6 +196,7 @@ iStream
iStreamdev 2010
</div>
+<form name="getback" id="getback" method="post" action="index.php"><input name="action" type="hidden" id="action" value="timers" /></form>
</body>