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
5fb217d5
Commit
5fb217d5
authored
Oct 13, 2023
by
shadMod
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quick reformat
parent
0b9b9e14
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
uitwww/templates/download/landing.html
uitwww/templates/download/landing.html
+7
-6
No files found.
uitwww/templates/download/landing.html
View file @
5fb217d5
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
{% block title %}Scarica {{ distro["name"] }}{% endblock %}
{% block title %}Scarica {{ distro["name"] }}{% endblock %}
{% block content %}
{% block content %}
<div
class=
"page"
>
<div
class=
"page
container
"
>
{% for release in distro["releases"] %}
{% for release in distro["releases"] %}
<div
class=
"row {% if loop.index == 1 %}background-wallpaper {{ distro_name }}{% endif %}"
>
<div
class=
"row {% if loop.index == 1 %}background-wallpaper {{ distro_name }}{% endif %}"
>
<div
class=
"col"
>
<div
class=
"col"
>
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
</div>
</div>
<div
class=
"col"
>
<div
class=
"col"
>
<div
class=
"box download-form"
>
<div
class=
"box download-form"
>
<form
action=
"{{ url_for(
"
.
redirect
"
)
}}"
method=
"post"
>
<form
action=
"{{ url_for(
'.redirect'
) }}"
method=
"post"
>
<input
type=
"hidden"
name=
"distro"
value=
"{{ distro_name }}"
>
<input
type=
"hidden"
name=
"distro"
value=
"{{ distro_name }}"
>
<input
type=
"hidden"
name=
"release"
value=
"{{ release }}"
>
<input
type=
"hidden"
name=
"release"
value=
"{{ release }}"
>
...
@@ -60,7 +60,8 @@
...
@@ -60,7 +60,8 @@
<div
class=
"download-form-group"
>
<div
class=
"download-form-group"
>
{% for arch in distro["archs"].keys() %}
{% for arch in distro["archs"].keys() %}
<div>
<div>
<input
id=
"arch-{{ release }}-{{ arch }}"
type=
"radio"
name=
"arch"
value=
"{{ arch }}"
{%
if
loop.index =
=
1
%}
checked
{%
endif
%}
>
<input
id=
"arch-{{ release }}-{{ arch }}"
type=
"radio"
name=
"arch"
value=
"{{ arch }}"
{%
if
loop.index =
=
1
%}
checked
{%
endif
%}
>
<label
for=
"arch-{{ release }}-{{ arch }}"
>
<label
for=
"arch-{{ release }}-{{ arch }}"
>
Architettura {{ archs[arch] }}
Architettura {{ archs[arch] }}
</label>
</label>
...
@@ -68,7 +69,7 @@
...
@@ -68,7 +69,7 @@
{% endfor %}
{% endfor %}
</div>
</div>
{% else %}
{% else %}
<input
type=
"hidden"
name=
"arch"
value=
"{{ distro[
"
archs
"
].
keys
()|
first
}}"
>
<input
type=
"hidden"
name=
"arch"
value=
"{{ distro[
'archs'
].keys()|first }}"
>
{% endif %}
{% endif %}
<div
class=
"download-form-group"
>
<div
class=
"download-form-group"
>
...
@@ -88,7 +89,7 @@
...
@@ -88,7 +89,7 @@
{% endfor %}
{% endfor %}
</div>
</div>
<div
class=
"page"
>
<div
class=
"page
container
"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col"
>
<div
class=
"col"
>
<h3>
Requisiti di sistema
</h3>
<h3>
Requisiti di sistema
</h3>
...
@@ -110,7 +111,7 @@
...
@@ -110,7 +111,7 @@
sistema operativo migliore. Cosa aspetti a contribuire ed
sistema operativo migliore. Cosa aspetti a contribuire ed
aiutarci a realizzare qualcosa di innovativo? È facile!
aiutarci a realizzare qualcosa di innovativo? È facile!
</p>
</p>
<a
class=
"btn"
href=
"{{ url_for(
"
pages
.
contribuire_index
"
)
}}"
>
<a
class=
"btn"
href=
"{{ url_for(
'pages.contribuire_index'
) }}"
>
Inizia subito a contribuire
Inizia subito a contribuire
</a>
</a>
</div>
</div>
...
...
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