diff options
Diffstat (limited to 'manager/application/views/scripts/login/index.phtml')
-rw-r--r-- | manager/application/views/scripts/login/index.phtml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/manager/application/views/scripts/login/index.phtml b/manager/application/views/scripts/login/index.phtml new file mode 100644 index 0000000..57f49ea --- /dev/null +++ b/manager/application/views/scripts/login/index.phtml @@ -0,0 +1,16 @@ +<?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>
\ No newline at end of file |