svn path=/Website/trunk/; revision=1443

This commit is contained in:
Marcel Bourseau
2010-04-16 14:44:40 +00:00
parent 30f6855c06
commit 12cb5fbbbe
4 changed files with 27 additions and 49 deletions

BIN
CUST/WELK/Elkien.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -1,19 +1,19 @@
/*
* $Revision: 1 $
* $Modtime: 22-01-10 12:15 $
* basiskleur: #202068 (logoblauw)
* #007B63 (logogroen)
* $Revision: 2 $
* $Modtime: 7-04-10 10:01 $
* basiskleur: #9cd6ef (logoblauw)
* #de005a (logoroze)
*/
#headerblok
{
background: url(fac_head.gif) no-repeat;
background: url(elkien.gif) no-repeat;
background-color: #FFFFFF;
background-position: 0px 0px;
color: #000000;
}
div.fcltframeheader {
background-color: #aace36;
background-color: #9cd6ef;
background-image: none;
color: white;
}
@@ -21,7 +21,7 @@ div.fcltframeheader {
#mywelcome , #mymessages, #myactions{
background-color: transparent;
background-image: none;
color: #aace36;
color: #9cd6ef;
padding-bottom: 2px;
height: 70%;
padding: 0 12px 0 12px;
@@ -32,48 +32,26 @@ div.fcltframeheader {
}
#buttons ul li {
color :#aace36;
border-left: 2px solid #aace36;
color :#de005a;
border-left: 2px solid #000000;
}
#buttons ul li:hover {
text-decoration: underline;;
}
.E td { background-color: #EEEEEE;
border:1px solid #FFFFFF;
* html .required, .required
{
background-color:#9cd6ef;
border-left:2px solid red;
}
.O td { background-color: #EEEEEE;
border:1px solid #FFFFFF;
input[type=text].required,
input[type=password].required,
select.required, option.required,
textarea.required,
{
background-color:#9cd6ef;
border-left:2px solid red;
}
/* for colored rows and others*/
.expired1 td {
background-image:none;
background-color: #ff8800;
color : #ffffff;
}
.expired2 td {
background-image: none;
background-color: #ff0000;
color : #ffffff;
}
.expired3 td {
background-color: #D9A3E3;
}
.unsolved td {
font-weight: bold;
}
.sleepy td {
color: #808080;
}
#editbody .fcltblock {
background-color:#FAFAFA;
border:2px solid #D0D0D0;
}
#editbody .fcltblockhead {
background-color:#D0D0D0;
}

View File

@@ -1,6 +1,6 @@
<% /*
$Revision: 1 $
$Modtime: 22-01-10 12:17 $
$Revision: 2 $
$Modtime: 14-04-10 16:06 $
*/ %>
<%
var customerId = "WELK";
@@ -16,7 +16,7 @@
lcl_dep_name_level2 = 'Afdeling';
prs_dep_all = false; // allow attaching persons on all department level { true | false }
prs_dep_string = "d.prs_afdeling_naam2";
prs_werkplek_implicit = 1; // Are workplaces treated as separate entitities (0) or implicitly/invisible used in person-room relations(1)
//RES
res_descipt_obligation=false; // oblige input in description field
@@ -31,13 +31,13 @@
res_t1 = 8; // reservation day start (hour)
res_t2 = 22; // reservation day end (hour)
res_bo_show_telnr = 0; // Show telephonenumber column in res bo list (0=no show | 1=show)
res_default_CVAB_mode = 2; // 0 (00)=Te kiezen&default Afhalen, 1 (01)=Te kiezen, default Bezorgen (default),
// 2 (10)=Vast &default Afhalen 3 (11)=Vast, default Bezorgen
//BEZ
vis_afspraak_onrgoed_uses_keys=1; // listboxes location until room instead of only a room text field
vis_afspraak_host_uses_keys = 1; // the field "Bezoek voor" is a listbox (1 = true) otherwise a textfield
vis_bo_search_host = 1; // Show field 'Host' for VIS BO to search on
vis_parking_key = -1; // which res_discipline_key (cataloge) should be used for parking places
vis_badgeprint_enable = 0; // print {0=no | 1=print at check in | 2=show print button}
%>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB