| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 3 | <head> |
|---|
| 4 | <title><jlog:title /> - <jlog:website /></title> |
|---|
| 5 | <jlog:aditional-header /> |
|---|
| 6 | <link rel="stylesheet" href="<jlog:homelink />/personal/css/print.css" type="text/css" media="print" /> |
|---|
| 7 | <link rel="stylesheet" href="<jlog:homelink />/personal/css/screen.css" type="text/css" media="screen, projection" /> |
|---|
| 8 | <!--[if lte IE 6]><link rel="stylesheet" href="<jlog:homelink />/personal/css/ielte6.css" type="text/css" media="screen" /><![endif]--> |
|---|
| 9 | </head> |
|---|
| 10 | <body> |
|---|
| 11 | <p class="skip"><a href="#main"><jlog:skipcontent /></a></p> |
|---|
| 12 | <div id="container"><span id="pokal"></span> |
|---|
| 13 | <h1><a title="<jlog:home />" href="<jlog:homelink />/"><jlog:website /></a></h1> |
|---|
| 14 | <dl id="subnav"> |
|---|
| 15 | <dt class="first"><jlog:slogan-h /></dt> |
|---|
| 16 | <dd><jlog:slogan /></dd> |
|---|
| 17 | <dt><jlog:search-h /></dt> |
|---|
| 18 | <dd> |
|---|
| 19 | <form action="<jlog:homelink />/search.php"> |
|---|
| 20 | <p><input class="userdata" type="text" name="q" size="15" value="" /> |
|---|
| 21 | <input class="send" type="submit" value="<jlog:search />" /></p> |
|---|
| 22 | </form> |
|---|
| 23 | </dd> |
|---|
| 24 | <dt><jlog:categorieslist-h /></dt> |
|---|
| 25 | <dd><jlog:categorieslist /></dd> |
|---|
| 26 | <dt><jlog:current-h /></dt> |
|---|
| 27 | <dd><jlog:subcurrent /></dd> |
|---|
| 28 | <dd><jlog:archive-more /> <a href="<jlog:archivelink />"><jlog:archive /></a>.</dd> |
|---|
| 29 | <dt><jlog:sub-info /></dt> |
|---|
| 30 | <dd class="rss"><jlog:rss-link /><br /> <jlog:rss-info /></dd> |
|---|
| 31 | <dd><jlog:copyright /></dd> |
|---|
| 32 | <dd><jlog:powered /></dd> |
|---|
| 33 | </dl> |
|---|
| 34 | <div id="main"> |
|---|
| 35 | <jlog:content /> |
|---|
| 36 | </div> |
|---|
| 37 | <div id="footer"> </div> |
|---|
| 38 | </div> |
|---|
| 39 | </body> |
|---|
| 40 | </html> |
|---|