hide sample example now that hacking is not in sprint

This commit is contained in:
Ashley Blewer 2015-11-23 18:08:51 -05:00
parent d78199a66b
commit 66f0d58107

View File

@ -41,14 +41,14 @@
<h5>Select from the following.</h5>
<!-- sample example -->
<span data-toggle="modal" data-target=".example"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Displays information about a media file">Sample example</button></span>
<!-- Change the above data-target field, the button text, and the below div class (the word after modal fade) -->
<div class="modal fade example" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<!-- <span data-toggle="modal" data-target=".*****unique name*****"><button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="*****Hover-over description*****">*****Small title****</button></span>
Change the above data-target field, the button text, and the below div class (the word after modal fade)
<div class="modal fade *****unique name*****" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<!-- where the text goes -->
where the text goes
<div class="well">
<h3>Sample example</h3>
<h3>*****Longer title*****</h3>
<p>
<code>ffmpeg -i [sample file path]</code>
@ -65,7 +65,7 @@
</div>
</div>
</div>
</div>
</div> -->
<!-- ends sample example -->