forked from enviPath/enviPy
Current Dev State
This commit is contained in:
19
templates/modals/cite_modal.html
Normal file
19
templates/modals/cite_modal.html
Normal file
@ -0,0 +1,19 @@
|
||||
<div class="modal fade bs-modal-lg" id="citemodal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel"
|
||||
aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4>How to cite enviPath</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>
|
||||
enviPath–The environmental contaminant biotransformation pathway resource. J Wicker, T Lorsbach, M
|
||||
Gütlein, E Schmid, D Latino, S Kramer, K Fenner. Nucleic Acids Research, gkv1229
|
||||
</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user