|
@@ -24,6 +24,33 @@
|
|
|
|
|
|
<body>
|
|
<body>
|
|
|
|
|
|
|
|
+ <div class="misago-alerts alerts-fixed">
|
|
|
|
+ <div>
|
|
|
|
+ <p class="alert alert-success">
|
|
|
|
+ <span class="alert-icon fa fa-check-circle"></span> <strong>Well done!</strong> You successfully read this important alert message.
|
|
|
|
+ <button type="button" class="close" data-dismiss="alert" aria-hidden="true">Ok</button>
|
|
|
|
+ </p>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <p class="alert alert-info">
|
|
|
|
+ <span class="alert-icon fa fa-question-circle"></span> <strong>Heads up!</strong> This alert needs your attention, but it's not super important.
|
|
|
|
+ <button type="button" class="close" data-dismiss="alert" aria-hidden="true">Ok</button>
|
|
|
|
+ </p>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <p class="alert alert-warning">
|
|
|
|
+ <span class="alert-icon fa fa-exclamation-triangle"></span> <strong>Warning!</strong> Better check yourself, you're not looking too good.
|
|
|
|
+ <button type="button" class="close" data-dismiss="alert" aria-hidden="true">Ok</button>
|
|
|
|
+ </p>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <p class="alert alert-danger">
|
|
|
|
+ <span class="alert-icon fa fa-times-circle"></span> <strong>Oh snap!</strong> Change a few things up and try submitting again.
|
|
|
|
+ <button type="button" class="close" data-dismiss="alert" aria-hidden="true">Ok</button>
|
|
|
|
+ </p>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<div class="navbar navbar-default navbar-static-top" role="navigation">
|
|
<div class="navbar navbar-default navbar-static-top" role="navigation">
|
|
<div class="container">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<div class="navbar-header">
|
|
@@ -74,33 +101,6 @@
|
|
|
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
|
|
|
- <div class="misago-alerts">
|
|
|
|
- <div>
|
|
|
|
- <p class="alert alert-success">
|
|
|
|
- <span class="alert-icon fa fa-check-circle"></span> <strong>Well done!</strong> You successfully read this important alert message.
|
|
|
|
- <button type="button" class="close" data-dismiss="alert" aria-hidden="true">Ok</button>
|
|
|
|
- </p>
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- <p class="alert alert-info">
|
|
|
|
- <span class="alert-icon fa fa-question-circle"></span> <strong>Heads up!</strong> This alert needs your attention, but it's not super important.
|
|
|
|
- <button type="button" class="close" data-dismiss="alert" aria-hidden="true">Ok</button>
|
|
|
|
- </p>
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- <p class="alert alert-warning">
|
|
|
|
- <span class="alert-icon fa fa-exclamation-triangle"></span> <strong>Warning!</strong> Better check yourself, you're not looking too good.
|
|
|
|
- <button type="button" class="close" data-dismiss="alert" aria-hidden="true">Ok</button>
|
|
|
|
- </p>
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- <p class="alert alert-danger">
|
|
|
|
- <span class="alert-icon fa fa-times-circle"></span> <strong>Oh snap!</strong> Change a few things up and try submitting again.
|
|
|
|
- <button type="button" class="close" data-dismiss="alert" aria-hidden="true">Ok</button>
|
|
|
|
- </p>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
<div class="form-panel">
|
|
<div class="form-panel">
|
|
<form class="form-horizontal" role="form">
|
|
<form class="form-horizontal" role="form">
|
|
|
|
|