Skip to content

Instantly share code, notes, and snippets.

@ctbarber
Created March 24, 2017 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctbarber/aefe9112dfcf50e1a30cf1f03a7c11ed to your computer and use it in GitHub Desktop.
Save ctbarber/aefe9112dfcf50e1a30cf1f03a7c11ed to your computer and use it in GitHub Desktop.
<table class="snippet-accordion">
<tbody>
<tr class="uthsc-ouc-instructions"><th colspan="2">Accordion Options [DO NOT DELETE]</th></tr>
<tr class="uthsc-ouc-instructions">
<td>
<p>Allow multiple panes to be open at one time? Default is yes to allow for people to open all the panes for printing. Answer must be yes or no</p>
</td>
<td>
<p>yes</p>
</td>
</tr>
<tr class="uthsc-ouc-instructions">
<td>
<p>Allow all panes to be closed at one time? Default is no. Answer must be yes or no</p>
</td>
<td>
<p>no</p>
</td>
</tr>
<tr class="uthsc-ouc-instructions">
<td>
<p>Do you want the accordion to start with all panels closed? By default, just the top panel will be open. Default is no. Answer must be yes or no.</p>
</td>
<td>
<p>no</p>
</td>
</tr>
<tr class="uthsc-ouc-instructions"><th colspan="2">Accordion Content [DO NOT DELETE]</th></tr>
<tr class="uthsc-ouc-instructions"><th>Pane Title</th><th>Pane Content</th></tr>
<tr>
<td>Accordion Pane Title 1</td>
<td>This is where you will put your content for the pane.</td>
</tr>
<tr>
<td>Accordion Pane Title 2</td>
<td>This is where you will put your content for the pane.</td>
</tr>
<tr>
<td>Accordion Pane Title 3</td>
<td>This is where you will put your content for the pane.</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment