This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------ | |
System Information | |
------------------ | |
Time of this report: 2/18/2018, 12:51:25 | |
Machine name: YOGA900 | |
Machine Id: {B57BCBF0-A45E-40FE-853D-28A2EFFA2CEF} | |
Operating System: Windows 10 Home 64-bit (10.0, Build 16299) (16299.rs3_release.170928-1534) | |
Language: Czech (Regional Setting: Czech) | |
System Manufacturer: LENOVO | |
System Model: 80MK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function ($, window) { | |
$(function () { | |
// navazani validate Nette formularu | |
$('form').livequery(function () { | |
var $this = $(this); | |
Nette.initForm($this[0]); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" language="javascript" src="/js/niftyplayer.js"></script> | |
<script> $('nicklist').addClass(document.body.classList[1]); | |
window.addEvent('domready', function(){ | |
var regexp = /.(png|jpg|gif|jpeg)$/i, mp3 = /.(mp3)$/i; $$('a').each(function(e){ | |
if(regexp.test(e.href)) { | |
e.set('html',''); | |
e.grab(new Element('img', {src:e.href,alt:'Obrázek: ' + e.href,styles:{border:'none',maxWidth:400}})); | |
} if(mp3.test(e.href)) { | |
e.set('html','<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="165" height="38" id="niftyPlayer1" align=""><param name=movie value="/niftyplayer.swf?file=' + e.href + '&as=0"><param name=quality value=high><param name=bgcolor value=#FFFFFF><embed src="/niftyplayer.swf?file=' + e.href + '&as=0" quality=high bgcolor=#FFFFFF width="165" height="38" name="niftyPlayer1" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com |