/* in the future, this would be nice as a configurable thing.
* maybe another field in the shells table.
*/
php echo $html->css('shells_greenonblack');
?>
'shell_hist',
'complete' => "document.getElementById('prompt').value='';",
'loaded' => $loaded); //TODO: focus the prompt
// the form.
echo $ajax->form($html->url('/shells/shell_history/'. $shell['id']), 'post', $opts);
?>
|
|
input('Shell/cmd', array('size' => '40', 'id' => 'prompt')); ?>
|