* Mon May 12 2025 Brian Read <brianr@koozali.org> 11.0.0-1.sme
- Adding SM2 panel [SME: 13004] - Upgrade to phpsysinfo 3.4.4 - Add code to delete inline styles and add css to make it look better. - version saved / built uses the static version, which means no drops downs and choices.
@@ -8,11 +8,17 @@ a {
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}* {
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
background: url("aqua/aq_background.gif");
|
||||
@@ -26,34 +32,77 @@ body {
|
||||
overflow: auto;
|
||||
margin: 0 auto;
|
||||
padding: 20px 20px 0 20px;
|
||||
font: 62.5% arial, tahoma, helvetica, sans-serif;
|
||||
font: 75% arial, tahoma, helvetica, sans-serif;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0 10px;
|
||||
_margin: 0 15px 0 10px; /* ie6 */
|
||||
padding: 10px 10px;
|
||||
border-top: 1px solid #2971a7;
|
||||
border-bottom: 1px solid #2971a7;
|
||||
font-size: 2em;
|
||||
font-size: 1.67em;
|
||||
font-weight: normal;
|
||||
color: #fff;
|
||||
background: #569FD6;
|
||||
background: #2971a7;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding: 5px 10px;
|
||||
font-family: "trebuchet ms";
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.0em;
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
background: #2971a7;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
th, td, h3 {
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
font-size: 1em;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
table tfoot td {
|
||||
color: #2e2e2e;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
padding: 10px;
|
||||
padding: 10px 10px 0 10px;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#vitals, #network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #power, #current, #ups {
|
||||
.fullsize, .halfsize {
|
||||
float: left;
|
||||
width: 451px;
|
||||
margin: 10px 0 0 8px;
|
||||
_margin: 10px 4px 0 4px; /* ie6 */
|
||||
padding: 1px;
|
||||
@@ -61,20 +110,24 @@ h1 {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding: 5px 10px;
|
||||
font-family: "trebuchet ms";
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.0em;
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
.fullsize {
|
||||
width: 916px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
font-size: 1.2em;
|
||||
background-color: #fff;
|
||||
.halfsize {
|
||||
width: 451px;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
color: #000;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
@@ -86,46 +139,8 @@ table {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.dataTables_wrapper{
|
||||
margin: 0 0 0 0 !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
th, td, h3 {
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
|
||||
.even {
|
||||
background: #E4EBF3;
|
||||
}
|
||||
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
color: #000;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
background: #2971a7;
|
||||
}
|
||||
|
||||
h2 {
|
||||
background: #2971a7;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#memory, #filesystem {
|
||||
width: 915px;
|
||||
background: #e4ebf3;
|
||||
}
|
||||
|
||||
.bar {
|
||||
@@ -136,19 +151,8 @@ h2 {
|
||||
background: #a72971;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr .header {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
table tfoot td {
|
||||
color: #2E2E2E;
|
||||
.barrest {
|
||||
background: #29a79e;
|
||||
}
|
||||
|
||||
.right {
|
||||
@@ -156,6 +160,39 @@ table tfoot td {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
|
||||
padding: 0px 30px;
|
||||
.dataTables_wrapper{
|
||||
margin: 0 0 0 0 !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
.treeimg {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.treespan {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.treespanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.tree tr td {
|
||||
cursor: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.treediv {
|
||||
display: table;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tablemain {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
@@ -1,8 +1,21 @@
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #efefef;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html {
|
||||
background: url("blue/bg.png") #195287;
|
||||
color: #195287;
|
||||
@@ -30,7 +43,7 @@ p {
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #FFF;
|
||||
color: #fff;
|
||||
font-size: 170%;
|
||||
font-weight: bold;
|
||||
line-height: 1.5em;
|
||||
@@ -38,7 +51,7 @@ h1 {
|
||||
_margin: 0 15px 0 10px; /* ie6 */
|
||||
padding: 10px 10px;
|
||||
text-align: center;
|
||||
text-shadow: #444444 2px 2px 3px;
|
||||
text-shadow: #444 2px 2px 3px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@@ -50,19 +63,7 @@ h2 {
|
||||
line-height: 1.5em;
|
||||
padding: 3px 10px;
|
||||
/*text-transform: uppercase;*/
|
||||
text-shadow: #333333 2px 2px 2px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
background-color: #F6F6F6;
|
||||
text-shadow: #333 2px 2px 2px;
|
||||
}
|
||||
|
||||
th, td, h3 {
|
||||
@@ -72,49 +73,47 @@ th, td, h3 {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #EFEFEF;
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
color: #FFF
|
||||
padding: 0 10px 0 10px;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#vitals, #network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #power, #current, #ups {
|
||||
.fullsize, .halfsize {
|
||||
background-color: #fff;
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
width: 451px;
|
||||
}
|
||||
|
||||
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
|
||||
padding: 0px 30px;
|
||||
.fullsize {
|
||||
width: 918px;
|
||||
}
|
||||
|
||||
#memory, #filesystem {
|
||||
width: 915px;
|
||||
.halfsize {
|
||||
width: 453px;
|
||||
}
|
||||
|
||||
|
||||
#filesystemTable thead tr .header {
|
||||
#filesystemTable thead tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
color: #FFF;
|
||||
color: #fff;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
line-height: 18px;
|
||||
@@ -122,12 +121,20 @@ a:hover {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
.odd {
|
||||
background-color: #F6F6F6;
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
.even {
|
||||
background-color: #EFEFEF;
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
||||
.bar {
|
||||
@@ -140,7 +147,44 @@ a:hover {
|
||||
background-color: #871952;
|
||||
}
|
||||
|
||||
.barrest {
|
||||
background-image: url('blue/barrest.png');
|
||||
background-color: #198785;
|
||||
}
|
||||
|
||||
.right {
|
||||
padding-right: 20px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.treeimg {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.treespan {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.treespanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.tree tr td {
|
||||
cursor: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.treediv {
|
||||
display: table;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tablemain {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 441 B |
BIN
root/opt/phpsysinfo/templates/blue/barrest.png
Normal file
After Width: | Height: | Size: 905 B |
Before Width: | Height: | Size: 974 B After Width: | Height: | Size: 404 B |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 544 B |
@@ -8,11 +8,17 @@ a {
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}* {
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 100%;
|
||||
height: 100%;
|
||||
@@ -31,6 +37,13 @@ body {
|
||||
padding: 20px 20px 0 20px;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0 10px;
|
||||
_margin: 0 15px 0 10px; /* ie6 */
|
||||
@@ -42,23 +55,6 @@ h1 {
|
||||
color: #224970;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
|
||||
}
|
||||
|
||||
#vitals, #network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #power, #current, #ups {
|
||||
float: left;
|
||||
width: 451px;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
color: #000;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
|
||||
font-size: 120%;
|
||||
@@ -69,24 +65,6 @@ h2 {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-top: solid 2px #DADADA;
|
||||
border-bottom: solid 2px #DADADA;
|
||||
background-color: #F3F8FC;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.treeTable {
|
||||
border: none;
|
||||
}
|
||||
|
||||
th, td, h3 {
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
@@ -94,6 +72,50 @@ th, td, h3 {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-top: solid 2px #dadada;
|
||||
border-bottom: solid 2px #dadada;
|
||||
background-color: #f3f8fc;
|
||||
}
|
||||
|
||||
table th {
|
||||
color: #330;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.fullsize, .halfsize {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.fullsize {
|
||||
width: 920px;
|
||||
}
|
||||
|
||||
.halfsize {
|
||||
width: 455px;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
color: #000;
|
||||
@@ -104,31 +126,23 @@ th, td, h3 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#memory, #filesystem {
|
||||
width: 915px;
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.bar {
|
||||
background-color: #2F659B;
|
||||
background-color: #2f659b;
|
||||
}
|
||||
|
||||
.barwarn {
|
||||
background-color: #9B2F65;
|
||||
background-color: #9b2f65;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table th {
|
||||
color: #333300;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr .header {
|
||||
cursor: pointer;
|
||||
.barrest {
|
||||
background: #2f9b9b;
|
||||
}
|
||||
|
||||
.right {
|
||||
@@ -136,6 +150,38 @@ table th {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
|
||||
padding: 0px 30px;
|
||||
.treeTable {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.treeimg {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.treespan {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.treespanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.tree tr td {
|
||||
cursor: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.treediv {
|
||||
display: table;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tablemain {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
@@ -8,11 +8,17 @@ a {
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}* {
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 100%;
|
||||
height: 100%;
|
||||
@@ -32,6 +38,13 @@ body {
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0 10px;
|
||||
_margin: 0 15px 0 10px; /* ie6 */
|
||||
@@ -43,23 +56,6 @@ h1 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
|
||||
}
|
||||
|
||||
#vitals, #network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #power, #current, #ups {
|
||||
float: left;
|
||||
width: 451px;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
|
||||
font-size: 120%;
|
||||
@@ -70,24 +66,6 @@ h2 {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-top: solid 2px #DADADA;
|
||||
border-bottom: solid 2px #DADADA;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.treeTable {
|
||||
border: none;
|
||||
}
|
||||
|
||||
th, td, h3 {
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
@@ -95,6 +73,50 @@ th, td, h3 {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-top: solid 2px #dadada;
|
||||
border-bottom: solid 2px #dadada;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
table th {
|
||||
color: #3a3;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.fullsize, .halfsize {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.fullsize {
|
||||
width: 920px;
|
||||
}
|
||||
|
||||
.halfsize {
|
||||
width: 455px;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
color: #bbb;
|
||||
@@ -105,8 +127,11 @@ th, td, h3 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#memory, #filesystem {
|
||||
width: 915px;
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.bar {
|
||||
@@ -117,19 +142,8 @@ th, td, h3 {
|
||||
background-color: #944;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table th {
|
||||
color: #3a3;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr .header {
|
||||
cursor: pointer;
|
||||
.barrest {
|
||||
background: #80ff00;
|
||||
}
|
||||
|
||||
.right {
|
||||
@@ -137,6 +151,38 @@ table th {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
|
||||
padding: 0px 30px;
|
||||
.treeTable {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.treeimg {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.treespan {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.treespanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.tree tr td {
|
||||
cursor: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.treediv {
|
||||
display: table;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tablemain {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
@@ -1,13 +1,27 @@
|
||||
/*
|
||||
$Id
|
||||
*/ * {
|
||||
*/
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #c03000;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html {
|
||||
background: url("cream/bg.gif") repeat-x #F8F2E3;
|
||||
color: #444B54;
|
||||
background: url("cream/bg.gif") repeat-x #f8f2e3;
|
||||
color: #444b54;
|
||||
font-size: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
@@ -43,7 +57,7 @@ h1 {
|
||||
}
|
||||
|
||||
h2 {
|
||||
background-color: #444B54;
|
||||
background-color: #444b54;
|
||||
color: #fff;
|
||||
font-size: 130%;
|
||||
font-weight: bold;
|
||||
@@ -52,11 +66,61 @@ h2 {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
th, td, h3 {
|
||||
font-size: 100%;
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.fullsize, .halfsize {
|
||||
background-color: #fff;
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.fullsize {
|
||||
width: 918px;
|
||||
}
|
||||
|
||||
.halfsize {
|
||||
width: 453px;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
color: #5c5c5c;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
line-height: 18px;
|
||||
font-size: 80%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
@@ -65,77 +129,55 @@ table {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
|
||||
th, td, h3 {
|
||||
font-size: 100%;
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #c03000;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#vitals, #network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #power, #current, #ups {
|
||||
background-color: #fff;
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
width: 451px;
|
||||
}
|
||||
|
||||
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
|
||||
padding: 0px 30px;
|
||||
}
|
||||
|
||||
#memory, #filesystem {
|
||||
width: 915px;
|
||||
}
|
||||
|
||||
|
||||
#filesystemTable thead tr .header {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
color: #5C5C5C;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
line-height: 18px;
|
||||
font-size: 80%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.even {
|
||||
background-color: #FBFBF9;
|
||||
background-color: #fbfbf9;
|
||||
}
|
||||
|
||||
.bar {
|
||||
background-color: #58626D;
|
||||
background-color: #58626d;
|
||||
}
|
||||
|
||||
.barwarn {
|
||||
background-color: #9B2F65;
|
||||
background-color: #9b2f65;
|
||||
}
|
||||
|
||||
.barrest {
|
||||
background-color: #586d6d;
|
||||
}
|
||||
|
||||
.right {
|
||||
padding-right: 20px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.treeimg {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.treespan {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.treespanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.tree tr td {
|
||||
cursor: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.treediv {
|
||||
display: table;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tablemain {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
51
root/opt/phpsysinfo/templates/css.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
/**
|
||||
* reads css files and send them to the browser on the fly with correction
|
||||
*
|
||||
* PHP version 5
|
||||
*
|
||||
* @category PHP
|
||||
* @package PSI_CSS
|
||||
* @author Mieczyslaw Nalewaj <namiltd@users.sourceforge.net>
|
||||
* @copyright 2021 phpSysInfo
|
||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License version 2, or (at your option) any later version
|
||||
* @version Release: 1.0
|
||||
* @link http://phpsysinfo.sourceforge.net
|
||||
*/
|
||||
|
||||
$file = isset($_GET['name']) ? basename(htmlspecialchars($_GET['name'])) : null;
|
||||
$increase = isset($_GET['increase']) ? (($_GET['increase']>0)? $_GET['increase'] : 0) : 0;
|
||||
|
||||
if ($file != null) {
|
||||
$css = $file.'.css';
|
||||
|
||||
header('content-type: text/css');
|
||||
|
||||
if (file_exists($css) && is_readable($css)) {
|
||||
$filecontent = file_get_contents($css);
|
||||
if ($increase == 0) {
|
||||
echo $filecontent;
|
||||
} else {
|
||||
$lines = preg_split("/\r?\n/", $filecontent, -1, PREG_SPLIT_NO_EMPTY);
|
||||
$block = '';
|
||||
foreach ($lines as $line) {
|
||||
if (preg_match('/^(.+)\{/', $line, $tmpbuf)) {
|
||||
$block = strtolower(trim($tmpbuf[1]));
|
||||
echo $line."\n";
|
||||
} elseif (($block === 'body') || ($block === '.fullsize')) {
|
||||
if (preg_match('/^(\s*_?width\s*:\s*)(\d+)(px.*)/', $line, $widthbuf)) {
|
||||
echo $widthbuf[1].($widthbuf[2]+$increase).$widthbuf[3]."\n";
|
||||
} elseif (preg_match('/^(\s*background\s*:.+)(url)/', $line, $widthbuf)) {
|
||||
echo $widthbuf[1].";\n";
|
||||
} else echo $line."\n";
|
||||
} elseif ($block === '.halfsize') {
|
||||
if (preg_match('/^(\s*_?width\s*:\s*)(\d+)(px.*)/', $line, $widthbuf)) {
|
||||
echo $widthbuf[1].($widthbuf[2]+$increase/2).$widthbuf[3]."\n";
|
||||
} else echo $line."\n";
|
||||
} else {
|
||||
echo $line."\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
225
root/opt/phpsysinfo/templates/dark_bootstrap.css
Normal file
@@ -0,0 +1,225 @@
|
||||
body {
|
||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: 13px;
|
||||
padding-top: 80px;
|
||||
color: #c8c8c8;
|
||||
background-color: #272b30;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.table td.rightCell, .table th.rightCell {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.percent {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: #2e3338;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #3a3f44;
|
||||
border-color: #2b2e32;
|
||||
}
|
||||
|
||||
.navbar-brand, .navbar-brand:hover {
|
||||
color: #fff;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.treegrid-span {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.treegrid-spanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.treegrid-indent {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.treegrid-expander {
|
||||
width: 0px;
|
||||
height: 16px;
|
||||
display: table-cell;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.normalicon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
display: table-cell;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.normalicon-right:before {
|
||||
content: "\25ba";
|
||||
}
|
||||
.normalicon-down:before {
|
||||
content: "\25bc";
|
||||
}
|
||||
|
||||
table.sortable thead th {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
table.sortable thead th:hover {
|
||||
background-color: #49515a;
|
||||
}
|
||||
|
||||
.sorttable_nosort {
|
||||
cursor: auto!important;
|
||||
}
|
||||
|
||||
.table-hover > tbody > tr:hover {
|
||||
color: #c8c8c8;
|
||||
background-color: #49515a;
|
||||
}
|
||||
|
||||
.table-hover > tfoot > tr:hover {
|
||||
background-color: #49515a;
|
||||
}
|
||||
|
||||
table.borderless td, table.borderless th, table.noborderattop tr:first-child td, table.noborderattop tr:first-child th {
|
||||
border: none!important;
|
||||
}
|
||||
|
||||
.table {
|
||||
color: #c8c8c8;
|
||||
background-color: #2e3338!important;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.logo {
|
||||
cursor: pointer;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.select {
|
||||
color: #c8c8c8;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
.template {
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.language {
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.card-header {
|
||||
background-color: #3e444c!important;
|
||||
border-color: #3e444c!important;
|
||||
color: #fff!important;
|
||||
}
|
||||
|
||||
.progress {
|
||||
margin-bottom: 0;
|
||||
background-color: #1c1e22;
|
||||
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.progress-bar-success {
|
||||
background-color: #62c462;
|
||||
}
|
||||
|
||||
.progress-bar-info {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
.progress-bar-warning {
|
||||
background-color: #f89406;
|
||||
}
|
||||
|
||||
.progress-bar-danger {
|
||||
background-color: #ee5f5b;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: #2e3338;
|
||||
}
|
||||
|
||||
.list-group {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
background-color: #2e3338;
|
||||
}
|
||||
|
||||
.reload {
|
||||
background-image: url("../gfx/reload.gif");
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.table thead th {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.psihref, .psihref:visited {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.psihref:hover {
|
||||
text-decoration: underline;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.col-lg-6, .col-lg-12 {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.badge {
|
||||
font-size: 12px;
|
||||
border-radius: 10px;
|
||||
padding: 3px 7px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.table-nopadding > tbody > tr > td,
|
||||
.table-nopadding > tbody > tr > th {
|
||||
padding: 0;
|
||||
}
|
224
root/opt/phpsysinfo/templates/green_bootstrap.css
Normal file
@@ -0,0 +1,224 @@
|
||||
body {
|
||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: 13px;
|
||||
padding-top: 80px;
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.table td.rightCell, .table th.rightCell {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.percent {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.card {
|
||||
border-color: #f2f2f2;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #3bc873;
|
||||
border-color: #33b667;
|
||||
}
|
||||
|
||||
.navbar-brand, .navbar-brand:hover {
|
||||
color: #fff;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.treegrid-span {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.treegrid-spanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.treegrid-indent {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.treegrid-expander {
|
||||
width: 0px;
|
||||
height: 16px;
|
||||
display: table-cell;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.normalicon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
display: table-cell;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.normalicon-right:before {
|
||||
content: "\25ba";
|
||||
}
|
||||
.normalicon-down:before {
|
||||
content: "\25bc";
|
||||
}
|
||||
|
||||
table.sortable thead th {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
table.sortable thead th:hover {
|
||||
background-color: #ececec;
|
||||
}
|
||||
|
||||
.sorttable_nosort {
|
||||
cursor: auto!important;
|
||||
}
|
||||
|
||||
.table-hover > tbody > tr:hover {
|
||||
color: #333;
|
||||
background-color: #ececec;
|
||||
}
|
||||
|
||||
.table-hover > tfoot > tr:hover {
|
||||
background-color: #ececec;
|
||||
}
|
||||
|
||||
table.borderless td, table.borderless th, table.noborderattop tr:first-child td, table.noborderattop tr:first-child th {
|
||||
border: none!important;
|
||||
}
|
||||
|
||||
.table {
|
||||
color: #333;
|
||||
background-color: #fff!important;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.logo {
|
||||
cursor: pointer;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.select {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
.template {
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.language {
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.card-header {
|
||||
background-color: #33b770!important;
|
||||
border-color: #33b770!important;
|
||||
color: #fff!important;
|
||||
}
|
||||
|
||||
.progress {
|
||||
margin-bottom: 0;
|
||||
background-color: #f5f5f5;
|
||||
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.progress-bar-success {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
.progress-bar-info {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
.progress-bar-warning {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.progress-bar-danger {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.list-group {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.reload {
|
||||
background-image: url("../gfx/reload.gif");
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.table thead th {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.psihref, .psihref:visited {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.psihref:hover {
|
||||
text-decoration: underline;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.col-lg-6, .col-lg-12 {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.badge{
|
||||
font-size: 12px;
|
||||
border-radius: 10px;
|
||||
padding: 3px 7px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.table-nopadding > tbody > tr > td,
|
||||
.table-nopadding > tbody > tr > th {
|
||||
padding: 0;
|
||||
}
|
@@ -1,11 +1,11 @@
|
||||
<?php echo"<?xml version=\"1.0\" encoding=\"utf-8\">"; ?>
|
||||
<?php echo"<?xml version=\"1.0\" encoding=\"utf-8\"?>"; ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<link rel="shortcut icon" href="gfx/favicon.png" />
|
||||
<link rel="shortcut icon" href="gfx/favicon.gif" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/phpsysinfo.css" />
|
||||
<title>phpSysInfo - Error</title>
|
||||
<noscript>
|
||||
|
@@ -1,11 +1,11 @@
|
||||
<?php echo "<?xml version=\"1.0\" encoding=\"utf-8\">"; ?>
|
||||
<?php echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>"; ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<link rel="shortcut icon" href="gfx/favicon.png" />
|
||||
<link rel="shortcut icon" href="gfx/favicon.gif" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/phpsysinfo.css" />
|
||||
<title>phpSysInfo - Redirection</title>
|
||||
<noscript>
|
||||
@@ -13,7 +13,21 @@
|
||||
</noscript>
|
||||
<script type="text/JavaScript" language="JavaScript">
|
||||
<!--
|
||||
var sTargetURL = "index.php?disp=dynamic";
|
||||
var sTargetURL = "index.php?disp=static";
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/JavaScript" language="JavaScript1.1">
|
||||
<!--
|
||||
sTargetURL = "index.php?disp=bootstrap";
|
||||
//-->
|
||||
</script>
|
||||
<!--[if lt IE 8]>
|
||||
<script type="text/JavaScript" language="JavaScript">
|
||||
sTargetURL = "index.php?disp=dynamic";
|
||||
</script>
|
||||
<![endif]-->
|
||||
<script type="text/JavaScript" language="JavaScript">
|
||||
<!--
|
||||
function doRedirect() {
|
||||
setTimeout( "window.location.href = sTargetURL", 2*1000 );
|
||||
}
|
||||
|
@@ -2,344 +2,475 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'unsafe-inline' 'unsafe-eval' 'self'">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<title>phpSysInfo</title>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="description" content="phpSysInfo is a customizable PHP script that displays information about your system nicely">
|
||||
<meta name="author" content="phpSysInfo organization at GitHub">
|
||||
<title>phpSysInfo <?php echo PSI_VERSION_STRING ?></title>
|
||||
<link href="gfx/favicon.ico" type="image/x-icon" rel="shortcut icon">
|
||||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/JavaScript" src="./js.php?name=html5shiv-printshiv"></script>
|
||||
<noscript><meta http-equiv="refresh" content="2; URL=index.php?disp=static"/></noscript>
|
||||
<link rel="stylesheet" type='text/css' href="templates/vendor/bootstrap.min.css">
|
||||
<link rel="stylesheet" type='text/css' href="templates/vendor/bootstrap-webapp.css">
|
||||
<!--[if IE 9]>
|
||||
<link rel="stylesheet" type='text/css' href="templates/vendor/bootstrap-ie9.css">
|
||||
<script type="text/JavaScript" src="./js.php?name=bootstrap-ie9"></script>
|
||||
<![endif]-->
|
||||
<link rel="stylesheet" href="templates/vendor/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="templates/phpsysinfo_bootstrap.css">
|
||||
<!--[if IE 8]>
|
||||
<link rel="stylesheet" type='text/css' href="templates/vendor/bootstrap-ie8.css">
|
||||
<script type="text/JavaScript" src="./js.php?name=html5shiv-printshiv"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=bootstrap-ie8"></script>
|
||||
<![endif]-->
|
||||
<!--[if lt IE 8]>
|
||||
<script type="text/javascript">
|
||||
alert('You are using an unsupported browser. Update Internet Explorer to at least version 8');
|
||||
die();
|
||||
</script>
|
||||
<![endif]-->
|
||||
<link rel="stylesheet" type='text/css' href="templates/misc/emptyfile.css" id="PSI_CSS_Fix">
|
||||
<link rel="stylesheet" type='text/css' href="templates/misc/emptyfile.css" id="PSI_Template">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<a class="navbar-brand"><img class="navbar-logo" src="gfx/logo_48.png" style="width:32px"/> phpSysInfo <sup><?php echo PSI_VERSION; ?></sup>
|
||||
<img id="loader" style="display:none" src="gfx/ajax-loader.gif">
|
||||
<button id="errorbutton" type="button" data-toggle="modal" data-target="#errors-dialog"
|
||||
class="btn btn-default btn-xs" style="display:none">Errors
|
||||
</button>
|
||||
</a>
|
||||
<input type="hidden" id="plugins" value="<?php $plugins = ''; foreach (CommonFunctions::getPlugins() as $plugin) : $plugins .= $plugin.','; endforeach; echo substr($plugins, 0, -1);?>"/>
|
||||
<input type="hidden" id="showCPUListExpanded" value="<?php echo $showCPUListExpanded;?>"/>
|
||||
<input type="hidden" id="showCPUInfoExpanded" value="<?php echo $showCPUInfoExpanded;?>"/>
|
||||
<input type="hidden" id="showNetworkInfosExpanded" value="<?php echo $showNetworkInfosExpanded;?>"/>
|
||||
<input type="hidden" id="showNetworkActiveSpeed" value="<?php echo $showNetworkActiveSpeed;?>"/>
|
||||
<input type="hidden" id="showCPULoadCompact" value="<?php echo $showCPULoadCompact;?>"/>
|
||||
<input type="hidden" id="hideBootstrapLoader" value="<?php echo $hideBootstrapLoader;?>"/>
|
||||
<input type="hidden" id="hideTotals" value="<?php echo $hideTotals;?>"/>
|
||||
<input type="hidden" id="blocks" value="<?php echo $blocks;?>"/>
|
||||
|
||||
<div class="navbar fixed-top">
|
||||
<div class="container" style="display:block;">
|
||||
<div style="display:table-cell">
|
||||
<div class="navbar-brand">
|
||||
<img class="logo" alt="" src="gfx/logo_32.gif" title="reload"/> phpSys<a title="phpSysInfo - <?php echo PSI_VERSION_STRING; ?>" class="psihref" href="http://phpsysinfo.sourceforge.net/" target="psihref">Info</a><div class="errorbutton" id="errorbutton" title="errors" data-target="#errors-dialog" style="display:inline-block;background:url('gfx/attention.gif') no-repeat center;width:49px;height:32px;visibility:hidden;">
|
||||
<img id="loader" alt="" src="gfx/ajax-loader.gif" style="margin:0 3px 0 3px;visibility:hidden;"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="select" class="select" style="display:none;width:100%;vertical-align:middle;text-align:right;">
|
||||
<div id="tempblock" style="display:none;">
|
||||
<span class="lang_044">Template</span>
|
||||
<select class="template" id="template">
|
||||
<?php if ($picktemplate) {
|
||||
foreach ($bootstraptemplates as $t) :
|
||||
$selected = "";
|
||||
if ($bootstraptemplate === $t) {
|
||||
$selected = " selected=\"selected\"";
|
||||
}
|
||||
echo " <option value=\"".$t."\"".$selected.">".$t."</option>\n";
|
||||
endforeach;
|
||||
} else {
|
||||
echo " <option value=\"".$bootstraptemplate."\" selected=\"selected\">".$bootstraptemplate."</option>\n";
|
||||
}?>
|
||||
</select>
|
||||
</div>
|
||||
<div id="langblock" style="display:none;">
|
||||
<span class="lang_045">Language</span>
|
||||
<select class="language" id="language">
|
||||
<?php if ($picklanguage) {
|
||||
foreach ($languages as $l) :
|
||||
$selected = "";
|
||||
if ($language === $l) {
|
||||
$selected = " selected=\"selected\"";
|
||||
}
|
||||
echo " <option value=\"".$l."\"".$selected.">".$l."</option>\n";
|
||||
endforeach;
|
||||
} else {
|
||||
echo " <option value=\"".$language."\" selected=\"selected\">".$language."</option>\n";
|
||||
}?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<noscript>
|
||||
<p>Your navigator does not support JavaScript (or JavaScript is not activated).</p>
|
||||
<p>In approximatively 2 seconds you will be redirected to the static version of phpSysInfo.</p>
|
||||
<p> </p>
|
||||
<p><a href="index.php?disp=static">Click here to switch to the static version</a></p>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">System Vitals</div>
|
||||
<div class="panel-body">
|
||||
<table id="vitals" class="table table-hover table-condensed">
|
||||
<tr>
|
||||
<th>Hostname</th>
|
||||
<td><span data-bind="Hostname"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Listening IP</th>
|
||||
<td><span data-bind="IPAddr"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Kernel Version</th>
|
||||
<td><span data-bind="Kernel"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Distro Name</th>
|
||||
<td><span data-bind="Distro"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Uptime</th>
|
||||
<td><span data-bind="Uptime"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Last boot</th>
|
||||
<td><span data-bind="LastBoot"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Current Users</th>
|
||||
<td><span data-bind="Users"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Load Averages</th>
|
||||
<td><span data-bind="LoadAvg"></span></td>
|
||||
</tr>
|
||||
<tr id="tr_SysLang">
|
||||
<th>System Language</th>
|
||||
<td><span data-bind="SysLang"></span></td>
|
||||
</tr>
|
||||
<tr id="tr_CodePage">
|
||||
<th>Code Page</th>
|
||||
<td><span data-bind="CodePage"></span></td>
|
||||
</tr>
|
||||
<tr id="tr_Processes">
|
||||
<th>Processes</th>
|
||||
<td><span data-bind="Processes"></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="output" class="row" style="display:none;">
|
||||
<div id="block_vitals" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_002">System vitals</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="vitals" class="table table-hover table-sm noborderattop">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><span class="lang_003">Hostname</span></th>
|
||||
<td><span data-bind="Hostname"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="lang_004">Listening IP</span></th>
|
||||
<td><span data-bind="IPAddr"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="lang_005">Kernel Version</span></th>
|
||||
<td><span data-bind="Kernel"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="lang_006">Distro Name</span></th>
|
||||
<td><span data-bind="Distro"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="lang_127">OS Type</span></th>
|
||||
<td><span data-bind="OS"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="lang_007">Uptime</span></th>
|
||||
<td><span data-bind="Uptime"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="lang_095">Last boot</span></th>
|
||||
<td><span data-bind="LastBoot"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><span class="lang_008">Current Users</span></th>
|
||||
<td><span data-bind="Users"></span></td>
|
||||
</tr>
|
||||
<tr id="tr_LoadAvg">
|
||||
<th><span class="lang_009">Load Averages</span></th>
|
||||
<td><span data-bind="LoadAvg"></span></td>
|
||||
</tr>
|
||||
<tr id="tr_SysLang">
|
||||
<th><span class="lang_097">System Language</span></th>
|
||||
<td><span data-bind="SysLang"></span></td>
|
||||
</tr>
|
||||
<tr id="tr_CodePage">
|
||||
<th><span class="lang_098">Code Page</span></th>
|
||||
<td><span data-bind="CodePage"></span></td>
|
||||
</tr>
|
||||
<tr id="tr_Processes">
|
||||
<th><span class="lang_110">Processes</span></th>
|
||||
<td><span data-bind="Processes"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-lg-6">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Hardware Information</div>
|
||||
<div class="panel-body">
|
||||
<table id="hardware" class="table table-hover table-condensed">
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Memory Usage</div>
|
||||
<div class="panel-body">
|
||||
<table id="memory" class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Usage</th>
|
||||
<th class="rightCell">Free</th>
|
||||
<th class="rightCell">Used</th>
|
||||
<th class="rightCell">Size</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="memory-data">
|
||||
<tr>
|
||||
<th><span data-bind="Type"></span></th>
|
||||
<td><span data-bind="Usage"></span></td>
|
||||
<td class="rightCell"><span data-bind="Free"></span></td>
|
||||
<td class="rightCell"><span data-bind="Used"></span></td>
|
||||
<td class="rightCell"><span data-bind="Total"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot id="swap-data" style="display:none">
|
||||
<tr>
|
||||
<th><span data-bind="Name"></span></th>
|
||||
<td><span data-bind="Usage"></span></td>
|
||||
<td class="rightCell"><span data-bind="Free"></span></td>
|
||||
<td class="rightCell"><span data-bind="Used"></span></td>
|
||||
<td class="rightCell"><span data-bind="Total"></span></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div id="block_filesystem" style="display:none" class="col-lg-12">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Mounted Filesystems</div>
|
||||
<div class="panel-body">
|
||||
<table id="filesystem" class="table table-hover table-condensed sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id="filesystem_MountPoint">Mountpoint</th>
|
||||
<th>Type</th>
|
||||
<th>Partition</th>
|
||||
<th>Usage</th>
|
||||
<th class="rightCell sorttable_numeric">Free</th>
|
||||
<th class="rightCell sorttable_numeric">Used</th>
|
||||
<th class="rightCell sorttable_numeric">Size</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="filesystem-data">
|
||||
<tr>
|
||||
<th><span data-bind="MountPoint"></span></th>
|
||||
<td><span data-bind="FSType"></span></td>
|
||||
<td><span data-bind="Name"></span></td>
|
||||
<td><span data-bind="Percent"></span></td>
|
||||
<td class="rightCell"><span data-bind="Free"></span></td>
|
||||
<td class="rightCell"><span data-bind="Used"></span></td>
|
||||
<td class="rightCell"><span data-bind="Total"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot id="filesystem-foot">
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<th>Totals</th>
|
||||
<th><span data-bind="Percent"></span></th>
|
||||
<th class="rightCell"><span data-bind="Free"></span></th>
|
||||
<th class="rightCell"><span data-bind="Used"></span></th>
|
||||
<th class="rightCell"><span data-bind="Total"></span></th>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div id="block_network" style="display:none" class="col-lg-6">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Network Interface</div>
|
||||
<div class="panel-body">
|
||||
<table id="network" class="table table-hover table-condensed">
|
||||
</table>
|
||||
<div id="block_hardware" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_010">Hardware Information</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="hardware" class="table table-hover table-sm noborderattop">
|
||||
<tbody id="hardware-data">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_voltage" style="display:none" class="col-lg-6">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Voltage</div>
|
||||
<div class="panel-body">
|
||||
<table id="voltage" class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Label</th>
|
||||
<th class="rightCell">Value</th>
|
||||
<th class="rightCell">Min</th>
|
||||
<th class="rightCell">Max</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="voltage-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Min"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="block_memory" class="col-lg-12" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_027">Memory Usage</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="memory" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_034">Type</span></th>
|
||||
<th><span class="lang_033">Usage</span></th>
|
||||
<th class="rightCell"><span class="lang_125">Free</span></th>
|
||||
<th class="rightCell"><span class="lang_036">Used</span></th>
|
||||
<th class="rightCell"><span class="lang_037">Size</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="memory-data">
|
||||
<tr>
|
||||
<th><span data-bind="Type"></span></th>
|
||||
<td><span data-bind="Usage"></span></td>
|
||||
<td class="rightCell"><span data-bind="Free"></span></td>
|
||||
<td class="rightCell"><span data-bind="Used"></span></td>
|
||||
<td class="rightCell"><span data-bind="Total"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot id="swap-data" style="display:none;">
|
||||
<tr>
|
||||
<th><span data-bind="Name"></span></th>
|
||||
<td><span data-bind="Usage"></span></td>
|
||||
<td class="rightCell"><span data-bind="Free"></span></td>
|
||||
<td class="rightCell"><span data-bind="Used"></span></td>
|
||||
<td class="rightCell"><span data-bind="Total"></span></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_temperature" style="display:none" class="col-lg-3">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Temperatures</div>
|
||||
<div class="panel-body">
|
||||
<table id="temperature" class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Label</th>
|
||||
<th class="rightCell">Value</th>
|
||||
<th class="rightCell">Limit</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="temperature-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="block_filesystem" class="col-lg-12" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_030">Mounted Filesystems</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="filesystem" class="table table-hover table-sm sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th id="filesystem_MountPoint"><span class="lang_031">Mountpoint</span></th>
|
||||
<th><span class="lang_034">Type</span></th>
|
||||
<th><span class="lang_032">Partition</span></th>
|
||||
<th><span class="lang_033">Usage</span></th>
|
||||
<th class="rightCell sorttable_numeric"><span class="lang_035">Free</span></th>
|
||||
<th class="rightCell sorttable_numeric"><span class="lang_036">Used</span></th>
|
||||
<th class="rightCell sorttable_numeric"><span class="lang_037">Size</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="filesystem-data">
|
||||
<tr>
|
||||
<th><span data-bind="MountPoint"></span></th>
|
||||
<td><span data-bind="FSType"></span></td>
|
||||
<td><span data-bind="Name"></span></td>
|
||||
<td><span data-bind="Percent"></span></td>
|
||||
<td class="rightCell"><span data-bind="Free"></span></td>
|
||||
<td class="rightCell"><span data-bind="Used"></span></td>
|
||||
<td class="rightCell"><span data-bind="Total"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot id="filesystem-foot" style="display:none;">
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<th><span class="lang_038">Totals</span></th>
|
||||
<th><span data-bind="Percent"></span></th>
|
||||
<th class="rightCell"><span data-bind="Free"></span></th>
|
||||
<th class="rightCell"><span data-bind="Used"></span></th>
|
||||
<th class="rightCell"><span data-bind="Total"></span></th>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_fans" style="display:none" class="col-lg-3">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Fans</div>
|
||||
<div class="panel-body">
|
||||
<table id="fans" class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Label</th>
|
||||
<th class="rightCell">Value</th>
|
||||
<th class="rightCell">Min</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="fans-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Min"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="block_network" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_021">Network Interface</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="network" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width:60%"><span class="lang_022">Device</span></th>
|
||||
<th class="rightCell"><span class="lang_023">Receive</span></th>
|
||||
<th class="rightCell"><span class="lang_024">Send</span></th>
|
||||
<th class="rightCell"><span class="lang_025">Err/<wbr>Drop</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="network-data"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_current" style="display:none" class="col-lg-3">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Currents</div>
|
||||
<div class="panel-body">
|
||||
<table id="current" class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Label</th>
|
||||
<th class="rightCell">Value</th>
|
||||
<th class="rightCell">Limit</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="current-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="block_voltage" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_052">Voltage</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="voltage" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="rightCell"><span class="lang_054">Value</span></th>
|
||||
<th class="rightCell"><span class="lang_055">Min</span></th>
|
||||
<th class="rightCell"><span class="lang_056">Max</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="voltage-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Min"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_power" style="display:none" class="col-lg-3">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Power</div>
|
||||
<div class="panel-body">
|
||||
<table id="power" class="table table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Label</th>
|
||||
<th class="rightCell">Value</th>
|
||||
<th class="rightCell">Limit</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="power-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="block_current" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_105">Current</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="current" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="rightCell"><span class="lang_054">Value</span></th>
|
||||
<th class="rightCell"><span class="lang_055">Min</span></th>
|
||||
<th class="rightCell"><span class="lang_056">Max</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="current-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Min"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_ups" style="display:none" class="col-lg-6">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">UPS Information</div>
|
||||
<div class="panel-body">
|
||||
<table id="ups" class="table table-hover table-condensed">
|
||||
</table>
|
||||
<div id="block_temperature" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_051">Temperatures</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="temperature" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="rightCell"><span class="lang_054">Value</span></th>
|
||||
<th class="rightCell"><span class="lang_058">Limit</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="temperature-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_fans" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_053">Fans</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="fans" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="rightCell"><span class="lang_054">Value</span></th>
|
||||
<th class="rightCell"><span class="lang_055">Min</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="fans-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Min"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_power" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_102">Power</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="power" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="rightCell"><span class="lang_054">Value</span></th>
|
||||
<th class="rightCell"><span class="lang_058">Limit</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="power-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
<td class="rightCell"><span data-bind="Max"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_other" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_121">Other</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="other" class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="rightCell"><span class="lang_054">Value</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="other-data">
|
||||
<tr>
|
||||
<th><span data-bind="Label"></span></th>
|
||||
<td class="rightCell"><span data-bind="Value"></span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="block_ups" class="col-lg-6" style="display:none;">
|
||||
<div class="card">
|
||||
<div class="card-header"><span class="lang_068">UPS Information</span></div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table id="ups" class="table table-hover table-sm noborderattop">
|
||||
<tbody id="ups-data">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php foreach (CommonFunctions::getPlugins() as $plugin) :
|
||||
if (file_exists(APP_ROOT . '/plugins/' . $plugin . '/' . $plugin . '_bootstrap.html')) : ?>
|
||||
<?php include APP_ROOT. '/plugins/' . $plugin . '/' . $plugin . '_bootstrap.html'; ?>
|
||||
if (file_exists(PSI_APP_ROOT . '/plugins/' . $plugin . '/' . $plugin . '_bootstrap.html')) : ?>
|
||||
<?php include PSI_APP_ROOT. '/plugins/' . $plugin . '/' . $plugin . '_bootstrap.html'; ?>
|
||||
|
||||
<?php endif; endforeach; ?>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Errors details modal dialogs -->
|
||||
<div class="modal fade" id="errors-dialog" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
|
||||
aria-hidden="true">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal fade" id="errors-dialog" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h4 class="modal-title">Errors</h4>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<ul id="errors" class="list-group">
|
||||
@@ -353,17 +484,14 @@ if (file_exists(APP_ROOT . '/plugins/' . $plugin . '/' . $plugin . '_bootstrap.h
|
||||
<!-- /.modal -->
|
||||
|
||||
</div>
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery-1"></script>
|
||||
<![endif]-->
|
||||
<!--[if gte IE 9]><!-->
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery"></script>
|
||||
<!--<![endif]-->
|
||||
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=console-shim"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=transparency"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=sorttable"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.treegrid"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=bootstrap-util"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=bootstrap-modal"></script>
|
||||
|
||||
<?php foreach (CommonFunctions::getPlugins() as $plugin) : ?>
|
||||
<script type="text/JavaScript" src="./js.php?plugin=<?php echo $plugin ?>&name=<?php echo $plugin ?>_bootstrap"></script>
|
||||
|
@@ -5,27 +5,27 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
||||
<meta name="Description" content="phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more." />
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'unsafe-inline' 'unsafe-eval' 'self'" />
|
||||
<meta name="Description" content="phpSysInfo is a customizable PHP script that displays information about your system nicely" />
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="2; URL=index.php?disp=static" />
|
||||
</noscript>
|
||||
<link rel="shortcut icon" href="gfx/favicon.png" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/<?php echo $template ?>.css" title="PSI_Template"/>
|
||||
<link rel="shortcut icon" href="gfx/favicon.gif" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/misc/emptyfile.css" title="PSI_Template" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/plugin/nyroModal.full.css" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/plugin/jquery.jgrowl.css" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/plugin/jquery.dataTables.css" />
|
||||
<link type="text/css" rel="stylesheet" href="./templates/plugin/jquery.treeTable.css" />
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery-1"></script>
|
||||
<![endif]-->
|
||||
<!--[if gte IE 9]><!-->
|
||||
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery"></script>
|
||||
<!--<![endif]-->
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.dataTables"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.nyroModal"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.jgrowl"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.timers"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.timer"></script>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.treeTable"></script>
|
||||
<!--[if lte IE 6]>
|
||||
<script type="text/JavaScript" src="./js.php?name=jquery.ifixpng"></script>
|
||||
<![endif]-->
|
||||
<script type="text/JavaScript" src="./js.php?name=phpsysinfo"></script>
|
||||
<?php foreach (CommonFunctions::getPlugins() as $plugin) : ?>
|
||||
<?php if (file_exists("./plugins/".$plugin."/css/".$plugin.".css")) : ?>
|
||||
@@ -36,9 +36,22 @@
|
||||
<title>phpSysInfo <?php echo PSI_VERSION_STRING ?></title>
|
||||
</head>
|
||||
<body>
|
||||
<input type="hidden" id="showCPUListExpanded" value="<?php echo $showCPUListExpanded;?>"/>
|
||||
<input type="hidden" id="showCPUInfoExpanded" value="<?php echo $showCPUInfoExpanded;?>"/>
|
||||
<input type="hidden" id="showNetworkInfosExpanded" value="<?php echo $showNetworkInfosExpanded;?>"/>
|
||||
<input type="hidden" id="showMemoryInfosExpanded" value="<?php echo $showMemoryInfosExpanded;?>"/>
|
||||
<input type="hidden" id="showNetworkActiveSpeed" value="<?php echo $showNetworkActiveSpeed;?>"/>
|
||||
<input type="hidden" id="showCPULoadCompact" value="<?php echo $showCPULoadCompact;?>"/>
|
||||
<input type="hidden" id="hideTotals" value="<?php echo $hideTotals;?>"/>
|
||||
<input type="hidden" id="increaseWidth" value="<?php echo $increaseWidth;?>"/>
|
||||
<input type="hidden" id="blocks" value="<?php echo $blocks;?>"/>
|
||||
<div id="loader">
|
||||
<h1>Loading... please wait!</h1>
|
||||
<div id="container2">
|
||||
<h1>
|
||||
<a href="#errors" class="nyroModal">
|
||||
<img id="loadwarn" style="vertical-align: middle; display:none; border:0px; width:32px;" src="./gfx/attention.gif" title="errors" alt="errors" />
|
||||
</a>
|
||||
Loading... please wait!</h1>
|
||||
<div id="container">
|
||||
<noscript>
|
||||
<p>Your navigator does not support JavaScript (or JavaScript is not activated).</p>
|
||||
<p>In approximatively 2 seconds you will be redirected to the static version of phpSysInfo.</p>
|
||||
@@ -47,186 +60,220 @@
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
<div id="errors" style="display: none; width: 940px">
|
||||
<div id="errors" style="display:none; width:940px">
|
||||
<div id="errorlist">
|
||||
<h2>Oh, I'm sorry. Something seems to be wrong.</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div id="container" style="display: none;">
|
||||
<div id="output" style="display:none;">
|
||||
<h1>
|
||||
<a href="#errors" class="nyroModal">
|
||||
<img id="warn" style="vertical-align: middle; display:none; border:0px;" src="./gfx/attention.png" alt="warning" />
|
||||
<img id="warn" style="vertical-align: middle; display:none; border:0px; width:32px;" src="./gfx/attention.gif" title="errors" alt="errors" />
|
||||
</a>
|
||||
<span id="title">
|
||||
<span id="lang_001">System information</span>
|
||||
<span class="lang_001">System information</span>
|
||||
: <span id="s_hostname_title"></span>
|
||||
(<span id="s_ip_title"></span>)
|
||||
</span>
|
||||
</h1>
|
||||
<div id="select">
|
||||
<span id="lang_044">Template</span>
|
||||
<select id="template" name="template">
|
||||
<?php foreach ($templates as $t) :
|
||||
$selected = "";
|
||||
if ($template === $t) {
|
||||
$selected = " selected=\"selected\"";
|
||||
}
|
||||
<span class="lang_044" style="display:none;">Template</span>
|
||||
<select id="template" name="template" style="display:none;">
|
||||
<?php
|
||||
if ($picktemplate) {
|
||||
foreach ($templates as $t) :
|
||||
$selected = "";
|
||||
if ($template === $t) {
|
||||
$selected = " selected=\"selected\"";
|
||||
}
|
||||
echo " <option value=\"".$t."\"".$selected.">".$t."</option>\n";
|
||||
endforeach;
|
||||
} else {
|
||||
echo " <option value=\"".$template."\" selected=\"selected\">".$template."</option>\n";
|
||||
}
|
||||
?>
|
||||
<option value="<?php echo $t ?>"<?php echo $selected ?>><?php echo $t ?></option>
|
||||
<?php endforeach; ?>
|
||||
</select>
|
||||
<span id="lang_045">Language</span>
|
||||
<select id="lang" name="lang">
|
||||
<?php foreach ($languages as $l) :
|
||||
$selected = "";
|
||||
if ($language === $l) {
|
||||
$selected = " selected=\"selected\"";
|
||||
}
|
||||
<span class="lang_045" style="display:none;">Language</span>
|
||||
<select id="language" name="language" style="display:none;">
|
||||
<?php
|
||||
if ($picklanguage) {
|
||||
foreach ($languages as $l) :
|
||||
$selected = "";
|
||||
if ($language === $l) {
|
||||
$selected = " selected=\"selected\"";
|
||||
}
|
||||
echo " <option value=\"".$l."\"".$selected.">".$l."</option>\n";
|
||||
endforeach;
|
||||
} else {
|
||||
echo " <option value=\"".$language."\" selected=\"selected\">".$language."</option>\n";
|
||||
}
|
||||
?>
|
||||
<option value="<?php echo $l ?>"<?php echo $selected?>><?php echo $l?></option>
|
||||
<?php endforeach; ?>
|
||||
</select>
|
||||
</div>
|
||||
<div id="vitals">
|
||||
<h2><span id="lang_002">System vitals</span></h2>
|
||||
<table class="stripeMe" id="vitalsTable" style="border-spacing:0;">
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_003">Hostname</span></td>
|
||||
<td><span id="s_hostname"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_004">Listening IP</span></td>
|
||||
<td><span id="s_ip"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_005">Kernel Version</span></td>
|
||||
<td><span id="s_kernel"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_006">Distro Name</span></td>
|
||||
<td><span id="s_distro"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_007">Uptime</span></td>
|
||||
<td><span id="s_uptime"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_095">Last boot</span></td>
|
||||
<td><span id="s_lastboot"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_008">Current Users</span></td>
|
||||
<td><span id="s_users"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span id="lang_009">Load Averages</span></td>
|
||||
<td><span id="s_loadavg"></span></td>
|
||||
</tr>
|
||||
<tr style="display:none" id="s_syslang_tr">
|
||||
<td style="width:160px;"><span id="lang_097">System Language</span></td>
|
||||
<td><span id="s_syslang"></span></td>
|
||||
</tr>
|
||||
<tr style="display:none" id="s_codepage_tr1">
|
||||
<td style="width:160px;"><span id="lang_098">Code Page</span></td>
|
||||
<td><span id="s_codepage_1"></span></td>
|
||||
</tr>
|
||||
<tr style="display:none" id="s_codepage_tr2">
|
||||
<td style="width:160px;"><span id="lang_098">Code Page</span></td>
|
||||
<td><span id="s_codepage_2"></span></td>
|
||||
</tr>
|
||||
<tr style="display:none" id="s_processes_tr1">
|
||||
<td style="width:160px;"><span id="lang_110">Processes</span></td>
|
||||
<td><span id="s_processes_1"></span></td>
|
||||
</tr>
|
||||
<tr style="display:none" id="s_processes_tr2">
|
||||
<td style="width:160px;"><span id="lang_110">Processes</span></td>
|
||||
<td><span id="s_processes_2"></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id="hardware">
|
||||
</div>
|
||||
<div id="memory">
|
||||
</div>
|
||||
<div id="filesystem">
|
||||
</div>
|
||||
<div id="network">
|
||||
</div>
|
||||
<div id="voltage" style="display: none;">
|
||||
<h2><span id="lang_052">Voltage</span></h2>
|
||||
<table class="stripeMe" id="voltageTable" style="border-spacing:0;">
|
||||
<thead>
|
||||
<div id="vitals" class="halfsize">
|
||||
<h2><span class="lang_002">System vitals</span></h2>
|
||||
<div style="overflow-x:auto;">
|
||||
<table id="vitalsTable" style="border-collapse:collapse;">
|
||||
<tr>
|
||||
<th><span id="lang_059">Label</span></th>
|
||||
<th class="right"><span id="lang_052">Voltage</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_055">Min</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_056">Max</span></th>
|
||||
<td style="width:160px;"><span class="lang_003">Hostname</span></td>
|
||||
<td><span id="s_hostname"></span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div id="temp" style="display: none;">
|
||||
<h2><span id="lang_051">Temperature</span></h2>
|
||||
<table class="stripeMe" id="tempTable" style="border-spacing:0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span id="lang_059">Label</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_054">Value</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_058">Limit</span></th>
|
||||
<td style="width:160px;"><span class="lang_004">Listening IP</span></td>
|
||||
<td><span id="s_ip"></span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div id="fan" style="display: none;">
|
||||
<h2><span id="lang_053">Fan</span></h2>
|
||||
<table class="stripeMe" id="fanTable" style="border-spacing:0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span id="lang_059">Label</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_054">Value</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_055">Min</span></th>
|
||||
<td style="width:160px;"><span class="lang_005">Kernel Version</span></td>
|
||||
<td><span id="s_kernel"></span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div id="current" style="display: none;">
|
||||
<h2><span id="lang_105">Current</span></h2>
|
||||
<table class="stripeMe" id="currentTable" style="border-spacing:0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span id="lang_059">Label</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_054">Value</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_058">Limit</span></th>
|
||||
<td style="width:160px;"><span class="lang_006">Distro Name</span></td>
|
||||
<td><span id="s_distro"></span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div id="power" style="display: none;">
|
||||
<h2><span id="lang_102">Power</span></h2>
|
||||
<table class="stripeMe" id="powerTable" style="border-spacing:0;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span id="lang_059">Label</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_054">Value</span></th>
|
||||
<th class="right" style="width: 80px;"><span id="lang_058">Limit</span></th>
|
||||
<td style="width:160px;"><span class="lang_127">OS Type</span></td>
|
||||
<td><span id="s_os"></span></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
<tr>
|
||||
<td style="width:160px;"><span class="lang_007">Uptime</span></td>
|
||||
<td><span id="s_uptime"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span class="lang_095">Last boot</span></td>
|
||||
<td><span id="s_lastboot"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span class="lang_008">Current Users</span></td>
|
||||
<td><span id="s_users"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span class="lang_009">Load Averages</span></td>
|
||||
<td><span id="s_loadavg"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span class="lang_097">System Language</span></td>
|
||||
<td><span id="s_syslang"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span class="lang_098">Code Page</span></td>
|
||||
<td><span id="s_codepage"></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:160px;"><span class="lang_110">Processes</span></td>
|
||||
<td><span id="s_processes"></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ups" style="display: none;">
|
||||
<div id="hardware" class="halfsize">
|
||||
</div>
|
||||
<div id="memory" class="fullsize">
|
||||
</div>
|
||||
<div id="filesystem" class="fullsize">
|
||||
</div>
|
||||
<div id="network" class="halfsize">
|
||||
</div>
|
||||
<div id="voltage" class="halfsize" style="display:none;">
|
||||
<h2><span class="lang_052">Voltage</span></h2>
|
||||
<div style="overflow-x:auto;">
|
||||
<table class="stripeMe" id="voltageTable" style="border-collapse:collapse;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_055">Min</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_056">Max</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="current" class="halfsize" style="display:none;">
|
||||
<h2><span class="lang_105">Current</span></h2>
|
||||
<div style="overflow-x:auto;">
|
||||
<table class="stripeMe" id="currentTable" style="border-collapse:collapse;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_055">Min</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_056">Max</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="temperature" class="halfsize" style="display:none;">
|
||||
<h2><span class="lang_051">Temperature</span></h2>
|
||||
<div style="overflow-x:auto;">
|
||||
<table class="stripeMe" id="temperatureTable" style="border-collapse:collapse;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_058">Limit</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="fans" class="halfsize" style="display:none;">
|
||||
<h2><span class="lang_053">Fans</span></h2>
|
||||
<div style="overflow-x:auto;">
|
||||
<table class="stripeMe" id="fansTable" style="border-collapse:collapse;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_055">Min</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="power" class="halfsize" style="display:none;">
|
||||
<h2><span class="lang_102">Power</span></h2>
|
||||
<div style="overflow-x:auto;">
|
||||
<table class="stripeMe" id="powerTable" style="border-collapse:collapse;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_054">Value</span></th>
|
||||
<th class="right" style="width:24.3%;"><span class="lang_058">Limit</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="other" class="halfsize" style="display:none;">
|
||||
<h2><span class="lang_121">Other</span></h2>
|
||||
<div style="overflow-x:auto;">
|
||||
<table class="stripeMe" id="otherTable" style="border-collapse:collapse;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="lang_059">Label</span></th>
|
||||
<th class="right" style="width:48.6%;"><span class="lang_054">Value</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ups" class="halfsize" style="display:none;">
|
||||
</div>
|
||||
<div id="footer">
|
||||
<span id="lang_047">Generated by</span> <a href="http://phpsysinfo.sourceforge.net/">phpSysInfo - <span id="version"></span></a>
|
||||
<span class="lang_047">Generated by</span> <a href="http://phpsysinfo.sourceforge.net/" target="psihref">phpSysInfo - <span id="version"></span></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@@ -1,12 +1,12 @@
|
||||
/* NextGen Remixed by iDash.pl */
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #006;
|
||||
color: #5a7000;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: #5A7000;
|
||||
color: #5a7000;
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -14,6 +14,10 @@ a:hover {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
background: url("idash/bg.png") repeat-x scroll center top #111;
|
||||
@@ -28,14 +32,21 @@ body {
|
||||
margin: 0 auto;
|
||||
padding: 20px 20px 0 20px;
|
||||
font: 0.75em tahoma, arial, sans-serif;
|
||||
color: #CCC;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
div#container {
|
||||
div#output {
|
||||
margin: -20px -10px 0 -10px;
|
||||
padding: 95px 0 0 0;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1 {
|
||||
position: absolute;
|
||||
top: 35px;
|
||||
@@ -44,29 +55,7 @@ h1 {
|
||||
padding: 0px 10px;
|
||||
font-size: 2em;
|
||||
font-weight: normal;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#select {
|
||||
position: absolute;
|
||||
top: 75px;
|
||||
color: #FFF;
|
||||
right: 30px;
|
||||
width: 370px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#vitals, #network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #power, #current, #ups {
|
||||
float: left;
|
||||
width: 451px;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
border: 1px solid #354242;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@@ -76,28 +65,10 @@ h2 {
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.0em;
|
||||
text-transform: uppercase;
|
||||
color: #FFF; /* #7D9100; */
|
||||
color: #fff; /* #7d9100; */
|
||||
background: #354242;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
border: 1px solid #354242;
|
||||
}
|
||||
|
||||
.dataTables_wrapper{
|
||||
margin: 0 0 0 0 !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
|
||||
th, td, h3 {
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
@@ -108,12 +79,50 @@ h3 {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.even {
|
||||
background: #333;
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
#select {
|
||||
position: absolute;
|
||||
top: 75px;
|
||||
color: #fff;
|
||||
right: 30px;
|
||||
width: 370px;
|
||||
text-align: right;
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.fullsize, .halfsize {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
border: 1px solid #354242;
|
||||
}
|
||||
|
||||
.fullsize {
|
||||
width: 916px;
|
||||
}
|
||||
|
||||
.halfsize {
|
||||
width: 451px;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
color: #777777;
|
||||
color: #777;
|
||||
clear: both;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
@@ -121,23 +130,32 @@ h3 {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#memory, #filesystem {
|
||||
width: 915px;
|
||||
.lang_047 {
|
||||
color:444
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
border: 1px solid #354242;
|
||||
}
|
||||
|
||||
.even {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
.bar {
|
||||
background: #34DA64 url("idash/html.gif");
|
||||
background: #34da64 url("idash/html.gif");
|
||||
}
|
||||
|
||||
.barwarn {
|
||||
background: #e69575 url("idash/htmlwarn.gif");
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
.barrest {
|
||||
background: #57da34 url("idash/htmlrest.gif");
|
||||
}
|
||||
|
||||
.right {
|
||||
@@ -145,7 +163,39 @@ p {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
|
||||
padding: 0px 30px;
|
||||
.dataTables_wrapper{
|
||||
margin: 0 0 0 0 !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
.treeimg {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.treespan {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.treespanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.tree tr td {
|
||||
cursor: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.treediv {
|
||||
display: table;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tablemain {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
#lang_047{color:444}
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 596 B |
BIN
root/opt/phpsysinfo/templates/idash/htmlrest.gif
Normal file
After Width: | Height: | Size: 120 B |
@@ -8,16 +8,22 @@ a {
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}* {
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 100%;
|
||||
height: 100%;
|
||||
background-color: #f3f1e9;
|
||||
color: #666666;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -32,6 +38,13 @@ body {
|
||||
padding: 20px 20px 0 20px;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0 10px;
|
||||
_margin: 0 15px 0 10px; /* ie6 */
|
||||
@@ -45,22 +58,6 @@ h1 {
|
||||
color: #326ea1;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#vitals, #network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #power, #current, #ups {
|
||||
float: left;
|
||||
width: 451px;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: Georgia, serif;
|
||||
font-weight: bold;
|
||||
@@ -72,10 +69,63 @@ h2 {
|
||||
border-bottom: 2px solid #326ea1;
|
||||
}
|
||||
|
||||
th, td, h3 {
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.fullsize, .halfsize {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.fullsize {
|
||||
width: 918px;
|
||||
}
|
||||
|
||||
.halfsize {
|
||||
width: 453px;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr .header {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
color: #5c5c5c;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
line-height: 18px;
|
||||
font-size: 80%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
@@ -83,29 +133,8 @@ table {
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
th, td, h3 {
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.even {
|
||||
background: #EBE8DA;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
color: #5C5C5C;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
line-height: 18px;
|
||||
font-size: 80%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#memory, #filesystem {
|
||||
width: 915px;
|
||||
background: #ebe8da;
|
||||
}
|
||||
|
||||
.bar {
|
||||
@@ -116,15 +145,8 @@ th, td, h3 {
|
||||
background-color: #df326e;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr .header {
|
||||
cursor: pointer;
|
||||
.barrest {
|
||||
background-color: #32c5df;
|
||||
}
|
||||
|
||||
.right {
|
||||
@@ -132,6 +154,34 @@ p {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
|
||||
padding: 0px 30px;
|
||||
.treeimg {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.treespan {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.treespanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.tree tr td {
|
||||
cursor: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.treediv {
|
||||
display: table;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tablemain {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
@@ -1,64 +1,126 @@
|
||||
/*
|
||||
$Id: jstyle_green.css 518 2011-10-28 08:09:07Z namiltd $
|
||||
*/
|
||||
a {
|
||||
color: #c03000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
* {
|
||||
margin:0;
|
||||
padding:0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html {
|
||||
background-color:#f3f1e9;
|
||||
color:#666;
|
||||
font-size:100%;
|
||||
height:100%;
|
||||
background-color: #f3f1e9;
|
||||
color: #666;
|
||||
font-size: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family:Verdana, "Bitstream Vera Sans";
|
||||
font-size:.75em;
|
||||
margin:0 auto;
|
||||
min-height:100%;
|
||||
overflow:auto;
|
||||
padding:20px 20px 0;
|
||||
position:relative;
|
||||
width:940px;
|
||||
font-family: Verdana, "Bitstream Vera Sans";
|
||||
font-size: .75em;
|
||||
margin: 0 auto;
|
||||
min-height: 100%;
|
||||
overflow: auto;
|
||||
padding: 20px 20px 0;
|
||||
position: relative;
|
||||
width: 940px;
|
||||
_width: 945px; /* ie6 */
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 1.6;
|
||||
padding: 4px 10px 2px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color:#693;
|
||||
font-family:Georgia, serif;
|
||||
font-size:150%;
|
||||
font-weight:400;
|
||||
line-height:1.5em;
|
||||
margin:0 10px;
|
||||
color: #693;
|
||||
font-family: Georgia, serif;
|
||||
font-size: 150%;
|
||||
font-weight: 400;
|
||||
line-height: 1.5em;
|
||||
margin: 0 10px;
|
||||
_margin: 0 15px 0 10px; /* ie6 */
|
||||
padding:10px;
|
||||
text-align:center;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2 {
|
||||
border-bottom:2px solid #693;
|
||||
color:#693;
|
||||
font-family:Georgia, serif;
|
||||
font-size:130%;
|
||||
font-weight:700;
|
||||
line-height:1.5em;
|
||||
padding:3px 10px;
|
||||
text-transform:uppercase;
|
||||
border-bottom: 2px solid #693;
|
||||
color: #693;
|
||||
font-family: Georgia, serif;
|
||||
font-size: 130%;
|
||||
font-weight: 700;
|
||||
line-height: 1.5em;
|
||||
padding: 3px 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height:1.6;
|
||||
padding:4px 10px 2px;
|
||||
text-align:left;
|
||||
vertical-align:top;
|
||||
th, td, h3 {
|
||||
font-size: 100%;
|
||||
padding: 4px 10px 2px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table {
|
||||
width:100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.fullsize, .halfsize {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.fullsize {
|
||||
width: 918px;
|
||||
}
|
||||
|
||||
.halfsize {
|
||||
width: 453px;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
color: #5C5C5C;
|
||||
font-size: 80%;
|
||||
line-height: 18px;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
@@ -66,77 +128,55 @@ table {
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
th,td,h3 {
|
||||
font-size:100%;
|
||||
padding:4px 10px 2px;
|
||||
text-align:left;
|
||||
vertical-align:top;
|
||||
.even {
|
||||
background: #ebe8da;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#c03000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
/****/
|
||||
|
||||
.bar {
|
||||
background-color:#C1DC70;
|
||||
background-color: #c1dc70;
|
||||
}
|
||||
|
||||
.barwarn {
|
||||
background-color:#DC8B70;
|
||||
background-color: #dc8b70;
|
||||
}
|
||||
|
||||
.even {
|
||||
background:#EBE8DA;
|
||||
.barrest {
|
||||
background-color: #8bdc70;
|
||||
}
|
||||
|
||||
.right {
|
||||
padding-right:20px;
|
||||
text-align:right;
|
||||
padding-right: 20px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/****/
|
||||
|
||||
#filesystemTable thead tr .header {
|
||||
cursor:pointer;
|
||||
.treeimg {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
|
||||
padding:0 30px;
|
||||
.treespan {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
#vitals,#network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #power, #current, #ups {
|
||||
float:left;
|
||||
margin:10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding:1px;
|
||||
width:451px;
|
||||
.treespanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
#memory,#filesystem {
|
||||
width:915px;
|
||||
.tree tr td {
|
||||
cursor: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align:right;
|
||||
.treediv {
|
||||
display: table;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width:100px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear:both;
|
||||
color:#5C5C5C;
|
||||
font-size:80%;
|
||||
line-height:18px;
|
||||
margin:12px;
|
||||
padding:13px 25px;
|
||||
text-align:center;
|
||||
.tablemain {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
169
root/opt/phpsysinfo/templates/lingruby.css
Normal file
@@ -0,0 +1,169 @@
|
||||
/*
|
||||
$Id: two.css 518 2011-10-28 08:09:07Z namiltd $
|
||||
*/
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #cc0000;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 100%;
|
||||
height: 100%;
|
||||
color: #2b2828;
|
||||
background: url("lingruby/background.png") fixed center;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Comic Sans MS", sans-serif;
|
||||
font-size: .85em;
|
||||
position: relative;
|
||||
width: 940px;
|
||||
_width: 945px; /* ie6 */
|
||||
min-height: 100%;
|
||||
overflow: auto;
|
||||
margin: 0 auto;
|
||||
padding: 20px 20px 0 20px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0 10px;
|
||||
_margin: 0 15px 0 10px; /* ie6 */
|
||||
padding: 10px 10px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
font-weight: normal;
|
||||
font-size: 170%;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: bold;
|
||||
font-size: 150%;
|
||||
line-height: 1.5em;
|
||||
color: #fff;
|
||||
border-bottom: 2px solid #fff;
|
||||
}
|
||||
|
||||
th, td, h3 {
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
#select {
|
||||
color: #fff;
|
||||
text-align: right;
|
||||
padding: 0 10px 0 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.fullsize, .halfsize {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.fullsize {
|
||||
width: 918px;
|
||||
}
|
||||
|
||||
.halfsize {
|
||||
width: 453px;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
color: #000;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
line-height: 18px;
|
||||
font-size: 90%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.bar {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.barwarn {
|
||||
background-color: #bbb;
|
||||
}
|
||||
|
||||
.barrest {
|
||||
background-color: #eaeaea;
|
||||
}
|
||||
|
||||
.right {
|
||||
text-align: right;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.treeimg {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.treespan {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.treespanbold {
|
||||
font-weight: normal;
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.tree tr td {
|
||||
cursor: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.treediv {
|
||||
display: table;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tablemain {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
BIN
root/opt/phpsysinfo/templates/lingruby/background.png
Normal file
After Width: | Height: | Size: 23 KiB |
0
root/opt/phpsysinfo/templates/misc/emptyfile.css
Normal file
@@ -3,12 +3,12 @@
|
||||
*/
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #00A;
|
||||
color: #00a;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: #7D9100;
|
||||
color: #7d9100;
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -16,9 +16,13 @@ a:hover {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
background: url("nextgen/nextgen_bg.png") repeat-x scroll center top #F3F1E9;
|
||||
background: url("nextgen/nextgen_bg.png") repeat-x scroll center top #f3f1e9;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -33,11 +37,18 @@ body {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
div#container {
|
||||
div#output {
|
||||
margin: -20px -10px 0 -10px;
|
||||
padding: 116px 0 0 0;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1 {
|
||||
position: absolute;
|
||||
top: 35px;
|
||||
@@ -49,28 +60,6 @@ h1 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#select {
|
||||
position: absolute;
|
||||
top: 75px;
|
||||
color: #FFF;
|
||||
right: 30px;
|
||||
width: 370px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#vitals, #network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #power, #current, #ups {
|
||||
float: left;
|
||||
width: 451px;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
border: 1px solid #354242;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding: 5px 10px;
|
||||
font-family: "trebuchet ms";
|
||||
@@ -78,28 +67,10 @@ h2 {
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.0em;
|
||||
text-transform: uppercase;
|
||||
color: #C9DE55; /* #7D9100; */
|
||||
color: #c9de55; /* #7d9100; */
|
||||
background: #354242;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
border: 1px solid #354242;
|
||||
}
|
||||
|
||||
.dataTables_wrapper{
|
||||
margin: 0 0 0 0 !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
|
||||
th, td, h3 {
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
@@ -110,12 +81,50 @@ h3 {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.even {
|
||||
background: #DDD;
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
#select {
|
||||
position: absolute;
|
||||
top: 75px;
|
||||
color: #fff;
|
||||
right: 30px;
|
||||
width: 370px;
|
||||
text-align: right;
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.fullsize, .halfsize {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
border: 1px solid #354242;
|
||||
}
|
||||
|
||||
.fullsize {
|
||||
width: 916px;
|
||||
}
|
||||
|
||||
.halfsize {
|
||||
width: 451px;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
color: #777777;
|
||||
color: #777;
|
||||
clear: both;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
@@ -123,23 +132,28 @@ h3 {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#memory, #filesystem {
|
||||
width: 915px;
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
border: 1px solid #354242;
|
||||
}
|
||||
|
||||
.even {
|
||||
background: #ddd;
|
||||
}
|
||||
|
||||
.bar {
|
||||
background: #C1DC70 url("../gfx/html.gif");
|
||||
background: #c1dc70 url("../gfx/html.gif");
|
||||
}
|
||||
|
||||
.barwarn {
|
||||
background: #DC8B70 url("../gfx/htmlwarn.gif");
|
||||
background: #dc8b70 url("../gfx/htmlwarn.gif");
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
.barrest {
|
||||
background: #dcc170 url("../gfx/htmlrest.gif");
|
||||
}
|
||||
|
||||
.right {
|
||||
@@ -147,6 +161,39 @@ p {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
|
||||
padding: 0px 30px;
|
||||
.dataTables_wrapper{
|
||||
margin: 0 0 0 0 !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
.treeimg {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.treespan {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.treespanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.tree tr td {
|
||||
cursor: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.treediv {
|
||||
display: table;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tablemain {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 600 B |
@@ -8,11 +8,17 @@ a {
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}* {
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
background: url("../gfx/html.gif");
|
||||
@@ -28,38 +34,27 @@ body {
|
||||
padding: 20px 20px 0 20px;
|
||||
font: 0.75em arial, tahoma, helvetica, sans-serif;
|
||||
color: #000;
|
||||
background: #fff url("../gfx/body.png") repeat-y;
|
||||
background: #fff url("../gfx/body.gif") repeat-y;
|
||||
_bac\kground: #fff; /* ie6 only */
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0 10px;
|
||||
_margin: 0 15px 0 10px; /* ie6 */
|
||||
padding: 10px 10px;
|
||||
border-top: 1px solid #8A6E5A;
|
||||
border-bottom: 1px solid #8A6E5A;
|
||||
border-top: 1px solid #8a6e5a;
|
||||
border-bottom: 1px solid #8a6e5a;
|
||||
font-size: 2em;
|
||||
font-weight: normal;
|
||||
color: #fff;
|
||||
background: #8A6E5A;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#vitals, #network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #power, #current, #ups {
|
||||
float: left;
|
||||
width: 451px;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
border: 1px solid #5A7E8A;
|
||||
background: #8a6e5a;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@@ -70,27 +65,9 @@ h2 {
|
||||
letter-spacing: 0.0em;
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
background: #5A7E8A;
|
||||
background: #5a7e8a;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
border: 1px solid #5A7E8A;
|
||||
}
|
||||
|
||||
.dataTables_wrapper{
|
||||
margin: 0 0 0 0 !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
|
||||
th, td, h3 {
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
@@ -101,8 +78,41 @@ h3 {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.even {
|
||||
background: #d6d6d6;
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
padding: 10px 10px 0 10px;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.fullsize, .halfsize {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
border: 1px solid #5a7e8a;
|
||||
}
|
||||
|
||||
.fullsize {
|
||||
width: 916px;
|
||||
}
|
||||
|
||||
.halfsize {
|
||||
width: 451px;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
@@ -113,23 +123,28 @@ h3 {
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
#memory, #filesystem {
|
||||
width: 915px;
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
border: 1px solid #5a7e8a;
|
||||
}
|
||||
|
||||
.even {
|
||||
background: #d6d6d6;
|
||||
}
|
||||
|
||||
.bar {
|
||||
background: #C1DC70 url("../gfx/html.gif");
|
||||
background: #c1dc70 url("../gfx/html.gif");
|
||||
}
|
||||
|
||||
.barwarn {
|
||||
background: #DC8B70 url("../gfx/htmlwarn.gif");
|
||||
background: #dc8b70 url("../gfx/htmlwarn.gif");
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
.barrest {
|
||||
background: #dcc170 url("../gfx/htmlrest.gif");
|
||||
}
|
||||
|
||||
.right {
|
||||
@@ -137,6 +152,39 @@ p {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
|
||||
padding: 0px 30px;
|
||||
.dataTables_wrapper{
|
||||
margin: 0 0 0 0 !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
.treeimg {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.treespan {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.treespanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.tree tr td {
|
||||
cursor: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.treediv {
|
||||
display: table;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tablemain {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
@@ -1,10 +1,13 @@
|
||||
body {
|
||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
font-size: 13px;
|
||||
padding-top: 80px;
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.progress {
|
||||
margin-bottom: 0;
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.table td.rightCell, .table th.rightCell {
|
||||
@@ -15,53 +18,60 @@ body {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.panel-primary {
|
||||
border: none;
|
||||
.card {
|
||||
border-color: #f2f2f2;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #428bca;
|
||||
background-color: #3b87c8;
|
||||
border-color: #2d6da3;
|
||||
}
|
||||
|
||||
.navbar-brand, .navbar-brand:hover {
|
||||
color: #fff;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.navbar-brand>img {
|
||||
display: inline;
|
||||
.treegrid-span {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.treegrid-spanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.treegrid-indent {
|
||||
width:16px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: inline;
|
||||
position: relative;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.treegrid-expander {
|
||||
width:16px;
|
||||
width: 0px;
|
||||
height: 16px;
|
||||
display: inline;
|
||||
position: relative;
|
||||
display: table-cell;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.normalicon {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
display: table-cell;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.normalicon-right:before {
|
||||
content: "\25ba";
|
||||
content: "\25ba";
|
||||
}
|
||||
.normalicon-down:before {
|
||||
content: "\25bc";
|
||||
content: "\25bc";
|
||||
}
|
||||
|
||||
table.sortable thead th {
|
||||
@@ -72,13 +82,143 @@ table.sortable thead th {
|
||||
}
|
||||
|
||||
table.sortable thead th:hover {
|
||||
background: #efefef;
|
||||
background-color: #ececec;
|
||||
}
|
||||
|
||||
table.borderless td,table.borderless th{
|
||||
border: none !important;
|
||||
.sorttable_nosort {
|
||||
cursor: auto!important;
|
||||
}
|
||||
|
||||
.navbar-logo {
|
||||
.table-hover > tbody > tr:hover {
|
||||
color: #333;
|
||||
background-color: #ececec;
|
||||
}
|
||||
|
||||
.table-hover > tfoot > tr:hover {
|
||||
background-color: #ececec;
|
||||
}
|
||||
|
||||
table.borderless td, table.borderless th, table.noborderattop tr:first-child td, table.noborderattop tr:first-child th {
|
||||
border: none!important;
|
||||
}
|
||||
|
||||
.table {
|
||||
color: #333;
|
||||
background-color: #fff!important;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.logo {
|
||||
cursor: pointer;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.select {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
.template {
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.language {
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.card-header {
|
||||
background-color: #337ab7!important;
|
||||
border-color: #337ab7!important;
|
||||
color: #fff!important;
|
||||
}
|
||||
|
||||
.progress {
|
||||
margin-bottom: 0;
|
||||
background-color: #f5f5f5;
|
||||
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.progress-bar-success {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
.progress-bar-info {
|
||||
background-color: #5bc0de;
|
||||
}
|
||||
|
||||
.progress-bar-warning {
|
||||
background-color: #f0ad4e;
|
||||
}
|
||||
|
||||
.progress-bar-danger {
|
||||
background-color: #d9534f;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.list-group {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.reload {
|
||||
background-image: url("../gfx/reload.gif");
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.table thead th {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.psihref, .psihref:visited {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.psihref:hover {
|
||||
text-decoration: underline;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.col-lg-6, .col-lg-12 {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.badge {
|
||||
font-size: 12px;
|
||||
border-radius: 10px;
|
||||
padding: 3px 7px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.table-nopadding > tbody > tr > td,
|
||||
.table-nopadding > tbody > tr > th {
|
||||
padding: 0;
|
||||
}
|
||||
|
@@ -2,13 +2,13 @@
|
||||
* DataTables sorting
|
||||
*/
|
||||
.sorting_asc {
|
||||
background: url('../../gfx/sort_asc.png') no-repeat center right;
|
||||
background: url('../../gfx/sort_asc.gif') no-repeat center right;
|
||||
}
|
||||
|
||||
.sorting_desc {
|
||||
background: url('../../gfx/sort_desc.png') no-repeat center right;
|
||||
background: url('../../gfx/sort_desc.gif') no-repeat center right;
|
||||
}
|
||||
|
||||
.sorting {
|
||||
background: url('../../gfx/sort_both.png') no-repeat center right;
|
||||
background: url('../../gfx/sort_both.gif') no-repeat center right;
|
||||
}
|
@@ -30,7 +30,6 @@ div#nyroModalFull div#nyroModalWrapper a#closeBut {
|
||||
right: -13px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
text-indent: -9999em;
|
||||
background: url(../../gfx/close.gif) no-repeat;
|
||||
outline: 0;
|
||||
}
|
||||
@@ -94,12 +93,12 @@ div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
|
||||
left: 0;
|
||||
}
|
||||
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
|
||||
background-image: url(../../gfx/prev.png);
|
||||
background-image: url(../../gfx/prev.gif);
|
||||
}
|
||||
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
|
||||
right: 0;
|
||||
background-position: right 20%;
|
||||
}
|
||||
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
|
||||
background-image: url(../../gfx/next.png);
|
||||
background-image: url(../../gfx/next.gif);
|
||||
}
|
183
root/opt/phpsysinfo/templates/schabau.css
Normal file
@@ -0,0 +1,183 @@
|
||||
/*
|
||||
$Id: schabau.css 518 2011-10-28 08:09:07Z namiltd $
|
||||
*/
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #c03000;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 100%;
|
||||
height: 100%;
|
||||
background-color: #f2f2df;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Verdana, "Bitstream Vera Sans";
|
||||
font-size: .75em;
|
||||
position: relative;
|
||||
width: 940px;
|
||||
_width: 945px; /* ie6 */
|
||||
min-height: 100%;
|
||||
overflow: auto;
|
||||
margin: 0 auto;
|
||||
padding: 20px 20px 0 20px;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 4px 10px 2px 10px;
|
||||
line-height: 1.6;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0 10px;
|
||||
_margin: 0 15px 0 10px; /* ie6 */
|
||||
padding: 10px 10px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
font-family: Georgia, serif;
|
||||
font-weight: normal;
|
||||
font-size: 150%;
|
||||
line-height: 1.5em;
|
||||
color: #326ea1;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: Georgia, serif;
|
||||
font-weight: bold;
|
||||
font-size: 130%;
|
||||
padding: 3px 10px;
|
||||
text-transform: uppercase;
|
||||
line-height: 1.5em;
|
||||
color: #326ea1;
|
||||
border-bottom: 2px solid #326ea1;
|
||||
}
|
||||
|
||||
th, td, h3 {
|
||||
padding: 4px 10px 2px 10px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
#select {
|
||||
text-align: right;
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.fullsize, .halfsize {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.fullsize {
|
||||
width: 918px;
|
||||
}
|
||||
|
||||
.halfsize {
|
||||
width: 453px;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
color: #5c5c5c;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
line-height: 18px;
|
||||
font-size: 80%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.even {
|
||||
background: #ebe8da;
|
||||
}
|
||||
|
||||
.bar {
|
||||
background-color: #326edf;
|
||||
}
|
||||
|
||||
.barwarn {
|
||||
background-color: #fa5858;
|
||||
}
|
||||
|
||||
.barrest {
|
||||
background-color: #32c5df;
|
||||
}
|
||||
|
||||
.right {
|
||||
text-align: right;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.treeimg {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.treespan {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.treespanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.tree tr td {
|
||||
cursor: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.treediv {
|
||||
display: table;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tablemain {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
233
root/opt/phpsysinfo/templates/schabau_bootstrap.css
Normal file
@@ -0,0 +1,233 @@
|
||||
/*
|
||||
$Id: schabau_bootstrap.css $
|
||||
*/
|
||||
|
||||
body {
|
||||
font-family: Verdana, "Bitstream Vera Sans";
|
||||
font-size: 13px;
|
||||
padding-top: 80px;
|
||||
color: #666;
|
||||
background-color: #f2f2df;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.table td.rightCell, .table th.rightCell {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.percent {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: #f2f2df;
|
||||
border-color: #bcbbb1;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
font-family: Georgia, serif;
|
||||
background-color: #f2f2df;
|
||||
border-color: #bcbbb1;
|
||||
}
|
||||
|
||||
.navbar-brand, .navbar-brand:hover {
|
||||
color: #666;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.treegrid-span {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.treegrid-spanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.treegrid-indent {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.treegrid-expander {
|
||||
width: 0px;
|
||||
height: 16px;
|
||||
display: table-cell;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.normalicon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
display: table-cell;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.normalicon-right:before {
|
||||
content: "\25ba";
|
||||
}
|
||||
.normalicon-down:before {
|
||||
content: "\25bc";
|
||||
}
|
||||
|
||||
table.sortable thead th {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
table.sortable thead th:hover {
|
||||
background-color: #ebe8da;
|
||||
}
|
||||
|
||||
.sorttable_nosort {
|
||||
cursor: auto!important;
|
||||
}
|
||||
|
||||
.table-hover > tbody > tr:hover {
|
||||
color: #666;
|
||||
background-color: #ebe8da;
|
||||
}
|
||||
|
||||
.table-hover > tfoot > tr:hover {
|
||||
background-color: #ebe8da;
|
||||
}
|
||||
|
||||
table.borderless td, table.borderless th, table.noborderattop tr:first-child td, table.noborderattop tr:first-child th {
|
||||
border: none!important;
|
||||
}
|
||||
|
||||
.table {
|
||||
color: #666;
|
||||
background-color: #f2f2df!important;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.logo {
|
||||
cursor: pointer;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.select {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #f2f2df;
|
||||
}
|
||||
|
||||
.template {
|
||||
cursor: pointer;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.language {
|
||||
cursor: pointer;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.card-header {
|
||||
font-family: Georgia, serif;
|
||||
font-weight: bold;
|
||||
font-size: 130%;
|
||||
background-color: #326ea1!important;
|
||||
border-color: #326ea1!important;
|
||||
color: #f2f2df!important;
|
||||
}
|
||||
|
||||
.progress {
|
||||
margin-bottom: 0;
|
||||
background-color: #f2f2df;
|
||||
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.progress-bar-success {
|
||||
background-color: #5cb85c;
|
||||
}
|
||||
|
||||
.progress-bar-info {
|
||||
background-color: #326edf;
|
||||
}
|
||||
|
||||
.progress-bar-warning {
|
||||
background-color: #E3CB93;
|
||||
}
|
||||
|
||||
.progress-bar-danger {
|
||||
background-color: #fa5858;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: #f2f2df;
|
||||
}
|
||||
|
||||
.list-group {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
background-color: #f2f2df;
|
||||
}
|
||||
|
||||
.reload {
|
||||
background-image: url("../gfx/reload.gif");
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.table thead th {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.psihref, .psihref:visited {
|
||||
color: #326ea1;
|
||||
}
|
||||
|
||||
.psihref:hover {
|
||||
text-decoration: underline;
|
||||
color: #326ea1;
|
||||
}
|
||||
|
||||
.col-lg-6, .col-lg-12 {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.badge {
|
||||
font-size: 12px;
|
||||
border-radius: 10px;
|
||||
padding: 3px 7px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.table-nopadding > tbody > tr > td,
|
||||
.table-nopadding > tbody > tr > th {
|
||||
padding: 0;
|
||||
}
|
@@ -8,16 +8,22 @@ a {
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}* {
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
wbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 100%;
|
||||
height: 100%;
|
||||
color: #2B2828;
|
||||
background: url("two/gradient.png") repeat-x #EEF2FE;
|
||||
color: #2b2828;
|
||||
background: url("two/gradient.png") repeat-x #eef2fe;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -43,33 +49,12 @@ h1 {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
#select {
|
||||
color: #fff;
|
||||
text-align: right;
|
||||
margin-bottom: 45px;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: bold;
|
||||
font-size: 130%;
|
||||
line-height: 1.5em;
|
||||
color: #8B272A;
|
||||
border-bottom: 2px solid #8B272A;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.plugin {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
color: #8b272a;
|
||||
border-bottom: 2px solid #8b272a;
|
||||
}
|
||||
|
||||
th, td, h3 {
|
||||
@@ -79,9 +64,47 @@ th, td, h3 {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
select {
|
||||
background-color: #fefefe;
|
||||
}
|
||||
|
||||
#select {
|
||||
color: #fff;
|
||||
text-align: right;
|
||||
padding: 0 10px 0 10px;
|
||||
margin-bottom: 45px;
|
||||
}
|
||||
|
||||
#select select {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.fullsize, .halfsize {
|
||||
float: left;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.fullsize {
|
||||
width: 918px;
|
||||
}
|
||||
|
||||
.halfsize {
|
||||
width: 453px;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
color: #5C5C5C;
|
||||
color: #5c5c5c;
|
||||
margin: 12px;
|
||||
padding: 13px 25px;
|
||||
line-height: 18px;
|
||||
@@ -89,28 +112,23 @@ th, td, h3 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bar {
|
||||
background-color: #8B272A;
|
||||
}
|
||||
|
||||
.barwarn {
|
||||
background-color: #88278B;
|
||||
}
|
||||
|
||||
#vitals, #network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #power, #current, #ups {
|
||||
.plugin {
|
||||
float: left;
|
||||
width: 451px;
|
||||
margin: 10px 0 0 10px;
|
||||
_margin: 10px 5px 0 5px; /* ie6 */
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
#memory, #filesystem {
|
||||
width: 915px;
|
||||
.bar {
|
||||
background-color: #8b272a;
|
||||
}
|
||||
|
||||
#filesystemTable thead tr .header {
|
||||
cursor: pointer;
|
||||
.barwarn {
|
||||
background-color: #88278b;
|
||||
}
|
||||
|
||||
.barrest {
|
||||
background-color: #8b5627;
|
||||
}
|
||||
|
||||
.right {
|
||||
@@ -118,6 +136,34 @@ th, td, h3 {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#pciTable, #ideTable, #scsiTable, #usbTable, #tbTable, #i2cTable {
|
||||
padding: 0px 30px;
|
||||
.treeimg {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.treespan {
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.treespanbold {
|
||||
font-weight: bold;
|
||||
display: table-cell;
|
||||
*float: left; /* ie6 ie7 */
|
||||
}
|
||||
|
||||
.tree tr td {
|
||||
cursor: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.treediv {
|
||||
display: table;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tablemain {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
73
root/opt/phpsysinfo/templates/vendor/bootstrap-chrome25.css
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
.card-group .card,
|
||||
.col-1,
|
||||
.col-2,
|
||||
.col-3,
|
||||
.col-4,
|
||||
.col-5,
|
||||
.col-6,
|
||||
.col-7,
|
||||
.col-8,
|
||||
.col-9,
|
||||
.col-10,
|
||||
.col-11,
|
||||
.col-12,
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
.col-sm-3,
|
||||
.col-sm-4,
|
||||
.col-sm-5,
|
||||
.col-sm-6,
|
||||
.col-sm-7,
|
||||
.col-sm-8,
|
||||
.col-sm-9,
|
||||
.col-sm-10,
|
||||
.col-sm-11,
|
||||
.col-sm-12,
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
.col-md-3,
|
||||
.col-md-4,
|
||||
.col-md-5,
|
||||
.col-md-6,
|
||||
.col-md-7,
|
||||
.col-md-8,
|
||||
.col-md-9,
|
||||
.col-md-10,
|
||||
.col-md-11,
|
||||
.col-md-12,
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
.col-lg-3,
|
||||
.col-lg-4,
|
||||
.col-lg-5,
|
||||
.col-lg-6,
|
||||
.col-lg-7,
|
||||
.col-lg-8,
|
||||
.col-lg-9,
|
||||
.col-lg-10,
|
||||
.col-lg-11,
|
||||
.col-lg-12,
|
||||
.col-xl-1,
|
||||
.col-xl-2,
|
||||
.col-xl-3,
|
||||
.col-xl-4,
|
||||
.col-xl-5,
|
||||
.col-xl-6,
|
||||
.col-xl-7,
|
||||
.col-xl-8,
|
||||
.col-xl-9,
|
||||
.col-xl-10,
|
||||
.col-xl-11,
|
||||
.col-xl-12,
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
}
|
||||
.modal-header .close {
|
||||
margin: -48px -16px -16px auto;
|
||||
}
|
||||
.progress-bar {
|
||||
height: 100%;
|
||||
}
|
||||
.card-header:first-child {
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
70
root/opt/phpsysinfo/templates/vendor/bootstrap-chrome28.css
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
.card-group .card,
|
||||
.col-1,
|
||||
.col-2,
|
||||
.col-3,
|
||||
.col-4,
|
||||
.col-5,
|
||||
.col-6,
|
||||
.col-7,
|
||||
.col-8,
|
||||
.col-9,
|
||||
.col-10,
|
||||
.col-11,
|
||||
.col-12,
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
.col-sm-3,
|
||||
.col-sm-4,
|
||||
.col-sm-5,
|
||||
.col-sm-6,
|
||||
.col-sm-7,
|
||||
.col-sm-8,
|
||||
.col-sm-9,
|
||||
.col-sm-10,
|
||||
.col-sm-11,
|
||||
.col-sm-12,
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
.col-md-3,
|
||||
.col-md-4,
|
||||
.col-md-5,
|
||||
.col-md-6,
|
||||
.col-md-7,
|
||||
.col-md-8,
|
||||
.col-md-9,
|
||||
.col-md-10,
|
||||
.col-md-11,
|
||||
.col-md-12,
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
.col-lg-3,
|
||||
.col-lg-4,
|
||||
.col-lg-5,
|
||||
.col-lg-6,
|
||||
.col-lg-7,
|
||||
.col-lg-8,
|
||||
.col-lg-9,
|
||||
.col-lg-10,
|
||||
.col-lg-11,
|
||||
.col-lg-12,
|
||||
.col-xl-1,
|
||||
.col-xl-2,
|
||||
.col-xl-3,
|
||||
.col-xl-4,
|
||||
.col-xl-5,
|
||||
.col-xl-6,
|
||||
.col-xl-7,
|
||||
.col-xl-8,
|
||||
.col-xl-9,
|
||||
.col-xl-10,
|
||||
.col-xl-11,
|
||||
.col-xl-12,
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
}
|
||||
.modal-header .close {
|
||||
margin: -48px -16px -16px auto;
|
||||
}
|
||||
.progress-bar {
|
||||
height: 100%;
|
||||
}
|
76
root/opt/phpsysinfo/templates/vendor/bootstrap-firefox15.css
vendored
Normal file
@@ -0,0 +1,76 @@
|
||||
.card-group .card,
|
||||
.col-1,
|
||||
.col-2,
|
||||
.col-3,
|
||||
.col-4,
|
||||
.col-5,
|
||||
.col-6,
|
||||
.col-7,
|
||||
.col-8,
|
||||
.col-9,
|
||||
.col-10,
|
||||
.col-11,
|
||||
.col-12,
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
.col-sm-3,
|
||||
.col-sm-4,
|
||||
.col-sm-5,
|
||||
.col-sm-6,
|
||||
.col-sm-7,
|
||||
.col-sm-8,
|
||||
.col-sm-9,
|
||||
.col-sm-10,
|
||||
.col-sm-11,
|
||||
.col-sm-12,
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
.col-md-3,
|
||||
.col-md-4,
|
||||
.col-md-5,
|
||||
.col-md-6,
|
||||
.col-md-7,
|
||||
.col-md-8,
|
||||
.col-md-9,
|
||||
.col-md-10,
|
||||
.col-md-11,
|
||||
.col-md-12,
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
.col-lg-3,
|
||||
.col-lg-4,
|
||||
.col-lg-5,
|
||||
.col-lg-6,
|
||||
.col-lg-7,
|
||||
.col-lg-8,
|
||||
.col-lg-9,
|
||||
.col-lg-10,
|
||||
.col-lg-11,
|
||||
.col-lg-12,
|
||||
.col-xl-1,
|
||||
.col-xl-2,
|
||||
.col-xl-3,
|
||||
.col-xl-4,
|
||||
.col-xl-5,
|
||||
.col-xl-6,
|
||||
.col-xl-7,
|
||||
.col-xl-8,
|
||||
.col-xl-9,
|
||||
.col-xl-10,
|
||||
.col-xl-11,
|
||||
.col-xl-12,
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
}
|
||||
.modal-header .close {
|
||||
margin: -48px -16px -16px auto;
|
||||
}
|
||||
.progress-bar {
|
||||
height: 100%;
|
||||
}
|
||||
.card-header:first-child {
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
*, :after, :before {
|
||||
-moz-box-sizing: border-box;
|
||||
}
|
73
root/opt/phpsysinfo/templates/vendor/bootstrap-firefox20.css
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
.card-group .card,
|
||||
.col-1,
|
||||
.col-2,
|
||||
.col-3,
|
||||
.col-4,
|
||||
.col-5,
|
||||
.col-6,
|
||||
.col-7,
|
||||
.col-8,
|
||||
.col-9,
|
||||
.col-10,
|
||||
.col-11,
|
||||
.col-12,
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
.col-sm-3,
|
||||
.col-sm-4,
|
||||
.col-sm-5,
|
||||
.col-sm-6,
|
||||
.col-sm-7,
|
||||
.col-sm-8,
|
||||
.col-sm-9,
|
||||
.col-sm-10,
|
||||
.col-sm-11,
|
||||
.col-sm-12,
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
.col-md-3,
|
||||
.col-md-4,
|
||||
.col-md-5,
|
||||
.col-md-6,
|
||||
.col-md-7,
|
||||
.col-md-8,
|
||||
.col-md-9,
|
||||
.col-md-10,
|
||||
.col-md-11,
|
||||
.col-md-12,
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
.col-lg-3,
|
||||
.col-lg-4,
|
||||
.col-lg-5,
|
||||
.col-lg-6,
|
||||
.col-lg-7,
|
||||
.col-lg-8,
|
||||
.col-lg-9,
|
||||
.col-lg-10,
|
||||
.col-lg-11,
|
||||
.col-lg-12,
|
||||
.col-xl-1,
|
||||
.col-xl-2,
|
||||
.col-xl-3,
|
||||
.col-xl-4,
|
||||
.col-xl-5,
|
||||
.col-xl-6,
|
||||
.col-xl-7,
|
||||
.col-xl-8,
|
||||
.col-xl-9,
|
||||
.col-xl-10,
|
||||
.col-xl-11,
|
||||
.col-xl-12,
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
}
|
||||
.modal-header .close {
|
||||
margin: -48px -16px -16px auto;
|
||||
}
|
||||
.progress-bar {
|
||||
height: 100%;
|
||||
}
|
||||
*, :after, :before {
|
||||
-moz-box-sizing: border-box;
|
||||
}
|
78
root/opt/phpsysinfo/templates/vendor/bootstrap-firefox27.css
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
.card-group .card,
|
||||
.col-1,
|
||||
.col-2,
|
||||
.col-3,
|
||||
.col-4,
|
||||
.col-5,
|
||||
.col-6,
|
||||
.col-7,
|
||||
.col-8,
|
||||
.col-9,
|
||||
.col-10,
|
||||
.col-11,
|
||||
.col-12,
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
.col-sm-3,
|
||||
.col-sm-4,
|
||||
.col-sm-5,
|
||||
.col-sm-6,
|
||||
.col-sm-7,
|
||||
.col-sm-8,
|
||||
.col-sm-9,
|
||||
.col-sm-10,
|
||||
.col-sm-11,
|
||||
.col-sm-12,
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
.col-md-3,
|
||||
.col-md-4,
|
||||
.col-md-5,
|
||||
.col-md-6,
|
||||
.col-md-7,
|
||||
.col-md-8,
|
||||
.col-md-9,
|
||||
.col-md-10,
|
||||
.col-md-11,
|
||||
.col-md-12,
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
.col-lg-3,
|
||||
.col-lg-4,
|
||||
.col-lg-5,
|
||||
.col-lg-6,
|
||||
.col-lg-7,
|
||||
.col-lg-8,
|
||||
.col-lg-9,
|
||||
.col-lg-10,
|
||||
.col-lg-11,
|
||||
.col-lg-12,
|
||||
.col-xl-1,
|
||||
.col-xl-2,
|
||||
.col-xl-3,
|
||||
.col-xl-4,
|
||||
.col-xl-5,
|
||||
.col-xl-6,
|
||||
.col-xl-7,
|
||||
.col-xl-8,
|
||||
.col-xl-9,
|
||||
.col-xl-10,
|
||||
.col-xl-11,
|
||||
.col-xl-12,
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
}
|
||||
.row,
|
||||
.container-fluid,
|
||||
.container,
|
||||
section,
|
||||
footer,
|
||||
main,
|
||||
aside,
|
||||
.navbar-nav,
|
||||
.navbar-collapse {
|
||||
display: block;
|
||||
}
|
||||
*, :after, :before {
|
||||
-moz-box-sizing: border-box;
|
||||
}
|
3
root/opt/phpsysinfo/templates/vendor/bootstrap-firefox28.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*, :after, :before {
|
||||
-moz-box-sizing: border-box;
|
||||
}
|
481
root/opt/phpsysinfo/templates/vendor/bootstrap-ie8.css
vendored
Normal file
@@ -0,0 +1,481 @@
|
||||
/* Bootstrap 4 for IE8 - v4.3.100 */
|
||||
/* https://github.com/namiltd/bootstrap-ie */
|
||||
|
||||
.card-group .card,
|
||||
.col-1,
|
||||
.col-2,
|
||||
.col-3,
|
||||
.col-4,
|
||||
.col-5,
|
||||
.col-6,
|
||||
.col-7,
|
||||
.col-8,
|
||||
.col-9,
|
||||
.col-10,
|
||||
.col-11,
|
||||
.col-12,
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
.col-sm-3,
|
||||
.col-sm-4,
|
||||
.col-sm-5,
|
||||
.col-sm-6,
|
||||
.col-sm-7,
|
||||
.col-sm-8,
|
||||
.col-sm-9,
|
||||
.col-sm-10,
|
||||
.col-sm-11,
|
||||
.col-sm-12,
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
.col-md-3,
|
||||
.col-md-4,
|
||||
.col-md-5,
|
||||
.col-md-6,
|
||||
.col-md-7,
|
||||
.col-md-8,
|
||||
.col-md-9,
|
||||
.col-md-10,
|
||||
.col-md-11,
|
||||
.col-md-12,
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
.col-lg-3,
|
||||
.col-lg-4,
|
||||
.col-lg-5,
|
||||
.col-lg-6,
|
||||
.col-lg-7,
|
||||
.col-lg-8,
|
||||
.col-lg-9,
|
||||
.col-lg-10,
|
||||
.col-lg-11,
|
||||
.col-lg-12,
|
||||
.col-xl-1,
|
||||
.col-xl-2,
|
||||
.col-xl-3,
|
||||
.col-xl-4,
|
||||
.col-xl-5,
|
||||
.col-xl-6,
|
||||
.col-xl-7,
|
||||
.col-xl-8,
|
||||
.col-xl-9,
|
||||
.col-xl-10,
|
||||
.col-xl-11,
|
||||
.col-xl-12,
|
||||
.page-link,
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
}
|
||||
.row,
|
||||
.container-fluid,
|
||||
.container,
|
||||
section,
|
||||
footer,
|
||||
main,
|
||||
aside,
|
||||
.navbar-nav,
|
||||
.navbar-collapse {
|
||||
display: block;
|
||||
}
|
||||
.modal.fade .modal-dialog {
|
||||
-ms-transform: translate(0, -25%);
|
||||
}
|
||||
.modal.show .modal-dialog {
|
||||
-ms-transform: translate(0, 0);
|
||||
}
|
||||
.custom-select {
|
||||
background-image: none;
|
||||
padding-right: .75rem;
|
||||
}
|
||||
.table-responsive {
|
||||
min-height: 0%;
|
||||
} /* see https://github.com/twbs/bootstrap/issues/14837 */
|
||||
.progress {
|
||||
display: block;
|
||||
}
|
||||
.progress-bar {
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
width: 0;
|
||||
text-align: center;
|
||||
height: 100%;
|
||||
}
|
||||
.d-flex,
|
||||
.d-sm-flex,
|
||||
.d-md-flex,
|
||||
.d-lg-flex,
|
||||
.d-xl-flex,
|
||||
.d-print-flex {
|
||||
display: block !important;
|
||||
}
|
||||
.d-inline-flex,
|
||||
.d-sm-inline-flex,
|
||||
.d-md-inline-flex,
|
||||
.d-lg-inline-flex,
|
||||
.d-xl-inline-flex,
|
||||
.d-print-inline-flex {
|
||||
display: inline-block !important;
|
||||
}
|
||||
.flex-row .div {
|
||||
display: inline-block;
|
||||
}
|
||||
.flex-row-reverse {
|
||||
text-align: right;
|
||||
}
|
||||
.flex-row-reverse .div {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
.justify-content-start div {
|
||||
display: inline-block;
|
||||
}
|
||||
.justify-content-end {
|
||||
text-align: right;
|
||||
}
|
||||
.justify-content-end div {
|
||||
display: inline-block;
|
||||
margin-right: 0;
|
||||
float: right;
|
||||
}
|
||||
.justify-content-center {
|
||||
text-align: center;
|
||||
}
|
||||
.justify-content-center div {
|
||||
display: inline-block;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
text-align: center;
|
||||
}
|
||||
.justify-content-between {
|
||||
text-justify: distribute-all-lines;
|
||||
}
|
||||
.justify-content-between div {
|
||||
display: inline-block;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
text-align: justify;
|
||||
}
|
||||
/* see https://stackoverflow.com/questions/6865194/fluid-width-with-equally-spaced-divs */
|
||||
.justify-content-around {
|
||||
text-align: justify;
|
||||
text-justify: distribute-all-lines;
|
||||
}
|
||||
.justify-content-around div {
|
||||
display: inline-block;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
text-align: justify;
|
||||
}
|
||||
[class^="justify-content-"] div {
|
||||
display: inline-block;
|
||||
}
|
||||
/** Carousel - Hide indicators and controls as the carousel doesn't work **/
|
||||
.carousel-indicators,
|
||||
.carousel-control-prev,
|
||||
.carousel-control-next {
|
||||
display: none;
|
||||
}
|
||||
.btn-link.disabled,
|
||||
.btn-link:disabled {
|
||||
text-decoration: none;
|
||||
}
|
||||
.close {
|
||||
cursor:pointer;
|
||||
}
|
||||
.close.disabled {
|
||||
cursor: auto;
|
||||
}
|
||||
.modal-header .close {
|
||||
margin: -48px -16px -16px auto;
|
||||
}
|
||||
.btn-group,
|
||||
.btn-group-vertical {
|
||||
display: inline;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.btn-group .btn + .btn,
|
||||
.btn-group .btn + .btn-group,
|
||||
.btn-group .btn-group + .btn,
|
||||
.btn-group .btn-group + .btn-group,
|
||||
.btn-group-vertical .btn + .btn,
|
||||
.btn-group-vertical .btn + .btn-group,
|
||||
.btn-group-vertical .btn-group + .btn,
|
||||
.btn-group-vertical .btn-group + .btn-group {
|
||||
margin-left: -5px;
|
||||
}
|
||||
.navbar-expand-sm .navbar-collapse,
|
||||
.navbar-expand-md .navbar-collapse,
|
||||
.navbar-expand-lg .navbar-collapse,
|
||||
.navbar-expand-xl .navbar-collapse,
|
||||
.navbar-expand .navbar-collapse {
|
||||
display: block !important;
|
||||
}
|
||||
.navbar > .container,
|
||||
.navbar > .container-fluid,
|
||||
.nav,
|
||||
.navbar {
|
||||
display: block;
|
||||
}
|
||||
.nav-link {
|
||||
padding: 0.5rem 1rem;
|
||||
float:none;
|
||||
}
|
||||
.navbar-expand-sm .nav-link,
|
||||
.navbar-expand-md .nav-link,
|
||||
.navbar-expand-lg .nav-link,
|
||||
.navbar-expand-xl .nav-link,
|
||||
.navbar-expand .nav-link {
|
||||
float: left;
|
||||
}
|
||||
.navbar-light .navbar-nav .nav-link,
|
||||
.navbar-light .navbar-nav .nav-link:focus {
|
||||
color: #777;
|
||||
}
|
||||
.navbar-light .navbar-nav .active .nav-link:hover {
|
||||
color: #000;
|
||||
}
|
||||
.navbar-light .navbar-nav .nav-link:hover {
|
||||
color: #333;
|
||||
}
|
||||
.navbar-dark .navbar-nav .nav-link,
|
||||
.navbar-dark .navbar-nav .nav-link:focus {
|
||||
color: #aaa;
|
||||
}
|
||||
.navbar-dark .navbar-nav .active .nav-link:hover {
|
||||
color: #fff;
|
||||
}
|
||||
.navbar-dark .navbar-nav .nav-link:hover {
|
||||
color: #ddd;
|
||||
}
|
||||
.row,
|
||||
.container-fluid,
|
||||
.container,
|
||||
section,
|
||||
footer,
|
||||
aside {
|
||||
clear: both;
|
||||
}
|
||||
.breadcrumb-item {
|
||||
display: inline-block;
|
||||
}
|
||||
body {
|
||||
font-size:16px;
|
||||
}
|
||||
.btn {
|
||||
cursor: pointer;
|
||||
}
|
||||
.btn-link.disabled {
|
||||
color: #6c757d;
|
||||
}
|
||||
.btn.disabled,
|
||||
.btn[disabled],
|
||||
fieldset[disabled] .btn {
|
||||
cursor: auto;
|
||||
}
|
||||
.modal-content {
|
||||
border:1px solid #ddd;
|
||||
}
|
||||
.modal-footer {
|
||||
text-align: right;
|
||||
}
|
||||
.list-group-item {
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
.custom-control-input {
|
||||
position: relative;
|
||||
}
|
||||
.collapse {
|
||||
display:none;
|
||||
}
|
||||
.collapse.show {
|
||||
display:block;
|
||||
}
|
||||
.col-1 {
|
||||
width: 8.333333%;
|
||||
}
|
||||
.col-2 {
|
||||
width: 16.666667%;
|
||||
}
|
||||
.col-3 {
|
||||
width: 25%;
|
||||
}
|
||||
.col-4 {
|
||||
width: 33.333333%;
|
||||
}
|
||||
.col-5 {
|
||||
width: 41.666667%;
|
||||
}
|
||||
.col-6 {
|
||||
width: 50%;
|
||||
}
|
||||
.col-7 {
|
||||
width: 58.333333%;
|
||||
}
|
||||
.col-8 {
|
||||
width: 66.666667%;
|
||||
}
|
||||
.col-9 {
|
||||
width: 75%;
|
||||
}
|
||||
.col-10 {
|
||||
width: 83.333333%;
|
||||
}
|
||||
.col-11 {
|
||||
width: 91.666667%;
|
||||
}
|
||||
.col-12 {
|
||||
width: 100%;
|
||||
}
|
||||
@media (min-width: 576px) {
|
||||
.col-sm-1 {
|
||||
width: 8.333333%;
|
||||
}
|
||||
.col-sm-2 {
|
||||
width: 16.666667%;
|
||||
}
|
||||
.col-sm-3 {
|
||||
width:25%;
|
||||
}
|
||||
.col-sm-4 {
|
||||
width: 33.333333%;
|
||||
}
|
||||
.col-sm-5 {
|
||||
width: 41.666667%;
|
||||
}
|
||||
.col-sm-6 {
|
||||
width: 50%;
|
||||
}
|
||||
.col-sm-7 {
|
||||
width: 58.333333%;
|
||||
}
|
||||
.col-sm-8 {
|
||||
width: 66.666667%;
|
||||
}
|
||||
.col-sm-9 {
|
||||
width: 75%;
|
||||
}
|
||||
.col-sm-10 {
|
||||
width: 83.333333%;
|
||||
}
|
||||
.col-sm-11 {
|
||||
width: 91.666667%;
|
||||
}
|
||||
.col-sm-12 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.col-md-1 {
|
||||
width: 8.333333%;
|
||||
}
|
||||
.col-md-2 {
|
||||
width: 16.666667%;
|
||||
}
|
||||
.col-md-3 {
|
||||
width: 25%;
|
||||
}
|
||||
.col-md-4 {
|
||||
width: 33.333333%;
|
||||
}
|
||||
.col-md-5 {
|
||||
width: 41.666667%;
|
||||
}
|
||||
.col-md-6 {
|
||||
width: 50%;
|
||||
}
|
||||
.col-md-7 {
|
||||
width: 58.333333%;
|
||||
}
|
||||
.col-md-8 {
|
||||
width: 66.666667%;
|
||||
}
|
||||
.col-md-9 {
|
||||
width: 75%;
|
||||
}
|
||||
.col-md-10 {
|
||||
width: 83.333333%;
|
||||
}
|
||||
.col-md-11 {
|
||||
width: 91.666667%;
|
||||
}
|
||||
.col-md-12 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.col-lg-1 {
|
||||
width: 8.333333%;
|
||||
}
|
||||
.col-lg-2 {
|
||||
width: 16.666667%;
|
||||
}
|
||||
.col-lg-3 {
|
||||
width: 25%;
|
||||
}
|
||||
.col-lg-4 {
|
||||
width: 33.333333%;
|
||||
}
|
||||
.col-lg-5 {
|
||||
width: 41.666667%;
|
||||
}
|
||||
.col-lg-6 {
|
||||
width: 50%;
|
||||
}
|
||||
.col-lg-7 {
|
||||
width: 58.333333%;
|
||||
}
|
||||
.col-lg-8 {
|
||||
width: 66.666667%;
|
||||
}
|
||||
.col-lg-9 {
|
||||
width:75%;
|
||||
}
|
||||
.col-lg-10 {
|
||||
width: 83.333333%;
|
||||
}
|
||||
.col-lg-11 {
|
||||
width: 91.666667%;
|
||||
}
|
||||
.col-lg-12 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.col-xl-1 {
|
||||
width: 8.333333%;
|
||||
}
|
||||
.col-xl-2 {
|
||||
width: 16.666667%;
|
||||
}
|
||||
.col-xl-3 {
|
||||
width: 25%;
|
||||
}
|
||||
.col-xl-4 {
|
||||
width: 33.333333%;
|
||||
}
|
||||
.col-xl-5 {
|
||||
width: 41.666667%;
|
||||
}
|
||||
.col-xl-6 {
|
||||
width: 50%;
|
||||
}
|
||||
.col-xl-7 {
|
||||
width: 58.333333%;
|
||||
}
|
||||
.col-xl-8 {
|
||||
width: 66.666667%;
|
||||
}
|
||||
.col-xl-9 {
|
||||
width: 75%;
|
||||
}
|
||||
.col-xl-10 {
|
||||
width: 83.333333%;
|
||||
}
|
||||
.col-xl-11 {
|
||||
width: 91.666667%;
|
||||
}
|
||||
.col-xl-12 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
244
root/opt/phpsysinfo/templates/vendor/bootstrap-ie9.css
vendored
Normal file
@@ -0,0 +1,244 @@
|
||||
/* Bootstrap 4 for IE9 - v4.3.100 */
|
||||
/* https://github.com/namiltd/bootstrap-ie */
|
||||
|
||||
.card-group .card,
|
||||
.col-1,
|
||||
.col-2,
|
||||
.col-3,
|
||||
.col-4,
|
||||
.col-5,
|
||||
.col-6,
|
||||
.col-7,
|
||||
.col-8,
|
||||
.col-9,
|
||||
.col-10,
|
||||
.col-11,
|
||||
.col-12,
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
.col-sm-3,
|
||||
.col-sm-4,
|
||||
.col-sm-5,
|
||||
.col-sm-6,
|
||||
.col-sm-7,
|
||||
.col-sm-8,
|
||||
.col-sm-9,
|
||||
.col-sm-10,
|
||||
.col-sm-11,
|
||||
.col-sm-12,
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
.col-md-3,
|
||||
.col-md-4,
|
||||
.col-md-5,
|
||||
.col-md-6,
|
||||
.col-md-7,
|
||||
.col-md-8,
|
||||
.col-md-9,
|
||||
.col-md-10,
|
||||
.col-md-11,
|
||||
.col-md-12,
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
.col-lg-3,
|
||||
.col-lg-4,
|
||||
.col-lg-5,
|
||||
.col-lg-6,
|
||||
.col-lg-7,
|
||||
.col-lg-8,
|
||||
.col-lg-9,
|
||||
.col-lg-10,
|
||||
.col-lg-11,
|
||||
.col-lg-12,
|
||||
.col-xl-1,
|
||||
.col-xl-2,
|
||||
.col-xl-3,
|
||||
.col-xl-4,
|
||||
.col-xl-5,
|
||||
.col-xl-6,
|
||||
.col-xl-7,
|
||||
.col-xl-8,
|
||||
.col-xl-9,
|
||||
.col-xl-10,
|
||||
.col-xl-11,
|
||||
.col-xl-12,
|
||||
.page-link,
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
}
|
||||
.row,
|
||||
.container-fluid,
|
||||
.container,
|
||||
section,
|
||||
footer,
|
||||
main,
|
||||
aside,
|
||||
.navbar-nav,
|
||||
.navbar-collapse {
|
||||
display: block;
|
||||
}
|
||||
.modal.fade .modal-dialog {
|
||||
-ms-transform: translate(0, -25%);
|
||||
}
|
||||
.modal.show .modal-dialog {
|
||||
-ms-transform: translate(0, 0);
|
||||
}
|
||||
.custom-select {
|
||||
background-image: none;
|
||||
padding-right: .75rem;
|
||||
}
|
||||
.table-responsive {
|
||||
min-height: 0%;
|
||||
} /* see https://github.com/twbs/bootstrap/issues/14837 */
|
||||
.progress {
|
||||
display: block;
|
||||
}
|
||||
.progress-bar {
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
width: 0;
|
||||
text-align: center;
|
||||
height: 100%;
|
||||
}
|
||||
.d-flex,
|
||||
.d-sm-flex,
|
||||
.d-md-flex,
|
||||
.d-lg-flex,
|
||||
.d-xl-flex,
|
||||
.d-print-flex {
|
||||
display: block !important;
|
||||
}
|
||||
.d-inline-flex,
|
||||
.d-sm-inline-flex,
|
||||
.d-md-inline-flex,
|
||||
.d-lg-inline-flex,
|
||||
.d-xl-inline-flex,
|
||||
.d-print-inline-flex {
|
||||
display: inline-block !important;
|
||||
}
|
||||
.flex-row .div {
|
||||
display: inline-block;
|
||||
}
|
||||
.flex-row-reverse {
|
||||
text-align: right;
|
||||
}
|
||||
.flex-row-reverse .div {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
.justify-content-start div {
|
||||
display: inline-block;
|
||||
}
|
||||
.justify-content-end {
|
||||
text-align: right;
|
||||
}
|
||||
.justify-content-end div {
|
||||
display: inline-block;
|
||||
margin-right: 0;
|
||||
float: right;
|
||||
}
|
||||
.justify-content-center {
|
||||
text-align: center;
|
||||
}
|
||||
.justify-content-center div {
|
||||
display: inline-block;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
text-align: center;
|
||||
}
|
||||
.justify-content-between {
|
||||
text-justify: distribute-all-lines;
|
||||
}
|
||||
.justify-content-between div {
|
||||
display: inline-block;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
text-align: justify;
|
||||
}
|
||||
/* see https://stackoverflow.com/questions/6865194/fluid-width-with-equally-spaced-divs */
|
||||
.justify-content-around {
|
||||
text-align: justify;
|
||||
text-justify: distribute-all-lines;
|
||||
}
|
||||
.justify-content-around div {
|
||||
display: inline-block;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
text-align: justify;
|
||||
}
|
||||
[class^="justify-content-"] div {
|
||||
display: inline-block;
|
||||
}
|
||||
/** Carousel - Hide indicators and controls as the carousel doesn't work **/
|
||||
.carousel-indicators,
|
||||
.carousel-control-prev,
|
||||
.carousel-control-next {
|
||||
display: none;
|
||||
}
|
||||
.btn-link.disabled,
|
||||
.btn-link:disabled {
|
||||
text-decoration: none;
|
||||
}
|
||||
.modal-header .close {
|
||||
margin: -48px -16px -16px auto;
|
||||
}
|
||||
.btn-group,
|
||||
.btn-group-vertical {
|
||||
display: inline;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.btn-group .btn + .btn,
|
||||
.btn-group .btn + .btn-group,
|
||||
.btn-group .btn-group + .btn,
|
||||
.btn-group .btn-group + .btn-group,
|
||||
.btn-group-vertical .btn + .btn,
|
||||
.btn-group-vertical .btn + .btn-group,
|
||||
.btn-group-vertical .btn-group + .btn,
|
||||
.btn-group-vertical .btn-group + .btn-group {
|
||||
margin-left: -5px;
|
||||
}
|
||||
.navbar-expand-sm .navbar-collapse,
|
||||
.navbar-expand-md .navbar-collapse,
|
||||
.navbar-expand-lg .navbar-collapse,
|
||||
.navbar-expand-xl .navbar-collapse,
|
||||
.navbar-expand .navbar-collapse {
|
||||
display: block !important;
|
||||
}
|
||||
.navbar > .container,
|
||||
.navbar > .container-fluid,
|
||||
.nav,
|
||||
.navbar {
|
||||
display: block;
|
||||
}
|
||||
.nav-link {
|
||||
padding: 0.5rem 1rem;
|
||||
float:none;
|
||||
}
|
||||
.navbar-expand-sm .nav-link,
|
||||
.navbar-expand-md .nav-link,
|
||||
.navbar-expand-lg .nav-link,
|
||||
.navbar-expand-xl .nav-link,
|
||||
.navbar-expand .nav-link {
|
||||
float: left;
|
||||
}
|
||||
.row,
|
||||
.container-fluid,
|
||||
.container,
|
||||
section,
|
||||
footer,
|
||||
aside {
|
||||
clear: both;
|
||||
}
|
||||
.breadcrumb-item {
|
||||
display: inline-block;
|
||||
}
|
||||
.modal-footer {
|
||||
text-align: right;
|
||||
}
|
||||
.img-fluid[src$=".svg"] {
|
||||
width: 100%;
|
||||
}
|
||||
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
|
||||
-ms-transform: translateX(0.75rem);
|
||||
}
|
73
root/opt/phpsysinfo/templates/vendor/bootstrap-midori04.css
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
.card-group .card,
|
||||
.col-1,
|
||||
.col-2,
|
||||
.col-3,
|
||||
.col-4,
|
||||
.col-5,
|
||||
.col-6,
|
||||
.col-7,
|
||||
.col-8,
|
||||
.col-9,
|
||||
.col-10,
|
||||
.col-11,
|
||||
.col-12,
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
.col-sm-3,
|
||||
.col-sm-4,
|
||||
.col-sm-5,
|
||||
.col-sm-6,
|
||||
.col-sm-7,
|
||||
.col-sm-8,
|
||||
.col-sm-9,
|
||||
.col-sm-10,
|
||||
.col-sm-11,
|
||||
.col-sm-12,
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
.col-md-3,
|
||||
.col-md-4,
|
||||
.col-md-5,
|
||||
.col-md-6,
|
||||
.col-md-7,
|
||||
.col-md-8,
|
||||
.col-md-9,
|
||||
.col-md-10,
|
||||
.col-md-11,
|
||||
.col-md-12,
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
.col-lg-3,
|
||||
.col-lg-4,
|
||||
.col-lg-5,
|
||||
.col-lg-6,
|
||||
.col-lg-7,
|
||||
.col-lg-8,
|
||||
.col-lg-9,
|
||||
.col-lg-10,
|
||||
.col-lg-11,
|
||||
.col-lg-12,
|
||||
.col-xl-1,
|
||||
.col-xl-2,
|
||||
.col-xl-3,
|
||||
.col-xl-4,
|
||||
.col-xl-5,
|
||||
.col-xl-6,
|
||||
.col-xl-7,
|
||||
.col-xl-8,
|
||||
.col-xl-9,
|
||||
.col-xl-10,
|
||||
.col-xl-11,
|
||||
.col-xl-12,
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
}
|
||||
.modal-header .close {
|
||||
margin: -48px -16px -16px auto;
|
||||
}
|
||||
.progress-bar {
|
||||
height: 100%;
|
||||
}
|
||||
.card-header:first-child {
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
70
root/opt/phpsysinfo/templates/vendor/bootstrap-midori05.css
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
.card-group .card,
|
||||
.col-1,
|
||||
.col-2,
|
||||
.col-3,
|
||||
.col-4,
|
||||
.col-5,
|
||||
.col-6,
|
||||
.col-7,
|
||||
.col-8,
|
||||
.col-9,
|
||||
.col-10,
|
||||
.col-11,
|
||||
.col-12,
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
.col-sm-3,
|
||||
.col-sm-4,
|
||||
.col-sm-5,
|
||||
.col-sm-6,
|
||||
.col-sm-7,
|
||||
.col-sm-8,
|
||||
.col-sm-9,
|
||||
.col-sm-10,
|
||||
.col-sm-11,
|
||||
.col-sm-12,
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
.col-md-3,
|
||||
.col-md-4,
|
||||
.col-md-5,
|
||||
.col-md-6,
|
||||
.col-md-7,
|
||||
.col-md-8,
|
||||
.col-md-9,
|
||||
.col-md-10,
|
||||
.col-md-11,
|
||||
.col-md-12,
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
.col-lg-3,
|
||||
.col-lg-4,
|
||||
.col-lg-5,
|
||||
.col-lg-6,
|
||||
.col-lg-7,
|
||||
.col-lg-8,
|
||||
.col-lg-9,
|
||||
.col-lg-10,
|
||||
.col-lg-11,
|
||||
.col-lg-12,
|
||||
.col-xl-1,
|
||||
.col-xl-2,
|
||||
.col-xl-3,
|
||||
.col-xl-4,
|
||||
.col-xl-5,
|
||||
.col-xl-6,
|
||||
.col-xl-7,
|
||||
.col-xl-8,
|
||||
.col-xl-9,
|
||||
.col-xl-10,
|
||||
.col-xl-11,
|
||||
.col-xl-12,
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
}
|
||||
.modal-header .close {
|
||||
margin: -48px -16px -16px auto;
|
||||
}
|
||||
.progress-bar {
|
||||
height: 100%;
|
||||
}
|
70
root/opt/phpsysinfo/templates/vendor/bootstrap-opera11.css
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
.card-group .card,
|
||||
.col-1,
|
||||
.col-2,
|
||||
.col-3,
|
||||
.col-4,
|
||||
.col-5,
|
||||
.col-6,
|
||||
.col-7,
|
||||
.col-8,
|
||||
.col-9,
|
||||
.col-10,
|
||||
.col-11,
|
||||
.col-12,
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
.col-sm-3,
|
||||
.col-sm-4,
|
||||
.col-sm-5,
|
||||
.col-sm-6,
|
||||
.col-sm-7,
|
||||
.col-sm-8,
|
||||
.col-sm-9,
|
||||
.col-sm-10,
|
||||
.col-sm-11,
|
||||
.col-sm-12,
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
.col-md-3,
|
||||
.col-md-4,
|
||||
.col-md-5,
|
||||
.col-md-6,
|
||||
.col-md-7,
|
||||
.col-md-8,
|
||||
.col-md-9,
|
||||
.col-md-10,
|
||||
.col-md-11,
|
||||
.col-md-12,
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
.col-lg-3,
|
||||
.col-lg-4,
|
||||
.col-lg-5,
|
||||
.col-lg-6,
|
||||
.col-lg-7,
|
||||
.col-lg-8,
|
||||
.col-lg-9,
|
||||
.col-lg-10,
|
||||
.col-lg-11,
|
||||
.col-lg-12,
|
||||
.col-xl-1,
|
||||
.col-xl-2,
|
||||
.col-xl-3,
|
||||
.col-xl-4,
|
||||
.col-xl-5,
|
||||
.col-xl-6,
|
||||
.col-xl-7,
|
||||
.col-xl-8,
|
||||
.col-xl-9,
|
||||
.col-xl-10,
|
||||
.col-xl-11,
|
||||
.col-xl-12,
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
}
|
||||
.modal-header .close {
|
||||
margin: -48px -16px -16px auto;
|
||||
}
|
||||
.progress-bar {
|
||||
height: 100%;
|
||||
}
|
73
root/opt/phpsysinfo/templates/vendor/bootstrap-safari5.css
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
.card-group .card,
|
||||
.col-1,
|
||||
.col-2,
|
||||
.col-3,
|
||||
.col-4,
|
||||
.col-5,
|
||||
.col-6,
|
||||
.col-7,
|
||||
.col-8,
|
||||
.col-9,
|
||||
.col-10,
|
||||
.col-11,
|
||||
.col-12,
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
.col-sm-3,
|
||||
.col-sm-4,
|
||||
.col-sm-5,
|
||||
.col-sm-6,
|
||||
.col-sm-7,
|
||||
.col-sm-8,
|
||||
.col-sm-9,
|
||||
.col-sm-10,
|
||||
.col-sm-11,
|
||||
.col-sm-12,
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
.col-md-3,
|
||||
.col-md-4,
|
||||
.col-md-5,
|
||||
.col-md-6,
|
||||
.col-md-7,
|
||||
.col-md-8,
|
||||
.col-md-9,
|
||||
.col-md-10,
|
||||
.col-md-11,
|
||||
.col-md-12,
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
.col-lg-3,
|
||||
.col-lg-4,
|
||||
.col-lg-5,
|
||||
.col-lg-6,
|
||||
.col-lg-7,
|
||||
.col-lg-8,
|
||||
.col-lg-9,
|
||||
.col-lg-10,
|
||||
.col-lg-11,
|
||||
.col-lg-12,
|
||||
.col-xl-1,
|
||||
.col-xl-2,
|
||||
.col-xl-3,
|
||||
.col-xl-4,
|
||||
.col-xl-5,
|
||||
.col-xl-6,
|
||||
.col-xl-7,
|
||||
.col-xl-8,
|
||||
.col-xl-9,
|
||||
.col-xl-10,
|
||||
.col-xl-11,
|
||||
.col-xl-12,
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
}
|
||||
.modal-header .close {
|
||||
margin: -48px -16px -16px auto;
|
||||
}
|
||||
.progress-bar {
|
||||
height: 100%;
|
||||
}
|
||||
.card-header:first-child {
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
70
root/opt/phpsysinfo/templates/vendor/bootstrap-safari8.css
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
.card-group .card,
|
||||
.col-1,
|
||||
.col-2,
|
||||
.col-3,
|
||||
.col-4,
|
||||
.col-5,
|
||||
.col-6,
|
||||
.col-7,
|
||||
.col-8,
|
||||
.col-9,
|
||||
.col-10,
|
||||
.col-11,
|
||||
.col-12,
|
||||
.col-sm-1,
|
||||
.col-sm-2,
|
||||
.col-sm-3,
|
||||
.col-sm-4,
|
||||
.col-sm-5,
|
||||
.col-sm-6,
|
||||
.col-sm-7,
|
||||
.col-sm-8,
|
||||
.col-sm-9,
|
||||
.col-sm-10,
|
||||
.col-sm-11,
|
||||
.col-sm-12,
|
||||
.col-md-1,
|
||||
.col-md-2,
|
||||
.col-md-3,
|
||||
.col-md-4,
|
||||
.col-md-5,
|
||||
.col-md-6,
|
||||
.col-md-7,
|
||||
.col-md-8,
|
||||
.col-md-9,
|
||||
.col-md-10,
|
||||
.col-md-11,
|
||||
.col-md-12,
|
||||
.col-lg-1,
|
||||
.col-lg-2,
|
||||
.col-lg-3,
|
||||
.col-lg-4,
|
||||
.col-lg-5,
|
||||
.col-lg-6,
|
||||
.col-lg-7,
|
||||
.col-lg-8,
|
||||
.col-lg-9,
|
||||
.col-lg-10,
|
||||
.col-lg-11,
|
||||
.col-lg-12,
|
||||
.col-xl-1,
|
||||
.col-xl-2,
|
||||
.col-xl-3,
|
||||
.col-xl-4,
|
||||
.col-xl-5,
|
||||
.col-xl-6,
|
||||
.col-xl-7,
|
||||
.col-xl-8,
|
||||
.col-xl-9,
|
||||
.col-xl-10,
|
||||
.col-xl-11,
|
||||
.col-xl-12,
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
}
|
||||
.modal-header .close {
|
||||
margin: -48px -16px -16px auto;
|
||||
}
|
||||
.progress-bar {
|
||||
height: 100%;
|
||||
}
|
15
root/opt/phpsysinfo/templates/vendor/bootstrap-webapp.css
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@media (max-width: 575.98px) {
|
||||
.navbar, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
|
||||
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
|
||||
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
|
||||
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
|
||||
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
|
||||
.col-xl-auto {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.row {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|