From 143980b6dab8ad87c44518e5b7befb614fb83b85 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 14 Jul 2006 06:56:16 +0000 Subject: Add time-tracker sample and docs. (Incomplete) --- demos/time-tracker/protected/controls/Layout.php | 7 ++++ demos/time-tracker/protected/controls/Layout.tpl | 45 ++++++++++++++++++++++ .../time-tracker/protected/controls/TopicList.php | 8 ++++ .../time-tracker/protected/controls/TopicList.tpl | 27 +++++++++++++ 4 files changed, 87 insertions(+) create mode 100644 demos/time-tracker/protected/controls/Layout.php create mode 100644 demos/time-tracker/protected/controls/Layout.tpl create mode 100644 demos/time-tracker/protected/controls/TopicList.php create mode 100644 demos/time-tracker/protected/controls/TopicList.tpl (limited to 'demos/time-tracker/protected/controls') diff --git a/demos/time-tracker/protected/controls/Layout.php b/demos/time-tracker/protected/controls/Layout.php new file mode 100644 index 00000000..e612d52d --- /dev/null +++ b/demos/time-tracker/protected/controls/Layout.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/demos/time-tracker/protected/controls/Layout.tpl b/demos/time-tracker/protected/controls/Layout.tpl new file mode 100644 index 00000000..95c88fd8 --- /dev/null +++ b/demos/time-tracker/protected/controls/Layout.tpl @@ -0,0 +1,45 @@ + + + + + + + + + + + + + +Home | +PradoSoft.com | +PDF Version | + + + + + + + + +
+ + +
+ +
+
+ + + +
+ + \ No newline at end of file diff --git a/demos/time-tracker/protected/controls/TopicList.php b/demos/time-tracker/protected/controls/TopicList.php new file mode 100644 index 00000000..ce827cc0 --- /dev/null +++ b/demos/time-tracker/protected/controls/TopicList.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/demos/time-tracker/protected/controls/TopicList.tpl b/demos/time-tracker/protected/controls/TopicList.tpl new file mode 100644 index 00000000..bc9fff26 --- /dev/null +++ b/demos/time-tracker/protected/controls/TopicList.tpl @@ -0,0 +1,27 @@ +
+ +
+ +
Prado Time Tracker Implementation Guide
+ + +
Testing Business Code
+ + +
+ + + +
\ No newline at end of file -- cgit v1.2.3