cdts-sgdc
cdts-sgdc copied to clipboard
GCIntranet Sample Page Updates
CDTS change that’s needed .. these current Sample Page Sets (English & French) still reference old CGI-BIN Code, and should use the New Code included below on the Current or next release. Also, if the current code is used anywhere else in CDTS it should be updated. https://cdts.service.canada.ca/app/cls/WET/gcintranet/v5_0_0/cdts/samples/subtheme-en.html https://cdts.service.canada.ca/app/cls/WET/gcintranet/v5_0_0/cdts/samples/subtheme-fr.html https://cdts.service.canada.ca/app/cls/WET/gcintranet/v5_0_0/cdts/samples/subtheme-esdc-en.html https://cdts.service.canada.ca/app/cls/WET/gcintranet/v5_0_0/cdts/samples/subtheme-esdc-fr.html https://cdts.service.canada.ca/app/cls/WET/gcintranet/v5_0_0/cdts/samples/subtheme-labour-en.html https://cdts.service.canada.ca/app/cls/WET/gcintranet/v5_0_0/cdts/samples/subtheme-labour-fr.html https://cdts.service.canada.ca/app/cls/WET/gcintranet/v5_0_0/cdts/samples/subtheme-iservice-fr.html https://cdts.service.canada.ca/app/cls/WET/gcintranet/v5_0_0/cdts/samples/subtheme-iservice-en.html https://cdts.service.canada.ca/app/cls/WET/gcintranet/v5_0_0/cdts/samples/subtheme-ort-fr.html https://cdts.service.canada.ca/app/cls/WET/gcintranet/v5_0_0/cdts/samples/subtheme-ort-en.html
For each file, you should replace the customSearch entry with the code below:
ESDC, Labour, iService:
subtheme-esdc-en.html, subtheme-labour-en.html, subtheme-iservice-en.html (English) -no hidden inputs required "customSearch": [{ "action" : https://esdc.prv/en/search/index.html, // Mandatory "placeholder" : "Search the Intranet", // Optional "method" : "get" // Mandatory "get" or "post" }]
subtheme-esdc-fr.html, subtheme-labour-fr.html, subtheme-iservice-fr.html (French) -no hidden inputs required "customSearch": [{ "action" : https://edsc.prv/fr/recherche/index.html, // Mandatory "placeholder" : "Search the Intranet", // Optional "method" : "get" // Mandatory "get" or "post" }]
ORT:
subtheme-ort-en.html (English)
"customSearch": [{
"action" : /en/search/index.html, // Mandatory
"id" : "gcwu-srch", // Optional
"placeholder" : "Search the EI ORT", // Optional
"method" : "get", // Mandatory "get" or "post"
"hiddenInput" : [{
"name" : "src",
"value" : "1"
}]
}]
subtheme-ort-fr.html (French)
"customSearch": [{
"action" : /fr/recherche/index.html, // Mandatory
"id" : "gcwu-srch", // Optional
"placeholder" : "Search the EI ORT", // Optional
"method" : "get", // Mandatory "get" or "post"
"hiddenInput" : [{
"name" : "src",
"value" : "1"
}]
}]