From 1092edd362a8a492586aa4b4c9af4ed05a81c3c4 Mon Sep 17 00:00:00 2001 From: Alib Date: Sat, 20 Feb 2010 12:27:51 +0100 Subject: added timers template for future integration --- edit_timer.html | 201 ++++++++++++++++++++++++++++++++++++++++++++++++ includes/inc_timers.php | 12 ++- new_timer.html | 198 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 410 insertions(+), 1 deletion(-) create mode 100755 edit_timer.html create mode 100755 new_timer.html diff --git a/edit_timer.html b/edit_timer.html new file mode 100755 index 0000000..3ba1a8a --- /dev/null +++ b/edit_timer.html @@ -0,0 +1,201 @@ + + + + + + + + + +Title of your page + + + + + + + +
+
+iStream +
+
+
Edit Timer + + + + + + +
+ + + + + diff --git a/includes/inc_timers.php b/includes/inc_timers.php index d7e1cc5..31d663e 100644 --- a/includes/inc_timers.php +++ b/includes/inc_timers.php @@ -8,8 +8,18 @@ print "\r\n"; print "
\r\n"; print " Timers\r\n"; print " "; +print " "; +print ""; + print "
\r\n"; ?> diff --git a/new_timer.html b/new_timer.html new file mode 100755 index 0000000..dac5738 --- /dev/null +++ b/new_timer.html @@ -0,0 +1,198 @@ + + + + + + + + + +Title of your page + + + + + + + +
+
+iStream +
+
+
New Timer + + + + + + +
+ + + + + -- cgit v1.2.3