Skip to content

Commit 6e84441

Browse files
committed
Adding id to sample pages
1 parent 493f1db commit 6e84441

28 files changed

Lines changed: 28 additions & 28 deletions

gocwebtemplate-sample-jsp/src/main/webapp/samplecontents/addjsandcssfilessamplecontent.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>GoC Web Template Samples - Adding CSS or JS</h1>
1+
<h1 id="wb-cont">GoC Web Template Samples - Adding CSS or JS</h1>
22
<p>This sample page demonstrates how your application can add your own CSS files or JS files via the GoC Web Template.</p>
33
<p>The GoC Web Template provides 2 string collections to include HTML Elements to the head section and/or body section of the master page site. The string collections expects the complete html tag to be supplied by the application.</p>
44
<p>For this sample we have a css "mystyle.css" that is added to add some distinct colors to label tags. We also have add a javascript file "myJS.js" that has a function that will be called at the click of the button.</p>

gocwebtemplate-sample-jsp/src/main/webapp/samplecontents/adobeanalyticssamplecontent.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>GoC Web Template Samples - Adobe Analytics</h1>
1+
<h1 id="wb-cont">GoC Web Template Samples - Adobe Analytics</h1>
22
<p>This sample page demonstrates how your application can incorporate Adobe Analytics via the GoC Web Template.</p>
33
<h2>Pre-requisite</h2>
44
<p>To override the Default GoC Web Template look &amp; feel, you will have to create a custom bean class that extends the <code class="wb-prettify">goc.webtemplate.component.jsp.BaseCoreBean</code> class, and then override the various methods made available to alter the look &amp; feel of the web page.</p>

gocwebtemplate-sample-jsp/src/main/webapp/samplecontents/applicationsamplecontent.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>GoC Web Template Samples - Standard Application Settings Sample</h1>
1+
<h1 id="wb-cont">GoC Web Template Samples - Standard Application Settings Sample</h1>
22
<section class="alert alert-danger">
33
<h2>Notice for Implementers</h2>
44
<p>Please ensure you have permission from your department, TBS or Principal Publisher before proceeding. The changes below DO NOT currently follow the <a rel="external" class="alert-link" href="http://www.gcpedia.gc.ca/wiki/Canada.ca_Content_and_Information_Architecture_Specification">C&amp;IA specifications document</a> </p>

gocwebtemplate-sample-jsp/src/main/webapp/samplecontents/basesettingssamplecontent.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>GoC Web Template Samples - Basic Settings</h1>
1+
<h1 id="wb-cont">GoC Web Template Samples - Basic Settings</h1>
22
<p>This sample page provides the basic items to configure in your pages, when using the GoC Web Template.</p>
33
<h2>Pre-requisite</h2>
44
<p>To override the Default GoC Web Template look &amp; feel, you will have to create a custom bean class that extends the <code class="wb-prettify">goc.webtemplate.component.jsp.BaseCoreBean</code> class, and then override the various methods made available to alter the look &amp; feel of the web page.</p>

gocwebtemplate-sample-jsp/src/main/webapp/samplecontents/breadcrumbssamplecontent.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>GoC Web Template Samples - Breadcrumbs</h1>
1+
<h1 id="wb-cont">GoC Web Template Samples - Breadcrumbs</h1>
22
<p>The breadcrumbs are a list of links displayed near to the top of the content to help the user determine where they are on the site and to help them navigate.</p>
33
<h2>Pre-requisite</h2>
44
<p>To override the Default GoC Web Template look &amp; feel, you will have to create a custom bean class that extends the <code class="wb-prettify">goc.webtemplate.component.jsp.BaseCoreBean</code> class, and then override the various methods made available to alter the look &amp; feel of the web page.</p>

gocwebtemplate-sample-jsp/src/main/webapp/samplecontents/extendedbasepagesamplecontent.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<%@ taglib uri="/struts-tags" prefix="s" %>
2-
<h1>GoC Web Template Samples - Extended BasePage</h1>
2+
<h1 id="wb-cont">GoC Web Template Samples - Extended BasePage</h1>
33
<p>This page provides an example on how to extend the <code class="wb-prettify">goc.webtemplate.component.jsp.BaseCoreBean</code> class provided by the Web Template. The <code class="wb-prettify">BaseCoreBean</code> provided by the Web Template has very little functions and therefore applications may wish to extend its functionality. This will be useful should you require to add your own common logic that will be used by your applications' pages.</p>
44
<p>In this sample, we've created a new class <code class="wb-prettify">"ExtendedBasePageSampleBean"</code>, which extend the BaseCoreBean class from the Web Template and it includes the following:</p>
55
<ul>

gocwebtemplate-sample-jsp/src/main/webapp/samplecontents/feedbackandsharethispagesamplecontent.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>GoC Web Template Samples - Feedback Link and Share This Page Link</h1>
1+
<h1 id="wb-cont">GoC Web Template Samples - Feedback Link and Share This Page Link</h1>
22
<p>This page will demonstrate how to enable/disable the Feedback Link, as well as how to use the feature to share the current page with some pre-defined Social Media applications.</p>
33
<h2>Pre-requisite</h2>
44
<p>To override the Default GoC Web Template look &amp; feel, you will have to create a custom bean class that extends the <code class="wb-prettify">goc.webtemplate.component.jsp.BaseCoreBean</code> class, and then override the various methods made available to alter the look &amp; feel of the web page.</p>

gocwebtemplate-sample-jsp/src/main/webapp/samplecontents/footerlinkssamplecontent.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>GoC Web Template Samples - Footer</h1>
1+
<h1 id="wb-cont">GoC Web Template Samples - Footer</h1>
22
<p>Canada.ca provides a global site footer as seen <a href="https://design.canada.ca/common-design-patterns/site-footer.html">here.</a></p>
33
<p>For more information, please visit the WET footer documentation <a href="https://wet-boew.github.io/GCWeb/sites/footers/footers-en.html">here.</a></p>
44
<h2>Pre-requisite</h2>

gocwebtemplate-sample-jsp/src/main/webapp/samplecontents/gcintranetcontent.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>GoC Web Template Samples - GCIntranet Theme</h1>
1+
<h1 id="wb-cont">GoC Web Template Samples - GCIntranet Theme</h1>
22
<p>This sample page provides the items to configure when required to use the GCIntranet theme.</p>
33
<h2>Pre-requisite</h2>
44
<p>To override the Default GoC Web Template look &amp; feel, you will have to create a custom bean class that extends the <code class="wb-prettify">goc.webtemplate.component.jsp.BaseCoreBean</code> class, and then override the various methods made available to alter the look &amp; feel of the web page.</p>

gocwebtemplate-sample-jsp/src/main/webapp/samplecontents/leavesecuresitesamplecontent.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>GoC Web Template Samples - Leaving Secure Site</h1>
1+
<h1 id="wb-cont">GoC Web Template Samples - Leaving Secure Site</h1>
22
<p>In certain scenarios (ex: secure sites) we want to notify the user that the link or action they have just performed will exit the current secured site/session and it is possible that data could be lost. The message allows the user to cancel the redirect or continue with the redirect.</p>
33
<h2>Pre-requisite</h2>
44
<p>To override the Default GoC Web Template look &amp; feel, you will have to create a custom bean class that extends the <code class="wb-prettify">goc.webtemplate.component.jsp.BaseCoreBean</code> class, and then override the various methods made available to alter the look &amp; feel of the web page.</p>

0 commit comments

Comments
 (0)