BIN
CUST/AAPM/AAPM.png
Normal file
BIN
CUST/AAPM/AAPM.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.9 KiB |
15
CUST/AAPM/cust.css
Normal file
15
CUST/AAPM/cust.css
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
/*
|
||||||
|
* $Revision$
|
||||||
|
* $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
@import "../AAXX/default.css";
|
||||||
|
|
||||||
|
#headerblok
|
||||||
|
{
|
||||||
|
background: url(AAPM.png) no-repeat;
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
background-position: 0px 0px;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
4
CUST/AAPM/import/import_medew_aafm.bat
Normal file
4
CUST/AAPM/import/import_medew_aafm.bat
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
echo 'Empty' >> aaxx_imp.csv
|
||||||
|
cscript ..\..\..\utils\gen_import\gen_import.wsf AAXX AAFM_MEDEWERKERS >>genimport.log 2>>&1
|
||||||
|
|
||||||
19
CUST/AAPM/sso.asp
Normal file
19
CUST/AAPM/sso.asp
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<%@ language = "JavaScript" %>
|
||||||
|
<% /*
|
||||||
|
$Revision$
|
||||||
|
$Id$
|
||||||
|
File: cust/aapm/sso.asp
|
||||||
|
Description: Single Sign On script
|
||||||
|
Parameters:
|
||||||
|
Context:
|
||||||
|
Note:
|
||||||
|
*/ %>
|
||||||
|
<%
|
||||||
|
Session("customerId") = "AAPM";
|
||||||
|
ANONYMOUS_Allowed = 1;
|
||||||
|
%>
|
||||||
|
<!-- #include file="../../appl/Shared/common.inc" -->
|
||||||
|
<!-- #include file="../../appl/shared/login.inc" -->
|
||||||
|
<%
|
||||||
|
SecureSSO({ strSharedKey: "a18c8520-e2e3-11e1-9b23-0800200c9a66", Timeout: 10}); //Sharedkey - Should be the same at customer side
|
||||||
|
%>
|
||||||
9
CUST/AAPM/xsl/cust.xsl
Normal file
9
CUST/AAPM/xsl/cust.xsl
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||||
|
<xsl:import href="../../../appl/shared/default.xsl"/>
|
||||||
|
<xsl:variable name="Rev">
|
||||||
|
<!-- Revision van deze cust.xsl -->
|
||||||
|
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
|
||||||
|
</xsl:variable>
|
||||||
|
|
||||||
|
</xsl:stylesheet>
|
||||||
Reference in New Issue
Block a user