2018-03-09 11:38:46 +00:00
|
|
|
component Database(url string)
|
|
|
|
EditorTabs(url)
|
2017-10-19 19:43:42 +00:00
|
|
|
|
|
|
|
.widget-form
|
|
|
|
.widget
|
|
|
|
h1.mountable Database search
|
|
|
|
|
|
|
|
.widget-section.mountable
|
|
|
|
label(for="data-type") Search
|
|
|
|
select#data-type.widget-ui-element(value="Anime")
|
|
|
|
option(value="Analytics") Analytics
|
|
|
|
option(value="Anime") Anime
|
|
|
|
option(value="AnimeList") AnimeList
|
|
|
|
option(value="Character") Character
|
|
|
|
option(value="Group") Group
|
|
|
|
option(value="Post") Post
|
|
|
|
option(value="Settings") Settings
|
|
|
|
option(value="SoundTrack") SoundTrack
|
|
|
|
option(value="Thread") Thread
|
|
|
|
option(value="User") User
|
2018-03-07 02:46:44 +00:00
|
|
|
option(value="Quote") Quote
|
2017-10-19 19:43:42 +00:00
|
|
|
|
|
|
|
.widget-section.mountable
|
|
|
|
label(for="field") where
|
|
|
|
input#field.widget-ui-element(type="text", placeholder="Field name (e.g. Title or Title.Canonical)")
|
|
|
|
|
|
|
|
.widget-section.mountable
|
|
|
|
label(for="field-value") is
|
|
|
|
input#field-value.widget-ui-element(type="text")
|
|
|
|
|
|
|
|
.buttons.mountable
|
|
|
|
button.action(data-action="searchDB", data-trigger="click")
|
|
|
|
Icon("search")
|
|
|
|
span Search
|
|
|
|
|
|
|
|
h3.text-center Results
|
|
|
|
#records
|