<?= $this->partial('index/steps.phtml', array('step' => '4')); ?>
<div class="info">
<h1>Choose a title and address for the site:</h1>
<?= $this->form ?>
</div>
<script type="text/javascript">
dojo.addOnLoad(function() {
var node = dojo.query('#title-element input')[0];
node.focus();
node.select();
});
</script>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/application/setup/views/scripts/index/site.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|