-
Notifications
You must be signed in to change notification settings - Fork 0
/
bodovani_maly.php
40 lines (36 loc) · 1.54 KB
/
bodovani_maly.php
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Language" content="cs">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<meta name="geo.country" content="CZ">
<meta name="keywords" content="skauti Plzeň,skauting Plzen,Vločka Plzeň,skauti předškoláci,skautský oddíl Plzeň">
<meta name="Rating" content="General">
<meta name="googlebot" content="snippet,archive">
<meta name="description" content="28. oddíl Vločka - bodování vlčat a světlušek">
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="image_src" href="http://vlocka.skauting.cz/images/ikonyweb/logo3.png">
<link href="http://vlocka.skauting.cz/images/ikonyweb/logo-mini3.ico" rel="Shortcut Icon">
<title>28. oddíl Vločka Plzeň</title>
</head>
<body>
<div id="hlavni">
<?php
require 'php/databaze.php';
require 'php-vzhled/zahlavi-default.php';
require 'php-vzhled/horejsek.php';
require 'php-vzhled/vlevo_zacatek.php';?>
<?php
require 'php-vzhled/vlevo_konec.php';
?>
<div class="obsah">
<h1>Bodování vlčat a světlušek</h1>
<p><a target="_blank" href="http://vlocka.skauting.cz/dokumenty/TB-VS-2015-02.pdf">Přehled bodování vlčat a světlušek do února 2015</a></p>
</div>
<?php require 'php-vzhled/spodek.php'?>
</div>
</body>
</html>