-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.tag
More file actions
26 lines (26 loc) · 1.09 KB
/
default.tag
File metadata and controls
26 lines (26 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
(h1) := <div><table border=0 width="100%"><tr><td bgcolor="#000000"><h1>- - -
(/h1) := - - -</h1></td></tr></table></div>
(h2) := <h2> - - -
(/h2) := </h2>
(h3) := <h3>
(/h3) := </h3>
(b) := <b>
(/b) := </b>
(i) := <i>
(/i) := </i>
(p) := <p>
(/p) := </p>
(center) := <p align="center">
(/center) := </p>
(list) := <ul><li>
(item) := </li><li>
(endlist) := </li></ul>
(pre) := <pre><font color="white">
(/pre) := </font></pre>
%(obrazek "(.-)"%) :=! <img src="%1" align="right" hspace="5" border="1">
%(velkyobrazek "(.-)"%) :=! <p align="center"><img src="%1" align="center"></p>
%(mailto "(.-)"%) :=! (ahref "mailto:%1")%1(/a)
%(ahref "(.-)"%) :=! <a href="%1">
%(aname "(.-)"%) :=! <a name="%1">
(/a) := </a>
(navigacnitabulka) := <p><div align="center"><table class="navtabulka"><tr><td><a href="/"><strong>FUXOFT.CZ</strong> - František Fuka</a> </td> <td style="text-align:right"> ><a href=/tvorba.htm>tvorba</a> ><a href=/faq.htm>f.a.q.</a> ><a href=/kontakt.htm>kontakt</a> ><a href=/english.htm><strong>ENGLISH</strong></a></td></tr></table></div></p>