Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
ff0a23b4
Commit
ff0a23b4
authored
Oct 20, 2020
by
sajolida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deduplicate ids
parent
5b2ad82a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
wiki/src/install/inc/js/download.js
wiki/src/install/inc/js/download.js
+2
-0
wiki/src/install/inc/steps/download.inline.html
wiki/src/install/inc/steps/download.inline.html
+2
-2
wiki/src/install/inc/stylesheets/download.css
wiki/src/install/inc/stylesheets/download.css
+2
-1
No files found.
wiki/src/install/inc/js/download.js
View file @
ff0a23b4
...
...
@@ -199,7 +199,9 @@ document.addEventListener("DOMContentLoaded", function() {
// Direct download
document
.
getElementById
(
"
download-img
"
).
onclick
=
function
(
e
)
{
download
(
e
,
this
);
}
document
.
getElementById
(
"
download-img-retry
"
).
onclick
=
function
(
e
)
{
download
(
e
,
this
);
}
document
.
getElementById
(
"
download-iso
"
).
onclick
=
function
(
e
)
{
download
(
e
,
this
);
}
document
.
getElementById
(
"
download-iso-retry
"
).
onclick
=
function
(
e
)
{
download
(
e
,
this
);
}
function
download
(
e
,
elm
)
{
try
{
...
...
wiki/src/install/inc/steps/download.inline.html
View file @
ff0a23b4
...
...
@@ -19,11 +19,11 @@ were solved, and known issues that have already been identified.</p>
<h3><span
class=
"step-number"
><span
class=
"usb upgrade"
>
1.
</span>
1
</span>
Download Tails
</h3>
<div
class=
"usb upgrade download-only-img indent"
>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_img_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-img"
class=
"use-mirror-pool button"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] USB image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_img_size" raw="yes" sort="age"]]
</span>
)
</a>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_img_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-img"
class=
"use-mirror-pool-on-retry button"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] USB image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_img_size" raw="yes" sort="age"]]
</span>
)
</a>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_img_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-img
-retry
"
class=
"use-mirror-pool-on-retry button"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] USB image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_img_size" raw="yes" sort="age"]]
</span>
)
</a>
</div>
<div
class=
"dvd vm download-only-iso indent"
>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_iso_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-iso"
class=
"use-mirror-pool button"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] ISO image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_iso_size" raw="yes" sort="age"]]
</span>
)
</a>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_iso_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-iso"
class=
"use-mirror-pool-on-retry button"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] ISO image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_iso_size" raw="yes" sort="age"]]
</span>
)
</a>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_iso_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-iso
-retry
"
class=
"use-mirror-pool-on-retry button"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] ISO image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_iso_size" raw="yes" sort="age"]]
</span>
)
</a>
</div>
<div
id=
"download-minor"
class=
"indent"
>
<p
id=
"bittorrent"
>
...
...
wiki/src/install/inc/stylesheets/download.css
View file @
ff0a23b4
...
...
@@ -20,7 +20,8 @@
#skip-download
,
#tails-version
,
#try-another-mirror
,
.use-mirror-pool-on-retry
{
#download-img-retry
,
#download-iso-retry
{
display
:
none
;
}
...
...
Write
Preview
Markdown
is supported
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