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