mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-07 04:54:24 +01:00
wrap download page in form
This commit is contained in:
parent
37ba0eba02
commit
8eb1488861
@ -91,7 +91,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="download" id="components">
|
<form>
|
||||||
|
<section class="download" id="components">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<a class="btn btn-small pull-right toggle-all" href="#">Toggle all</a>
|
<a class="btn btn-small pull-right toggle-all" href="#">Toggle all</a>
|
||||||
<h1>
|
<h1>
|
||||||
@ -151,9 +152,9 @@
|
|||||||
<label class="checkbox"><input checked="checked" type="checkbox" value="responsive-navbar.less"> Responsive navbar</label>
|
<label class="checkbox"><input checked="checked" type="checkbox" value="responsive-navbar.less"> Responsive navbar</label>
|
||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="download" id="plugins">
|
<section class="download" id="plugins">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<a class="btn btn-small pull-right toggle-all" href="#">Toggle all</a>
|
<a class="btn btn-small pull-right toggle-all" href="#">Toggle all</a>
|
||||||
<h1>
|
<h1>
|
||||||
@ -219,10 +220,10 @@
|
|||||||
<p class="muted">All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.</p>
|
<p class="muted">All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.</p>
|
||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="download" id="variables">
|
<section class="download" id="variables">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<a class="btn btn-small pull-right toggle-all" href="#">Reset to defaults</a>
|
<a class="btn btn-small pull-right toggle-all" href="#">Reset to defaults</a>
|
||||||
<h1>
|
<h1>
|
||||||
@ -400,9 +401,9 @@
|
|||||||
<input type="text" class="span3" placeholder="#d9edf7">
|
<input type="text" class="span3" placeholder="#d9edf7">
|
||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="download" id="download">
|
<section class="download" id="download">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>
|
<h1>
|
||||||
4. Download
|
4. Download
|
||||||
@ -413,7 +414,8 @@
|
|||||||
<h4>What's included?</h4>
|
<h4>What's included?</h4>
|
||||||
<p>Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.</p>
|
<p>Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.</p>
|
||||||
</div>
|
</div>
|
||||||
</section><!-- /download -->
|
</section><!-- /download -->
|
||||||
|
</form>
|
||||||
|
|
||||||
|
|
||||||
<!-- Footer
|
<!-- Footer
|
||||||
|
18
docs/templates/pages/download.mustache
vendored
18
docs/templates/pages/download.mustache
vendored
@ -13,7 +13,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="download" id="components">
|
<form>
|
||||||
|
<section class="download" id="components">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<a class="btn btn-small pull-right toggle-all" href="#">{{_i}}Toggle all{{/i}}</a>
|
<a class="btn btn-small pull-right toggle-all" href="#">{{_i}}Toggle all{{/i}}</a>
|
||||||
<h1>
|
<h1>
|
||||||
@ -73,9 +74,9 @@
|
|||||||
<label class="checkbox"><input checked="checked" type="checkbox" value="responsive-navbar.less"> {{_i}}Responsive navbar{{/i}}</label>
|
<label class="checkbox"><input checked="checked" type="checkbox" value="responsive-navbar.less"> {{_i}}Responsive navbar{{/i}}</label>
|
||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="download" id="plugins">
|
<section class="download" id="plugins">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<a class="btn btn-small pull-right toggle-all" href="#">{{_i}}Toggle all{{/i}}</a>
|
<a class="btn btn-small pull-right toggle-all" href="#">{{_i}}Toggle all{{/i}}</a>
|
||||||
<h1>
|
<h1>
|
||||||
@ -141,10 +142,10 @@
|
|||||||
<p class="muted">{{_i}}All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.{{/i}}</p>
|
<p class="muted">{{_i}}All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.{{/i}}</p>
|
||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="download" id="variables">
|
<section class="download" id="variables">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<a class="btn btn-small pull-right toggle-all" href="#">{{_i}}Reset to defaults{{/i}}</a>
|
<a class="btn btn-small pull-right toggle-all" href="#">{{_i}}Reset to defaults{{/i}}</a>
|
||||||
<h1>
|
<h1>
|
||||||
@ -322,9 +323,9 @@
|
|||||||
<input type="text" class="span3" placeholder="#d9edf7">
|
<input type="text" class="span3" placeholder="#d9edf7">
|
||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
</div><!-- /row -->
|
</div><!-- /row -->
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="download" id="download">
|
<section class="download" id="download">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1>
|
<h1>
|
||||||
{{_i}}4. Download{{/i}}
|
{{_i}}4. Download{{/i}}
|
||||||
@ -335,4 +336,5 @@
|
|||||||
<h4>{{_i}}What's included?{{/i}}</h4>
|
<h4>{{_i}}What's included?{{/i}}</h4>
|
||||||
<p>{{_i}}Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.{{/i}}</p>
|
<p>{{_i}}Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.{{/i}}</p>
|
||||||
</div>
|
</div>
|
||||||
</section><!-- /download -->
|
</section><!-- /download -->
|
||||||
|
</form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user