Add detection settings panel (#23)
Closes #14 and #20 Signed-off-by: Justin Georgi <justin.georgi@gmail.com> Reviewed-on: Georgi_Lab/ALVINN_f7#23
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<f7-page name="home">
|
||||
<!-- Top Navbar -->
|
||||
<f7-navbar>
|
||||
|
||||
<f7-nav-left>
|
||||
<f7-link icon-ios="f7:menu" icon-md="material:menu" panel-open="left"></f7-link>
|
||||
</f7-nav-left>
|
||||
@@ -14,16 +13,16 @@
|
||||
<h4 style="text-align: center; margin: 0;">Veterinary Anatomy Edition</h4>
|
||||
<p style="text-align: center; margin: 0;">Select a region to begin</p>
|
||||
<div class="region-grid">
|
||||
<f7-button class="region-button thorax" href="/detect/thorax/">
|
||||
<img class="region-image" src="../assets/regions/thorax.svg" />
|
||||
</f7-button>
|
||||
<f7-button class="region-button thorax" href="/detect/thorax/">
|
||||
<img class="region-image" src="../assets/regions/thorax.svg" />
|
||||
</f7-button>
|
||||
<f7-button class="region-button abdomen" href="/detect/abdomen/">
|
||||
<img class="region-image" src="../assets/regions/abdpel.svg" />
|
||||
</f7-button>
|
||||
<f7-button class="region-button limbs" href="/detect/limbs/">
|
||||
<img class="region-image" src="../assets/regions/limb.svg" />
|
||||
</f7-button>
|
||||
<f7-button class="region-button headneck" disabled="true" href="/detect/head/">
|
||||
<f7-button class="region-button headneck disabled" href="/detect/head/">
|
||||
<img class="region-image" src="../assets/regions/headneck.svg" />
|
||||
</f7-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user