This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
4773d9b4
Commit
4773d9b4
authored
4 years ago
by
Eduard Frankford
Browse files
Options
Downloads
Patches
Plain Diff
last commit was incomplete
parent
0743a7c1
2 merge requests
!17
Initial Merge to Prepare Release 1.0.0
,
!1
Resolve "Metadaten konsolideren"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/webapp/app/layouts/main/main.component.html
+1
-0
1 addition, 0 deletions
src/main/webapp/app/layouts/main/main.component.html
src/main/webapp/app/layouts/navbar/navbar.component.html
+2
-82
2 additions, 82 deletions
src/main/webapp/app/layouts/navbar/navbar.component.html
with
3 additions
and
82 deletions
src/main/webapp/app/layouts/main/main.component.html
+
1
−
0
View file @
4773d9b4
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
<div>
<div>
<router-outlet
name=
"navbar"
></router-outlet>
<router-outlet
name=
"navbar"
></router-outlet>
</div>
</div>
<div
class=
"myBar"
></div>
<div
class=
"myBar"
></div>
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/app/layouts/navbar/navbar.component.html
+
2
−
82
View file @
4773d9b4
...
@@ -114,89 +114,9 @@
...
@@ -114,89 +114,9 @@
</div>
</div>
</div>
</div>
<!-- Menu Search -->
<a
routerLink=
"/search"
><button
class=
"btn btn-success pull-right"
>
Search
</button></a>
<div
class=
"nav-item dropdown"
>
<a
class=
"nav-link dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
>
<!-- Icon -->
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"16"
fill=
"currentColor"
class=
"bi bi-search"
viewBox=
"0 0 16 16"
>
<path
d=
"M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"
/>
</svg>
<!-- Icon End -->
<span
jhiTranslate=
"global.menu.search"
>
Search
</span>
</a>
<form
role=
"form"
[formGroup]=
"searchComponent.searchForm"
>
<div
class=
"dropdown-menu"
>
<div
class=
"search-container dropdown-item"
>
<!-- Quick Search -->
<h3
style=
"color: #b3b3b3;"
>
Search
</h3>
<p
style=
"color: #39a6ff;"
>
Search courses and programs
</p>
<p
style=
"color: #b3b3b3;"
>
Some text to describe the search functions and
<br>
additional
information. And some more text
<br>
for a second line
</p>
<div
class=
"input-group mb-3"
>
<input
type=
"text"
class=
"form-control"
id=
"search-placeholder"
placeholder=
"Search"
(change)=
"searchChanged()"
formControlName=
"fullTextSearch"
>
</div>
<!-- Filter options -->
<div
class=
"form-group"
>
<label
for=
"filter-options"
>
Filter
</label>
<select
class=
"form-control"
id=
"university"
name=
"university-list"
>
<option
value=
""
disabled
selected
>
Select University
</option>
<option>
Innsbruck
</option>
<option>
Salzburg
</option>
<option>
Linz
</option>
<option>
Wien
</option>
</select>
</div>
<div
class=
"form-group"
>
<select
class=
"form-control"
id=
"repository"
name=
"repository-list"
>
<option
value=
""
disabled
selected
>
Select repository
</option>
<option>
Repository 1
</option>
<option>
Repository 2
</option>
<option>
Repository 3
</option>
<option>
Repository 4
</option>
</select>
</div>
<div
class=
"form-group"
>
<select
class=
"form-control"
id=
"file-format"
name=
"file-format"
>
<option
value=
""
disabled
selected
style=
"color: #b3b3b3;"
>
Select file format
</option>
<option>
Innsbruck
</option>
<option>
Salzburg
</option>
<option>
Linz
</option>
<option>
Wien
</option>
</select>
</div>
<!-- Status options -->
<div
class=
"form-group"
>
<label
for=
"status"
>
Status
</label>
<select
class=
"form-control"
id=
"status"
name=
"sellist1"
>
<option>
Option 1
</option>
<option>
Option 2
</option>
</select>
</div>
<!-- difficulty options -->
<div
class=
"form-group"
>
<label
for=
"difficulty"
>
Difficulty
</label>
<select
class=
"form-control"
id=
"difficulty"
name=
"sellist1"
>
<option>
Easy
</option>
<option>
Normal
</option>
<option>
Hard
</option>
<option>
Insane
</option>
</select>
</div>
</div>
</div>
</form>
</div>
<!-- End Search -->
<div
*jhiHasAnyAuthority=
"'ROLE_ADMIN'"
ngbDropdown
class=
"nav-item dropdown pointer"
display=
"dynamic"
<div
*jhiHasAnyAuthority=
"'ROLE_ADMIN'"
ngbDropdown
class=
"nav-item dropdown pointer"
display=
"dynamic"
routerLinkActive=
"active"
[routerLinkActiveOptions]=
"{ exact: true }"
>
routerLinkActive=
"active"
[routerLinkActiveOptions]=
"{ exact: true }"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment