@@verze 3 @@events obsah admin htaccess prava @@files mod_player mod_player/splash @@sql CREATE TABLE `mod_player` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nazev` text, `ipopis` text, `splash` text, `soubor` int(11) NOT NULL, `autoplay` tinyint(4) NOT NULL, `scaling` enum('scale','fit','orig') DEFAULT 'fit', `width` int(11) NOT NULL, `height` int(11) NOT NULL, `backgroundColor` varchar(7), `controlScrubber` tinyint(4) NOT NULL DEFAULT '1', `controlMute` tinyint(4) NOT NULL DEFAULT '1', `controlTime` tinyint(4) NOT NULL DEFAULT '1', `toolbar` enum('top','bottom','hide') DEFAULT 'bottom', `controlFullscreen` tinyint(4) NOT NULL DEFAULT '1', `controlStop` tinyint(4) NOT NULL DEFAULT '1', `controlVolume` tinyint(4) NOT NULL DEFAULT '1', `playerSplash` tinyint(4) NOT NULL DEFAULT '0', `vlastnik` int(11) NOT NULL, PRIMARY KEY (`id`) ) @@reflection !!mod_zdroj:player @@main $moduly['player']['nazev']="Přehrávač videa"; $moduly['player']['zdroj']="player";