mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-25 22:51:37 +00:00
added basic sortable to workout creation
This commit is contained in:
@@ -11,16 +11,6 @@ block content
|
||||
li
|
||||
label(for="name") Exercise Name<br />
|
||||
input#name(name="name")
|
||||
li
|
||||
label(for="type") Exercise Type<br />
|
||||
select#type(name="type")
|
||||
option(value='notselected') Select One
|
||||
option(value='freeweights') Free Weights
|
||||
option(value='machine') Exercise Machines
|
||||
option(value='bodyweight') Bodyweight
|
||||
option(value='kettlebells') Kettlebells
|
||||
option(value='cardio') Cardio
|
||||
|
||||
li
|
||||
label(for="type") Exercise Description<br />
|
||||
input#description(name="description", class="needsnumber")
|
||||
@@ -36,9 +26,20 @@ block content
|
||||
- }
|
||||
li
|
||||
label(for="type") Keywords<br />
|
||||
select#type(name="keywords", multiple="multiple")
|
||||
option(value='Free Weights') Free Weights
|
||||
option(value='Exercise Machine') Exercise Machines
|
||||
option(value='Bodyweight') Bodyweight
|
||||
option(value='Kettlebells') Kettlebells
|
||||
option(value='Cardio') Cardio
|
||||
li
|
||||
label(for="type") Alternatives<br />
|
||||
li
|
||||
label(for="type") Datafields<br />
|
||||
label(for="datafields") Datafields<br />
|
||||
select#type(name="datafields", multiple="multiple")
|
||||
option(value='Reps') Reps
|
||||
option(value='Weight') Weight
|
||||
option(value='Time') Time
|
||||
option(value='Distance') Distance
|
||||
li
|
||||
input(type="submit", value="Create")
|
||||
Reference in New Issue
Block a user