Skip to content

Instantly share code, notes, and snippets.

@bballentine
Created July 9, 2013 13:10
Show Gist options
  • Save bballentine/5957198 to your computer and use it in GitHub Desktop.
Save bballentine/5957198 to your computer and use it in GitHub Desktop.
D2L Replace Strings Example - Help Widget
<!-- Create a new custom widget and place the following code in the Content area -->
<h2>Need help? Having trouble?</h2>
<ul>
<li><a href="/Shared/documentation/help.html?role={rolename}" target="_blank">Online Help</a></li>
<li><a href="#">Quick Reference Guides</a></li>
<li>Call the HelpDesk (865.694.6537) or <a href="#">email them</a></li>
</ul>
<h2>BEFORE YOU CALL THE HELPDESK, HERE IS SOME INFORMATION YOU MIGHT NEED:</h2>
<p>Your username is <strong>{UserName}</strong></p>
<p>Your Banner Number (also called P Number) is: <strong>{OrgDefinedId}</strong></p>
<p>Your campus email address is: <strong>{ExternalEmail}</strong></p>
<p>This Course's ID is: {OrgUnitCode}</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment