Changes that i cant remember about
这个提交包含在:
父节点
3c5732d7dd
当前提交
463bed44b3
共有 2 个文件被更改,包括 13 次插入 和 6 次删除
|
|
@ -62,7 +62,14 @@
|
||||||
<form method="post" action="<?php echo site_url('search'); ?>"><input type="text" name="callsign" placeholder="Search Callsign"></form>
|
<form method="post" action="<?php echo site_url('search'); ?>"><input type="text" name="callsign" placeholder="Search Callsign"></form>
|
||||||
|
|
||||||
<?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
|
<?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
|
||||||
<p class="pull-right">Logged in as <a href="#"><?php echo $this->session->userdata('user_callsign'); ?></a></p>
|
<div class="pull-right">
|
||||||
|
<ul>
|
||||||
|
<li class="dropdown" data-dropdown="dropdown" >
|
||||||
|
<a href="#" class="dropdown-toggle">Logged in as <?php echo $this->session->userdata('user_callsign'); ?></a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="<?php echo site_url('user/logout');?>" title="Logout">Logout</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<form method="post" action="<?php echo site_url('user/login'); ?>" class="pull-right">
|
<form method="post" action="<?php echo site_url('user/login'); ?>" class="pull-right">
|
||||||
<input class="input-small" type="text" name="user_name" placeholder="Username">
|
<input class="input-small" type="text" name="user_name" placeholder="Username">
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
"file": "css/main.css",
|
"file": "css/main.css",
|
||||||
"settings":
|
"settings":
|
||||||
{
|
{
|
||||||
"buffer_size": 565,
|
"buffer_size": 617,
|
||||||
"line_ending": "Windows"
|
"line_ending": "Windows"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -266,7 +266,7 @@
|
||||||
"groups":
|
"groups":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"selected": 6,
|
"selected": 5,
|
||||||
"sheets":
|
"sheets":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
|
@ -408,15 +408,15 @@
|
||||||
"file": "css/main.css",
|
"file": "css/main.css",
|
||||||
"settings":
|
"settings":
|
||||||
{
|
{
|
||||||
"buffer_size": 565,
|
"buffer_size": 617,
|
||||||
"regions":
|
"regions":
|
||||||
{
|
{
|
||||||
},
|
},
|
||||||
"selection":
|
"selection":
|
||||||
[
|
[
|
||||||
[
|
[
|
||||||
565,
|
555,
|
||||||
565
|
555
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"settings":
|
"settings":
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用