|
@@ -50,7 +50,7 @@
|
|
|
<li><!-- start message -->
|
|
|
<a href="#">
|
|
|
<div class="pull-left">
|
|
|
- <img src="../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image" />
|
|
|
+ <img src="../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
|
|
|
</div>
|
|
|
<h4>
|
|
|
Support Team
|
|
@@ -119,13 +119,13 @@
|
|
|
<!-- User Account: style can be found in dropdown.less -->
|
|
|
<li class="dropdown user user-menu">
|
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
|
|
- <img src="../dist/img/user2-160x160.jpg" class="user-image" alt="User Image" />
|
|
|
+ <img src="../dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
|
|
|
<span class="hidden-xs">Alexander Pierce</span>
|
|
|
</a>
|
|
|
<ul class="dropdown-menu">
|
|
|
<!-- User image -->
|
|
|
<li class="user-header">
|
|
|
- <img src="../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image" />
|
|
|
+ <img src="../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
|
|
|
<p>
|
|
|
Alexander Pierce - Web Developer
|
|
|
<small>Member since Nov. 2012</small>
|
|
@@ -184,7 +184,7 @@
|
|
|
<li><!-- start message -->
|
|
|
<a href="#">
|
|
|
<div class="pull-left">
|
|
|
- <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image" />
|
|
|
+ <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
|
|
|
</div>
|
|
|
<h4>
|
|
|
Sender Name
|
|
@@ -256,13 +256,13 @@
|
|
|
<!-- User Account: style can be found in dropdown.less -->
|
|
|
<li class="dropdown user user-menu">
|
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
|
|
- <img src="dist/img/user2-160x160.jpg" class="user-image" alt="User Image" />
|
|
|
+ <img src="dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
|
|
|
<span class="hidden-xs">Alexander Pierce</span>
|
|
|
</a>
|
|
|
<ul class="dropdown-menu">
|
|
|
<!-- User image -->
|
|
|
<li class="user-header">
|
|
|
- <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image" />
|
|
|
+ <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
|
|
|
<p>
|
|
|
Alexander Pierce - Web Developer
|
|
|
<small>Member since Nov. 2012</small>
|
|
@@ -421,7 +421,7 @@
|
|
|
<!-- user panel (Optional) -->
|
|
|
<div class="user-panel">
|
|
|
<div class="pull-left image">
|
|
|
- <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image" />
|
|
|
+ <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
|
|
|
</div>
|
|
|
<div class="pull-left info">
|
|
|
<p>User Name</p>
|
|
@@ -433,7 +433,7 @@
|
|
|
<!-- Search Form (Optional) -->
|
|
|
<form action="#" method="get" class="sidebar-form">
|
|
|
<div class="input-group">
|
|
|
- <input type="text" name="q" class="form-control" placeholder="Search..." />
|
|
|
+ <input type="text" name="q" class="form-control" placeholder="Search...">
|
|
|
<span class="input-group-btn">
|
|
|
<button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i></button>
|
|
|
</span>
|
|
@@ -488,7 +488,7 @@
|
|
|
automatically act as the toggle button.</p>
|
|
|
|
|
|
<p class="lead">Toggle Button Example</p>
|
|
|
- <button class="btn btn-primary" data-toggle="control-sidebar">Toggle Right Sidebar</button><br /><br />
|
|
|
+ <button class="btn btn-primary" data-toggle="control-sidebar">Toggle Right Sidebar</button><br><br>
|
|
|
|
|
|
<p class="lead">Sidebar Toggle Markup</p>
|
|
|
<pre class="prettyprint"><code class="lang-html"><button class="btn btn-default" data-toggle="control-sidebar">Toggle Right Sidebar</button></code></pre>
|
|
@@ -899,7 +899,7 @@
|
|
|
</div><!-- /.box --></pre>
|
|
|
</div>
|
|
|
</div><!-- /.row -->
|
|
|
- <p>We can also add labels, badges, pagination, tooltips, inputs and many more in the box tools. A few examples:</p>
|
|
|
+ <p>We can also add labels, badges, pagination, tooltips, inputs and many more in the box tools. A few examples:</p>
|
|
|
<div class="row">
|
|
|
<div class="col-md-4">
|
|
|
<div class="box box-default">
|
|
@@ -932,7 +932,7 @@
|
|
|
<h3 class="box-title">Input</h3>
|
|
|
<div class="box-tools pull-right">
|
|
|
<div class="has-feedback">
|
|
|
- <input type="text" class="form-control input-sm" placeholder="Search..." />
|
|
|
+ <input type="text" class="form-control input-sm" placeholder="Search...">
|
|
|
<span class="glyphicon glyphicon-search form-control-feedback text-muted"></span>
|
|
|
</div>
|
|
|
</div><!-- /.box-tools -->
|
|
@@ -947,7 +947,7 @@
|
|
|
<h3 class="box-title">Input</h3>
|
|
|
<div class="box-tools pull-right">
|
|
|
<div class="has-feedback">
|
|
|
- <input type="text" class="form-control input-sm" placeholder="Search..." />
|
|
|
+ <input type="text" class="form-control input-sm" placeholder="Search...">
|
|
|
<span class="glyphicon glyphicon-search form-control-feedback"></span>
|
|
|
</div>
|
|
|
</div><!-- /.box-tools -->
|
|
@@ -1060,7 +1060,7 @@
|
|
|
<span class="direct-chat-name pull-left">Alexander Pierce</span>
|
|
|
<span class="direct-chat-timestamp pull-right">23 Jan 2:00 pm</span>
|
|
|
</div><!-- /.direct-chat-info -->
|
|
|
- <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
|
|
|
+ <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="message user image"><!-- /.direct-chat-img -->
|
|
|
<div class="direct-chat-text">
|
|
|
Is this template really for free? That's unbelievable!
|
|
|
</div><!-- /.direct-chat-text -->
|
|
@@ -1072,7 +1072,7 @@
|
|
|
<span class="direct-chat-name pull-right">Sarah Bullock</span>
|
|
|
<span class="direct-chat-timestamp pull-left">23 Jan 2:05 pm</span>
|
|
|
</div><!-- /.direct-chat-info -->
|
|
|
- <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
|
|
|
+ <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="message user image"><!-- /.direct-chat-img -->
|
|
|
<div class="direct-chat-text">
|
|
|
You better believe it!
|
|
|
</div><!-- /.direct-chat-text -->
|
|
@@ -1084,7 +1084,7 @@
|
|
|
<ul class="contacts-list">
|
|
|
<li>
|
|
|
<a href="#">
|
|
|
- <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg" alt="Contact Avatar" />
|
|
|
+ <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg" alt="Contact Avatar">
|
|
|
<div class="contacts-list-info">
|
|
|
<span class="contacts-list-name">
|
|
|
Count Dracula
|
|
@@ -1100,7 +1100,7 @@
|
|
|
<div class="box-footer">
|
|
|
<form action="#" method="post">
|
|
|
<div class="input-group">
|
|
|
- <input type="text" name="message" placeholder="Type Message ..." class="form-control" />
|
|
|
+ <input type="text" name="message" placeholder="Type Message ..." class="form-control">
|
|
|
<span class="input-group-btn">
|
|
|
<button type="button" class="btn btn-primary btn-flat">Send</button>
|
|
|
</span>
|
|
@@ -1131,7 +1131,7 @@
|
|
|
<span class="direct-chat-name pull-left">Alexander Pierce</span>
|
|
|
<span class="direct-chat-timestamp pull-right">23 Jan 2:00 pm</span>
|
|
|
</div><!-- /.direct-chat-info -->
|
|
|
- <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
|
|
|
+ <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="message user image"><!-- /.direct-chat-img -->
|
|
|
<div class="direct-chat-text">
|
|
|
Is this template really for free? That's unbelievable!
|
|
|
</div><!-- /.direct-chat-text -->
|
|
@@ -1143,7 +1143,7 @@
|
|
|
<span class="direct-chat-name pull-right">Sarah Bullock</span>
|
|
|
<span class="direct-chat-timestamp pull-left">23 Jan 2:05 pm</span>
|
|
|
</div><!-- /.direct-chat-info -->
|
|
|
- <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
|
|
|
+ <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="message user image"><!-- /.direct-chat-img -->
|
|
|
<div class="direct-chat-text">
|
|
|
You better believe it!
|
|
|
</div><!-- /.direct-chat-text -->
|
|
@@ -1155,7 +1155,7 @@
|
|
|
<ul class="contacts-list">
|
|
|
<li>
|
|
|
<a href="#">
|
|
|
- <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg" alt="Contact Avatar" />
|
|
|
+ <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg" alt="Contact Avatar">
|
|
|
<div class="contacts-list-info">
|
|
|
<span class="contacts-list-name">
|
|
|
Count Dracula
|
|
@@ -1171,7 +1171,7 @@
|
|
|
<div class="box-footer">
|
|
|
<form action="#" method="post">
|
|
|
<div class="input-group">
|
|
|
- <input type="text" name="message" placeholder="Type Message ..." class="form-control" />
|
|
|
+ <input type="text" name="message" placeholder="Type Message ..." class="form-control">
|
|
|
<span class="input-group-btn">
|
|
|
<button type="button" class="btn btn-success btn-flat">Send</button>
|
|
|
</span>
|
|
@@ -1202,7 +1202,7 @@
|
|
|
<span class="direct-chat-name pull-left">Alexander Pierce</span>
|
|
|
<span class="direct-chat-timestamp pull-right">23 Jan 2:00 pm</span>
|
|
|
</div><!-- /.direct-chat-info -->
|
|
|
- <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
|
|
|
+ <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="message user image"><!-- /.direct-chat-img -->
|
|
|
<div class="direct-chat-text">
|
|
|
Is this template really for free? That's unbelievable!
|
|
|
</div><!-- /.direct-chat-text -->
|
|
@@ -1214,7 +1214,7 @@
|
|
|
<span class="direct-chat-name pull-right">Sarah Bullock</span>
|
|
|
<span class="direct-chat-timestamp pull-left">23 Jan 2:05 pm</span>
|
|
|
</div><!-- /.direct-chat-info -->
|
|
|
- <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
|
|
|
+ <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="message user image"><!-- /.direct-chat-img -->
|
|
|
<div class="direct-chat-text">
|
|
|
You better believe it!
|
|
|
</div><!-- /.direct-chat-text -->
|
|
@@ -1226,7 +1226,7 @@
|
|
|
<ul class="contacts-list">
|
|
|
<li>
|
|
|
<a href="#">
|
|
|
- <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg" alt="Contact Avatar" />
|
|
|
+ <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg" alt="Contact Avatar">
|
|
|
<div class="contacts-list-info">
|
|
|
<span class="contacts-list-name">
|
|
|
Count Dracula
|
|
@@ -1242,7 +1242,7 @@
|
|
|
<div class="box-footer">
|
|
|
<form action="#" method="post">
|
|
|
<div class="input-group">
|
|
|
- <input type="text" name="message" placeholder="Type Message ..." class="form-control" />
|
|
|
+ <input type="text" name="message" placeholder="Type Message ..." class="form-control">
|
|
|
<span class="input-group-btn">
|
|
|
<button type="button" class="btn btn-warning btn-flat">Send</button>
|
|
|
</span>
|
|
@@ -1273,7 +1273,7 @@
|
|
|
<span class="direct-chat-name pull-left">Alexander Pierce</span>
|
|
|
<span class="direct-chat-timestamp pull-right">23 Jan 2:00 pm</span>
|
|
|
</div><!-- /.direct-chat-info -->
|
|
|
- <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
|
|
|
+ <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="message user image"><!-- /.direct-chat-img -->
|
|
|
<div class="direct-chat-text">
|
|
|
Is this template really for free? That's unbelievable!
|
|
|
</div><!-- /.direct-chat-text -->
|
|
@@ -1285,7 +1285,7 @@
|
|
|
<span class="direct-chat-name pull-right">Sarah Bullock</span>
|
|
|
<span class="direct-chat-timestamp pull-left">23 Jan 2:05 pm</span>
|
|
|
</div><!-- /.direct-chat-info -->
|
|
|
- <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
|
|
|
+ <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="message user image"><!-- /.direct-chat-img -->
|
|
|
<div class="direct-chat-text">
|
|
|
You better believe it!
|
|
|
</div><!-- /.direct-chat-text -->
|
|
@@ -1297,7 +1297,7 @@
|
|
|
<ul class="contacts-list">
|
|
|
<li>
|
|
|
<a href="#">
|
|
|
- <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg" alt="Contact Avatar" />
|
|
|
+ <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg" alt="Contact Avatar">
|
|
|
<div class="contacts-list-info">
|
|
|
<span class="contacts-list-name">
|
|
|
Count Dracula
|
|
@@ -1313,7 +1313,7 @@
|
|
|
<div class="box-footer">
|
|
|
<form action="#" method="post">
|
|
|
<div class="input-group">
|
|
|
- <input type="text" name="message" placeholder="Type Message ..." class="form-control" />
|
|
|
+ <input type="text" name="message" placeholder="Type Message ..." class="form-control">
|
|
|
<span class="input-group-btn">
|
|
|
<button type="button" class="btn btn-danger btn-flat">Send</button>
|
|
|
</span>
|
|
@@ -1348,7 +1348,7 @@
|
|
|
<span class="direct-chat-name pull-left">Alexander Pierce</span>
|
|
|
<span class="direct-chat-timestamp pull-right">23 Jan 2:00 pm</span>
|
|
|
</div><!-- /.direct-chat-info -->
|
|
|
- <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
|
|
|
+ <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="message user image"><!-- /.direct-chat-img -->
|
|
|
<div class="direct-chat-text">
|
|
|
Is this template really for free? That's unbelievable!
|
|
|
</div><!-- /.direct-chat-text -->
|
|
@@ -1360,7 +1360,7 @@
|
|
|
<span class="direct-chat-name pull-right">Sarah Bullock</span>
|
|
|
<span class="direct-chat-timestamp pull-left">23 Jan 2:05 pm</span>
|
|
|
</div><!-- /.direct-chat-info -->
|
|
|
- <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
|
|
|
+ <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="message user image"><!-- /.direct-chat-img -->
|
|
|
<div class="direct-chat-text">
|
|
|
You better believe it!
|
|
|
</div><!-- /.direct-chat-text -->
|
|
@@ -1372,7 +1372,7 @@
|
|
|
<ul class="contacts-list">
|
|
|
<li>
|
|
|
<a href="#">
|
|
|
- <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg" alt="Contact Avatar" />
|
|
|
+ <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg" alt="Contact Avatar">
|
|
|
<div class="contacts-list-info">
|
|
|
<span class="contacts-list-name">
|
|
|
Count Dracula
|
|
@@ -1387,7 +1387,7 @@
|
|
|
</div><!-- /.box-body -->
|
|
|
<div class="box-footer">
|
|
|
<div class="input-group">
|
|
|
- <input type="text" name="message" placeholder="Type Message ..." class="form-control" />
|
|
|
+ <input type="text" name="message" placeholder="Type Message ..." class="form-control">
|
|
|
<span class="input-group-btn">
|
|
|
<button type="button" class="btn btn-danger btn-flat">Send</button>
|
|
|
</span>
|
|
@@ -1421,7 +1421,7 @@
|
|
|
<span class="direct-chat-name pull-left">Alexander Pierce</span>
|
|
|
<span class="direct-chat-timestamp pull-right">23 Jan 2:00 pm</span>
|
|
|
</div><!-- /.direct-chat-info -->
|
|
|
- <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
|
|
|
+ <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="message user image"><!-- /.direct-chat-img -->
|
|
|
<div class="direct-chat-text">
|
|
|
Is this template really for free? That's unbelievable!
|
|
|
</div><!-- /.direct-chat-text -->
|
|
@@ -1433,7 +1433,7 @@
|
|
|
<span class="direct-chat-name pull-right">Sarah Bullock</span>
|
|
|
<span class="direct-chat-timestamp pull-left">23 Jan 2:05 pm</span>
|
|
|
</div><!-- /.direct-chat-info -->
|
|
|
- <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
|
|
|
+ <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="message user image"><!-- /.direct-chat-img -->
|
|
|
<div class="direct-chat-text">
|
|
|
You better believe it!
|
|
|
</div><!-- /.direct-chat-text -->
|
|
@@ -1445,7 +1445,7 @@
|
|
|
<ul class="contacts-list">
|
|
|
<li>
|
|
|
<a href="#">
|
|
|
- <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg" alt="Contact Avatar" />
|
|
|
+ <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg" alt="Contact Avatar">
|
|
|
<div class="contacts-list-info">
|
|
|
<span class="contacts-list-name">
|
|
|
Count Dracula
|
|
@@ -1461,7 +1461,7 @@
|
|
|
<div class="box-footer">
|
|
|
<form action="#" method="post">
|
|
|
<div class="input-group">
|
|
|
- <input type="text" name="message" placeholder="Type Message ..." class="form-control" />
|
|
|
+ <input type="text" name="message" placeholder="Type Message ..." class="form-control">
|
|
|
<span class="input-group-btn">
|
|
|
<button type="button" class="btn btn-primary btn-flat">Send</button>
|
|
|
</span>
|
|
@@ -1492,7 +1492,7 @@
|
|
|
<span class="direct-chat-name pull-left">Alexander Pierce</span>
|
|
|
<span class="direct-chat-timestamp pull-right">23 Jan 2:00 pm</span>
|
|
|
</div><!-- /.direct-chat-info -->
|
|
|
- <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
|
|
|
+ <img class="direct-chat-img" src="../dist/img/user1-128x128.jpg" alt="message user image"><!-- /.direct-chat-img -->
|
|
|
<div class="direct-chat-text">
|
|
|
Is this template really for free? That's unbelievable!
|
|
|
</div><!-- /.direct-chat-text -->
|
|
@@ -1504,7 +1504,7 @@
|
|
|
<span class="direct-chat-name pull-right">Sarah Bullock</span>
|
|
|
<span class="direct-chat-timestamp pull-left">23 Jan 2:05 pm</span>
|
|
|
</div><!-- /.direct-chat-info -->
|
|
|
- <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="message user image" /><!-- /.direct-chat-img -->
|
|
|
+ <img class="direct-chat-img" src="../dist/img/user3-128x128.jpg" alt="message user image"><!-- /.direct-chat-img -->
|
|
|
<div class="direct-chat-text">
|
|
|
You better believe it!
|
|
|
</div><!-- /.direct-chat-text -->
|
|
@@ -1516,7 +1516,7 @@
|
|
|
<ul class="contacts-list">
|
|
|
<li>
|
|
|
<a href="#">
|
|
|
- <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg" alt="Contact Avatar" />
|
|
|
+ <img class="contacts-list-img" src="../dist/img/user1-128x128.jpg" alt="Contact Avatar">
|
|
|
<div class="contacts-list-info">
|
|
|
<span class="contacts-list-name">
|
|
|
Count Dracula
|
|
@@ -1532,7 +1532,7 @@
|
|
|
<div class="box-footer">
|
|
|
<form action="#" method="post">
|
|
|
<div class="input-group">
|
|
|
- <input type="text" name="message" placeholder="Type Message ..." class="form-control" />
|
|
|
+ <input type="text" name="message" placeholder="Type Message ..." class="form-control">
|
|
|
<span class="input-group-btn">
|
|
|
<button type="button" class="btn btn-info btn-flat">Send</button>
|
|
|
</span>
|