Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Signature Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Electronic Signature Service
Signature Frontend
Commits
274ba833
Commit
274ba833
authored
3 years ago
by
Bekerle, Patrizio
Browse files
Options
Downloads
Patches
Plain Diff
Use slot-hidden css class to hide slot content
parent
71ab13ff
No related branches found
No related tags found
No related merge requests found
Pipeline
#45494
passed
3 years ago
Stage: test
Stage: deploy
Stage: e2e
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
assets/dbp-signature.html.ejs
+7
-3
7 additions, 3 deletions
assets/dbp-signature.html.ejs
package.json
+1
-1
1 addition, 1 deletion
package.json
vendor/toolkit
+1
-1
1 addition, 1 deletion
vendor/toolkit
with
9 additions
and
5 deletions
assets/dbp-signature.html.ejs
+
7
−
3
View file @
274ba833
...
...
@@ -75,6 +75,10 @@
color
:
#fff
;
background-color
:
#000
;
}
.slot-hidden
{
display
:
none
;
}
</style>
<!-- Preloading/Preconnecting -->
...
...
@@ -107,7 +111,7 @@
build-time='
<
%=
buildInfo.time
%
>
'
env='
<
%=
buildInfo.env
%
>
'
>
<dbp-loading-spinner></dbp-loading-spinner>
<div
slot=
"name"
>
<div
slot=
"name"
class=
"slot-hidden"
>
TU Graz
<br
/>
<dbp-translated
subscribe=
"lang"
>
<div
slot=
"de"
>
...
...
@@ -118,10 +122,10 @@
</div>
</dbp-translated>
</div>
<div
slot=
"logo"
>
<div
slot=
"logo"
class=
"slot-hidden"
>
<dbp-tugraz-logo
id=
"main-logo"
subscribe=
"lang"
></dbp-tugraz-logo>
</div>
<div
slot=
"footer-links"
>
<div
slot=
"footer-links"
class=
"slot-hidden"
>
<dbp-translated
subscribe=
"lang"
>
<div
slot=
"de"
class=
"footer-links"
>
<a
target=
"_blank"
rel=
"noopener"
href=
"https://www.tugraz.at/ueber-diese-seite/datenschutzerklaerung/"
>
Datenschutz
</a>
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
274ba833
{
"name"
:
"@dbp-topics/signature"
,
"internalName"
:
"dbp-signature"
,
"version"
:
"1.0.
8
"
,
"version"
:
"1.0.
9
"
,
"main"
:
"src/dbp-signature.js"
,
"license"
:
"LGPL-2.1-or-later"
,
"repository"
:
{
...
...
This diff is collapsed.
Click to expand it.
toolkit
@
ae6193fd
Compare
bee8a858
...
ae6193fd
Subproject commit
bee8a8584d31e65a49457e83bb34685510cd5730
Subproject commit
ae6193fddbced85d0bbf620e4ab7d4aa4dfbd748
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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