10_Prog/Excl1.htm
1 <?xml version="1.0" encoding="windows-1250"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "DTD/xhtml1-strict.dtd">
4 <html xmlns:t="urn:schemas-microsoft-com:time">
5 <head>
6 <title>Excl1</title>
7 <meta http-equiv="Author" content="Imrich BURANSKY" />
8 <meta http-equiv="Content-Type" content="text/html; charset=Windows-1250" />
9 <?import namespace="t" implementation="#default#time2">
10 <style>
11 .T { behavior: url(#default#time2); }
12 </style>
13 </head>
14 <body >
15 <h2>Prvok t:excl</h2>
16 <p>Postupne sa ukážu obsahy štyroch prvkov</p>
17 <t:excl>
18 <div class="T" begin="0" Dur="10">Prvý div .. text (0+10) </div>
19 <h2 class="T" begin="4" dur="10">Nadpis (4+10)</h2>
20 <div class="T" begin="8" dur="10">
21 <img src="ovocie.png" alt="Ovocie" />
22 (8+10)
23 </div>
24 <p class="T" begin="15" dur="10">K O N I E C (15+10) </p>
25 </t:excl>
26 <p class="T" dur=".5"; repeatCount="indefinite"
27 onrepeat="Cas.innerText=parseInt(this.currTimeState.activeTime)" >
28 Čas : <strong id="Cas"></strong>
29 </p>
30 </body>
31 </html>