added template and instructions to upload-page
This commit is contained in:
parent
81e906c01d
commit
d12ac4189f
4 changed files with 60 additions and 11 deletions
6
app/static/Adressliste_vorlage.csv
Normal file
6
app/static/Adressliste_vorlage.csv
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
PLZ;Stadt;Straße;Hausnummer;Zusatz
|
||||
53175;Bonn;Godesberger Str.;27;
|
||||
50667;Köln;Hohenzollernring;52;Hinterhaus
|
||||
10115;Berlin;Chausseestraße;125;
|
||||
80331;München;Marienplatz;1;Eingang Ost
|
||||
20095;Hamburg;Ostwall;5;
|
||||
|
|
|
@ -320,3 +320,30 @@ tr:nth-child(even) td {
|
|||
width: 100px; /* Noch kleinere Breite auf sehr kleinen Bildschirmen */
|
||||
}
|
||||
}
|
||||
|
||||
.template-info {
|
||||
background-color: #f9f9f9;
|
||||
padding: 1em;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 1.5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.template-info p {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.template-download {
|
||||
display: inline-block;
|
||||
padding: 0.5em 1em;
|
||||
margin-top: 0.5em;
|
||||
background-color: #007aff;
|
||||
color: white;
|
||||
border-radius: 4px;
|
||||
text-decoration: none;
|
||||
transition: background-color 0.2s ease;
|
||||
}
|
||||
|
||||
.template-download:hover {
|
||||
background-color: #005bb5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue