aboutsummaryrefslogtreecommitdiffstats
path: root/danish/mirror/submit.wml
diff options
context:
space:
mode:
authorKÃ¥re Thor Olsen <kaare>2007-02-17 14:24:23 +0000
committerKÃ¥re Thor Olsen <kaare>2007-02-17 14:24:23 +0000
commita7fe2298e87fbc37a41a1e9dfdc618b7a78ee431 (patch)
treeaa53cbe54baa029a2f2cbcb56ccbe1f414589522 /danish/mirror/submit.wml
parent5933ddcae6042ba00f3a8d4f1776d7cdedfbcacd (diff)
Sync
CVS version numbers danish/mirror/submit.wml: 1.17 -> 1.18
Diffstat (limited to 'danish/mirror/submit.wml')
-rw-r--r--danish/mirror/submit.wml20
1 files changed, 19 insertions, 1 deletions
diff --git a/danish/mirror/submit.wml b/danish/mirror/submit.wml
index 2f26b5c00da..670fe1ff0d2 100644
--- a/danish/mirror/submit.wml
+++ b/danish/mirror/submit.wml
@@ -1,5 +1,5 @@
#use wml::debian::template title="Registrér oplysninger om spejl"
-#use wml::debian::translation-check translation="1.56"
+#use wml::debian::translation-check translation="1.57"
<p>Hvis du ønsker at indsende oplysninger om et Debian-filspejl, kan du gøre det
ved hjælp af formularen herunder. De fleste af de indsendte oplysninger vil
@@ -72,6 +72,24 @@ ikke er relevante være tomme.</p>
<table>
<tablerow "Spejlet opdateres fra" mirrors_from 30>
+<tr>
+<td>Spejlede arkitekturer:
+<td>
+<label><input type=checkbox name=architectures value="ALL">&nbsp;<em>dem alle</em></label><br>
+#include "$(ENGLISHDIR)/releases/$(TESTING)/release.data"
+<:
+my $na = scalar keys %arches; $na = int($na / 3 + .5);
+foreach my $a (sort keys %arches) {
+ $i++;
+ my $aname = $arches{$a}; $aname =~ s, ,\&nbsp\;,g;
+ print "<br>\n" if ($i % $na == 0);
+ print "<label><input type=checkbox name=architectures value=".$a.">&nbsp;".$aname."&nbsp;(".$a.")</label> &nbsp;\n";
+}
+:>
+</td></tr>
+</table>
+
+<table>
<tablerow "Navn på den ansvarlige for spejlet" maint_name 30>
<tablerow "Offentlig e-mail-adresse tilhørende den ansvarlige" maint_public_email 30>
<tr><td>&nbsp;</td><td>

© 2014-2024 Faster IT GmbH | imprint | privacy policy