Table of Contents |
---|
86913
GoC Centrally Deployed Templates Solution (CDTS)
...
CDTS
...
https://cenw-wscoe.github.io/sgdc-cdts/docs/index-en.html
https://www.gcpedia.gc.ca/wiki/CDTS_Web_Template_Configurations#Load_JQuery_from_Google
If you do NOT require a versioning system (will receive CDTS updates automatically):
GCWeb / run - Application - Target: You want to implement the Canada.ca theme with a custom header/footer and you want to always be up to date with the latest WET and Canada.ca changes.
https://cenw-wscoe.github.io/sgdc-cdts/docs/guide-gcweb-en.html#GCWeb_.2F_run_.2F_application
...
CDTS web template: RDIMS #17217758
...
http://mytc.tc.gc.ca/rdims/17217758
...
Migration CLF to CDTS
...
https://tcmarin.atlassian.net/wiki/spaces/OP/pages/676266354/Migration+CLFPagePlugin+to+CDTS
...
DotNetTemplate
...
https://gccode.ssc-spc.gc.ca/iitb-dgiit/sds/GOCWebTemplates/DotNetTemplates
...
Web Experience Toolkit (WET)
...
https://tcmarin.atlassian.net/wiki/spaces/OP/pages/205291611/Web+Experience+Toolkit+WET
https://wet-boew.github.io/v4.0-ci/docs/ref/tables/tables-en.html
...
GoC.WebTemplate.Components.CDNPath.Model
...
"https://www.canada.ca/etc/designs/canada/cdts/gcweb/v4_0_47/cdts/compiled/"
...
JavaScript
...
https://www.canada.ca/etc/designs/canada/cdts/gcweb/v4_0_47/cdts/compiled/soyutils.js
https://www.canada.ca/etc/designs/canada/cdts/gcweb/v4_0_47/cdts/compiled/wet-en.js
https://www.canada.ca/etc/designs/canada/cdts/gcweb/v4_0_47/cdts/compiled/wet-fr.js
For MVC: Select the package named GoC.WebTemplate-MVC for the template only
(This will require the package named GoC.WebTemplate-Components.Framework and
GoC.WebTemplate-Components as well);
After three packages has added it will be automatically added to the Reference section
.\Development\LEIS.Security.Web\Views\GoC.WebTemplate and .\Development\LEIS.Security.Web\Views\GoC.WebTemplate\StaticFallbackFiles are added automatically.
.\Development\LEIS.Security.Web\Web.config is updated
C:\github\DSD-RAIL-LEIS\86913\DSD-RAIL-LEIS\Development\LEIS.Security.Web\Web.config
Code Block |
---|
<dependentAssembly>
<assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
|
GoC.Web Template Versions
...
Implementation
254537
254537 Fuel consumption decimal on the certify page, new error message when comas and points are used in the wrong language
...