Updated bootstrap js files

This commit is contained in:
Abdullah Almsaeed
2015-02-15 20:41:17 -05:00
parent f388f54538
commit 745fd328bf
32 changed files with 122 additions and 111 deletions

View File

@@ -393,13 +393,32 @@
<input class="form-control" placeholder="Subject:"/>
</div>
<div class="form-group">
<textarea id="compose-textarea" class="form-control" style="height: 300px"></textarea>
<textarea id="compose-textarea" class="form-control" style="height: 300px">
<h1><u>Heading Of Message</u></h1>
<h4>Subheading</h4>
<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure? On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee</p>
<ul>
<li>List item one</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ul>
<p>Thank you,</p>
<p>John Doe</p>
</textarea>
</div>
<div class="form-group">
<div class="btn btn-default btn-file">
<i class="fa fa-paperclip"></i> Attachment
<input type="file" name="attachment"/>
</div>
<p class="help-block">Max. 32MB</p>
</div>
</div><!-- /.box-body -->
<div class="box-footer">
<div class="pull-right">
<button class="btn btn-default"><i class="fa fa-pencil"></i> Draft</button>
<button type="submit" class="btn btn-primary"><i class="fa fa-envelope-o"></i> Send</button>
<button class="btn btn-default"><i class="fa fa-pencil"></i> Draft</button>
<button type="submit" class="btn btn-primary"><i class="fa fa-envelope-o"></i> Send</button>
</div>
<button class="btn btn-default"><i class="fa fa-times"></i> Discard</button>
</div><!-- /.box-footer -->
@@ -417,7 +436,7 @@
</div><!-- ./wrapper -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js" type="text/javascript"></script>
<script src="//code.jquery.com/ui/1.11.1/jquery-ui.min.js" type="text/javascript"></script>
<!-- Slimscroll -->
<script src="../../plugins/slimScroll/jquery.slimscroll.min.js" type="text/javascript"></script>