Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
Voter cards
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Weby
Voter cards
Commits
512a72b7
Commit
512a72b7
authored
2 years ago
by
Tomáš Hozman
Browse files
Options
Downloads
Patches
Plain Diff
finished desktop version
parent
b85b6634
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
content/index.html
+9
-14
9 additions, 14 deletions
content/index.html
content/static/css/base.css
+4
-0
4 additions, 0 deletions
content/static/css/base.css
content/static/js/main.js
+1
-1
1 addition, 1 deletion
content/static/js/main.js
with
14 additions
and
15 deletions
content/index.html
+
9
−
14
View file @
512a72b7
...
...
@@ -207,28 +207,23 @@
na schránku úřadu s číslem
<b><samp
id=
"office-ds-id-direction"
></samp></b>
.
</p>
<p>
Děkujeme, že se chystáš volit a aktivně se účastnit procesu
demokracie!
</p>
<button
id=
"download-pdf"
>
Stáhnout pdf
</button>
</div>
<div
id=
"not-found-office"
>
<h2>
Bohužel, úřad jsme automaticky nenašli.
</h2>
<p>
Ve veřejných záznamech se pod jménem zadané obce nenachází.
Až ho ale najdeš sám, můžeš tam žádost s úředně ověřeným
podpisem donést. Také ho můžeš poslat na jeho datocou schránku.
</p>
<p>
Děkujeme, že se chystáš volit a aktivně se účastnit procesu
demokracie!
Až ho ale najdeš, můžeš tam žádost s úředně ověřeným podpisem
donést. Také ho můžeš poslat na jeho datocou schránku.
</p>
</div>
<p>
Děkujeme, že se chystáš volit a aktivně účastnit procesu
demokracie!
</p>
<button
id=
"download-pdf"
>
Stáhnout PDF
</button>
</div>
<div
id=
"canvas-wrapper"
>
...
...
This diff is collapsed.
Click to expand it.
content/static/css/base.css
+
4
−
0
View file @
512a72b7
...
...
@@ -160,6 +160,10 @@ textarea {
object-fit
:
contain
;
}
#step3
{
display
:
none
}
#canvas-wrapper
canvas
{
width
:
100%
;
}
...
...
This diff is collapsed.
Click to expand it.
content/static/js/main.js
+
1
−
1
View file @
512a72b7
...
...
@@ -487,7 +487,7 @@ $(window).ready(
$
(
"
#found-office
"
).
css
(
"
display
"
,
"
block
"
);
}
else
{
$
(
"
#found-office
"
).
css
(
"
display
"
,
"
none
"
);
$
(
"
#
not-
found-office
"
).
css
(
"
display
"
,
"
block
"
);
}
await
new
Promise
(
...
...
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