Cleaned up HTML
这个提交包含在:
父节点
b644fb3c86
当前提交
30e88fa4bc
共有 6 个文件被更改,包括 3 次插入 和 6 次删除
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<br><br><br>
|
|
||||||
<h1><?php echo $page_title?></h1>
|
<h1><?php echo $page_title?></h1>
|
||||||
|
|
||||||
<?php $this->load->view("awards/nav_bar")?>
|
<?php $this->load->view("awards/nav_bar")?>
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<br><br><br>
|
|
||||||
<h2>Logbook</h2>
|
<h2>Logbook</h2>
|
||||||
|
|
||||||
<h3>Filtering on <?php echo $filter ?></h3>
|
<h3>Filtering on <?php echo $filter ?></h3>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<br><br><br>
|
|
||||||
<h1><?php echo $page_title; ?></h1>
|
<h1><?php echo $page_title; ?></h1>
|
||||||
|
|
||||||
<!-- Sub Nav for Awards -->
|
<!-- Sub Nav for Awards -->
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<br><br><br>
|
|
||||||
<h1><?php echo $page_title; ?></h1>
|
<h1><?php echo $page_title; ?></h1>
|
||||||
|
|
||||||
<!-- Sub Nav for Awards -->
|
<!-- Sub Nav for Awards -->
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<br><br><br>
|
|
||||||
<?php if(($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?>
|
<?php if(($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?>
|
||||||
|
|
||||||
<?php if($todays_qsos >= 1) { ?>
|
<?php if($todays_qsos >= 1) { ?>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.container {
|
.container {
|
||||||
margin-top: 45px;
|
margin-top: 55px;
|
||||||
}
|
}
|
||||||
.fancybox-content {
|
.fancybox-content {
|
||||||
width : 710px !important;
|
width : 710px !important;
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用