local html page, that shows a slideshow of local files with a counter overlay
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.9 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><script type="text/javascript" async="" src="Countdown-Dateien/ga.js"></script><script>var urchinTracker=function(){},_gaq={push:function(){try {if(arguments[0][0]=='_link')window.location.href=arguments[0][1]}catch(er){}}},_gat={_createTracker:function(){}, _getTracker:function(){return{__noSuchMethod__:function(){},_link:function(o){if(o)location.href=o;},_linkByPost:function(){return true;},_getLinkerUrl:function(o){return o;},_trackEvent:function(){}}}};</script>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<title>Countdown</title>
<link rel="stylesheet" type="text/css" href="Countdown-Dateien/style.css">
<script language="javascript" src="Countdown-Dateien/countdown.js"></script>
<script language="javascript">
var cd2 = new countdown('cd2');
cd2.Div = "clock2";
cd2.TargetDate = "6/6/2018 0:00 AM";
//cd2.TargetDate = "11/22/2013 5:30 PM";
//cd2.TargetDate = "08/18/2013 7:47 PM";
//cd2.DisplayFormat = "<div id=\"sex\" style=\"margin-right:20px;\">%%D%% <span>DAYS</span></div> <div id=\"sex\">%%H%% <span>HOURS</span></div> <div id=\"nope\">: <id class=\"space\">SLAP!</span></div> <div id=\"sex\">%%M%% <span>MINUTES</span></div> <div id=\"nope\">: <id class=\"space\">SLAP!</span></div><div id=\"sex\">%%S%% <span>SECONDS</span></div>";
//cd2.DisplayFormat = "<div id=\"sex\">%%D%%</div><div id=\"sex\">%%H%%</div>:<div id=\"sex\">%%M%%</div>:<div id=\"sex\">%%S%%</div>"
cd2.DisplayFormat = "<span class=\"clock\">%%D%% %%H%% : %%M%% : %%S%%</span>"
</script>
</head>
<body>
<!--<img src="1.jpg" height=100% style="position:fixed;display:flex;z-index:-1"></img>-->
<div id="clockwrapper">
<div id="clock2" >
<span class="clock">209 10 : 08 : 37</span>
</div>
</div>
<br>
<script language="javascript">
cd2.Setup();
</script>
</body></html>