summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/gearman/index.phtml
blob: 4d20a8fb5168f364cd40ad5809e3413e928e2e73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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"'
							)) ?>
<br />
<?php echo $this->formButton('boot status', 'BootStatusTest', array(
							'onclick' => 'self.location="/gearman/checkbootstatus"'
							)) ?>
<br />
<?php echo $this->formButton('shutdown', 'ShutdownTest', array(
							'onclick' => 'self.location="/gearman/shutdown"'
							)) ?>
<br />
<?php echo $this->formButton('shutdown status', 'ShutdownStatusTest', array(
							'onclick' => 'self.location="/gearman/checkshutdownstatus"'
							)) ?>