File: testParserErrors5.tpl

package info (click to toggle)
libnb-platform18-java 12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 729,800 kB
  • sloc: java: 5,059,097; xml: 574,432; php: 78,788; javascript: 29,039; ansic: 10,278; sh: 6,386; cpp: 4,612; jsp: 3,643; sql: 1,097; makefile: 540; objc: 288; perl: 277; haskell: 93
file content (57 lines) | stat: -rw-r--r-- 2,156 bytes parent folder | download | duplicates (8)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
	<link rel="stylesheet" type="text/css" href="css/layout.css">
	<title>{$title}</title>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
	<meta http-equiv="Content-Language" content="CS">
        <style type="text/css">
                .a {
                    margin-left: 15px;
                    }

            </style>
    </head>
    <body>
	<div id="centering_div">
	    <div id="login_div">
		<form method="POST" action="login.php">
		    <table class="text" style="margin-left: 450px">
			<tr><td>
			    {if (empty($username))}
				login <input name="login" type="text" class="textfield text"/>
				heslo <input name="password" type="password" class="textfield text" />
				<input id ="loginform_submit" name="submit" type="submit" value=" " class="login_submit" onmouseout="loginform_submit.style.backgroundImage = 'url(images/layout/loginform_button_ok_out.gif)'" onmouseover="loginform_submit.style.backgroundImage = 'url(images/layout/loginform_button_ok_over.gif)';"/>
			    </td>
			    <td style="line-height: 1.2; padding-left: 10px;">
				<a href="registrace.php">zaregistrovat</a><br>
				<a href="heslo.php">zapomenuté heslo</a>
			    {else}
				login: <b>{$username}</b> &nbsp;&nbsp;&nbsp;&nbsp;<a href="login.php?logout=1">odhlasit</a>
			    {/if}
			    </td>
			</tr>
		    </table>
		</form>

	    </div>
	    <div id="header_image"></div>
	    <div id="subpage_header">
			{include file="submenu.tpl"}
			{include file="menu.tpl"}
	    </div>
	    <div id="subpage_inner">
		<div id="subpage_content">
		    <div id="subpage_lefter">
			<div id="lefter_inner">
			    <img class="zarazka" src="images/layout/zarazka.gif"><span class="header1">NOVINKY</span><br><br>
			    {foreach from=$newsRows item=item}
				<b>{$item[0]} {$item[1]}</b><br>{$item[2]}<br><br>
			    {/foreach}
				{if (!empty($username) && $permitions)}
				    <div style="text-align: right;"><a href="pridat_novinku.php">Přidat novinku</a></div>
				{/if}
			</div>
		    </div>
		    <div id="subpage_middle"></div>
		    <div id="subpage_righter">