mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
28 lines
845 B
Plaintext
28 lines
845 B
Plaintext
|
<!-- WIP. The user should be able to cite nopaque and the current service easily using these buttons.-->
|
||
|
|
||
|
<div class="col s12 m2 l2" id="cite">
|
||
|
<h6 style="margin-top: 0px;">Cite Nopaque</h6>
|
||
|
<div class="divider" style="margin-bottom: 10px;"></div>
|
||
|
<div class="row">
|
||
|
<div class="col s12">
|
||
|
<button id="placeholder1"
|
||
|
class="waves-effect
|
||
|
waves-light
|
||
|
btn-flat
|
||
|
disabled"
|
||
|
type="submit">Action One
|
||
|
<i class="material-icons left">cloud</i>
|
||
|
</button>
|
||
|
</div>
|
||
|
<div class="col s12">
|
||
|
<button id="placeholder2"
|
||
|
class="waves-effect
|
||
|
waves-light
|
||
|
btn-flat
|
||
|
disabled"
|
||
|
type="submit">Action Two
|
||
|
<i class="material-icons left">add</i>
|
||
|
</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|