From 029c667f638cb9875636eedef1ddd3e45d62e9d7 Mon Sep 17 00:00:00 2001
From: Alib
Date: Sun, 21 Feb 2010 23:53:20 +0100
Subject: updated new timer template. Added spinningwheel from
http://cubiq.org/spinning-wheel-on-webkit-for-iphone-ipod-touch/11
---
includes/inc_timers.php | 10 +++++++---
includes/include.php | 15 +++++++++++++++
2 files changed, 22 insertions(+), 3 deletions(-)
(limited to 'includes')
diff --git a/includes/inc_timers.php b/includes/inc_timers.php
index 31d663e..bf14074 100644
--- a/includes/inc_timers.php
+++ b/includes/inc_timers.php
@@ -13,11 +13,15 @@ print " This is just a template...
";
print " ";
print " -
";
-print " ";
-print " ";
+print " ";
+print "
";
+print " ";
+print "";
print "";
print "";
-print " ";
+print " ";
+print "
";
+
print "";
print "\r\n";
diff --git a/includes/include.php b/includes/include.php
index ca86aea..e7d46ab 100755
--- a/includes/include.php
+++ b/includes/include.php
@@ -48,6 +48,12 @@ function selectpage()
case ("timers"):
gen_timers();
break;
+ case ("new_timer"):
+ gen_new_timer();
+ break;
+ case ("edit_timer"):
+ gen_edit_timer();
+ break;
case ("startstream"):
$type = $_REQUEST['type'];
$name = $_REQUEST['name'];
@@ -105,6 +111,15 @@ function gen_timers()
{
include('includes/inc_timers.php');
}
+function gen_new_timer()
+{
+ include('new_timer.html');
+}
+function gen_edit_timer()
+{
+ include('edit_timer.html');
+}
+
function start_stream($type, $name, $title, $desc, $qname, $qparams, $category, $url)
--
cgit v1.2.3