$str\n"; // Common::pre($_COOKIE['arch']); echo "
\n"; echo "
\n"; $str = gettext("Pick the architectures to display:"); if($lingua == 'en') { echo "

Gentoo supports a lot of architectures, which makes things interesting (especially for coding this site). By default, Znurt only shows the \"main\" Linux arches, but there are a lot more available.

\n"; echo "

If you want to display other ones, you can select your preferences here, which will be stored in a cookie.

\n"; } elseif($lingua == 'es') { echo "

Elige las arquitecturas que quieres ver:

\n"; } elseif($lingua == "de") { echo "

Anzuzeigende Architekturen auswählen:

\n"; } $x = 0; echo "
\n"; echo "\n"; $str = gettext("Submit"); echo "
"; $str = gettext("Reset Architectures"); if(count($_COOKIE['arch'])) echo "   "; echo "
\n"; echo "

\n"; echo "\n"; foreach($arr_chunk as $arr) { echo "\n"; } echo "\n"; echo "
\n"; echo "\n"; $x = 0; foreach($arr as $name) { $class = getRowClass($x++); $str = ""; if(in_array($name, $arr_display_arch)) $str = "checked"; echo "\n"; } echo "
$name
\n"; echo "

\n"; echo "
\n"; echo "\n"; echo "
\n"; ?>