#41413 Nieuwe klant

svn path=/Website/branches/v2017.1/; revision=35396
This commit is contained in:
Jordy Polman
2017-09-21 08:32:30 +00:00
parent 7f039d9ca8
commit 43047a6db9
9 changed files with 49 additions and 0 deletions

BIN
CUST/OOZR/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

40
CUST/OOZR/cust.css Normal file
View File

@@ -0,0 +1,40 @@
/*
* $Revision$
* $Modtime: 15-02-12 14:31 $
*/
/* Widgetportal */
@media only screen and (max-width: 720px) {
#portalmenu span.menuimg {
line-height: 40px;
}
}
/* 3D flexplek-scherm */
.floorscreen #verdiepingen input,
#floorscreen #verdiepingen input
{
color: #ffffff;
background-color: #6f6f6f;
width: 90%;
margin-left: 5%;
margin-right: 5%;
padding: 15px 0 15px 0;
font-size: 1.6em;
font-weight: bold;
}
.floorscreen #verdiepingen .selected {
background-color: #003478;
}
/* Artikelframe bestelscherm */
#besItemSel .fcltblockhead {
color: #fff;
}
#headerblok {
margin-top: 2px;
background-position: 10px -8px;
}

0
CUST/OOZR/import/.gitignore vendored Normal file
View File

BIN
CUST/OOZR/oracle.udl Normal file

Binary file not shown.

View File

@@ -0,0 +1,4 @@
@echo off
REM Moet gescheduled worden (normaliter 1 keer per uur) om door de applicatiebeheerder
REM ingeregelde notificaties te genereren.
cscript ..\..\..\utils\gen_notify\gen_notify.js ../oracle.udl OOZR

View File

@@ -0,0 +1,4 @@
@echo off
REM Moet gescheduled worden (normaliter 1 keer per dag) om door de applicatiebeheerder
REM ingeregelde jobs (aanmaak van periodieke opdrachten) uit te voeren.
cscript ..\..\..\utils\gen_scheduler\gen_scheduler.js ../oracle.udl

View File

@@ -0,0 +1 @@
call ..\..\..\utils\putOrders\putOrders.bat

BIN
CUST/OOZR/tmpl_logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

0
CUST/OOZR/xsl/.gitignore vendored Normal file
View File