<?= $this->doctype() ?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?= $this->headMeta() ?>
<?= $this->headTitle() ?>
<?= $this->dojo() ?>
<?= $this->headLink()->setIncludeTheme(false) ?>
<?= $this->headScript() ?>
<?= $this->headStyle() ?>
</head>
<body class='claro p4cms-ui
<?=$this->layout()->getLayout()?>
<?=$this->request()->getModuleName()?>-module
<?=$this->request()->getControllerName()?>-controller
<?=$this->request()->getActionName()?>-action'>
<div id="layout-top">
<div class="container">
<h1><?= $this->bodyTitle() ?></h1>
<div id="manage-logo">
<a href="<?= $this->request()->baseUrl ?>/"><img src="<?= $this->module('ui')->getBaseUrl() ?>/images/p4cms-logo.png" alt="Chronicle logo"/></a>
</div>
</div>
</div>
<div id="layout-main">
<div class="container">
<?= $this->layout()->content ?>
<div class="clear"></div>
</div>
</div>
<div id="layout-bottom">
<div class="container">
<div id="manage-footer">
<div class="footer-left">
© <?=date('Y')?> Perforce Software - <?=$this->version()?>
</div>
<div class="footer-right">
<a href="mailto:support@perforce.com?subject=Perforce%20Chronicle%20Support%20Request">Contact Us</a>
</div>
</div>
</div>
</div>
<?=$this->notifications()?>
</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/ui/layouts/scripts/setup-layout.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|