2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added ALTERNATE_INTERFACE config directive (defaults to false)

Alternate interface appears for non VoIP users when ALTERNATE_INTERFACE set to true
This interface is a bit faster to operate (less popup windows) and makes more sense when not using the system to auto-dial
Sponsored by Zimi
This commit is contained in:
azammitdcarf
2011-10-05 04:29:41 +00:00
parent 4abd0c59ac
commit 16d775ec4b
25 changed files with 2022 additions and 13 deletions

81
css/index_interface2.css Normal file
View File

@@ -0,0 +1,81 @@
.headerexpand {
position: absolute;
height: 20px;
bottom: 0px;
right: 0px;
}
#headerexpandimage {
height: 20px;
}.box {
margin: 18px;
}
.online {
background: #00FF00;
}
.offline {
background: #FF0000;
}
a {
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
background: #DDE;
text-decoration: none;
color: black;
}
a:active {
border: 4px inset;
}
#header {
position : absolute;
width : 20%;
height : 30%;
top : 0;
right : 0;
bottom : auto;
left : 0;
/*border-bottom: 1px solid #aaa;*/
}
#calllist {
position : absolute;
width : 50%;
height : 30%;
left : 50%;
top : 0;
right : 0;
bottom : auto;
}
#qstatus {
position : absolute;
width : 30%;
height : 30%;
top : 0;
right : 0;
left: 20%;
bottom : auto;
/*border: 1px solid #aaa;*/
}
#casefunctions {
position : absolute;
width : 20%;
height : 30%;
top : 0;
right : 0;
left: 0;
bottom : auto;
}
#content {
position : absolute;
top : 30%;
left : 0;
bottom : auto;
width : 100%;
height : 70%;
}
.embeddedobject {
width:100%;
height:100%;
position:absolute;
}

View File

@@ -0,0 +1,13 @@
.labelclass{
width:20%;
}
.textclass {
width:70%;
height:80%;
}
.submitclass{
width:20%;
}
.addresp{
font-style:italic;
}