Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dirk Rockendorf
metager-app
Commits
7fbe804f
Commit
7fbe804f
authored
Nov 13, 2017
by
Phil Höfer
Browse files
Add loading indicator to result page
parent
a4465150
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/results.xhtml
View file @
7fbe804f
...
...
@@ -12,5 +12,20 @@
<script
type=
"text/javascript"
defer=
"defer"
src=
"app/results.js"
></script>
</head>
<body
onload=
"boot()"
>
<header
class=
"persistent-search"
>
<form
class=
"search-card card elevation-2"
id=
"searchform"
>
<a
href=
"index.xhtml"
class=
"back"
>
<img
src=
"img/Logo-square-inverted.svg"
alt=
"MetaGer"
title=
"MetaGer, die sichere Suchmaschine"
/>
</a>
<input
type=
"text"
name=
"eingabe"
placeholder=
"MetaGer-Suche"
value=
""
class=
"query-input"
disabled=
"disabled"
/>
<button
type=
"submit"
class=
"search-button fa"
>
</button>
</form>
</header>
<main
class=
"results-container"
>
<progress
class=
"resultpage-progress"
title=
"Suche wird durchgeführt…"
/>
</main>
<footer
class=
"footer-text"
>
MetaGer wird entwickelt und betrieben vom SUMA-EV - Verein für freien Wissenszugang.
</footer>
</body>
</html>
www/style/material-default.css
View file @
7fbe804f
...
...
@@ -14,6 +14,15 @@ input:focus {
outline
:
none
;
}
.resultpage-progress
{
width
:
25px
;
margin-top
:
45px
;
margin-left
:
auto
;
margin-right
:
auto
;
position
:
relative
;
display
:
block
;
}
.card
{
background-color
:
#FFFFFF
;
margin
:
8px
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment