adding alert
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
<p>
|
<p>
|
||||||
By Craig Paardekooper
|
By Craig Paardekooper
|
||||||
</p>
|
</p>
|
||||||
<div class="alert alert-danger alert-dismissible" role="alert">
|
<div class="alert alert-info alert-dismissible" role="alert">
|
||||||
<button aria-label="Close" class="close" data-dismiss="alert" type="button">
|
<button aria-label="Close" class="close" data-dismiss="alert" type="button">
|
||||||
<span aria-hidden="true">×</span>
|
<span aria-hidden="true">×</span>
|
||||||
</button>
|
</button>
|
||||||
@@ -104,6 +104,18 @@
|
|||||||
<div class="x_panel">
|
<div class="x_panel">
|
||||||
<div class="x_title">
|
<div class="x_title">
|
||||||
<h3>Associated Drugs</h3>
|
<h3>Associated Drugs</h3>
|
||||||
|
<div class="alert alert-info alert-dismissible" role="alert">
|
||||||
|
<button aria-label="Close" class="close" data-dismiss="alert" type="button">
|
||||||
|
<span aria-hidden="true">×</span>
|
||||||
|
</button>
|
||||||
|
<h4>This interface only detects strong symptom associations</h4>
|
||||||
|
A drug may be associated with a symptom either
|
||||||
|
<ol>
|
||||||
|
<li>Because it is frequently used to treat a pathology with that symptom or</li>
|
||||||
|
<li>Because it causes that symptom</li>
|
||||||
|
</ol>
|
||||||
|
Users will need to read clinical literature to determine which is the case.
|
||||||
|
</div>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="x_content">
|
<div class="x_content">
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user