Gather Here. Go Far

With locations in Tahlequah, Muskogee and Broken Arrow, NSU is Oklahoma’s immersive learning institution. Choose from in-person, blended or online learning options.

Scholarships

NSU is committed to assisting students in applying and earning scholarships. Whether you are an incoming freshman or a continuing/returning student, NSU has a wide variety of scholarship options for students to choose from.

Clubs and Organizations

From networking to leadership opportunities, NSU’s over 80 clubs and organizations allow our students to build lasting relationships while getting the full college experience.

Transfer Students

Whether you’re an incoming or current transfer student, NSU’s transfer advisors are available to assist you with transcript evaluation, information on degree programs and support services. NSU is where You Belong.

Graduate College

Whether transitioning to graduate school or returning to higher education, NSU’s graduate college is your next step. Choose from over 25 master's degrees and several certificate programs.

Source Code Assets

Use source code assets to enter source code or scripts such as JavaScript or PHP into a page. Because Omni CMS uses XML/XSL to render pages, source code assets must have valid XML syntax to avoid causing errors when placed on pages.

Create New

  1. Navigate to Content > Assets.
  2. Click +New.
  3. Click Source Code.
  4. Type an asset name.
    • Description and tags are optional, but tags can make it easier to find when searching for an asset to place on a page.
    • Select "Lock to site" checkbox to prevent use on different sites.
  5. Set access settings for the asset if desired.
  6. Write the asset content in the mini-source code editor.
  7. Click Create.

Your asset is now available for use on pages, but must be published before it appears on any live web pages.

Use

Create a source code asset using any programming language as long as it is valid XML, or the page won't render correctly.

Note: Boolean attributes, or attributes that don't have a value assigned, are not valid XML. For these attribute types, add the attribute name as the value, for example, <script async></script> should be written as <script async="async"></script>. All "&" must be encoded as well. 

A common use for source code assets is inserting a news or events feed into a page.

Edit

Edit an existing source code asset, as follows:

  1. Navigate to Content Assets.
  2. Click on the name of the asset you want to edit.
  3. Check out the asset. 
  4. Click Edit in the page actions toolbar.
  5. Edit the source code.
  6. Click Save.
  7. Publish the asset for your changes to appear on the live website.