<?= $this->doctype() ?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?= $this->headMeta() ?>
<?= $this->headTitle() ?>
<?= $this->dojo() ?>
<?= $this->headScript() ?>
<?= $this->headLink() ?>
<?= $this->headStyle() ?>
</head>
<body class='claro
<?=$this->layout()->getLayout()?>
<?=$this->request()->getModuleName()?>-module
<?=$this->request()->getControllerName()?>-controller
<?=$this->request()->getActionName()?>-action'>
<?=$this->toolbar()?>
<?=$this->notifications()?>
<?=$this->layout()->content ?>
</body>
</html>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/application/content/layouts/scripts/blank-layout.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|