You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/manager/application/views/scripts/login/index.phtml

16 lines
462 B
PHTML

<?php
/**
* @author markus
* $Id: index.phtml 36 2009-12-15 15:49:57Z markus $
*/
// $this->headScript()->appendFile('js/1st.js');
// $this->headScript()->appendFile('js/2nd.js');
$this->headLink()->appendStylesheet('/css/login.css');
$this->headLink()->appendStylesheet('/css/form_dl.css');
?>
<H1><?php print I18n::_('Please log in'); ?></H1>
<?php print $this->form;?>
<a href='/login/crt'><?php print I18n::_('Client Cert Login'); ?></a>