summaryrefslogtreecommitdiffstats
path: root/application/views/scripts
diff options
context:
space:
mode:
authorroot2011-07-21 17:11:28 +0200
committerroot2011-07-21 17:11:28 +0200
commite44040d500f8b73a114fd88b00548c53faaa665e (patch)
tree8d7aca3bb18e793d3eb14ee44f734cadf581b0c9 /application/views/scripts
parentkleine Korrektur (diff)
downloadpoolctrl-e44040d500f8b73a114fd88b00548c53faaa665e.tar.gz
poolctrl-e44040d500f8b73a114fd88b00548c53faaa665e.tar.xz
poolctrl-e44040d500f8b73a114fd88b00548c53faaa665e.zip
gearman-test view added
Diffstat (limited to 'application/views/scripts')
-rw-r--r--application/views/scripts/gearman/index.phtml10
1 files changed, 10 insertions, 0 deletions
diff --git a/application/views/scripts/gearman/index.phtml b/application/views/scripts/gearman/index.phtml
index e69de29..89c289e 100644
--- a/application/views/scripts/gearman/index.phtml
+++ b/application/views/scripts/gearman/index.phtml
@@ -0,0 +1,10 @@
+<h1>Gearman Testpage</h1>
+<?php echo $this->formButton('somePing', 'PingTest', array(
+ 'onclick' => 'self.location="/gearman/someping"'
+ ))
+?>
+</br>
+<?php echo $this->formButton('boot', 'BootTest', array(
+ 'onclick' => 'self.location="/gearman/boot"'
+ ))
+?> \ No newline at end of file