Agency

Admin Help

This is a content block.

This is a sample table. You must set the class to be "schedule-table". The header row needs to be surrounded by a <THEAD> and use <TH> tags. You set up the table class in the admin by going right-clicking on a table, select table properties, the "advanced" tab and the field for "Stylesheet classes".

Scientific Name Common Name # of Individuals
1. Test Name Test common name 1
2. Test Name Test common name 2

this is a sample table with no header.

simple table1 some content here
simple table2 some content here

Also, if creating links for your page, and you are linking to another page within the site, please use relative links. This means that instead of making your link point to "http://gfp.sd.gov/antelope" it would just point to "/antelope" -- with the slash ("/") at the start. Like this.

Sample for creating "Accordion" hide/show elements:

  • You will have to edit the HTML "source" in the editor to do this.
  • The orange bar that the user will click on would look like this:
    <div class="expand-trigger" onclick="openAreaArrow(this,'mynewdiv')">Orange Bar</div>
  • Then you need a <div> element created with an id entered above (e.g. "mynewdiv"):
    <div id="mynewdiv" style="display:none;" class="expand-container">Put whatever content you want here</div>
  • NOTE: the id of your <div> (e.g. "mynewdiv") must be UNIQUE. So name it something like "mythirdelement". No spaces or punctuation for the div ID and it is case-sensitive.
  • Below is a working example:
Orange Bar - click on this

ADA Help

There are certain things that need to be done to ensure this web site is compliant with ADA (Americans with Disabilities Act). The primary thing is to enter "alternate text" when uploading images via the admin WYSIWYG editor (like this "Page Text" field). The "alternate text" is needed for screen readers (for people with impaired vision). When adding an image, you will need to right-click on the image (in the admin) and select "Image Properties". You can then enter the alternate text in the "Alternate Text" field.