Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Nuovo sito
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Nuovo sito
Commits
077430d8
Commit
077430d8
authored
Oct 22, 2023
by
shadMod
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reformat html
parent
e13f65da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
80 additions
and
72 deletions
+80
-72
uitwww/templates/download/thanks.html
uitwww/templates/download/thanks.html
+80
-72
No files found.
uitwww/templates/download/thanks.html
View file @
077430d8
{# Source code of the Ubuntu-it website
# Copyright (C) 2016 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; witout even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see
<http:
//
www
.
gnu
.
org
/
licenses
/>
.
#}
# Copyright (C) 2016 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
# Copyright (C) 2023 shadMod
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; witout even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see
<http:
//
www
.
gnu
.
org
/
licenses
/>
.
#}
{% extends "layout.html" %}
{% block title %}Grazie per aver scaricato {{ name }}{% endblock %}
{% block extra_header %}
<meta
http-equiv=
"refresh"
content=
"0; url={{ url }}"
>
<meta
http-equiv=
"refresh"
content=
"0; url={{ url }}"
>
{% endblock %}
{% block content %}
<div
class=
"page"
>
<div
class=
"row background-wallpaper {{ theme }}"
>
<div
class=
"col text-center"
>
<h2>
Grazie per aver scaricato {{ name }}!
</h2>
<p>
Se il download non comincia entro pochi secondi
<a
href=
"{{ url }}"
>
clicca qui
</a>
.
</p>
</div>
</div>
</div>
<div
class=
"page"
>
<div
class=
"row background-wallpaper {{ theme }}"
>
<div
class=
"col text-center"
>
<h2>
Grazie per aver scaricato {{ name }}!
</h2>
<p>
Se il download non comincia entro pochi secondi
<a
href=
"{{ url }}"
>
clicca qui
</a>
.
</p>
</div>
</div>
</div>
<div
class=
"page"
>
<div
class=
"row"
>
<div
class=
"col"
>
<h3>
Come installare Ubuntu?
</h3>
<p>
È la prima volta che installi Ubuntu o non ricordi tutti
i passaggi? Non ti preoccupare, Ubuntu-it dispone di una
vasta documentazione con tutti i dettagli necessari!
</p>
<a
class=
"btn"
href=
"https://wiki.ubuntu-it.org/Installazione/InstallareUbuntu"
>
Guida all'installazione
</a>
</div>
<div
class=
"col"
>
<h3>
Ottieni supporto
</h3>
<p>
Problemi durante l'installazione? La comunità di Ubuntu-it
offre diversi strumenti di supporto, per aiutarti nel
miglior modo possibile.
</p>
<a
class=
"btn"
href=
"{{ url_for("
pages
.
supporto
")
}}"
>
Strumenti di supporto
</a>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col"
>
<h3>
Controlla l'impronta
</h3>
<p>
Se vuoi verificare l'integrità e la provenienza del file
scaricato, puoi controllare se l'impronta MD5 è la stessa
mostrata qui a destra.
</p>
<a
class=
"btn"
href=
"https://wiki.ubuntu-it.org/Installazione/MD5Sum"
>
Come controllare l'impronta
</a>
</div>
<div
class=
"col col-center"
>
<pre>
{{ md5 }}
</pre>
</div>
</div>
</div>
<div
class=
"page"
>
<div
class=
"row"
>
<div
class=
"col"
>
<h3>
Come installare Ubuntu?
</h3>
<p>
È la prima volta che installi Ubuntu o non ricordi tutti
i passaggi? Non ti preoccupare, Ubuntu-it dispone di una
vasta documentazione con tutti i dettagli necessari!
</p>
<a
class=
"btn"
href=
"https://wiki.ubuntu-it.org/Installazione/InstallareUbuntu"
>
Guida all'installazione
</a>
</div>
<div
class=
"col"
>
<h3>
Ottieni supporto
</h3>
<p>
Problemi durante l'installazione? La comunità di Ubuntu-it
offre diversi strumenti di supporto, per aiutarti nel
miglior modo possibile.
</p>
<a
class=
"btn"
href=
"{{ url_for('pages.supporto') }}"
>
Strumenti di supporto
</a>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col"
>
<h3>
Controlla l'impronta
</h3>
<p>
Se vuoi verificare l'integrità e la provenienza del file
scaricato, puoi controllare se l'impronta SHA256 è la stessa
mostrata qui a destra.
</p>
<a
class=
"btn"
href=
"https://wiki.ubuntu-it.org/Installazione/SHA256Sum"
>
Come controllare l'impronta
</a>
</div>
<div
class=
"col col-center"
>
<pre>
{{ sha256 }}
</pre>
</div>
</div>
</div>
{% endblock %}
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