From: Owen Leonard <owen@balawis.leonard.fam>
Date: Sat, 9 Oct 2010 02:39:41 +0000 (-0600)
Subject: set up page for ht sandbox
X-Git-Tag: release_1_1_0~11
X-Git-Url: http://git.pippins.net/%7Blink_activity%7D?a=commitdiff_plain;h=f0eebf574a93eca770846188b19e00ce3a9f6323;p=eq%2F.git

set up page for ht sandbox
---

diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php
index b87659f..e7d097e 100644
--- a/inc/class.tc.inc.php
+++ b/inc/class.tc.inc.php
@@ -68,6 +68,7 @@ class tc
 		'assign_view'    => True,
 		'assign_update'  => True,
 		'get_time_selection_form' => True,
+		'ht_sandbox' => True,
 	);
  
 	function tc()
@@ -216,6 +217,9 @@ class tc
 		$this->t->set_var('actionurl',$GLOBALS['phpgw']->link('/tc/index.php','menuaction=tc.tc.ht_view'));
 		$this->t->set_var('title','Hometeaching'); 
 
+		$this->t->set_var('ht_sandbox_link',$GLOBALS['phpgw']->link('/tc/index.php','menuaction=tc.tc.ht_sandbox'));
+		$this->t->set_var('ht_sandbox_link_title','Hometeaching Sandbox'); 
+
 		$sql = "SELECT * FROM tc_district AS td JOIN tc_individual AS ti WHERE td.supervisor=ti.individual AND td.valid=1 ORDER BY td.district ASC";
 		$this->db->query($sql,__LINE__,__FILE__);
 		$i=0;
@@ -394,6 +398,23 @@ class tc
 	}
       
 
+	function ht_sandbox()
+	{
+		$this->t->set_file(array('ht_sandbox_t' => 'ht_sandbox.tpl'));
+		$this->t->set_block('ht_sandbox_t','district_list','list');
+
+		$this->t->set_var('linkurl',$GLOBALS['phpgw']->link('/tc/index.php','menuaction=tc.tc.ht_sandbox'));
+
+		$this->t->set_var('actionurl',$GLOBALS['phpgw']->link('/tc/index.php','menuaction=tc.tc.ht_sandbox'));
+		$this->t->set_var('title','Hometeaching Sandbox'); 
+
+		// content
+
+		$this->t->pfp('out','ht_sandbox_t');
+		$this->save_sessiondata();
+	}
+      
+
 	function ht_update()
 	{
 		$this->t->set_file(array('ht_update_t' => 'ht_update.tpl'));
diff --git a/templates/default/ht_view.tpl b/templates/default/ht_view.tpl
index 4dd8d4b..5787dbb 100644
--- a/templates/default/ht_view.tpl
+++ b/templates/default/ht_view.tpl
@@ -5,7 +5,9 @@
 			<td align="center" bgcolor="#c9c9c9"><font face="{font}"><b>{title}</b></font></td>
 		</tr>
 	</table>
-	<br>
+
+	<a href="{ht_sandbox_link}">{ht_sandbox_link_title}</a>
+	<br><br>
 
 	<form action="{linkurl}" method="POST">
 	<table width="40%" border="0" cellspacing="2" cellpadding="2" align=center>