[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/bootstrap/js/tests/ -> index.html (source)

   1  <!DOCTYPE HTML>
   2  <html>
   3  <head>
   4    <title>Bootstrap Plugin Test Suite</title>
   5  
   6    <!-- jquery -->
   7    <!--<script src="http://code.jquery.com/jquery-1.7.min.js"></script>-->
   8    <script src="vendor/jquery.js"></script>
   9  
  10    <!-- qunit -->
  11    <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen" />
  12    <script src="vendor/qunit.js"></script>
  13  
  14    <!--  plugin sources -->
  15    <script src="../../js/bootstrap-transition.js"></script>
  16    <script src="../../js/bootstrap-alert.js"></script>
  17    <script src="../../js/bootstrap-button.js"></script>
  18    <script src="../../js/bootstrap-collapse.js"></script>
  19    <script src="../../js/bootstrap-dropdown.js"></script>
  20    <script src="../../js/bootstrap-modal.js"></script>
  21    <script src="../../js/bootstrap-scrollspy.js"></script>
  22    <script src="../../js/bootstrap-tab.js"></script>
  23    <script src="../../js/bootstrap-tooltip.js"></script>
  24    <script src="../../js/bootstrap-popover.js"></script>
  25    <script src="../../js/bootstrap-typeahead.js"></script>
  26  
  27    <!-- unit tests -->
  28    <script src="unit/bootstrap-transition.js"></script>
  29    <script src="unit/bootstrap-alert.js"></script>
  30    <script src="unit/bootstrap-button.js"></script>
  31    <script src="unit/bootstrap-collapse.js"></script>
  32    <script src="unit/bootstrap-dropdown.js"></script>
  33    <script src="unit/bootstrap-modal.js"></script>
  34    <script src="unit/bootstrap-scrollspy.js"></script>
  35    <script src="unit/bootstrap-tab.js"></script>
  36    <script src="unit/bootstrap-tooltip.js"></script>
  37    <script src="unit/bootstrap-popover.js"></script>
  38    <script src="unit/bootstrap-typeahead.js"></script>
  39  
  40  <body>
  41    <div>
  42      <h1 id="qunit-header">Bootstrap Plugin Test Suite</h1>
  43      <h2 id="qunit-banner"></h2>
  44      <h2 id="qunit-userAgent"></h2>
  45      <ol id="qunit-tests"></ol>
  46      <div id="qunit-fixture"></div>
  47    </div>
  48  </body>
  49  </html>


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1