/* * [Česky] * Projekt: Robot Karel * Copyright: Viz KOPIROVANI v kořenovém adresáři projektu * * [English] * Project: Karel, the Robot * Copyright: See COPYING in the top level directory */ // JavaScript - základní tvar panelu stylů // =========================================================================== // =~ Vygenerování seznamu stylů ~============================================ document.write('
'); document.write('
Styl zobrazení'); for ( var i = 0; i < styly.length; i++ ) { document.write( '
'); if (ie_hack) { document.write( '
'); } document.write('
'); document.write('
');