Initial commit, added files
This commit is contained in:
commit
d8119a52aa
7330 changed files with 219373 additions and 0 deletions
103
uvod/uvod_new.php
Executable file
103
uvod/uvod_new.php
Executable file
|
|
@ -0,0 +1,103 @@
|
|||
<?
|
||||
include ('../hlavicka_2.php');
|
||||
?>
|
||||
<body>
|
||||
<!-- **************************************** OBSAH WEBU ********************************* -->
|
||||
<div align="center">
|
||||
<div id="strana">
|
||||
|
||||
|
||||
<?
|
||||
include ('../navigace/_navigace.php');
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
<hr class="cleaner">
|
||||
<br>
|
||||
|
||||
|
||||
<div id="vlevo">
|
||||
<div class="inside">
|
||||
<!-- **************************************** START SUBMENU ********************************* -->
|
||||
<div id="submenu">
|
||||
<strong>Kategorie:</strong>
|
||||
<?
|
||||
include ('../navigace/nav_uvod.php');
|
||||
?>
|
||||
<br>
|
||||
<?
|
||||
include ('../support/prihlaseni.php');
|
||||
?>
|
||||
|
||||
<? include ('../vyhledavani.php'); ?>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- **************************************** Konec submenu ********************************* -->
|
||||
|
||||
|
||||
<br>
|
||||
<? include ('../support/fotografie_odkaz.php'); ?>
|
||||
<br>
|
||||
|
||||
<? include ('../reklama/banner_vlevo_uvod.php'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="vpravo">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<?
|
||||
include ('../aktuality.php');
|
||||
?>
|
||||
|
||||
<?
|
||||
include ('../reklama/banner_vpravo_uvod.php');
|
||||
?>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="stred" class="inside">
|
||||
|
||||
<div align="center">
|
||||
|
||||
<h4 class="tp">SDH Nové Strašecí</h4>
|
||||
<strong>Sídlo: Nové Strašecí, Palackého 189, PSÈ 271 01</strong>
|
||||
|
||||
|
||||
</div>
|
||||
<br><br><br>
|
||||
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="490" height="350" id="ples" align="middle">
|
||||
<param name="allowScriptAccess" value="sameDomain" />
|
||||
<param name="movie" value="../image/bannery/ples.swf" />
|
||||
<param name="quality" value="high" />
|
||||
<param name="bgcolor" value="#ffffff" />
|
||||
<embed src="../image/bannery/ples.swf" quality="high" bgcolor="#ffffff" width="490" height="350" name="ples" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
|
||||
</object>
|
||||
|
||||
<div align="center">
|
||||
<p><a href="http://www.sdhns.com/udalosti/ples_2006.php">Více informaèní o Hasièském plese 2006</a></p></div>
|
||||
|
||||
</div>
|
||||
|
||||
<?
|
||||
include ('../paticka.php');
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue