<div class="splash">
<a href="<?=$this->startUrl?>"><img src="<?=$this->module('setup')->getBaseUrl()?>/images/splash.png"></a>
</div>
<script type="text/javascript">
dojo.addOnLoad(function() {
dojo.connect(dojo.body(), 'onkeydown', function(e) {
var event = e ? e : event;
var key = event.keyCode;
if (key == 13) {
window.location = dojo.query('div.splash a')[0].href;
}
});
});
</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/index.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|