diff options
Diffstat (limited to 'application/views/file/header.php')
-rw-r--r-- | application/views/file/header.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/application/views/file/header.php b/application/views/file/header.php index e09f29f61..578ebe428 100644 --- a/application/views/file/header.php +++ b/application/views/file/header.php @@ -11,6 +11,16 @@ <body> <div class="top"> <?php echo anchor('file/index', 'New'); ?> + + <?php if (!isset($username)) { ?> + <div style="float: right"> + <?=form_open("user/login"); ?> + <input type="text" name="username" /> + <input type="password" name="password" /> + <input type="submit" value="Login" name="process" /> + </form> + </div> + <?php } ?> </div> <div class="content"> |