added dashboard
Added PHP code for web dashboard
96
dashboard/css/layout.css
Executable file
@ -0,0 +1,96 @@
|
|||||||
|
body {
|
||||||
|
margin : 0px;
|
||||||
|
padding : 0px;
|
||||||
|
background-color : #D3D3D3;
|
||||||
|
font-family : calibri, verdana, arial, comic sans;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size : 25pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
#top {
|
||||||
|
height : 105px;
|
||||||
|
background-color : #FFFFFF;
|
||||||
|
width : 100%;
|
||||||
|
background-image : url('../img/dvc.jpg');
|
||||||
|
background-repeat : no-repeat;
|
||||||
|
background-position : 99.5%;
|
||||||
|
position : absolute;
|
||||||
|
left : 0px;
|
||||||
|
top : 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#menu {
|
||||||
|
margin-top : 5px;
|
||||||
|
height : 34px;
|
||||||
|
float : left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#menubar {
|
||||||
|
height : 40px;
|
||||||
|
width : 100%;
|
||||||
|
background-color : #FEC456;
|
||||||
|
position : absolute;
|
||||||
|
left : 0px;
|
||||||
|
top : 105px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#info {
|
||||||
|
float : right;
|
||||||
|
font-size : 11pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
|
||||||
|
width : 100%;
|
||||||
|
position : absolute;
|
||||||
|
left : 0px;
|
||||||
|
top : 150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menulink {
|
||||||
|
font-size : 14pt;
|
||||||
|
text-decoration : none;
|
||||||
|
border : 1px #000000 solid;
|
||||||
|
padding-left : 10px;
|
||||||
|
padding-top : 3px;
|
||||||
|
padding-bottom : 3px;
|
||||||
|
padding-right : 10px;
|
||||||
|
margin-left : 10px;
|
||||||
|
background-color : #FFFFC6;
|
||||||
|
color : #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pl {
|
||||||
|
font-size : 12pt;
|
||||||
|
text-decoration : none;
|
||||||
|
color : #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.listingtable {
|
||||||
|
margin-top : 10px;
|
||||||
|
border : 1px #C1DAD7 solid;
|
||||||
|
font-size : 12pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
.listingtable th {
|
||||||
|
height : 35px;
|
||||||
|
text-align : center;
|
||||||
|
background-image: -webkit-gradient(
|
||||||
|
linear,
|
||||||
|
left top,
|
||||||
|
left bottom,
|
||||||
|
color-stop(0, rgb(201, 231, 233)),
|
||||||
|
color-stop(0.8, rgb(220, 237, 244))
|
||||||
|
);
|
||||||
|
background-image: -o-linear-gradient(bottom, rgb(201, 231, 233) 0%, rgb(220, 237, 244) 80%);
|
||||||
|
background-image: -moz-linear-gradient(bottom, rgb(201, 231, 233) 0%, rgb(220, 237, 244) 80%);
|
||||||
|
background-image: -webkit-linear-gradient(bottom, rgb(201, 231, 233) 0%, rgb(220, 237, 244) 80%);
|
||||||
|
background-image: -ms-linear-gradient(bottom, rgb(201, 231, 233) 0%, rgb(220, 237, 244) 80%);
|
||||||
|
background-image: linear-gradient(to bottom, rgb(201, 231, 233) 0%, rgb(220, 237, 244) 80%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.listingtable td {
|
||||||
|
padding-left : 5px;
|
||||||
|
}
|
BIN
dashboard/favicon.ico
Executable file
After Width: | Height: | Size: 21 KiB |
BIN
dashboard/img/dvc.jpg
Executable file
After Width: | Height: | Size: 29 KiB |
BIN
dashboard/img/flags/ad.png
Executable file
After Width: | Height: | Size: 449 B |
BIN
dashboard/img/flags/ae.png
Executable file
After Width: | Height: | Size: 131 B |
BIN
dashboard/img/flags/af.png
Executable file
After Width: | Height: | Size: 342 B |
BIN
dashboard/img/flags/ag.png
Executable file
After Width: | Height: | Size: 486 B |
BIN
dashboard/img/flags/al.png
Executable file
After Width: | Height: | Size: 357 B |
BIN
dashboard/img/flags/am.png
Executable file
After Width: | Height: | Size: 124 B |
BIN
dashboard/img/flags/ao.png
Executable file
After Width: | Height: | Size: 310 B |
BIN
dashboard/img/flags/ar.png
Executable file
After Width: | Height: | Size: 139 B |
BIN
dashboard/img/flags/at.png
Executable file
After Width: | Height: | Size: 101 B |
BIN
dashboard/img/flags/au.png
Executable file
After Width: | Height: | Size: 501 B |
BIN
dashboard/img/flags/az.png
Executable file
After Width: | Height: | Size: 175 B |
BIN
dashboard/img/flags/ba.png
Executable file
After Width: | Height: | Size: 241 B |
BIN
dashboard/img/flags/bb.png
Executable file
After Width: | Height: | Size: 243 B |
BIN
dashboard/img/flags/bd.png
Executable file
After Width: | Height: | Size: 200 B |
BIN
dashboard/img/flags/be.png
Executable file
After Width: | Height: | Size: 108 B |
BIN
dashboard/img/flags/bf.png
Executable file
After Width: | Height: | Size: 181 B |
BIN
dashboard/img/flags/bg.png
Executable file
After Width: | Height: | Size: 121 B |
BIN
dashboard/img/flags/bh.png
Executable file
After Width: | Height: | Size: 125 B |
BIN
dashboard/img/flags/bi.png
Executable file
After Width: | Height: | Size: 470 B |
BIN
dashboard/img/flags/bj.png
Executable file
After Width: | Height: | Size: 100 B |
BIN
dashboard/img/flags/bn.png
Executable file
After Width: | Height: | Size: 847 B |
BIN
dashboard/img/flags/bo.png
Executable file
After Width: | Height: | Size: 117 B |
BIN
dashboard/img/flags/br.png
Executable file
After Width: | Height: | Size: 436 B |
BIN
dashboard/img/flags/bs.png
Executable file
After Width: | Height: | Size: 221 B |
BIN
dashboard/img/flags/bt.png
Executable file
After Width: | Height: | Size: 685 B |
BIN
dashboard/img/flags/bw.png
Executable file
After Width: | Height: | Size: 105 B |
BIN
dashboard/img/flags/by.png
Executable file
After Width: | Height: | Size: 307 B |
BIN
dashboard/img/flags/bz.png
Executable file
After Width: | Height: | Size: 751 B |
BIN
dashboard/img/flags/ca.png
Executable file
After Width: | Height: | Size: 302 B |
BIN
dashboard/img/flags/cd.png
Executable file
After Width: | Height: | Size: 451 B |
BIN
dashboard/img/flags/cf.png
Executable file
After Width: | Height: | Size: 197 B |
BIN
dashboard/img/flags/cg.png
Executable file
After Width: | Height: | Size: 142 B |
BIN
dashboard/img/flags/ch.png
Executable file
After Width: | Height: | Size: 107 B |
BIN
dashboard/img/flags/ci.png
Executable file
After Width: | Height: | Size: 97 B |
BIN
dashboard/img/flags/cl.png
Executable file
After Width: | Height: | Size: 147 B |
BIN
dashboard/img/flags/cm.png
Executable file
After Width: | Height: | Size: 163 B |
BIN
dashboard/img/flags/cn.png
Executable file
After Width: | Height: | Size: 214 B |
BIN
dashboard/img/flags/co.png
Executable file
After Width: | Height: | Size: 99 B |
BIN
dashboard/img/flags/cr.png
Executable file
After Width: | Height: | Size: 116 B |
BIN
dashboard/img/flags/cu.png
Executable file
After Width: | Height: | Size: 300 B |
BIN
dashboard/img/flags/cv.png
Executable file
After Width: | Height: | Size: 300 B |
BIN
dashboard/img/flags/cy.png
Executable file
After Width: | Height: | Size: 317 B |
BIN
dashboard/img/flags/cz.png
Executable file
After Width: | Height: | Size: 217 B |
BIN
dashboard/img/flags/de.png
Executable file
After Width: | Height: | Size: 99 B |
BIN
dashboard/img/flags/dj.png
Executable file
After Width: | Height: | Size: 373 B |
BIN
dashboard/img/flags/dk.png
Executable file
After Width: | Height: | Size: 125 B |
BIN
dashboard/img/flags/dm.png
Executable file
After Width: | Height: | Size: 403 B |
BIN
dashboard/img/flags/do.png
Executable file
After Width: | Height: | Size: 258 B |
BIN
dashboard/img/flags/dz.png
Executable file
After Width: | Height: | Size: 229 B |
BIN
dashboard/img/flags/ec.png
Executable file
After Width: | Height: | Size: 397 B |
BIN
dashboard/img/flags/ee.png
Executable file
After Width: | Height: | Size: 100 B |
BIN
dashboard/img/flags/eg.png
Executable file
After Width: | Height: | Size: 256 B |
BIN
dashboard/img/flags/eh.png
Executable file
After Width: | Height: | Size: 379 B |
BIN
dashboard/img/flags/er.png
Executable file
After Width: | Height: | Size: 535 B |
BIN
dashboard/img/flags/es.png
Executable file
After Width: | Height: | Size: 287 B |
BIN
dashboard/img/flags/et.png
Executable file
After Width: | Height: | Size: 355 B |
BIN
dashboard/img/flags/fi.png
Executable file
After Width: | Height: | Size: 130 B |
BIN
dashboard/img/flags/fj.png
Executable file
After Width: | Height: | Size: 617 B |
BIN
dashboard/img/flags/fm.png
Executable file
After Width: | Height: | Size: 149 B |
BIN
dashboard/img/flags/fr.png
Executable file
After Width: | Height: | Size: 96 B |
BIN
dashboard/img/flags/ga.png
Executable file
After Width: | Height: | Size: 117 B |
BIN
dashboard/img/flags/gb.png
Executable file
After Width: | Height: | Size: 434 B |
BIN
dashboard/img/flags/gd.png
Executable file
After Width: | Height: | Size: 490 B |
BIN
dashboard/img/flags/ge.png
Executable file
After Width: | Height: | Size: 148 B |
BIN
dashboard/img/flags/gh.png
Executable file
After Width: | Height: | Size: 222 B |
BIN
dashboard/img/flags/gm.png
Executable file
After Width: | Height: | Size: 129 B |
BIN
dashboard/img/flags/gn.png
Executable file
After Width: | Height: | Size: 97 B |
BIN
dashboard/img/flags/gq.png
Executable file
After Width: | Height: | Size: 325 B |
BIN
dashboard/img/flags/gr.png
Executable file
After Width: | Height: | Size: 266 B |
BIN
dashboard/img/flags/gt.png
Executable file
After Width: | Height: | Size: 279 B |
BIN
dashboard/img/flags/gw.png
Executable file
After Width: | Height: | Size: 234 B |
BIN
dashboard/img/flags/gy.png
Executable file
After Width: | Height: | Size: 464 B |
BIN
dashboard/img/flags/hn.png
Executable file
After Width: | Height: | Size: 216 B |
BIN
dashboard/img/flags/hr.png
Executable file
After Width: | Height: | Size: 517 B |
BIN
dashboard/img/flags/ht.png
Executable file
After Width: | Height: | Size: 227 B |
BIN
dashboard/img/flags/hu.png
Executable file
After Width: | Height: | Size: 113 B |
BIN
dashboard/img/flags/id.png
Executable file
After Width: | Height: | Size: 93 B |
BIN
dashboard/img/flags/ie.png
Executable file
After Width: | Height: | Size: 119 B |
BIN
dashboard/img/flags/il.png
Executable file
After Width: | Height: | Size: 181 B |
BIN
dashboard/img/flags/in.png
Executable file
After Width: | Height: | Size: 149 B |
BIN
dashboard/img/flags/iq.png
Executable file
After Width: | Height: | Size: 258 B |
BIN
dashboard/img/flags/ir.png
Executable file
After Width: | Height: | Size: 505 B |
BIN
dashboard/img/flags/is.png
Executable file
After Width: | Height: | Size: 154 B |
BIN
dashboard/img/flags/it.png
Executable file
After Width: | Height: | Size: 96 B |
BIN
dashboard/img/flags/jm.png
Executable file
After Width: | Height: | Size: 174 B |
BIN
dashboard/img/flags/jo.png
Executable file
After Width: | Height: | Size: 230 B |
BIN
dashboard/img/flags/jp.png
Executable file
After Width: | Height: | Size: 160 B |
BIN
dashboard/img/flags/ke.png
Executable file
After Width: | Height: | Size: 265 B |
BIN
dashboard/img/flags/kg.png
Executable file
After Width: | Height: | Size: 414 B |
BIN
dashboard/img/flags/kh.png
Executable file
After Width: | Height: | Size: 407 B |
BIN
dashboard/img/flags/ki.png
Executable file
After Width: | Height: | Size: 509 B |
BIN
dashboard/img/flags/km.png
Executable file
After Width: | Height: | Size: 441 B |
BIN
dashboard/img/flags/kn.png
Executable file
After Width: | Height: | Size: 374 B |
BIN
dashboard/img/flags/kp.png
Executable file
After Width: | Height: | Size: 343 B |
BIN
dashboard/img/flags/kr.png
Executable file
After Width: | Height: | Size: 521 B |
BIN
dashboard/img/flags/ks.png
Executable file
After Width: | Height: | Size: 357 B |
BIN
dashboard/img/flags/kw.png
Executable file
After Width: | Height: | Size: 224 B |