2014-10-20 10:26:06 -04:00
|
|
|
<div class="controls">
|
|
|
|
|
<?= $this->tabs ?>
|
2014-11-30 05:32:10 -05:00
|
|
|
<h1><?= $this->escape($this->title) ?>
|
|
|
|
|
<a href="<?= $this->url()->with('mode', 'toplevel') ?>" title="<?= $this->escape('Switch to toplevel view') ?>"><?= $this->icon('dashboard') ?></a>
|
2014-11-30 06:18:04 -05:00
|
|
|
<?= $this->render('simulationlink.phtml') ?>
|
|
|
|
|
<?= $this->render('editlink.phtml') ?>
|
2014-11-30 05:32:10 -05:00
|
|
|
</h1>
|
2014-10-20 10:26:06 -04:00
|
|
|
</div>
|
|
|
|
|
|
2014-11-30 05:32:10 -05:00
|
|
|
<div class="content" data-base-target="_next">
|
2014-12-02 05:34:03 -05:00
|
|
|
<form method="post" action="<?= $this->url()->without('process') ?>" data-base-target="_self">
|
2014-11-30 06:23:08 -05:00
|
|
|
<?= $this->formSelect('processName', $this->processName, array('class' => 'autosubmit'), $this->processList) ?>
|
2014-12-02 05:34:03 -05:00
|
|
|
</form>
|
|
|
|
|
<?= $this->bp->renderHtml($this) ?>
|
|
|
|
|
<!--<pre>
|
|
|
|
|
<?= $this->bp->toLegacyConfigString() ?>
|
|
|
|
|
</pre>-->
|
|
|
|
|
<?= $this->render('warnings.phtml') ?>
|
2014-10-20 10:26:06 -04:00
|
|
|
</div>
|
2014-11-30 05:32:10 -05:00
|
|
|
|