cfmgrv4 init...3
This commit is contained in:
parent
20fb3e8773
commit
4a17676627
@ -14,7 +14,7 @@
|
|||||||
<?= $this->include("templates/{$viewDatas['layout']}/index_header"); ?>
|
<?= $this->include("templates/{$viewDatas['layout']}/index_header"); ?>
|
||||||
<div id="container" class="layout_content">
|
<div id="container" class="layout_content">
|
||||||
<link href="/css/<?= $viewDatas['layout'] ?>/index.css" media="screen" rel="stylesheet" type="text/css" />
|
<link href="/css/<?= $viewDatas['layout'] ?>/index.css" media="screen" rel="stylesheet" type="text/css" />
|
||||||
<link href="/css/common/resizeTable.css" media="screen" rel="stylesheet" type="text/css" />
|
<link href="/css/<?= $viewDatas['layout'] ?>/resizeTable.css" media="screen" rel="stylesheet" type="text/css" />
|
||||||
<div class="index_body">
|
<div class="index_body">
|
||||||
<?= $this->include("templates/{$viewDatas['layout']}/index_content_top"); ?>
|
<?= $this->include("templates/{$viewDatas['layout']}/index_content_top"); ?>
|
||||||
<table class="index_table data table table-bordered table-hover table-striped"
|
<table class="index_table data table table-bordered table-hover table-striped"
|
||||||
|
|||||||
@ -34,7 +34,7 @@ div.layout_bottom {
|
|||||||
|
|
||||||
table.layout_middle {
|
table.layout_middle {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/* border: 1px solid blue; */
|
border: 1px solid blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.layout_middle td.layout_left {
|
table.layout_middle td.layout_left {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user