Changeset 11723 for main/kofacustom.sampleuni/trunk/layout/theme.html
- Timestamp:
- 24 Jun 2014, 15:35:13 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.sampleuni/trunk/layout/theme.html
r11706 r11723 335 335 </div> 336 336 <div>...content that spans the whole page.</div> 337 <br><br>338 <div id="#sampleform">339 <form method="post">340 <fieldset id="form-fieldset">341 <legend>A Sample Form</legend>342 <div class="form-group variable-form">343 <label>Some Label</label>344 <input type="text" class="textType"345 name="myinput[]" placeholder="A name..." />346 </div>347 <div type="submit" class="btn rowadd btn-default">348 Add row349 </div>350 <div type="submit" class="btn btn-primary">Save</div>351 </fieldset>352 </form>353 </div> <!-- /sampleform -->354 337 <br><br> 355 338 <h3>A Sample Data Table</h3> … … 548 531 <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script> 549 532 <script src="static/bootstrap/js/bootstrap.min.js"></script> 550 <script src="static/js/kofa-button-rowadd.js"></script>551 533 <script src="static/js/kofa-toggleall.js"></script> 552 534 <script src="static/js/kofa-scroll.js"></script>
Note: See TracChangeset for help on using the changeset viewer.