X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fnodes%2Fnode.php;h=338983221097085fd7ef2f5f6ff85957556431bd;hb=41433e5efc50187b3dab95b4aefbe855eafad6d7;hp=694e05fa2b140c7703b467485c3e90ceed35ae6d;hpb=8a604a89bd644528059bd8abcecff883085532f0;p=plewww.git diff --git a/planetlab/nodes/node.php b/planetlab/nodes/node.php index 694e05f..3389832 100644 --- a/planetlab/nodes/node.php +++ b/planetlab/nodes/node.php @@ -239,10 +239,31 @@ if ($display_pcus) { //////////////////// Reboot Node if ( $display_reboot_button ) { + if ( ! empty($_SESSION['messages']) ) { + $msg = $_SESSION['messages']['status'][0]; + } else { + $msg = ""; + } + $body="Hello, + +This message is a template from the 'Report a problem' link on the node details page. + +I've experienced a problem rebooting $hostname with the pcu_id $pcu_id; + + http://".PLC_WWW_HOST."/db/sites/pcu.php?id=$pcu_id + http://".PLC_WWW_HOST."/db/nodes/node.php?id=$node_id\n\n"; + + if ( $msg != "" ) { + $body .= "The last time I tried, it returned:\n $msg\n\n"; + } + $body .= "And, this what I've tried, which leads me to believe that there is a bug on your side:"; + + $url=rawurlencode($body); + $email = ">Report a problem"; + $details->form_start(l_actions(),array("action"=>"reboot-node-with-pcu", "node_id"=>$node_id, "hostname"=>$hostname)); - $details->tr_submit("submit", "Reboot Node"); + print $details->tr_html($email . $details->form->submit_html("submit","Reboot Node"), "right"); $details->form_end(); - //if ($privileges) $details->space(); } $details->space();