Initial commit
First time in version control, adding as is.
3
.htaccess
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
ErrorDocument 404 /main.php?page=404
|
||||||
|
DirectoryIndex maincg.php main.php index.php start.html index.html
|
||||||
|
Options -Indexes
|
||||||
17
cyklogaining.php
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<p>
|
||||||
|
<h4>Novinky</h4>
|
||||||
|
</p>
|
||||||
|
<table>
|
||||||
|
<!-- <tr><td>21. 4. 2009</td>
|
||||||
|
<td><a href="mainkrk.php?page=mcr_2009/rozpis_rog2009&lang=de">Ausschreibung</a> sind da.</td></tr> -->
|
||||||
|
<tr><td>4. 6. 2009</td>
|
||||||
|
<td>There is an <a href="http://cyklogaining.tojnar.cz/pages/invitation.pdf">English invitation</a> and/und eine <a href="http://cyklogaining.tojnar.cz/pages/einladung.pdf">Deutsche Einladung</a>.
|
||||||
|
</td></tr>
|
||||||
|
<tr><td>11. 5. 2009</td>
|
||||||
|
<td>Byly zveřejněny <a href="maincg.php?page=rozpis_cg2009">rozpis cyklogainingu</a> a <a href="maincg.php?page=rozpis_mtbo2009">rozpis MTBO</a> veřejného závodu MTBO na klasické trati.
|
||||||
|
</td></tr>
|
||||||
|
<tr><td>21. 4. 2009</td>
|
||||||
|
<td>Byly spuštěny <a href="maincg.php?page=cyklogaining">webové stránky</a> cyklogainingu 2009 a veřejného závodu MTBO na klasické trati. Přijměte prosím <a href="maincg.php?page=cykloupoutavka">úvodní pozvánku</a>
|
||||||
|
na závod a podívejte se na poněkud netradiční <a href="maincg.php?page=lob2002">fotky z prostoru závodu</a>.
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
184
en.phps
Normal file
@@ -0,0 +1,184 @@
|
|||||||
|
<?php
|
||||||
|
define("REQUIRED","(required)");
|
||||||
|
define("TEAM_NAME","Team name");
|
||||||
|
define("FIRSTNAME","First name");
|
||||||
|
define("LASTNAME","Last name");
|
||||||
|
define("EMAIL","E-Mail");
|
||||||
|
define("RENT","rent");
|
||||||
|
define("RACE_SELECTION","Race duration");
|
||||||
|
define("BORN","Birthday");
|
||||||
|
define("BORN_D_HELP","Day of the birth, e.g. 01 = 1st day of a month");
|
||||||
|
define("BORN_M_HELP","Month of the birth, e.g. 01 = January");
|
||||||
|
define("BORN_Y_HELP","Year of the birth, e.g. 1980");
|
||||||
|
define("TEAM","Team");
|
||||||
|
define("SEX","Gender");
|
||||||
|
define("I_HAVENT","Need to rent");
|
||||||
|
define("MEMBER_1","1<sup>st</sup> team member");
|
||||||
|
define("MEMBER_2","2<sup>nd</sup> team member");
|
||||||
|
define("MEMBER_3","3<sup>rd</sup> team member");
|
||||||
|
define("MEMBER_4","4<sup>th</sup> team member");
|
||||||
|
define("MEMBER_5","5<sup>th</sup> team member");
|
||||||
|
define("CONTACT_PERSON","(contact person)");
|
||||||
|
define("MAN","Man");
|
||||||
|
define("WOMAN","Woman");
|
||||||
|
define("SI","SI chip");
|
||||||
|
define("SUBMIT","Submit");
|
||||||
|
define("REMOVE_MEMBER","Remove a member");
|
||||||
|
define("ADD_MEMBER","Add a member");
|
||||||
|
define("CAT6HOURS","6 hours");
|
||||||
|
define("CAT12HOURS","12 hours");
|
||||||
|
define("CAT24HOURS","24 hours");
|
||||||
|
define("MIX_HELP","At least one man and one woman in a team");
|
||||||
|
define("MIX","Mix");
|
||||||
|
define("MEN","Men");
|
||||||
|
define("WOMEN","Women");
|
||||||
|
define("TEAM_SEX","Class");
|
||||||
|
define("TEAM_AGE","Age class");
|
||||||
|
define("JUNIORS_HELP","All team members must be 20 years old or younger.");
|
||||||
|
define("SENIORS_HELP","All team members must be 40 years old or older.");
|
||||||
|
define("TEAM_CLUB","Club");
|
||||||
|
define("TEAM_PASS","Password");
|
||||||
|
define("VETERANS","Veterans");
|
||||||
|
define("JUNIORS","Juniors");
|
||||||
|
define("OPEN","Open");
|
||||||
|
define("RACE","Race");
|
||||||
|
define("CATEGORY","Class");
|
||||||
|
define("M1NAME","1<sup>st</sup> member's name");
|
||||||
|
define("M1GENDER","1<sup>st</sup> member's gender");
|
||||||
|
define("M1SI","1<sup>st</sup> member's SI chip");
|
||||||
|
define("M2NAME","2<sup>nd</sup> member's name");
|
||||||
|
define("M2GENDER","2<sup>nd</sup> member's gender");
|
||||||
|
define("M2SI","2<sup>nd</sup> member's SI chip");
|
||||||
|
define("M3NAME","3<sup>rd</sup> member's name");
|
||||||
|
define("M3GENDER","3<sup>rd</sup> member's gender");
|
||||||
|
define("M3SI","3<sup>rd</sup> member's SI chip");
|
||||||
|
define("M4NAME","4<sup>th</sup> member's name");
|
||||||
|
define("M4GENDER","4<sup>th</sup> member's gender");
|
||||||
|
define("M4SI","4<sup>th</sup> member's SI chip");
|
||||||
|
define("M5NAME","5<sup>th</sup> member's name");
|
||||||
|
define("M5GENDER","5<sup>th</sup> member's gender");
|
||||||
|
define("M5SI","5<sup>th</sup> member's SI chip");
|
||||||
|
define("ENTRY_EDIT","Edit your entries");
|
||||||
|
define("ERROR","Error");
|
||||||
|
define("NOT_SENT","Not sent.");
|
||||||
|
define("GOBACK","«Back");
|
||||||
|
define("ENTRY","Entry");
|
||||||
|
define("SENT","Sent.");
|
||||||
|
define("ENTRYACCEPTED","Entry was accepted.");
|
||||||
|
define("ID","ID");
|
||||||
|
define("SI","SI");
|
||||||
|
define("NOTSAVED","Not saved");
|
||||||
|
define("THEREISATEAMWITHTHESAMENAME","There is a team with the same name");
|
||||||
|
define("SAVED","Saved");/***/
|
||||||
|
define("MISS1Y","Year of the birth of the 1<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS1M","Month of the birth of the 1<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS1D","Day of the birth of the 1<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS1SI","SI chip number of the 1<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS1MAIL","E-Mail of the 1<sup>st</sup> team member is missing.");
|
||||||
|
define("MISS1SEX","Gender of the 1<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS1LNAME","Surname of the 1<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS1FNAME","First name of the 1<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS2Y","Year of the birth of the 2<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS2M","Month of the birth of the 2<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS2D","Day of the birth of the 2<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS2SI","SI chip number of the 2<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS2SEX","Gender of the 2<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS2LNAME","Surname of the 2<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS2FNAME","First name of the 2<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS3Y","Year of the birth of the 3<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS3M","Month of the birth of the 3<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS3D","Day of the birth of the 3<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS3SI","SI chip number of the 3<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS3SEX","Gender of the 3<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS3LNAME","Surname of the 3<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS3FNAME","First name of the 3<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS4Y","Year of the birth of the 4<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS4M","Month of the birth of the 4<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS4D","Day of the birth of the 4<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS4SI","SI chip number of the 4<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS4SEX","Gender of the 4<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS4LNAME","Surname of the 4<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS4FNAME","First name of the 4<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS5Y","Year of the birth of the 5<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS5M","Month of the birth of the 5<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS5D","Day of the birth of the 5<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS5SI","SI chip number of the 5<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS5SEX","Gender of the 5<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS5LNAME","Surname of the 5<sup>th</sup> team member is missing.");
|
||||||
|
define("MISS5FNAME","First name of the 5<sup>th</sup> team member is missing.");
|
||||||
|
define("MISSTNAME","Team name is missing.");
|
||||||
|
define("MISSTCAT","Race duration is missing.");
|
||||||
|
define("MISSTSEX","Class is missing.");
|
||||||
|
define("MISSTPASS","Password is missing.");
|
||||||
|
define("MISSTAGE","Age class is missing.");
|
||||||
|
define("LISTOFTHEREGTEAMS","List of the registered teams");
|
||||||
|
define("REGTEAM","Team registration");
|
||||||
|
define("IFNOTOBTAINEDMAIL","Thank you. for your entry. It was registered in the entry database. You can edit it yourselves using the name of your team and password. On the address of the 1st member of your team you should receive a confirmation mail summarizing your entry. In case it doesn’t arrive, please contact us via e-mail: <a href=\"mailto:tojnar@gmail.com\">tojnar@gmail.com</a>");
|
||||||
|
|
||||||
|
|
||||||
|
define("PROFILE","Profile");
|
||||||
|
define("YES","Yes");
|
||||||
|
define("NO","No");//ne
|
||||||
|
define("AGE","Age");//věk
|
||||||
|
define("BED","Accommodation during race");//Nocleh během závodu
|
||||||
|
define("PERFORMANCE","My contemporary shape");//Moje fyzička
|
||||||
|
define("PERFORM1","I am a very well trained rogainer");//Vysoce trénovaný závodník
|
||||||
|
define("PERFORM2","My shape is supernormal");//Nadprůměrně zdatný závodník
|
||||||
|
define("PERFORM3","I'm an average rogainer");//Průměrně zdatný závodník
|
||||||
|
define("PERFORM4","I'm rather tourist");//Spíše turista
|
||||||
|
define("PERFORM5","I am a Sunday sportsman");//Sváteční sportovec
|
||||||
|
define("SKILL","My orienteering skills");//Moje orientační schopnosti
|
||||||
|
define("SKILL1","I'm skilled rogainer");//Zkušený závodník
|
||||||
|
define("SKILL2","I'm average rogainer");//Průměrně zdatný závodník
|
||||||
|
define("SKILL3","Mapping is problem for me. I'm prefering \"mapper\".");//Mapování mi činí problémy, preferuji „mapaře”
|
||||||
|
define("SKILL4","I'm an absolute beginner. I can't start without \"mapper\".");//Úplný začátečník, bez „mapaře” nevystartuji.
|
||||||
|
define("DATA","Imformations about advertiser");//Údaje o inzerentovi
|
||||||
|
define("MYPREF","My preferences");//Moje preference
|
||||||
|
define("NOTE","Notes");//Poznámka
|
||||||
|
define("AMBITIONS","My ambitions");//Ambice
|
||||||
|
define("AMB1","I'm expecting enplacement in the top of start field.");//Umístění ve špičce startovního pole
|
||||||
|
define("AMB2","I'm expecting enplacement in the head of start field.");//Umístění v horní části startovního pole
|
||||||
|
define("AMB3","I want show rather sport accomplishment");//Spíše sportovní výkon
|
||||||
|
define("AMB4","");//Závod, ale pohoda
|
||||||
|
define("AMB5","");//Nikam se nehnat, turistika
|
||||||
|
define("AMB6","Social thing");//Společenská záležitost
|
||||||
|
define("AMB7","I want commit suicide (death in pair) :-)");//Sebevražda - smrt ve dvou :-)
|
||||||
|
define("AMB8","I want visit Tojnar.");//Návštěva Tojnárka
|
||||||
|
define("MISSNAMEORPASS","You didn't enter e-mail or password");//Nevyplnili jste e-mail nebo heslo.
|
||||||
|
define("LOGINFORM","Log in");//Přihlášení
|
||||||
|
define("LOG-IN","Log in");//Přihlásit
|
||||||
|
define("PASSWORD","Password");//Heslo
|
||||||
|
define("SEEKINGPARTNER","I'm seeking partner.");//Hledám partnera
|
||||||
|
define("OFFER","I offer");//Nabízím
|
||||||
|
define("ORIENTATION","Orientation skill");//Orientace
|
||||||
|
define("SHAPE","Shape");//Fyzička
|
||||||
|
define("BORNYEAR","Year od born");//Rok narození
|
||||||
|
define("STARTDAY","28<sup>th</sup> June");//28. 6. 2009
|
||||||
|
define("MISSNAME","You didn't enter firstname.");//Nevyplnili jste jméno.
|
||||||
|
define("MISSLAST","You didn't enter lastname.");//Nevyplnili jste příjmení.
|
||||||
|
define("MISSMAIL","You didn't enter e-mail.");//Nevyplnili jste E-mail.
|
||||||
|
define("MISSPASS","You didn't enter password.");//Nevyplnili jste heslo.
|
||||||
|
define("MISSSEX","You didn't select sex.");//Nevyplnili jste pohlaví.
|
||||||
|
define("MISSAMB","You didn't select ambitions. You must check at least one option.");//Nevyplnili jste ambice. Musíte zaškrtnout alespoň jednu volbu.
|
||||||
|
define("MISSBED","You didn't select if you want accommodation.");//Nevyplnili jste nocleh.
|
||||||
|
define("MISSAGE","You didn't enter year of the birth.");//Nevyplnili jste rok narození.
|
||||||
|
define("MISSPERFORM","You didn't select your shape.");//Nevyplnili jste svou fyzičku.
|
||||||
|
define("MISSSKILL","You didn't select your orientation skill.");//Nevyplnili jste své orientační schopnosti.
|
||||||
|
define("MISSTSEX","You didn't select team composition.");//Nevyplnili jste složení týmu.
|
||||||
|
define("MISSRACE","You didn't select race.");//Nevyplnili jste trať závodu.
|
||||||
|
define("MISSCATEGORY","You didn't select race.");//Nevyplnili jste věkovou kategorii.
|
||||||
|
define("TOOYOUNG","You must be older than 0 years.");//Musíte být starší než 0 let.
|
||||||
|
define("THEREISAMANWITHTHESAMEEMAIL","There is someone registered with this e-mail.");//S tímto emailem je již někdo registrován.
|
||||||
|
define("ORDERBY","Order by:");//
|
||||||
|
define("ORDERNAME","lastname");//
|
||||||
|
define("ORDERDATE","registration date");//
|
||||||
|
define("ORDERMAIL","e-mail");//
|
||||||
|
define("ORDERTSEX","team sex");//
|
||||||
|
define("TEAMNOTEXISTSORPASSNOTVALID","This person doesn't exist or you enter wrong password.");//Osoba neexistuje nebo jste zadali špatné heslo
|
||||||
|
define("","");
|
||||||
|
define("","");
|
||||||
|
define("","");
|
||||||
|
define("","");
|
||||||
|
define("","");
|
||||||
|
define("","");
|
||||||
|
?>
|
||||||
BIN
highslide4/graphics/close.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
highslide4/graphics/closeX.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
highslide4/graphics/controlbar-black-border.gif
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
highslide4/graphics/controlbar-white-small.gif
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
highslide4/graphics/controlbar-white.gif
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
highslide4/graphics/controlbar4-hover.gif
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
highslide4/graphics/controlbar4.gif
Normal file
|
After Width: | Height: | Size: 854 B |
BIN
highslide4/graphics/fullexpand.gif
Normal file
|
After Width: | Height: | Size: 209 B |
BIN
highslide4/graphics/geckodimmer.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
highslide4/graphics/icon.gif
Normal file
|
After Width: | Height: | Size: 867 B |
BIN
highslide4/graphics/loader.gif
Normal file
|
After Width: | Height: | Size: 668 B |
BIN
highslide4/graphics/loader.white.gif
Normal file
|
After Width: | Height: | Size: 673 B |
BIN
highslide4/graphics/outlines/rounded-white.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
highslide4/graphics/resize.gif
Normal file
|
After Width: | Height: | Size: 70 B |
BIN
highslide4/graphics/zoomin.cur
Normal file
|
After Width: | Height: | Size: 326 B |
BIN
highslide4/graphics/zoomout.cur
Normal file
|
After Width: | Height: | Size: 326 B |
2346
highslide4/highslide-with-gallery.js
Normal file
131
highslide4/highslide.css
Normal file
@@ -0,0 +1,131 @@
|
|||||||
|
.highslide-container div{font-family:Verdana,Helvetica;font-size:10pt;}
|
||||||
|
.highslide{outline:none;text-decoration:none;}
|
||||||
|
.highslide img{border:2px solid silver;}
|
||||||
|
.highslide:hover img{border-color:gray;}
|
||||||
|
.highslide-active-anchor img{visibility:hidden;}
|
||||||
|
.highslide-gallery .highslide-active-anchor img{border-color:black;visibility:visible;cursor:default;}
|
||||||
|
.highslide-image{border-width:2px;border-style:solid;border-color:white;background:transparent;}
|
||||||
|
.highslide-wrapper,.highslide-outline{background:white;}
|
||||||
|
.glossy-dark{background:#111;}
|
||||||
|
.highslide-image-blur{}
|
||||||
|
.highslide-number{font-weight:bold;color:gray;}
|
||||||
|
.highslide-caption{display:none;border-top:none;font-size:1em;padding:5px;background:white;}
|
||||||
|
.highslide-heading{display:none;font-weight:bold;margin:0.4em;}
|
||||||
|
.highslide-dimming{position:absolute;background:black;}
|
||||||
|
a.highslide-full-expand{background:url(graphics/fullexpand.gif) no-repeat; display:block; margin:0 10px 10px 0; width:34px; height:34px;}
|
||||||
|
.highslide-loading{display:block;color:black;font-size:9px;font-weight:bold;text-transform:uppercase;text-decoration:none;padding:3px;border:1px solid white;background-color:white;padding-left:22px;background-image:url(graphics/loader.white.gif);background-repeat:no-repeat;background-position:3px 1px;}
|
||||||
|
a.highslide-credits, a.highslide-credits i{padding:2px;color:silver;text-decoration:none;font-size:10px;}
|
||||||
|
a.highslide-credits:hover, a.highslide-credits:hover i{color:white;background-color:gray;}
|
||||||
|
.highslide-move,.highslide-move *{cursor:move;}
|
||||||
|
.highslide-overlay{display:none;}
|
||||||
|
/* Example of a semitransparent,offset closebutton */
|
||||||
|
.closebutton{position:relative;top:-15px;left:15px;width:30px;height:30px;cursor:pointer;background:url(graphics/close.png);
|
||||||
|
/* NOTE! For IE6,you also need to update the highslide-ie6.css file. */
|
||||||
|
}
|
||||||
|
/*****************************************************************************/
|
||||||
|
/* Controls for the galleries. */
|
||||||
|
/* Remove these if you are not using a gallery */
|
||||||
|
/*****************************************************************************/
|
||||||
|
.highslide-controls{width:195px;height:40px;background:url(graphics/controlbar-white.gif) 0 -90px no-repeat;margin:20px 15px 10px 0;}
|
||||||
|
.highslide-controls ul{position:relative;left:15px;height:40px;list-style:none;margin:0;padding:0;background:url(graphics/controlbar-white.gif) right -90px no-repeat;}
|
||||||
|
.highslide-controls li{float:left;padding:5px 0;}
|
||||||
|
.highslide-controls a{background-image:url(graphics/controlbar-white.gif);display:block;float:left;height:30px;width:30px;outline:none;}
|
||||||
|
.highslide-controls a.disabled{cursor:default;}
|
||||||
|
.highslide-controls a span{
|
||||||
|
/* hide the text for these graphic buttons */
|
||||||
|
display:none;}
|
||||||
|
/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
|
||||||
|
.highslide-controls .highslide-previous a{background-position:0 0;}
|
||||||
|
.highslide-controls .highslide-previous a:hover{background-position:0 -30px;}
|
||||||
|
.highslide-controls .highslide-previous a.disabled{background-position:0 -60px !important;}
|
||||||
|
.highslide-controls .highslide-play a{background-position:-30px 0;}
|
||||||
|
.highslide-controls .highslide-play a:hover{background-position:-30px -30px;}
|
||||||
|
.highslide-controls .highslide-play a.disabled{background-position:-30px -60px !important;}
|
||||||
|
.highslide-controls .highslide-pause a{background-position:-60px 0;}
|
||||||
|
.highslide-controls .highslide-pause a:hover{background-position:-60px -30px;}
|
||||||
|
.highslide-controls .highslide-next a{background-position:-90px 0;}
|
||||||
|
.highslide-controls .highslide-next a:hover{background-position:-90px -30px;}
|
||||||
|
.highslide-controls .highslide-next a.disabled{background-position:-90px -60px !important;}
|
||||||
|
.highslide-controls .highslide-move a{background-position:-120px 0;}
|
||||||
|
.highslide-controls .highslide-move a:hover{background-position:-120px -30px;}
|
||||||
|
.highslide-controls .highslide-full-expand a{background-position:-150px 0;}
|
||||||
|
.highslide-controls .highslide-full-expand a:hover{background-position:-150px -30px;}
|
||||||
|
.highslide-controls .highslide-full-expand a.disabled{background-position:-150px -60px !important;}
|
||||||
|
.highslide-controls .highslide-close a{background-position:-180px 0;}
|
||||||
|
.highslide-controls .highslide-close a:hover{background-position:-180px -30px;}
|
||||||
|
/*****************************************************************************/
|
||||||
|
/* Styles for the HTML popups */
|
||||||
|
/* Remove these if you are not using Highslide HTML */
|
||||||
|
/*****************************************************************************/
|
||||||
|
.highslide-maincontent{display:none;}
|
||||||
|
.highslide-html{background-color:white;}
|
||||||
|
.highslide-html-content{display:none;width:400px;padding:0 5px 5px 5px;}
|
||||||
|
.highslide-header{padding-bottom:5px;}
|
||||||
|
.highslide-header ul{margin:0;padding:0;text-align:right;}
|
||||||
|
.highslide-header ul li{display:inline;padding-left:1em;}
|
||||||
|
.highslide-header ul li.highslide-previous,.highslide-header ul li.highslide-next{display:none;}
|
||||||
|
.highslide-header a{font-weight:bold;color:gray;text-transform:uppercase;text-decoration:none;}
|
||||||
|
.highslide-header a:hover{color:black;}
|
||||||
|
.highslide-header .highslide-move a{cursor:move;}
|
||||||
|
.highslide-footer{height:11px;}
|
||||||
|
.highslide-footer .highslide-resize{float:right;height:11px;width:11px;background:url(graphics/resize.gif);}
|
||||||
|
.highslide-body{}
|
||||||
|
.highslide-resize{cursor:nw-resize;}
|
||||||
|
/*****************************************************************************/
|
||||||
|
/* Styles for the Individual wrapper class names. */
|
||||||
|
/* See www.highslide.com/ref/hs.wrapperClassName */
|
||||||
|
/* You can safely remove the class name themes you don't use */
|
||||||
|
/*****************************************************************************/
|
||||||
|
/* hs.wrapperClassName = 'draggable-header' */
|
||||||
|
.draggable-header .highslide-header{height:16px;}
|
||||||
|
.draggable-header .highslide-header .highslide-move{cursor:move;display:block;height:16px;position:absolute;left:0;right:16px;top:0;width:auto;z-index:1;}
|
||||||
|
.draggable-header .highslide-header .highslide-move *{display:none;}
|
||||||
|
.draggable-header .highslide-header .highslide-close{position:relative;float:right;z-index:2;padding:0;}
|
||||||
|
.draggable-header .highslide-header .highslide-close a{display:block;height:16px;width:16px;background-image:url(graphics/closeX.png);}
|
||||||
|
.draggable-header .highslide-header .highslide-close a:hover{background-position:0 16px;}
|
||||||
|
.draggable-header .highslide-header .highslide-close span{display:none;}
|
||||||
|
/* hs.wrapperClassName = 'no-footer' */
|
||||||
|
.no-footer .highslide-footer{display:none;}
|
||||||
|
/* hs.wrapperClassName = 'wide-border' */
|
||||||
|
.wide-border .highslide-image{border-width:10px;}
|
||||||
|
.wide-border .highslide-caption{padding:0 10px 10px 10px;}
|
||||||
|
/* hs.wrapperClassName = 'borderless' */
|
||||||
|
.borderless .highslide-image{border:none;}
|
||||||
|
.borderless .highslide-caption{border-bottom:1px solid white;border-top:1px solid white;background:silver;}
|
||||||
|
/* hs.wrapperClassName = 'outer-glow' */
|
||||||
|
.outer-glow{background:#444;}
|
||||||
|
.outer-glow .highslide-image{border:5px solid #444444;}
|
||||||
|
.outer-glow .highslide-caption{border:5px solid #444444;border-top:none;padding:5px;background-color:gray;}
|
||||||
|
/* hs.wrapperClassName = 'colored-border' */
|
||||||
|
.colored-border .highslide-image{border:2px solid green;}
|
||||||
|
.colored-border .highslide-caption{border:2px solid green;border-top:none;}
|
||||||
|
/* hs.wrapperClassName = 'dark' */
|
||||||
|
.dark{background:#111;}
|
||||||
|
.dark .highslide-image{border-color:black black #202020 black;background:gray;}
|
||||||
|
.dark .highslide-caption{color:white;background:#111;}
|
||||||
|
.dark .highslide-controls, .dark .highslide-controls ul, .dark .highslide-controls a{background-image:url(graphics/controlbar-black-border.gif);}
|
||||||
|
/* hs.wrapperClassName = 'floating-caption' */
|
||||||
|
.floating-caption .highslide-caption{position:absolute;padding:1em 0 0 0;background:none;color:white;border:none;font-weight:bold;}
|
||||||
|
/* hs.wrapperClassName = 'controls-in-heading' */
|
||||||
|
.controls-in-heading .highslide-heading{color:gray;font-weight:bold;height:20px;overflow:hidden;cursor:default;padding:0 0 0 22px;margin:0;background:url(graphics/icon.gif) no-repeat 0 1px;}
|
||||||
|
.controls-in-heading .highslide-controls{width:105px;height:20px;position:relative;margin:0;top:-23px;left:7px;background:none;}
|
||||||
|
.controls-in-heading .highslide-controls ul{position:static;height:20px;background:none;}
|
||||||
|
.controls-in-heading .highslide-controls li{padding:0;}
|
||||||
|
.controls-in-heading .highslide-controls a{background-image:url(graphics/controlbar-white-small.gif);height:20px;width:20px;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-move{display:none;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-previous a{background-position:0 0;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-previous a:hover{background-position:0 -20px;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-previous a.disabled{background-position:0 -40px !important;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-play a{background-position:-20px 0;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-play a:hover{background-position:-20px -20px;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-play a.disabled{background-position:-20px -40px !important;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-pause a{background-position:-40px 0;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-pause a:hover{background-position:-40px -20px;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-next a{background-position:-60px 0;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-next a:hover{background-position:-60px -20px;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-next a.disabled{background-position:-60px -40px !important;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-full-expand a{background-position:-100px 0;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-full-expand a:hover{background-position:-100px -20px;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled{background-position:-100px -40px !important;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-close a{background-position:-120px 0;}
|
||||||
|
.controls-in-heading .highslide-controls .highslide-close a:hover{background-position:-120px -20px;}
|
||||||
BIN
images/caes-cerna-plna_t.gif
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
images/caes-cerna.gif
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
images/caes-modra-plna_t.gif
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
images/caes-zluta-plna_t.gif
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
images/caes.gif
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
images/car.gif
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
images/cz.png
Normal file
|
After Width: | Height: | Size: 476 B |
BIN
images/de.png
Normal file
|
After Width: | Height: | Size: 545 B |
BIN
images/def.png
Normal file
|
After Width: | Height: | Size: 602 B |
BIN
images/en.png
Normal file
|
After Width: | Height: | Size: 599 B |
BIN
images/enf.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
images/f.png
Normal file
|
After Width: | Height: | Size: 849 B |
BIN
images/header.png
Normal file
|
After Width: | Height: | Size: 87 KiB |
BIN
images/header1.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
images/logo_krk.png
Normal file
|
After Width: | Height: | Size: 225 KiB |
269
images/logo_krk.svg
Normal file
@@ -0,0 +1,269 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="100"
|
||||||
|
height="100"
|
||||||
|
viewBox="0 0 1050 952"
|
||||||
|
version="1.0"
|
||||||
|
id="svg2533"
|
||||||
|
sodipodi:version="0.32"
|
||||||
|
inkscape:version="0.46"
|
||||||
|
sodipodi:docname="logo_krk1.svg"
|
||||||
|
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||||
|
inkscape:export-filename="C:\Documents and Settings\All Users\Dokumenty\tojnar_php\krk\images\logo_krk.png"
|
||||||
|
inkscape:export-xdpi="999.90002"
|
||||||
|
inkscape:export-ydpi="999.90002"
|
||||||
|
enable-background="new">
|
||||||
|
<metadata
|
||||||
|
id="metadata2640">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs2638" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
inkscape:window-height="667"
|
||||||
|
inkscape:window-width="866"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
guidetolerance="10.0"
|
||||||
|
gridtolerance="10.0"
|
||||||
|
objecttolerance="10.0"
|
||||||
|
borderopacity="1.0"
|
||||||
|
bordercolor="#666666"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
id="base"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="4.62"
|
||||||
|
inkscape:cx="50"
|
||||||
|
inkscape:cy="50"
|
||||||
|
inkscape:window-x="195"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:current-layer="layer2"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:guide-bbox="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid6164" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer2"
|
||||||
|
inkscape:label="vrstva"
|
||||||
|
style="opacity:1">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.14750003999999970;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path6114"
|
||||||
|
sodipodi:cx="323.32318"
|
||||||
|
sodipodi:cy="514.41461"
|
||||||
|
sodipodi:rx="433.76526"
|
||||||
|
sodipodi:ry="433.76526"
|
||||||
|
d="M 757.08844,514.41461 A 433.76526,433.76526 0 1 1 -110.44208,514.41461 A 433.76526,433.76526 0 1 1 757.08844,514.41461 z"
|
||||||
|
transform="matrix(-1.000245,-0.5196922,0.5374617,-0.9672575,563.21414,1187.4412)" />
|
||||||
|
<path
|
||||||
|
transform="matrix(1.1339587,5.6926765e-2,5.8868068e-2,-1.0965638,119.3722,1067.524)"
|
||||||
|
d="M -84.832572,367.57735 A 433.76526,433.76526 0 0 1 664.38115,246.40013 L 323.32318,514.41461 z"
|
||||||
|
sodipodi:ry="433.76526"
|
||||||
|
sodipodi:rx="433.76526"
|
||||||
|
sodipodi:cy="514.41461"
|
||||||
|
sodipodi:cx="323.32318"
|
||||||
|
id="path6249"
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.14750003999999970;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
sodipodi:type="arc"
|
||||||
|
sodipodi:start="3.4869339"
|
||||||
|
sodipodi:end="5.6171429" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
d="M 523.413,488.5178 C 526.13206,475.54803 526.93413,462.13123 528.85862,448.91468 C 530.7136,437.81799 530.59747,426.35662 530.72169,415.05055 C 531.1248,373.7928 530.86726,332.73796 531.39446,291.48658 C 530.85197,280.98861 532.13046,270.40382 531.09158,259.88031 C 529.16028,245.21916 527.81489,230.44145 525.75949,215.77392 C 524.34011,205.14889 514.5358,173.45012 514.25445,172.53465 C 510.43894,185.33569 508.16427,199.6136 504.59036,212.54738 C 502.39082,220.85841 501.6935,228.2252 500.11447,236.56814 C 499.35789,245.79582 497.22938,254.79498 496.96923,264.0482 C 496.86188,302.19219 496.86714,340.40966 496.38751,378.53451 C 496.76092,398.89212 495.79633,419.25233 496.28723,439.7363 C 497.70366,452.44543 499.49038,474.36762 500.16222,487.03848 L 523.413,488.5178 z"
|
||||||
|
id="path6108"
|
||||||
|
sodipodi:nodetypes="ccsccccscccccc" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="ccsccccscccccc"
|
||||||
|
id="path6110"
|
||||||
|
d="M 533.80428,528.00565 C 524.67912,511.24134 513.65276,495.0982 503.6861,478.51956 C 495.50684,464.45739 486.08554,450.1087 476.35849,436.83418 C 440.82327,388.4233 404.31266,341.67944 368.88089,293.20198 C 359.32999,281.2686 351.14058,268.14786 341.17578,256.48066 C 326.91108,240.51476 313.00749,224.06341 298.6393,208.16405 C 288.286,196.60523 276.20515,190.74944 266.64064,183.03311 C 272.03592,200.54923 267.3531,192.41084 279.13044,217.02118 C 284.44041,228.11707 290.46859,237.05335 296.47263,247.73584 C 303.89453,258.96076 310.03522,270.73709 317.87103,281.69586 C 350.93376,326.29492 384.14922,370.91261 416.90153,415.71136 C 434.88713,439.25718 451.81913,463.60402 470.00727,487.22734 C 482.16934,501.2212 502.62982,525.75097 514.17105,540.14416 L 533.80428,528.00565 z"
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
id="path6112"
|
||||||
|
sodipodi:cx="523.39941"
|
||||||
|
sodipodi:cy="516.01526"
|
||||||
|
sodipodi:rx="32.012196"
|
||||||
|
sodipodi:ry="32.012196"
|
||||||
|
d="M 555.41161,516.01526 A 32.012196,32.012196 0 1 1 491.38722,516.01526 A 32.012196,32.012196 0 1 1 555.41161,516.01526 z"
|
||||||
|
transform="matrix(1.4602173,0,0,1.4120625,-252.77349,-206.45299)" />
|
||||||
|
<path
|
||||||
|
d="M 318.33769,622.95335 C 327.16115,619.46826 336.73023,618.62703 346.17504,617.54546 C 340.58272,623.31387 333.87193,628.00072 328.65243,634.0095 C 312.86965,650.35339 301.68501,671.14378 298.20534,693.37625 C 297.95679,697.94292 297.21115,702.38941 296.58978,706.95609 C 296.34123,714.16663 296.9626,721.37715 298.20534,728.46751 C 300.31799,736.75963 301.68501,745.17192 305.66177,752.86318 C 310.63272,765.60177 319.08334,776.89829 328.77671,786.75268 C 337.60015,795.40532 346.79641,803.69746 354.50138,813.31149 C 326.66405,814.51325 298.95098,802.97638 279.19145,784.34919 C 272.48066,776.65794 265.6456,768.84653 261.17176,759.71317 C 253.59107,744.45087 249.49003,727.38593 250.85705,710.4412 C 252.34833,693.73679 257.195,677.03236 266.88834,662.97184 C 278.69435,644.46478 297.58397,630.76476 318.33769,622.95335 z"
|
||||||
|
id="path2627"
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.11456954000000000" />
|
||||||
|
<g
|
||||||
|
id="g2673"
|
||||||
|
transform="matrix(0.7148618,0,0,0.6912874,943.95422,289.98076)">
|
||||||
|
<path
|
||||||
|
transform="matrix(0.1618528,-0.1219201,0.1219201,0.1618528,-649.8429,462.90677)"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
id="path2648"
|
||||||
|
sodipodi:type="star" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="star"
|
||||||
|
id="path2652"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
transform="matrix(0.1008355,-0.1088864,0.1088864,0.1008355,-444.45719,488.06683)" />
|
||||||
|
<path
|
||||||
|
transform="matrix(0.1951475,-5.4573712e-2,5.4573712e-2,0.1951475,-484.51921,679.66957)"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
id="path2654"
|
||||||
|
sodipodi:type="star" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="star"
|
||||||
|
id="path2656"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
transform="matrix(0.1951475,-5.4573712e-2,5.4573712e-2,0.1951475,-463.36761,355.5259)" />
|
||||||
|
<path
|
||||||
|
transform="matrix(6.8646855e-2,-7.412784e-2,7.412784e-2,6.8646855e-2,-501.13736,604.30145)"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
id="path2658"
|
||||||
|
sodipodi:type="star" />
|
||||||
|
</g>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-size:61.10254288000000100px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:100%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.09523810000000001px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
|
||||||
|
id="text6157"
|
||||||
|
sodipodi:linespacing="100%"><textPath
|
||||||
|
xlink:href="#path6114"
|
||||||
|
id="textPath2547"><tspan
|
||||||
|
id="tspan6159"
|
||||||
|
dy="-32.833447"
|
||||||
|
style="font-size:61.10254288000000100px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Verdana;-inkscape-font-specification:Verdana Bold"
|
||||||
|
dx="-9.090909">Krušnohorský Rogaingový Klub</tspan></textPath></text>
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.20788288000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 514.67387,918.29801 L 514.67387,999.39606"
|
||||||
|
id="path6170"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3.20788288000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 926.93278,523.94244 L 1008.0797,523.94244"
|
||||||
|
id="path6176"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3.20788288000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 883.69876,690.27399 L 961.37696,725.69999"
|
||||||
|
id="path6186"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3.35170388000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 683.71385,146.62354 L 715.10351,87.448422"
|
||||||
|
id="path6204"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cs"
|
||||||
|
id="path6206"
|
||||||
|
d="M 514.67387,47.300456 L 514.67387,111.42126"
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3.20788288000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
id="path6213"
|
||||||
|
d="M 22.899142,523.94244 L 94.059612,524.4044"
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3.20788288000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cc"
|
||||||
|
id="path6215"
|
||||||
|
d="M 260.30156,930.39123 L 295.37008,859.80967"
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.20788288000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3.20788288000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 132.99796,344.2326 L 73.809346,316.58304"
|
||||||
|
id="path6233"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3.20788288000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 929.83667,264.8129 L 865.54839,303.12865"
|
||||||
|
id="path6235"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3.20788288000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 268.79489,185.94117 L 231.31078,133.80192"
|
||||||
|
id="path6241"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.20788288000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 96.265733,763.70836 L 159.11493,726.69581"
|
||||||
|
id="path6243"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cc"
|
||||||
|
id="path6245"
|
||||||
|
d="M 745.51929,844.81369 L 794.28674,911.85549"
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.20788288000000010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 15 KiB |
BIN
images/logo_krk16.png
Normal file
|
After Width: | Height: | Size: 883 B |
BIN
images/logo_krk_100.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
353
images/logo_krk_big.svg
Normal file
@@ -0,0 +1,353 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="100"
|
||||||
|
height="100"
|
||||||
|
viewBox="0 0 1050 952"
|
||||||
|
version="1.0"
|
||||||
|
id="svg2533"
|
||||||
|
sodipodi:version="0.32"
|
||||||
|
inkscape:version="0.46"
|
||||||
|
sodipodi:docname="logo_krk.svg"
|
||||||
|
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||||
|
inkscape:export-filename="C:\Documents and Settings\Hlava rodiny\Dokumenty\Zalozeni_KRK\Logo_KRK\Logo_KRK.png"
|
||||||
|
inkscape:export-xdpi="450"
|
||||||
|
inkscape:export-ydpi="450">
|
||||||
|
<metadata
|
||||||
|
id="metadata2640">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs2638">
|
||||||
|
<inkscape:perspective
|
||||||
|
sodipodi:type="inkscape:persp3d"
|
||||||
|
inkscape:vp_x="0 : 595 : 1"
|
||||||
|
inkscape:vp_y="0 : 1000 : 0"
|
||||||
|
inkscape:vp_z="1312.5 : 595 : 1"
|
||||||
|
inkscape:persp3d-origin="656.25 : 396.66667 : 1"
|
||||||
|
id="perspective2642" />
|
||||||
|
<inkscape:perspective
|
||||||
|
id="perspective2667"
|
||||||
|
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||||
|
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||||
|
inkscape:vp_y="0 : 1000 : 0"
|
||||||
|
inkscape:vp_x="0 : 526.18109 : 1"
|
||||||
|
sodipodi:type="inkscape:persp3d" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
inkscape:window-height="840"
|
||||||
|
inkscape:window-width="1440"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
guidetolerance="10.0"
|
||||||
|
gridtolerance="10.0"
|
||||||
|
objecttolerance="10.0"
|
||||||
|
borderopacity="1.0"
|
||||||
|
bordercolor="#666666"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
id="base"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="6.037147"
|
||||||
|
inkscape:cx="86.684173"
|
||||||
|
inkscape:cy="52.085364"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="26"
|
||||||
|
inkscape:current-layer="svg2533" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 438.4,25.7 C 447.3,24.7 456,22.6 464.9,21.9 C 468.9,21.6 473.3,22.8 475.8,26.2 C 478.7,29.7 479.4,34.7 478.3,39.1 C 477,43.4 472.9,46.2 468.8,47.7 C 476.9,51.5 481.7,59.3 487.7,65.5 C 484,66.4 480.3,66.9 476.6,67.5 C 470.8,61.9 466.3,54.7 459.2,50.6 C 456.9,50.8 454.5,51.1 452.2,51.4 C 453.1,57.9 454.1,64.3 455.4,70.7 C 452.3,71.5 449.1,71.8 445.9,72.4 C 443.5,56.8 441,41.3 438.4,25.7 z"
|
||||||
|
id="path2537" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 449.2,32.1 C 454.5,31.5 459.7,29.9 465.1,30.3 C 470.1,31.1 470.8,39.5 466,41.2 C 461.1,42.7 455.9,43.4 450.8,43.8 C 450.4,39.9 449.6,36 449.2,32.1 z"
|
||||||
|
id="path2539" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 514.6,30.9 C 520.1,29.7 526.3,30.5 530.7,34.3 C 539.1,41.1 538.9,55.7 530.5,62.3 C 523.3,68.2 511.6,67.2 505.5,60.3 C 501.1,54.7 500.3,46.6 503.2,40.1 C 505.2,35.4 509.6,32 514.6,30.9 z"
|
||||||
|
id="path2541" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 561,39.1 C 564,33.8 570.3,31.7 576.1,32.7 C 579.5,33.9 582.1,36.4 584.2,39.2 C 584.4,37.7 584.6,36.2 584.8,34.7 C 587.5,35.1 590.2,35.4 592.9,35.7 C 592,46.6 590.3,57.4 589,68.2 C 588.4,73.6 585.9,79.8 580.1,81.1 C 573.9,82.3 567.1,81.5 561.4,78.7 C 557.6,76.7 555.9,72.2 556.5,68 C 559.9,68.7 563.2,69.6 566.5,70.4 C 566.8,71.4 567.2,72.4 567.6,73.4 C 570.9,74.6 575.3,75.8 578.3,73.3 C 580.4,70.4 580,66.5 580.6,63.2 C 578.1,65.3 575.3,67.3 572,67.4 C 567.2,67.7 562.4,65 560.1,60.8 C 556.3,54.1 557.3,45.6 561,39.1 z"
|
||||||
|
id="path2543" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 517.6,37.8 C 520.9,37 524.7,38.8 526.3,41.9 C 527.9,45.1 527.8,48.9 527.2,52.4 C 526.1,57 521,60.2 516.4,58.4 C 508.2,54.9 508.6,40 517.6,37.8 z"
|
||||||
|
id="path2545" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 573.5,39.7 C 577.9,38.7 582.3,42.6 582.4,47 C 582.8,51.7 581.8,57.7 577,59.9 C 572.8,62 567.2,58.6 567.2,53.9 C 566.7,48.7 567.5,41.4 573.5,39.7 z"
|
||||||
|
id="path2547" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 667.9,39.2 C 670.8,40.1 673.7,41 676.6,41.8 C 675.8,44.5 675,47.2 674.1,49.9 C 671.2,49.1 668.4,48.2 665.5,47.2 C 666.3,44.6 667.1,41.9 667.9,39.2 z"
|
||||||
|
id="path2549" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 365.1,43.8 C 368.3,42.8 371.5,41.6 374.6,40.4 C 373,44.3 371.2,48.2 369.9,52.3 C 368,53.1 366.1,53.9 364.2,54.7 C 364.3,51 364.5,47.4 365.1,43.8 z"
|
||||||
|
id="path2551" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 611.8,48.2 C 613.7,45.1 616.3,42.1 620.1,41.5 C 625.2,40.9 630.5,41.8 635.2,44 C 637.9,45.4 640.4,47.9 640.5,51.1 C 640.7,60.7 635,69.9 637.3,79.5 C 634.4,78.8 631.4,78.2 628.5,77.5 C 628.5,76.6 628.3,74.9 628.3,74 C 622.2,77.5 613.2,77.3 609,71.1 C 605.7,66.3 608,58.8 613.5,56.8 C 619.3,54.9 625.5,56.2 631.5,55.5 C 631.5,53.9 631.5,52.3 631.5,50.8 C 629,48.9 625.6,47.6 622.5,48.6 C 621.3,49.4 620.3,50.4 619.2,51.4 C 616.8,50.3 614.3,49.3 611.8,48.2 z"
|
||||||
|
id="path2553" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 377.6,54 C 380.5,53 383.4,51.9 386.3,51 C 386.3,61.3 386.3,71.6 386.3,81.9 C 386.4,87.7 387.5,93.9 385.2,99.4 C 383,104.3 377.3,105.9 372.6,106.8 C 371.7,105.1 370.8,103.5 370,101.8 C 369.3,101.2 368.6,100.7 368.3,99.9 L 369.2,100.8 C 371.6,99.7 374.5,99.4 376.2,97.3 C 377.3,95.4 377.9,93.1 377.5,91 C 369.7,81.5 361,72.7 353.6,62.9 C 356.6,61.8 359.6,60.5 362.8,60 C 367.8,66.8 373.3,73.1 378.5,79.7 C 378.4,71.2 377.6,62.6 377.6,54 z"
|
||||||
|
id="path2555" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 664,51.7 C 666.9,52.6 669.9,53.5 672.8,54.4 C 669.4,65.5 665.9,76.5 662.7,87.6 C 659.9,86.2 656.9,85.4 654,84.4 C 657.3,73.5 660.8,62.6 664,51.7 z"
|
||||||
|
id="path2557" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 617.2,67.9 C 615.5,65.5 617.3,62.1 620,61.6 C 623.3,61.2 626.7,61.4 630,61.3 C 629.4,64.2 629.2,68 626.2,69.5 C 623.4,71.1 618.9,71.1 617.2,67.9 z"
|
||||||
|
id="path2559" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 680.9,94.2 C 685.2,83.7 689.9,73.3 694.1,62.8 C 696.7,63.7 699.3,64.8 701.9,65.9 C 701.3,67.4 700.8,69 700.2,70.5 C 706.6,66.7 715.6,69 719.2,75.5 C 720.7,79.2 719.5,83.3 717.9,86.9 C 715,93.4 712.5,100.1 709.4,106.5 C 706.8,105.3 704.1,104.2 701.5,103 C 703.8,95.7 707.6,88.9 710.1,81.7 C 711.1,79 709.7,75.8 706.9,74.9 C 703.5,73.2 699.3,75.2 697.7,78.5 C 694.5,84.8 692,91.4 689.2,97.8 C 686.4,96.7 683.7,95.5 680.9,94.2 z"
|
||||||
|
id="path2561" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 308.4,68.8 C 311.2,67.5 314,66.2 316.9,65.2 C 320.1,72.9 323.4,80.5 326.9,88.1 C 328.3,82.9 330.1,77.8 331.7,72.7 C 335.1,71.3 338.4,69.8 341.8,68.4 C 340.1,73.8 338.1,79.1 336.2,84.4 C 342.9,89.4 349.5,94.5 356.4,99.2 C 353.4,100.6 350.4,102.6 347.1,102.9 C 342.2,99.9 338.2,95.7 333.2,92.9 C 332.7,94.9 331.5,96.8 331.5,98.9 C 332.8,102.1 334.3,105.2 335.7,108.4 C 332.9,109.7 330.1,111 327.2,112 C 321.1,97.5 314.7,83.1 308.4,68.8 z"
|
||||||
|
id="path2563" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 748.2,72.2 C 751,73.5 753.8,75 756.6,76.3 C 755.1,78.8 753.7,81.3 752.3,83.8 C 749.6,82.4 746.9,80.9 744.4,79.3 C 745.7,77 747,74.6 748.2,72.2 z"
|
||||||
|
id="path2565" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 742.1,83.6 C 744.7,84.9 747.4,86.4 750,87.9 C 744.9,98 739.2,107.8 734,117.9 C 731.2,116.8 728.6,115.2 725.9,113.9 C 731.1,103.6 736.8,93.7 742.1,83.6 z"
|
||||||
|
id="path2567" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 275.7,101.8 C 279.8,98.3 284.5,95.1 290.1,94.7 C 293,94.8 295.7,96.2 298,97.9 C 296,99.8 293.9,101.7 291.9,103.7 C 287.2,100.5 280.9,104.3 279.4,109.3 C 280.8,109.9 282.3,110.7 283.9,110 C 289.3,108.5 294.6,106.3 300.2,105.7 C 304.6,106.6 308.3,110.4 308.5,114.9 C 308.9,119.6 306.1,123.8 302.5,126.5 C 298.6,129.4 294,132.1 289,131.7 C 286,131.9 283.4,130.1 280.8,128.9 C 281.8,125.7 285.1,124.1 287.6,122.2 C 291.8,126.9 298.5,122.4 300.8,118 C 299.9,117 299.6,115.1 298,115.1 C 292.2,116.1 286.9,119.2 281,119.4 C 275.8,119.1 271.6,114.1 272.2,108.9 C 272.2,106.1 274,103.9 275.7,101.8 z"
|
||||||
|
id="path2569" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 769.5,99 C 772.1,100.3 774.5,101.9 776.8,103.7 C 775.8,105 774.9,106.3 773.9,107.6 C 779.4,106.2 785.7,107.1 789.4,111.7 C 792.7,115 792.7,120.4 790.3,124.2 C 786.1,131.2 781.2,137.8 776.8,144.8 C 774.2,143.3 771.7,141.6 769.2,139.9 C 772.9,133.8 777.2,128 781,121.9 C 782.1,119.9 783.4,117.1 781.7,115 C 780.5,113 778.1,112.3 776,111.6 C 773.8,112.4 771.4,113.1 770.1,115.2 C 765.7,120.7 762.2,126.8 758.1,132.6 C 755.6,130.8 753,129.1 750.5,127.3 C 757,118 763.2,108.5 769.5,99 z"
|
||||||
|
id="path2571" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 248.5,125.9 C 247.5,120.3 252,114.7 257.9,115.1 C 258.5,117.8 259.1,120.4 259.8,123.1 C 256.2,123.1 252.2,126 253.5,129.9 C 256.1,137.4 261.7,143.3 265.8,150 C 263.3,151.6 261.1,153.9 258.2,154.8 C 251.8,145.4 245,136.3 239,126.7 C 241.3,125.3 243.3,123.2 246,122.4 C 246.8,123.5 247.7,124.7 248.5,125.9 z"
|
||||||
|
id="path2573" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 442.7,130.1 C 468.5,125.1 494.7,121.3 521,121.4 C 531.3,121.4 541.7,121 551.9,122.2 C 561.4,122.4 570.7,123.9 580,124.6 C 620.5,130.6 660.3,142.4 696.8,160.9 C 730.7,177.7 762.1,199.4 789.7,225.1 C 796.7,232.2 803.8,239.2 810.8,246.3 C 836.9,275.2 859.6,307.2 876.7,342.2 C 882.3,354 887.6,365.9 892.3,378.1 C 897.8,394.5 903.6,410.9 907.1,427.9 C 914.7,462.3 919.1,497.8 916.9,533 C 916.9,548.8 914.4,564.4 912,579.9 C 905.7,618.9 893.2,656.9 875.2,692.1 C 869.1,703.8 863.1,715.6 855.6,726.5 C 844.9,743.5 832.9,759.6 819.6,774.6 C 813,783 805.1,790.2 797.7,797.8 C 787.4,807.8 776.8,817.6 765.4,826.4 C 748.1,839.5 730.2,851.8 711.2,862.2 C 680,879 646.6,891.9 611.9,899.4 C 599.6,902.5 586.9,904 574.4,906.1 C 558,907.9 541.5,908.8 525,908.5 C 506.9,908.9 488.9,907.4 471.1,904.6 C 415.4,896.7 361.3,876.6 314.5,845.3 C 299.1,835 283.9,824.3 270.1,811.8 C 259.8,802.4 249.5,793 240.3,782.5 C 225.1,766.8 212.1,749.2 199.9,731.2 C 193.3,720.9 187.2,710.3 180.9,699.8 C 166.5,672.7 155.2,643.8 148.1,613.9 C 143.1,594.6 139.7,574.8 137.4,555 C 136.1,542.7 135,530.4 135.5,518 C 136.1,510.4 135.2,502.6 136.1,495 C 137.1,470.7 141.7,446.8 146.7,423.1 C 154.3,391.7 166.2,361.6 180.7,332.8 C 196.5,303.4 215.4,275.6 237.6,250.5 C 248,240 258,229 269.4,219.5 C 289.9,200.8 312.4,184.3 336.8,171 C 369.5,151.7 405.8,138.8 442.7,130.1 z"
|
||||||
|
id="path2575" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 481.9,128.4 C 495.8,126.9 509.7,125.9 523.6,126.2 C 523.6,152.1 523.6,177.9 523.6,203.8 C 524.9,203.8 526.3,203.8 527.6,203.8 C 527.6,178 527.6,152.1 527.6,126.2 C 543.5,125.7 559.2,127.2 575,128.8 C 595.7,131.1 616.1,136.2 636.2,141.8 C 664.3,150.4 691.3,162.4 716.8,177.1 C 703.3,198.6 689.2,219.8 675.5,241.2 C 674.4,242.6 676.6,243.9 677.1,245 C 683.4,236.5 688.7,227.3 694.6,218.5 C 703.1,205.3 711.7,192.3 720.1,179 C 731.9,186 743.3,193.6 754.5,201.7 C 768.1,212.5 781.9,223.4 793.9,236.1 C 816.6,257.8 835.9,282.7 852.9,309 C 854.1,310.8 855.2,312.8 856.2,314.7 C 835.7,328.2 815.5,342.1 795.1,355.7 C 793.2,356.7 795.5,359.1 796.7,359.6 C 817.3,345.8 837.8,331.9 858.3,318.1 C 866.5,331 872.9,345 879.3,358.9 C 884,369.5 888.5,380.3 891.9,391.4 C 899.3,412.8 904.5,434.8 907.9,457.2 C 910.6,475.6 912.9,494.1 912.6,512.8 C 888.4,512.8 864.3,512.7 840.2,512.8 C 840.2,514.1 840.2,515.4 840.2,516.8 C 864.3,516.8 888.4,516.8 912.6,516.8 C 912.5,531.8 912.3,546.9 909.9,561.8 C 906.5,588 901.2,614.1 892.4,639.1 C 884.8,662.7 874,685.2 862.1,706.9 C 840.3,694.5 818.6,681.9 796.9,669.4 C 796.2,670.5 795.5,671.6 794.8,672.7 C 816.6,685.2 838.3,697.9 860.1,710.3 C 847.7,731.5 833.4,751.7 817.2,770.2 C 811.8,776.8 805.9,783.1 799.7,789.1 C 792.9,783.1 786.7,776.2 780.1,769.9 C 702.5,692.2 624.9,614.5 547.2,536.9 C 554.5,528.9 558.6,517.7 556.5,506.9 C 554.5,492.5 542.5,480.7 528.4,477.5 C 530.2,466.2 530.3,454.6 531.3,443.1 C 532.3,433.8 531.4,424.4 531,415 C 529.5,380.7 527.6,346.4 526.2,312.1 C 525.3,303.4 525.8,294.6 524.5,285.9 C 522.3,273.8 520.6,261.5 518.3,249.4 C 514.8,236.8 510.9,224.3 507.6,211.7 C 507.5,212.3 507.3,213.5 507.2,214.1 C 504.7,224.9 503.1,235.9 500.8,246.8 C 499.4,253.8 499.6,260.9 498.7,267.9 C 498.5,275.6 497.1,283.2 497.3,290.9 C 498.9,322.6 500.5,354.3 501.8,386 C 503,402.9 503.2,419.9 504.5,436.9 C 506.2,447.4 508.4,457.8 509.5,468.3 C 506.5,460.3 503.1,452.4 499.7,444.5 C 464.6,383.3 429.5,322 394.4,260.8 C 388.4,252.2 381.7,244.1 375.5,235.6 C 370.9,229.2 364.7,224.3 359.5,218.5 C 355.3,214.3 351.5,209.6 346.6,206.2 C 342.5,199.3 338.8,192.2 334.8,185.2 C 333.6,183.3 332.6,181.4 331.9,179.3 C 348.2,170 364.5,160.8 382,154.2 C 399.6,147.1 417.6,141.2 436,136.6 C 451.1,132.6 466.5,130.6 481.9,128.4 z"
|
||||||
|
id="path2577" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 804.9,135.9 C 809.3,132 816.4,131 821.5,134.3 C 825.8,136.4 827.8,141.3 827.9,145.9 C 828.8,144.7 829.8,143.4 830.8,142.2 C 833,144 835.3,145.8 837.5,147.6 C 830.9,155.9 824.4,164.3 817.8,172.7 C 814.6,176.9 809.7,181.4 803.9,180.1 C 797.3,178.2 791.1,173.5 787.7,167.4 C 785.6,163.7 787.3,159.7 789.2,156.3 C 791.8,158.6 794.2,161.1 796.6,163.6 C 795.2,168.4 800.3,171.4 804.2,172.3 C 807.9,172 809.6,168.1 811.7,165.6 C 812,165.3 812.5,164.8 812.8,164.6 C 809.9,165.1 806.7,165.7 804,164.2 C 798.7,162.2 795.5,156.4 796.2,150.9 C 796.6,144.9 800.5,139.8 804.9,135.9 z"
|
||||||
|
id="path2579" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 814.6,140.8 C 819.5,139.5 824.5,144.8 823.1,149.7 C 821.8,153.6 819,157.1 815.4,159.3 C 811.8,160.8 806.9,159.5 805.5,155.5 C 803.9,149.3 809.1,143.2 814.6,140.8 z"
|
||||||
|
id="path2581" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 214.5,147.6 C 225.6,142.8 239.2,153.2 238.7,165 C 239,176.2 226.6,185.5 215.9,182.2 C 208.4,179.5 202.7,172 202.5,164 C 202.7,156.8 208,150.4 214.5,147.6 z"
|
||||||
|
id="path2583" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 217.7,154.8 C 223.5,154.1 228.5,159.4 230.2,164.5 C 232,170.3 225.5,176.3 219.9,174 C 214.6,171.9 209.7,166 211.6,160 C 212.6,157.4 214.9,155.4 217.7,154.8 z"
|
||||||
|
id="path2585" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 850,168 C 860.7,166 871.7,176.2 870.6,187 C 870.3,193 866.3,198.1 861.5,201.2 C 855.4,205.1 846.8,204.6 841.4,199.6 C 837,195.8 833.8,190 834.5,184.1 C 835.9,176.3 842.4,169.8 850,168 z"
|
||||||
|
id="path2587" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 851.5,176.7 C 855.7,175.1 860.9,177.5 862.1,181.9 C 863.5,186.6 859.9,190.8 856.5,193.5 C 853.3,196.2 847.8,196.4 845,193 C 842.8,190.8 842.9,187.3 843.6,184.5 C 845.2,181.1 848.1,178.2 851.5,176.7 z"
|
||||||
|
id="path2589" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 177.9,182.7 C 181.6,180.8 186.1,182.3 189,184.9 C 195.2,190.2 201.2,195.9 206.9,201.7 C 204.6,203.5 203,206.8 200.3,207.8 C 194.1,202.3 188.6,196.2 182,191.2 C 175.9,189.7 171.9,198 176,202.3 C 180.7,208 186.6,212.6 191.9,217.8 C 189.5,219.7 188,222.8 185.1,224 C 173.7,213.3 162.3,202.7 150.9,192 C 152.9,189.7 154.9,187.4 157,185.3 C 161.3,189.1 165.3,193.2 169.6,196.9 C 169.2,191.1 172.3,184.9 177.9,182.7 z"
|
||||||
|
id="path2591" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 274.3,221.4 C 290.9,206.3 309,192.9 328.2,181.3 C 335.3,193.8 342.2,206.3 349.2,218.8 C 353.8,225.9 354.2,234.7 357.3,242.5 C 361.3,252.5 365.5,262.4 369.4,272.4 C 370.4,274.8 371.8,277 373,279.2 C 407.3,338.9 441.5,398.7 475.8,458.4 C 483,466.9 489.4,476 496.1,484.8 C 498,486.6 495.9,488.4 494.7,489.8 C 485.7,499.9 483.9,515.4 489.7,527.5 C 379.9,565 270.2,602.4 160.4,639.7 C 155.5,626 152.4,611.6 148.9,597.3 C 144.4,574.9 141,552.1 140.1,529.2 C 139.6,525.2 139.9,521.2 140.4,517.2 C 164.8,517.2 189.1,517.2 213.5,517.2 C 213.5,515.9 213.5,514.5 213.6,513.2 C 189.2,513.2 164.8,513.2 140.4,513.2 C 139.8,501.8 141.2,490.4 141.8,479 C 144.2,460.1 147.3,441.4 151.4,422.9 C 160.1,388.9 173.2,356 190.1,325.3 C 208.3,335.9 226.3,347 244.4,357.7 C 247.6,359.5 250.5,361.8 253.9,363.1 C 255.1,362.5 255.5,361.1 256,360 C 234.6,347.4 213.5,334.5 192.2,321.9 C 205.4,298.3 221.5,276.5 239,256 C 250.4,244.1 261.7,232 274.3,221.4 z"
|
||||||
|
id="path2593" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 889.2,199.1 C 891.2,201.5 893,204 895,206.3 C 891.3,213.7 886.5,220.5 882.2,227.6 C 889.8,224.6 897.6,222.6 905.3,219.8 C 907.5,222.2 909.4,224.7 911.5,227.2 C 899.6,230.7 887.7,234.3 875.8,237.7 C 874.2,235.6 872.6,233.6 870.9,231.6 C 876.5,220.5 883.2,210 889.2,199.1 z"
|
||||||
|
id="path2595" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 144.7,224.1 C 155,220.2 167.6,227.9 168.8,238.8 C 170.5,249.4 160.5,260.4 149.8,259.3 C 143.2,258.1 136.8,253.9 134.2,247.5 C 130.1,238.6 135.9,227.5 144.7,224.1 z"
|
||||||
|
id="path2597" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 144.7,232.7 C 151.8,229.4 160.5,235.7 161.4,243.1 C 160.3,247.3 156.6,251 152,250.4 C 146.3,249.4 139.9,244.3 141.2,237.9 C 141.5,235.7 143.4,234.3 144.7,232.7 z"
|
||||||
|
id="path2599" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 918.3,238.1 C 920.4,240.5 922.1,243.3 923.9,246 C 918.7,252.6 913.8,259.4 908.6,266 C 916.9,264.4 924.9,261.6 933,259.4 C 934.8,262 936.5,264.5 938.1,267.2 C 925.7,270.4 913.3,273.4 900.9,276.6 C 897,277.6 892.9,278.5 889,277.2 C 884.9,275.4 882.4,271.2 880.6,267.2 C 882.4,265.7 884.2,264.2 885.9,262.6 C 887.2,264.7 888.2,267.2 890.5,268.4 C 892.6,269.1 894.9,268.6 897.1,268.3 C 904.2,258.2 911.3,248.2 918.3,238.1 z"
|
||||||
|
id="path2601" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 929.4,246.6 C 932.7,246 936.1,245.5 939.4,244.6 C 941.7,247.2 943.8,250 945.1,253.3 C 940.9,252.6 936.7,251.9 932.6,251.3 C 931.5,249.7 930.4,248.2 929.4,246.6 z"
|
||||||
|
id="path2603" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 113.6,266.6 C 117.1,263.3 122.6,263.9 126.4,266.3 C 132.9,270.2 139.6,273.9 146,278.1 C 145.2,280.9 143.3,283.3 141.9,285.8 C 134.7,282.3 128.3,277.4 121,274.2 C 116.5,272.2 112.6,278.1 114.1,282.1 C 114.8,285 117.5,286.6 119.9,288.1 C 124.9,291.2 130,294.2 135.1,297.1 C 133.7,299.7 132.2,302.3 130.8,304.9 C 120.7,299.5 111,293.5 101.3,287.6 C 102.3,284.9 104,282.6 105.7,280.2 C 106.9,281.2 108.2,282.1 109.5,283 C 107.4,277.4 108.7,270.4 113.6,266.6 z"
|
||||||
|
id="path2605" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 73.7,312.7 C 74.6,310.4 75.6,308.2 76.7,306 C 78.6,309.2 80.4,312.3 82.6,315.2 C 81.9,318.1 80.7,320.8 79.4,323.5 C 75.7,324.3 71.9,325.3 68.1,325.9 C 69,323.7 69.9,321.6 70.8,319.4 C 72.7,318.9 74.6,318.4 76.6,318 C 75.7,316.2 74.7,314.4 73.7,312.7 z"
|
||||||
|
id="path2607" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 89.9,313 C 92.3,311.1 95.6,310.9 98.5,310.7 C 97.9,313.6 97.3,316.5 96.6,319.4 C 91,319 88.3,325.9 89.8,330.5 C 92.8,331.2 94.4,328.1 96,326.2 C 99.6,321.7 102.8,315.8 108.9,314.7 C 110.3,315.1 111.8,315.4 113.2,315.7 C 118.3,318.4 120.6,324.7 119,330 C 117.3,335.8 114.5,342.3 108.6,344.7 C 106.3,345.9 103.8,345.6 101.3,345.7 C 102.1,342.7 102.9,339.7 103.7,336.7 C 108.2,337.7 111,333.8 112.2,330.1 C 112.3,329.2 112.4,327.4 112.4,326.4 C 111.5,325.1 109.4,323.5 108,325.1 C 104,329.4 101.4,335.1 96.3,338.3 C 92.5,340.8 87.1,339.2 84.4,335.7 C 81.9,332.7 82.1,328.6 83,325 C 84.2,320.6 86.3,316 89.9,313 z"
|
||||||
|
id="path2609" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 931.5,328.9 C 946,322.7 960.5,316.3 975.1,310.1 C 976.3,313.1 977.6,316 978.8,319 C 972.3,321.6 965.9,324.6 959.4,327.2 C 968.4,330.4 977.4,333.5 986.4,336.6 C 988.3,340.5 990,344.5 991.5,348.6 C 983.7,345.3 975.6,342.6 967.7,339.4 C 961.2,348.9 955,358.5 948.6,368.1 C 946.7,364.5 945.3,360.6 943.5,356.9 C 948.6,349.9 953.8,343 958.8,336 C 955.4,334.9 952.2,333.3 948.8,332.3 C 944,333.4 939.8,336.2 935.1,337.7 C 934,334.8 932.7,331.8 931.5,328.9 z"
|
||||||
|
id="path2611" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 69.2,360.9 C 70.1,358 71.1,355.2 71.9,352.3 C 82.9,355.7 93.6,359.6 104.6,362.8 C 103.7,365.5 102.8,368.2 102,370.9 C 100.4,370.4 98.9,370 97.3,369.5 C 101.5,375.7 100.2,385.6 93.2,389.2 C 89.4,390.5 85.2,389.5 81.5,388.2 C 75.1,386.1 68.7,384.1 62.3,382 C 63.2,379.1 64.2,376.3 65,373.4 C 73.6,375.6 81.7,379.9 90.6,380.5 C 92,379 94,377.5 93.8,375.1 C 94.4,371.7 91.9,368.7 88.8,367.6 C 82.4,365.1 75.8,363.1 69.2,360.9 z"
|
||||||
|
id="path2613" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 952.1,379.9 C 967.1,375.3 982,370.3 997,365.5 C 997.9,368.4 998.9,371.2 999.8,374.1 C 984.8,379.1 969.8,383.9 954.7,388.7 C 953.9,385.8 952.9,382.9 952.1,379.9 z"
|
||||||
|
id="path2615" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 58.5,400 C 61,401.1 63.4,402.6 65.8,404 C 64.7,406.1 62.6,408.4 63.8,410.9 C 64.9,413.6 67.9,414.6 70.4,415.4 C 76.5,417.1 82.6,418.2 88.8,419.5 C 88.2,422.6 87.6,425.6 86.7,428.6 C 75.6,425.9 64.4,423.9 53.3,421.4 C 53.8,418.7 54.5,416 55,413.2 C 56.5,413.5 58.1,413.7 59.6,414 C 58.1,412.2 56.2,410.5 55.8,408 C 55.2,405.1 57.1,402.4 58.5,400 z"
|
||||||
|
id="path2617" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 969.1,406.5 C 977,404.4 985.1,402.9 993.1,401.1 C 993.7,404.1 994.4,407.1 994.8,410.1 C 987.6,411.5 980.4,413.1 973.3,414.9 C 971.1,415.3 969.2,416.8 968.6,418.9 C 967.9,423.3 972.2,428.1 976.7,427 C 983.7,425.9 990.6,424.4 997.5,422.5 C 998.4,425.5 999,428.5 999.7,431.5 C 988.5,434 977.3,436.6 966,438.7 C 965.6,436 965,433.4 964.4,430.7 C 965.9,430.3 967.5,429.9 969.1,429.4 C 964,427.1 960.5,421.6 961.1,415.9 C 960.9,411.3 964.8,407.6 969.1,406.5 z"
|
||||||
|
id="path2619" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 36.5,439.1 C 41.8,445.1 46.6,451.6 52,457.5 C 53.2,458.6 54.8,457.5 56,457 C 65.2,452.4 74.5,447.8 83.6,443 C 83.3,447.2 82.6,451.3 82.3,455.4 C 74.5,459 66.7,462.3 58.9,465.9 C 61,468.9 63.4,471.7 65.8,474.5 C 70.5,475.1 75.2,475.4 79.9,476.2 C 79.6,479.3 79.3,482.4 79,485.6 C 63.4,484.1 47.7,482.1 32,480.5 C 32.1,477.5 32.4,474.5 32.7,471.6 C 33,471.4 33.5,471 33.7,470.8 C 40.5,472 47.3,472.4 54.1,473.3 C 53.8,473 53.1,472.6 52.8,472.4 C 47,465.1 40.5,458.5 34.8,451.2 C 35.6,447.2 35.6,443.1 36.5,439.1 z"
|
||||||
|
id="path2621" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:0.09375"
|
||||||
|
d="M 970.2,456.8 C 985.7,455.9 1001.2,454.1 1016.7,452.5 C 1017.2,455.5 1017.4,458.6 1017.6,461.6 C 1012.1,462.6 1006.3,462.3 1000.7,463.6 C 1001.5,464.1 1002.3,464.5 1003,465 C 1005.5,468.4 1007.4,472.7 1006.2,477 C 1005.2,482.1 1001,486.1 996.2,487.6 C 993.2,488.7 990,488.6 987,489.2 C 981.6,488.7 975.8,487.1 972.8,482.2 C 969,476.9 970.5,469.3 975.4,465.3 C 973.8,465.3 972.1,465.3 970.5,465.4 C 970.4,462.5 969.5,459.6 970.2,456.8 z"
|
||||||
|
id="path2623" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 979.3,468.3 C 982.8,464.1 989.1,463.9 994.1,465 C 998.6,466.1 1000.9,472.2 997.8,475.8 C 994.5,479.8 988.6,479.8 983.9,479.4 C 980.9,479.2 978.8,476.7 977.6,474.2 C 977.8,472.1 977.8,469.9 979.3,468.3 z"
|
||||||
|
id="path2625" />
|
||||||
|
<path
|
||||||
|
d="M 370.66348,597.86191 C 377.76348,594.96191 385.46348,594.26191 393.06348,593.36191 C 388.56348,598.16191 383.16348,602.06191 378.96348,607.06191 C 366.26348,620.66191 357.26348,637.96191 354.46348,656.46191 C 354.26348,660.26191 353.66348,663.96191 353.16348,667.76191 C 352.96348,673.76191 353.46348,679.76191 354.46348,685.66191 C 356.16348,692.56191 357.26348,699.56191 360.46348,705.96191 C 364.46348,716.56191 371.26348,725.96191 379.06348,734.16191 C 386.16348,741.36191 393.56348,748.26191 399.76348,756.26191 C 377.36348,757.26191 355.06348,747.66191 339.16348,732.16191 C 333.76348,725.76191 328.26348,719.26191 324.66348,711.66191 C 318.56348,698.96191 315.26348,684.76191 316.36348,670.66191 C 317.56348,656.76191 321.46348,642.86191 329.26348,631.16191 C 338.76348,615.76191 353.96348,604.36191 370.66348,597.86191 z"
|
||||||
|
id="path2627"
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 191.2,707.8 C 206.9,698.6 222.7,689.6 238.4,680.4 C 239,681.5 239.6,682.7 240.2,683.9 C 224.4,692.8 208.9,702.4 193,711 C 192.5,710.2 191.7,708.6 191.2,707.8 z"
|
||||||
|
id="path2629" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 360.4,797 C 361.5,797.7 362.5,798.4 363.6,799.1 C 353.3,816.4 342.4,833.5 331.9,850.7 C 331,850 330,849.3 329,848.7 C 330.3,845.3 332.4,842.5 334.2,839.5 C 342.9,825.3 351.7,811.2 360.4,797 z"
|
||||||
|
id="path2631" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 693.5,803 C 694.4,802 695.2,801 696.1,800.1 C 706.7,815.2 716.6,830.7 726.9,846 C 726,847 725.1,848 724.2,849 C 714.1,833.6 703.8,818.3 693.5,803 z"
|
||||||
|
id="path2633" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.09375"
|
||||||
|
d="M 524.4,847.4 C 525.7,847.4 527,847.4 528.4,847.5 C 528.4,866.2 528.4,885 528.4,903.8 C 527.1,903.8 525.7,903.8 524.4,903.8 C 524.4,885 524.4,866.2 524.4,847.4 z"
|
||||||
|
id="path2635" />
|
||||||
|
<g
|
||||||
|
id="g2673"
|
||||||
|
transform="matrix(0.5752313,0,0,0.5752313,848.64724,322.28001)">
|
||||||
|
<path
|
||||||
|
transform="matrix(0.1618528,-0.1219201,0.1219201,0.1618528,-649.8429,462.90677)"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
id="path2648"
|
||||||
|
sodipodi:type="star" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="star"
|
||||||
|
id="path2652"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
transform="matrix(0.1008355,-0.1088864,0.1088864,0.1008355,-444.45719,488.06683)" />
|
||||||
|
<path
|
||||||
|
transform="matrix(0.1951475,-5.4573712e-2,5.4573712e-2,0.1951475,-484.51921,679.66957)"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
id="path2654"
|
||||||
|
sodipodi:type="star" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="star"
|
||||||
|
id="path2656"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
transform="matrix(0.1951475,-5.4573712e-2,5.4573712e-2,0.1951475,-463.36761,355.5259)" />
|
||||||
|
<path
|
||||||
|
transform="matrix(6.8646855e-2,-7.412784e-2,7.412784e-2,6.8646855e-2,-501.13736,604.30145)"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
id="path2658"
|
||||||
|
sodipodi:type="star" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 30 KiB |
298
images/logo_krk_bily_okraj.svg
Normal file
@@ -0,0 +1,298 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="100"
|
||||||
|
height="100"
|
||||||
|
viewBox="0 0 1050 952"
|
||||||
|
version="1.0"
|
||||||
|
id="svg2533"
|
||||||
|
sodipodi:version="0.32"
|
||||||
|
inkscape:version="0.46"
|
||||||
|
sodipodi:docname="logo_krk.svg"
|
||||||
|
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||||
|
inkscape:export-filename="C:\Documents and Settings\All Users\Dokumenty\tojnar_php\krk\images\logo_krk.png"
|
||||||
|
inkscape:export-xdpi="999.90002"
|
||||||
|
inkscape:export-ydpi="999.90002">
|
||||||
|
<metadata
|
||||||
|
id="metadata2640">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<defs
|
||||||
|
id="defs2638" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
inkscape:window-height="780"
|
||||||
|
inkscape:window-width="892"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
guidetolerance="10.0"
|
||||||
|
gridtolerance="10.0"
|
||||||
|
objecttolerance="10.0"
|
||||||
|
borderopacity="1.0"
|
||||||
|
bordercolor="#666666"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
id="base"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:zoom="5.75"
|
||||||
|
inkscape:cx="50"
|
||||||
|
inkscape:cy="50"
|
||||||
|
inkscape:window-x="226"
|
||||||
|
inkscape:window-y="80"
|
||||||
|
inkscape:current-layer="layer2"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:guide-bbox="true">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid6164" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer2"
|
||||||
|
inkscape:label="vrstva">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.14750004;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path6114"
|
||||||
|
sodipodi:cx="323.32318"
|
||||||
|
sodipodi:cy="514.41461"
|
||||||
|
sodipodi:rx="433.76526"
|
||||||
|
sodipodi:ry="433.76526"
|
||||||
|
d="M 757.08844,514.41461 A 433.76526,433.76526 0 1 1 -110.44208,514.41461 A 433.76526,433.76526 0 1 1 757.08844,514.41461 z"
|
||||||
|
transform="matrix(-0.804872,-0.4324614,0.4324819,-0.8049025,564.05913,1028.1299)" />
|
||||||
|
<path
|
||||||
|
transform="matrix(0.912468,4.7371557e-2,4.7369653e-2,-0.9125046,206.91069,928.34095)"
|
||||||
|
d="M -84.832572,367.57735 A 433.76526,433.76526 0 0 1 664.38115,246.40013 L 323.32318,514.41461 z"
|
||||||
|
sodipodi:ry="433.76526"
|
||||||
|
sodipodi:rx="433.76526"
|
||||||
|
sodipodi:cy="514.41461"
|
||||||
|
sodipodi:cx="323.32318"
|
||||||
|
id="path6249"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.14750004;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
sodipodi:type="arc"
|
||||||
|
sodipodi:start="3.4869339"
|
||||||
|
sodipodi:end="5.6171429" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
d="M 532.03216,446.52142 C 534.22012,435.72864 534.86552,424.56386 536.41411,413.56572 C 537.90677,404.33162 537.81332,394.79405 537.91328,385.38571 C 538.23765,351.05311 538.03041,316.88936 538.45464,282.56206 C 538.01811,273.82619 539.04688,265.01806 538.21092,256.26093 C 536.65685,244.06067 535.57425,231.76341 533.92032,219.55784 C 532.77818,210.71623 524.8889,184.33813 524.6625,183.57632 C 521.59226,194.22869 519.76189,206.11004 516.88605,216.87288 C 515.11614,223.78889 514.55502,229.91916 513.28442,236.86173 C 512.67562,244.54054 510.96286,252.02918 510.75352,259.72924 C 510.66714,291.47073 510.67137,323.27336 510.28543,354.99892 C 510.5859,371.93949 509.80972,388.88222 510.20473,405.92794 C 511.3445,416.50383 512.78223,434.74636 513.32284,445.2904 L 532.03216,446.52142 z"
|
||||||
|
id="path6108"
|
||||||
|
sodipodi:nodetypes="ccsccccscccccc" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="ccsccccscccccc"
|
||||||
|
id="path6110"
|
||||||
|
d="M 540.39376,479.3812 C 533.05097,465.43079 524.17834,451.99729 516.15842,438.20139 C 509.57677,426.49957 501.99569,414.55932 494.16858,403.51294 C 465.57428,363.22787 436.19511,324.33001 407.68406,283.98953 C 399.99869,274.05918 393.40888,263.14077 385.39045,253.43192 C 373.91201,240.14591 362.72414,226.45593 351.16242,213.22529 C 342.83138,203.60663 333.11022,198.73374 325.4139,192.3126 C 329.75535,206.88863 325.9872,200.11627 335.46413,220.59575 C 339.73693,229.82918 344.58765,237.2655 349.41895,246.15492 C 355.39117,255.49573 360.33243,265.29539 366.63771,274.41472 C 393.24245,311.52779 419.9701,348.65636 446.32506,385.9356 C 460.79762,405.52924 474.42237,425.78944 489.05791,445.44756 C 498.84442,457.09254 515.30846,477.50497 524.59539,489.48225 L 540.39376,479.3812 z"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
id="path6112"
|
||||||
|
sodipodi:cx="523.39941"
|
||||||
|
sodipodi:cy="516.01526"
|
||||||
|
sodipodi:rx="32.012196"
|
||||||
|
sodipodi:ry="32.012196"
|
||||||
|
d="M 555.41161,516.01526 A 32.012196,32.012196 0 1 1 491.38722,516.01526 A 32.012196,32.012196 0 1 1 555.41161,516.01526 z"
|
||||||
|
transform="matrix(1.1750001,0,0,1.1750466,-92.545579,-131.79791)" />
|
||||||
|
<path
|
||||||
|
d="M 367.01322,558.39184 C 374.11323,555.49173 381.81323,554.7917 389.41323,553.89167 C 384.91323,558.69185 379.51323,562.59201 375.31323,567.59221 C 362.61322,581.19276 353.61322,598.49347 350.81322,616.9942 C 350.61322,620.79435 350.01322,624.49449 349.51322,628.29465 C 349.31322,634.29489 349.81322,640.29512 350.81322,646.19536 C 352.51322,653.09564 353.61322,660.09592 356.81322,666.49619 C 360.81322,677.0966 367.61322,686.49699 375.41323,694.69731 C 382.51323,701.8976 389.91323,708.79789 396.11323,716.7982 C 373.71323,717.79824 351.41322,708.19785 335.51322,692.69725 C 330.11322,686.29698 324.61322,679.79672 321.01323,672.19641 C 314.91324,659.4959 311.61324,645.29532 312.71324,631.19478 C 313.91324,617.29422 317.81323,603.39364 325.61322,591.69319 C 335.11322,576.29256 350.31322,564.8921 367.01322,558.39184 z"
|
||||||
|
id="path2627"
|
||||||
|
style="opacity:1;fill:#ffffff;stroke:#ffffff;stroke-width:0.09375188" />
|
||||||
|
<g
|
||||||
|
id="g2673"
|
||||||
|
transform="matrix(0.5752313,0,0,0.5752542,870.4311,281.309)"
|
||||||
|
style="opacity:1">
|
||||||
|
<path
|
||||||
|
transform="matrix(0.1618528,-0.1219201,0.1219201,0.1618528,-649.8429,462.90677)"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
id="path2648"
|
||||||
|
sodipodi:type="star" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="star"
|
||||||
|
id="path2652"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
transform="matrix(0.1008355,-0.1088864,0.1088864,0.1008355,-444.45719,488.06683)" />
|
||||||
|
<path
|
||||||
|
transform="matrix(0.1951475,-5.4573712e-2,5.4573712e-2,0.1951475,-484.51921,679.66957)"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
id="path2654"
|
||||||
|
sodipodi:type="star" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="star"
|
||||||
|
id="path2656"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
transform="matrix(0.1951475,-5.4573712e-2,5.4573712e-2,0.1951475,-463.36761,355.5259)" />
|
||||||
|
<path
|
||||||
|
transform="matrix(6.8646855e-2,-7.412784e-2,7.412784e-2,6.8646855e-2,-501.13736,604.30145)"
|
||||||
|
style="opacity:1;fill:#ffffff"
|
||||||
|
d="M -377.09091,515.15153 L -458.61396,582.92412 L -424.56644,675.28387 L -514.21401,618.69372 L -591.53209,679.61557 L -565.41428,576.86836 L -647.24701,522.16037 L -541.45775,515.24925 L -514.71507,420.51601 L -475.45152,518.99191 L -377.09091,515.15153 z"
|
||||||
|
inkscape:randomized="0"
|
||||||
|
inkscape:rounded="2.6888214e-16"
|
||||||
|
inkscape:flatsided="false"
|
||||||
|
sodipodi:arg2="0.37080032"
|
||||||
|
sodipodi:arg1="-0.34009712"
|
||||||
|
sodipodi:r2="56.238441"
|
||||||
|
sodipodi:r1="142.07726"
|
||||||
|
sodipodi:cy="562.54547"
|
||||||
|
sodipodi:cx="-511.0303"
|
||||||
|
sodipodi:sides="5"
|
||||||
|
id="path2658"
|
||||||
|
sodipodi:type="star" />
|
||||||
|
</g>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-size:50px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:100%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0952381px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
|
||||||
|
id="text6157"
|
||||||
|
sodipodi:linespacing="100%"
|
||||||
|
transform="matrix(0.9995504,-2.9981788e-2,2.9981788e-2,0.9995504,-8.5763444,15.937011)"><textPath
|
||||||
|
xlink:href="#path6114"
|
||||||
|
id="textPath6161"
|
||||||
|
style="font-size:50px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Verdana;-inkscape-font-specification:Verdana Bold"><tspan
|
||||||
|
id="tspan6159"
|
||||||
|
dy="-41.745625"
|
||||||
|
style="font-size:50px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Verdana;-inkscape-font-specification:Verdana Bold">Krušnohorský Rogaingový Klub</tspan></textPath></text>
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:2.62500000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
d="M 525,804.16264 L 525,871.64831"
|
||||||
|
id="path6170"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.62500000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
d="M 856.73437,476 L 922.03125,476"
|
||||||
|
id="path6176"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.62500000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
d="M 821.94504,614.41265 L 884.45074,643.89237"
|
||||||
|
id="path6186"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.74268818;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 661.02222,162.01441 L 686.28069,112.77189"
|
||||||
|
id="path6204"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cs"
|
||||||
|
id="path6206"
|
||||||
|
d="M 525,79.362796 L 525,132.72087"
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.62500000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0;stroke-miterlimit:4;stroke-dasharray:none" />
|
||||||
|
<path
|
||||||
|
id="path6213"
|
||||||
|
d="M 129.28125,476 L 186.54229,476.38442"
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.62500000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cc"
|
||||||
|
id="path6215"
|
||||||
|
d="M 320.313,814.226 L 348.53176,755.49162"
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:2.625;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.62500000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
d="M 217.875,326.45462 L 170.24741,303.44606"
|
||||||
|
id="path6233"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.62500000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
d="M 859.07106,260.36558 L 807.3399,292.25"
|
||||||
|
id="path6235"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.62500000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
d="M 327.14737,194.73254 L 296.98485,151.34491"
|
||||||
|
id="path6241"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:2.625;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="M 188.3175,675.521 L 238.89067,644.72104"
|
||||||
|
id="path6243"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cc"
|
||||||
|
id="path6245"
|
||||||
|
d="M 710.7555,743.01273 L 749.99744,798.8015"
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:2.625;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer3"
|
||||||
|
inkscape:label="forma"
|
||||||
|
style="display:none">
|
||||||
|
<path
|
||||||
|
transform="matrix(-0.7693807,3.9943062e-2,-3.9941456e-2,-0.7694114,790.85253,850.89737)"
|
||||||
|
d="M 757.08844,514.41461 A 433.76526,433.76526 0 1 1 -110.44208,514.41461 A 433.76526,433.76526 0 1 1 757.08844,514.41461 z"
|
||||||
|
sodipodi:ry="433.76526"
|
||||||
|
sodipodi:rx="433.76526"
|
||||||
|
sodipodi:cy="514.41461"
|
||||||
|
sodipodi:cx="323.32318"
|
||||||
|
id="path6198"
|
||||||
|
style="opacity:0.75;fill:#fce94f;fill-opacity:1;stroke:#000000;stroke-width:4.14750004;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
sodipodi:type="arc" />
|
||||||
|
<path
|
||||||
|
style="opacity:0.56999972;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
d="M 750.75,797.5625 L 236.25,66.500002"
|
||||||
|
id="path6223" />
|
||||||
|
<path
|
||||||
|
style="opacity:0.8;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
d="M 186.375,676.8125 L 858.375,260.75"
|
||||||
|
id="path6226"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
<path
|
||||||
|
style="opacity:0.6;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
d="M 884.625,644 L 165.375,301.4375"
|
||||||
|
id="path6230" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 17 KiB |
BIN
images/logo_krk_tisk.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
images/sfondo.gif
Normal file
|
After Width: | Height: | Size: 147 B |
252
maincg.php
Normal file
@@ -0,0 +1,252 @@
|
|||||||
|
<!doctype html public "-//W3C//DTD HTML 4.01//EN">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link type="image/png" href="/images/logo_krk16.png" rel="shortcut icon">
|
||||||
|
<link rel="stylesheet" type="text/css" href="highslide4/highslide.css">
|
||||||
|
<link rel="stylesheet" href="/style.css" type="text/css">
|
||||||
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||||
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||||||
|
<script type="text/javascript" src="simple.js"></script>
|
||||||
|
<script type="text/javascript" src="highslide4/highslide-with-gallery.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
hs.graphicsDir = 'highslide4/graphics/';
|
||||||
|
hs.align = 'center';
|
||||||
|
hs.transitions = ['expand', 'crossfade'];
|
||||||
|
hs.outlineType = 'rounded-white';
|
||||||
|
hs.wrapperClassName = 'controls-in-heading';
|
||||||
|
hs.fadeInOut = true;
|
||||||
|
//hs.dimmingOpacity = 0.75;
|
||||||
|
|
||||||
|
// Add the controlbar
|
||||||
|
if (hs.addSlideshow) hs.addSlideshow({
|
||||||
|
//slideshowGroup: 'group1',
|
||||||
|
interval: 5000,
|
||||||
|
repeat: false,
|
||||||
|
useControls: true,
|
||||||
|
fixedControls: false,
|
||||||
|
overlayOptions: {
|
||||||
|
opacity: 1,
|
||||||
|
position: 'top right',
|
||||||
|
hideOnMouseOut: false
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<?php
|
||||||
|
echo"<script type=\"text/javascript\">";
|
||||||
|
if($_REQUEST[lang]=="en"):
|
||||||
|
?>
|
||||||
|
hs.lang = {
|
||||||
|
cssDirection: 'ltr',
|
||||||
|
loadingText : 'Loading...',
|
||||||
|
loadingTitle : 'Click to cancel',
|
||||||
|
focusTitle : 'Click to bring to front',
|
||||||
|
fullExpandTitle : 'Expand to actual size (f)',
|
||||||
|
fullExpandText : 'Full size',
|
||||||
|
creditsText : 'Powered by <i>Highslide JS</i>',
|
||||||
|
creditsTitle : 'Go to the Highslide JS homepage',
|
||||||
|
previousText : 'Previous',
|
||||||
|
previousTitle : 'Previous (arrow left)',
|
||||||
|
nextText : 'Next',
|
||||||
|
nextTitle : 'Next (arrow right)',
|
||||||
|
moveTitle : 'Move',
|
||||||
|
moveText : 'Move',
|
||||||
|
closeText : 'Close',
|
||||||
|
closeTitle : 'Close (esc)',
|
||||||
|
resizeTitle : 'Resize',
|
||||||
|
playText : 'Play',
|
||||||
|
playTitle : 'Play slideshow (spacebar)',
|
||||||
|
pauseText : 'Pause',
|
||||||
|
pauseTitle : 'Pause slideshow (spacebar)',
|
||||||
|
number : 'Image %1 of %2',
|
||||||
|
restoreTitle : 'Click to close image, click and drag to move. Use arrow keys for next and previous.'
|
||||||
|
};
|
||||||
|
<?php
|
||||||
|
elseif($_REQUEST[lang]=="de"):
|
||||||
|
?>
|
||||||
|
hs.lang = {
|
||||||
|
loadingText : 'Lade...',
|
||||||
|
loadingTitle : 'Klick zum Abbrechen',
|
||||||
|
focusTitle : 'Klick um nach vorn zu bringen',
|
||||||
|
fullExpandTitle : 'Zur Originalgröße erweitern',
|
||||||
|
fullExpandText : 'Vollbild',
|
||||||
|
creditsText : 'Powered by <i>Highslide JS</i>',
|
||||||
|
creditsTitle : 'Gehe zur Highslide JS Homepage',
|
||||||
|
previousText : 'Voriges',
|
||||||
|
previousTitle : 'Voriges (Pfeiltaste links)',
|
||||||
|
nextText : 'Nächstes',
|
||||||
|
nextTitle : 'Nächstes (Pfeiltaste rechts)',
|
||||||
|
moveTitle : 'Verschieben',
|
||||||
|
moveText : 'Verschieben',
|
||||||
|
closeText : 'Schließen',
|
||||||
|
closeTitle : 'Schließen (Esc)',
|
||||||
|
resizeTitle : 'Größe wiederherstellen',
|
||||||
|
playText : 'Abspielen',
|
||||||
|
playTitle : 'Slideshow abspielen (Leertaste)',
|
||||||
|
pauseText : 'Pause',
|
||||||
|
pauseTitle : 'Pausiere Slideshow (Leertaste)',
|
||||||
|
restoreTitle : 'Klick um das Bild zu schließen, klick und ziehe um zu verschieben. Benutze Pfeiltasten für vor und zurück.'
|
||||||
|
};
|
||||||
|
<?php
|
||||||
|
else:
|
||||||
|
?>
|
||||||
|
hs.lang = {
|
||||||
|
loadingText : 'Načítá se...',
|
||||||
|
loadingTitle : 'Klikněte pro zrušení',
|
||||||
|
focusTitle : 'Klikněte pro přenesení do popředí',
|
||||||
|
fullExpandTitle : 'Zvětšit na původní velikost',
|
||||||
|
fullExpandText : 'Plná velikost',
|
||||||
|
creditsText : 'Powered by <i>Highslide JS</i>',
|
||||||
|
creditsTitle : 'Přejít na stránky Highslide JS',
|
||||||
|
previousText : 'Předchozí',
|
||||||
|
previousTitle : 'Předchozí (šipka vlevo)',
|
||||||
|
nextText : 'Další',
|
||||||
|
nextTitle : 'Další (šipka vpravo)',
|
||||||
|
moveTitle : 'Přesunout',
|
||||||
|
moveText : 'Přesunout',
|
||||||
|
closeText : 'Zavřít',
|
||||||
|
closeTitle : 'Zavřít (esc)',
|
||||||
|
resizeTitle : 'Změnit velikost',
|
||||||
|
playText : 'Přehrát',
|
||||||
|
playTitle : 'Přehrát slideshow (mezerník)',
|
||||||
|
pauseText : 'Pozastavit',
|
||||||
|
pauseTitle : 'Pozastavit slideshow (mezerník)',
|
||||||
|
restoreTitle : 'Klikněte pro zavření obrázku, klikněte a táhněte pro jeho přesunutí. Použijte šipky na klávesnici pro přesun na další a předchozí.'
|
||||||
|
};
|
||||||
|
<?php
|
||||||
|
endif;
|
||||||
|
echo"</script>";
|
||||||
|
?>
|
||||||
|
<title><?php include"./pages/title_cg.php"; ?></title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="content">
|
||||||
|
<div class="header"><span class="title"><?php include"./pages/title_cg.php"; ?></span><br><span class="slogan"><?php include"./pages/slogan.php"; ?></span>
|
||||||
|
<?php
|
||||||
|
echo"<span class=\"floatright\">";
|
||||||
|
if(file_exists("pages/$_REQUEST[page]-de.php") OR file_exists("pages/$_REQUEST[page]/$_REQUEST[page]-de.php")){
|
||||||
|
if(file_exists("pages/$_REQUEST[page]/$_REQUEST[page]-de.php")){
|
||||||
|
$lngc="de";
|
||||||
|
$icona="<a href=\"maincg.php?page=$_REQUEST[page]/$_REQUEST[page]&lang=$lngc\"><img src=\"/images/".$lngc."f.png\" alt=\"\"></a>";
|
||||||
|
}else{
|
||||||
|
$lngc="de";
|
||||||
|
$icona="<a href=\"maincg.php?page=$_REQUEST[page]&lang=$lngc\"><img src=\"/images/".$lngc."f.png\" alt=\"\"></a>";
|
||||||
|
}
|
||||||
|
|
||||||
|
if($_REQUEST[lang]=="de"){
|
||||||
|
echo"";
|
||||||
|
}else{
|
||||||
|
echo $icona;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if(file_exists("pages/$_REQUEST[page]-en.php") OR file_exists("pages/$_REQUEST[page]/$_REQUEST[page]-en.php")){
|
||||||
|
if(file_exists("pages/$_REQUEST[page]/$_REQUEST[page]-en.php")){
|
||||||
|
$lngc="en";
|
||||||
|
$icona="<a href=\"maincg.php?page=$_REQUEST[page]/$_REQUEST[page]&lang=$lngc\"><img src=\"/images/".$lngc."f.png\" alt=\"\"></a>";
|
||||||
|
}else{
|
||||||
|
$lngc="en";
|
||||||
|
$icona="<a href=\"maincg.php?page=$_REQUEST[page]&lang=$lngc\"><img src=\"/images/".$lngc."f.png\" alt=\"\"></a>";
|
||||||
|
}
|
||||||
|
if($_REQUEST[lang]=="en"){
|
||||||
|
echo"";
|
||||||
|
}else{
|
||||||
|
echo $icona;
|
||||||
|
}
|
||||||
|
}elseif(!isset($_REQUEST[page]) AND file_exists("pages/cyklogaining-en.php")){
|
||||||
|
$lngc="en";
|
||||||
|
$icona="<a href=\"maincg.php?page=cyklogaining&lang=$lngc\"><img src=\"/images/".$lngc."f.png\" alt=\"\"></a>";
|
||||||
|
if($_REQUEST[lang]=="en"){
|
||||||
|
echo"";
|
||||||
|
}else{
|
||||||
|
echo $icona;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if(file_exists("pages/$_REQUEST[page].php") OR file_exists("pages/$_REQUEST[page]/$_REQUEST[page].php")){
|
||||||
|
if(file_exists("pages/$_REQUEST[page]/$_REQUEST[page].php")){
|
||||||
|
$lngc="";
|
||||||
|
$icona="<a href=\"maincg.php?page=$_REQUEST[page]/$_REQUEST[page]$lngc\"><img src=\"/images/".$lngc."f.png\" alt=\"\"></a>";
|
||||||
|
}else{
|
||||||
|
$lngc="";
|
||||||
|
$icona="<a href=\"maincg.php?page=$_REQUEST[page]$lngc\"><img src=\"/images/".$lngc."f.png\" alt=\"\"></a>";
|
||||||
|
}
|
||||||
|
|
||||||
|
if($_REQUEST[lang]=="cs" OR empty($_REQUEST[lang])){
|
||||||
|
echo"";
|
||||||
|
}else{
|
||||||
|
echo $icona;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if($_REQUEST[lang]=="en" AND empty($_REQUEST[page])){
|
||||||
|
$lngc="";
|
||||||
|
$icona="<a href=\"maincg.php?page=cyklogaining\"><img src=\"/images/".$lngc."f.png\" alt=\"\"></a>";
|
||||||
|
echo $icona;
|
||||||
|
}
|
||||||
|
echo"</span>";
|
||||||
|
?>
|
||||||
|
</div>
|
||||||
|
<div class="top-menu">
|
||||||
|
<?php
|
||||||
|
if(empty($_REQUEST[lang]) OR $_REQUEST[lang]=="cs"){
|
||||||
|
include("./pages/cg_topmenu.php");
|
||||||
|
}elseif($_REQUEST[lang]=="en" AND file_exists("./pages/cg_topmenu-en.php")){
|
||||||
|
include("./pages/cg_topmenu-en.php");
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</div>
|
||||||
|
<div class="sidebar"><div class="sidebar-content">
|
||||||
|
<ul>
|
||||||
|
<?php
|
||||||
|
if(ereg("mcr_2009",$_REQUEST[page]) AND $_REQUEST[lang]=="en"){
|
||||||
|
include("./pages/mcr_2009/menumcr_2009-en.php");
|
||||||
|
}elseif(ereg("mcr_2009",$_REQUEST[page]) AND $_REQUEST[lang]=="de"){
|
||||||
|
include("./pages/mcr_2009/menumcr_2009-de.php");
|
||||||
|
}elseif(ereg("mcr_2009",$_REQUEST[page])){
|
||||||
|
include("./pages/mcr_2009/menumcr_2009.php");
|
||||||
|
}else{
|
||||||
|
if(empty($_REQUEST[lang]) OR $_REQUEST[lang]=="cs"){
|
||||||
|
include("./pages/menucg.php");
|
||||||
|
}else{
|
||||||
|
include("./pages/menucg-en.php");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</ul><br><br><br>
|
||||||
|
</div></div><div class="main"><div class="main-content">
|
||||||
|
<?php
|
||||||
|
$escaped_page=str_replace(array(")","(","\\","\"","\'",";","{","}","$","[","]","<",">"),"",$_REQUEST[page]);
|
||||||
|
if($_REQUEST[page]){
|
||||||
|
if($_GET[lang]){
|
||||||
|
$jazycek="-".$_GET[lang];
|
||||||
|
}else{
|
||||||
|
$jazycek="";
|
||||||
|
}
|
||||||
|
if($_REQUEST[page]=="mcr_2009"){
|
||||||
|
include("./pages/mcr_2009/mcr_2009$jazycek.php");
|
||||||
|
}elseif($_REQUEST[page]=="clanky"){
|
||||||
|
include"./pages/clanky/clanky$jazycek.php";
|
||||||
|
}elseif($_REQUEST[page]=="akce_ob"){
|
||||||
|
include"./pages/akce_ob/akce_ob$jazycek.php";
|
||||||
|
}elseif($_REQUEST[page]=="akce_litvinov"){
|
||||||
|
include"./pages/akce_litvinov/akce_litvinov$jazycek.php";
|
||||||
|
}elseif($_REQUEST[page]=="ski_krusnohori"){
|
||||||
|
include"./pages/ski_krusnohori/ski_krusnohori$jazycek.php";
|
||||||
|
}elseif(empty($_REQUEST[lang]) AND file_exists("pages/$escaped_page.php")){
|
||||||
|
include"./pages/$escaped_page.php";
|
||||||
|
}elseif(file_exists("pages/$escaped_page-$_REQUEST[lang].php")){
|
||||||
|
include"./pages/$escaped_page-$_REQUEST[lang].php";
|
||||||
|
}else{
|
||||||
|
include"/pages/404.php";
|
||||||
|
}}else{
|
||||||
|
if(empty($_GET["lang"]) OR $_GET["lang"]=="cs"){
|
||||||
|
include"./pages/cyklogaining.php";
|
||||||
|
}else{
|
||||||
|
include"./pages/cyklogaining-en.php";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</div></div>
|
||||||
|
<div class="footer">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
6
pages/404.php
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<p>404 Stránka nenalezena<br>
|
||||||
|
Zkontrolujte zda jste zadali správnou url,<br>
|
||||||
|
pokud si myslíte, že jsme udělali chybu my,<br>
|
||||||
|
Zkontaktujte prosím administrátora na emailu:<br>
|
||||||
|
<a href="mailto:Jan.Tojnar@unipetrol.cz">mailto:Jan.Tojnar@unipetrol.cz</a>
|
||||||
|
</p>
|
||||||
2
pages/cg_topmenu.php
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
<a href="http://www.tojnar.cz/krk/mainkrk.php" target="_blank">Web KRK</a>
|
||||||
|
¦<a href="http://www.tojnar.cz/krk/mainkrk.php?page=mcr_2009/mcr_2009" target="_blank">MČR v rogainingu</a> ¦<a href="/printcg.php?page=<?php echo"$_REQUEST[page]"; ?>" target="_blank">Verze pro tisk</a>
|
||||||
21
pages/cyklogaining.php
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<p>
|
||||||
|
<h4>Novinky</h4>
|
||||||
|
</p>
|
||||||
|
<table>
|
||||||
|
<!-- <tr><td>21. 4. 2009</td>
|
||||||
|
<td><a href="mainkrk.php?page=mcr_2009/rozpis_rog2009&lang=de">Ausschreibung</a> sind da.</td></tr> -->
|
||||||
|
<tr><td>10. 6. 2009</td>
|
||||||
|
<td>Prohlédněte si plánek centra i příjezdu do Nového Města: <a href="maincg.php?page=map_centre">plánky centra</a>.
|
||||||
|
</td></tr>
|
||||||
|
<tr><td>4. 6. 2009</td>
|
||||||
|
<td>There is an <img src="http://cyklogaining.tojnar.cz/pages/en.png"></a> <a href="http://cyklogaining.tojnar.cz/pages/invitation.pdf">English invitation</a> and/und
|
||||||
|
eine <img src="http://cyklogaining.tojnar.cz/pages/de.png"></a> <a href="http://cyklogaining.tojnar.cz/pages/einladung.pdf">Deutsche Einladung</a>.
|
||||||
|
</td></tr>
|
||||||
|
<tr><td>11. 5. 2009</td>
|
||||||
|
<td>Byly zveřejněny <a href="maincg.php?page=rozpis_cg2009">rozpis cyklogainingu</a> a <a href="maincg.php?page=rozpis_mtbo2009">rozpis MTBO</a> veřejného závodu MTBO na klasické trati.
|
||||||
|
</td></tr>
|
||||||
|
<tr><td>21. 4. 2009</td>
|
||||||
|
<td>Byly spuštěny <a href="maincg.php?page=cyklogaining">webové stránky</a> cyklogainingu 2009 a veřejného závodu MTBO na klasické trati. Přijměte prosím <a href="maincg.php?page=cykloupoutavka">úvodní pozvánku</a>
|
||||||
|
na závod a podívejte se na poněkud netradiční <a href="maincg.php?page=lob2002">fotky z prostoru závodu</a>.
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
57
pages/cykloupoutavka.php
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
<div class="highslide-gallery"><div class="center">
|
||||||
|
<div class="nadpis-galery">POZVÁNKA</div>
|
||||||
|
<div class="subnadpis-galery">na krušnohorský cyklovíkend s mapou<br>
|
||||||
|
27. -28. 6. 2009 Nové Město v Krušných Horách</div></div>
|
||||||
|
<p>Přijeďte si o posledním červnovém víkendu zazávodit,
|
||||||
|
či se jen v klidu po námi vytyčených či po Vámi zvolených trasách projet hřebeny východní části Krušných hor.
|
||||||
|
Na sobotu jsme pro Vás připravili závod v cyklogainingu a na neděli klasické MTBO.</p></div>
|
||||||
|
<div class="subnadpis-galery">Sobota 27. 6. – Cyklogaining</div>
|
||||||
|
<div class="text-galery"><p><strong>Popis závodu:</strong> jedná se o soutěž dvou až pětičlenných týmů na kolech s mapou.
|
||||||
|
Závod probíhá formou skorelaufu, tzn. že každý tým si sám podle svých představ a možností
|
||||||
|
může zvolit trasu a vybrat si libovolný počet kontrol, které hodlá navštívit. Závodí se na speciální
|
||||||
|
mapě s měřítkem 1 : 50 000, připravené z podkladů firmy SHOCart.
|
||||||
|
Start je hromadný a závodní limit 10 hodin - každá minuta navíc je penalizována.</p></div>
|
||||||
|
<div class="text-galery"><p><strong>Vypsané kategorie:</strong> muži, ženy, mix (v týmu alespoň 1 muž a alespoň jedna žena).</div>
|
||||||
|
<div class="text-galery"><p><strong>Časový limit:</strong> 10 hodin pro všechny kategorie.</p></div>
|
||||||
|
<div class="subnadpis-galery">Neděle 28. 6. – MTBO na klasické trati</div>
|
||||||
|
<div class="text-galery"><p><strong>Popis závodu:</strong><p>Otevřený přebor Ústeckého kraje
|
||||||
|
v MTBO – mountain bike orienteeringu, nebo-li jedné z forem orientačního závodění, ve které v posledních
|
||||||
|
letech reprezentanti ČR získávají mnoho ocenění na mezinárodním poli. Závod tedy bude jedinečnou
|
||||||
|
příležitostí vyzkoušet si tuto progresivní disciplínu.</p>
|
||||||
|
<p>Závodí se na trati zakreslené v mapě s intervalovým startem. Úkolem je v co nejkratším čase projet všechny
|
||||||
|
kontrolní body v předepsaném pořadí. Závod probíhá na speciální mapě pro MTBO (1 : 20 000,
|
||||||
|
ekvidistance 5m), ve které je kladen důraz na klasifikaci sjízdnosti jednotlivých cest.</p></div>
|
||||||
|
<div class="text-galery"><p><strong>Vypsané kategorie:</strong>muži, ženy, příchozí.</p></div>
|
||||||
|
<div class="subnadpis-galery">Ustanovení společná pro oba dva závody</div>
|
||||||
|
<div class="text-galery"><p><strong>Popis terénu:</strong> závodí se ve východní části Krušných hor, kde je terén
|
||||||
|
hodně členitý, pahorkatý až hornatý, odpovídající horskému prostředí v polohách 650 – 950 m. n. m.
|
||||||
|
Je převážně lesnatý se středně hustou sítí komunikací a místy strmými svahy. Na hřebenech se vyskytují bažiny,
|
||||||
|
rašeliniště a porosty klečí. Prostor závodu je ohraničen obcemi Dlouhá Louka, Fláje, Český Jiřetín, Holzhau,
|
||||||
|
Hermsdorf, Schellerau, Altenberg, Zinnwald, Cínovec, Dubí, Mikulov.</p></div>
|
||||||
|
<div class="center">
|
||||||
|
<table class="container">
|
||||||
|
<tr>
|
||||||
|
<td class="dia">
|
||||||
|
<a href="pages/original/07_3060_Bazina_Klec.jpg" title="07_3060_Bazina_Klec" class="highslide" onclick="return hs.expand(this,{ slideshowGroup: 3} )" id="thumb7"><img src="pages/thumb/t_07_3060_Bazina_Klec.jpg" alt="07_3060_Bazina_Klec"></a>
|
||||||
|
<div class="highslide-heading"></div></td>
|
||||||
|
<td class="dia">
|
||||||
|
<a href="pages/original/08_3056_Klec1.jpg" title="08_3056_Klec1" class="highslide" onclick="return hs.expand(this,{ slideshowGroup: 3} )" id="thumb8"><img src="pages/thumb/t_08_3056_Klec1.jpg" alt="08_3056_Klec1"></a>
|
||||||
|
<div class="highslide-heading"></div></td>
|
||||||
|
<td class="dia">
|
||||||
|
<a href="pages/original/09_3057_Klec2.jpg" title="09_3057_Klec2" class="highslide" onclick="return hs.expand(this,{ slideshowGroup: 3} )" id="thumb9"><img src="pages/thumb/t_09_3057_Klec2.jpg" alt="09_3057_Klec2"></a>
|
||||||
|
<div class="highslide-heading"></div></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="text-galery"><p><strong>Doporučené vybavení:</strong> horské nebo trekingové kolo, náhradní díly a duše, mapník (umožňuje číst mapu za jízdy na
|
||||||
|
kole), povinná přilba.</p></div>
|
||||||
|
<div class="text-galery"><p><strong>Ubytování:</strong> ve vlastním stanu ve vymezeném prostoru v centru - lyžařský stadion u Nového Města
|
||||||
|
v Krušných horách. Toalety a voda v centru, sprchy v Osecké chatě (cca 700m daleko). Komfortnější ubytování je možné si objednat
|
||||||
|
v některém z početných penzionů v Novém Městě, na Moldavě či v Mikulově.</p></div>
|
||||||
|
<div class="text-galery"><p><strong>Úschova kol:</strong> Bezpečná úschova kol zajištěna pořadatelem.</p></div>
|
||||||
|
<div class="text-galery"><p><strong>Občerstvení:</strong> Základní nabídku občerstvení nabídne bufet v centru závodu.
|
||||||
|
V sobotu po vyhlášení výsledků plánujeme decentní večírek.</p></div>
|
||||||
|
<div class="text-galery"><p><strong>Informace o závodě:</strong> Rozpis závodu, způsob přihlášení,
|
||||||
|
fotografie z prostoru závodu, případně další informace a kontakt na pořadatele naleznete na webových stránkách
|
||||||
|
pořadatele:<br>
|
||||||
|
<strong><a href="http://cyklogaining.tojnar.cz" target="_blank">http://cyklogaining.tojnar.cz</a></strong></p></div>
|
||||||
BIN
pages/de.png
Normal file
|
After Width: | Height: | Size: 545 B |
BIN
pages/einladung.pdf
Normal file
BIN
pages/en.png
Normal file
|
After Width: | Height: | Size: 599 B |
1
pages/footer.php
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Mailto:tojnar@gmail.com
|
||||||
BIN
pages/invitation.pdf
Normal file
95
pages/lob2002.php
Normal file
@@ -0,0 +1,95 @@
|
|||||||
|
<div class="nadpis-galery">Fotky z prostoru závodu</div>
|
||||||
|
<p>V lednu 2002 se na Novém Městě uskutečnil lyžařský orienťák. Tato galerie je torzem pocházejícím z webu organizátorů Lokomotivy Teplice, který je dnes už bohužel nefunkční.
|
||||||
|
Při našem červnovém závodě podobnou sněhovou nadílku neočekáváme :-).</p>
|
||||||
|
<table border="1">
|
||||||
|
<tr>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP1.jpg" target=_blank><img src="pages/thumb/t_LTP1.jpg" border="0" alt="LTP1.jpg" width="100" height="74"><br>LTP1.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP10.jpg" target=_blank><img src="pages/thumb/t_LTP10.jpg" border="0" alt="LTP10.jpg" width="100" height="74"><br>LTP10.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP11.jpg" target=_blank><img src="pages/thumb/t_LTP11.jpg" border="0" alt="LTP11.jpg" width="75" height="100"><br>LTP11.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP12.jpg" target=_blank><img src="pages/thumb/t_LTP12.jpg" border="0" alt="LTP12.jpg" width="100" height="74"><br>LTP12.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP13.jpg" target=_blank><img src="pages/thumb/t_LTP13.jpg" border="0" alt="LTP13.jpg" width="75" height="100"><br>LTP13.jpg</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP2.jpg" target=_blank><img src="pages/thumb/t_LTP2.jpg" border="0" alt="LTP2.jpg" width="100" height="74"><br>LTP2.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP20.jpg" target=_blank><img src="pages/thumb/t_LTP20.jpg" border="0" alt="LTP20.jpg" width="100" height="74"><br>LTP20.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP21.jpg" target=_blank><img src="pages/thumb/t_LTP21.jpg" border="0" alt="LTP21.jpg" width="100" height="74"><br>LTP21.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP22.jpg" target=_blank><img src="pages/thumb/t_LTP22.jpg" border="0" alt="LTP22.jpg" width="100" height="74"><br>LTP22.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP23.jpg" target=_blank><img src="pages/thumb/t_LTP23.jpg" border="0" alt="LTP23.jpg" width="75" height="100"><br>LTP23.jpg</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP24.jpg" target=_blank><img src="pages/thumb/t_LTP24.jpg" border="0" alt="LTP24.jpg" width="75" height="100"><br>LTP24.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP25.jpg" target=_blank><img src="pages/thumb/t_LTP25.jpg" border="0" alt="LTP25.jpg" width="100" height="74"><br>LTP25.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP26.jpg" target=_blank><img src="pages/thumb/t_LTP26.jpg" border="0" alt="LTP26.jpg" width="100" height="74"><br>LTP26.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP27.jpg" target=_blank><img src="pages/thumb/t_LTP27.jpg" border="0" alt="LTP27.jpg" width="75" height="100"><br>LTP27.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP28.jpg" target=_blank><img src="pages/thumb/t_LTP28.jpg" border="0" alt="LTP28.jpg" width="100" height="74"><br>LTP28.jpg</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP29.jpg" target=_blank><img src="pages/thumb/t_LTP29.jpg" border="0" alt="LTP29.jpg" width="100" height="74"><br>LTP29.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP3.jpg" target=_blank><img src="pages/thumb/t_LTP3.jpg" border="0" alt="LTP3.jpg" width="100" height="74"><br>LTP3.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP30.jpg" target=_blank><img src="pages/thumb/t_LTP30.jpg" border="0" alt="LTP30.jpg" width="100" height="74"><br>LTP30.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP31.jpg" target=_blank><img src="pages/thumb/t_LTP31.jpg" border="0" alt="LTP31.jpg" width="100" height="74"><br>LTP31.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP4.jpg" target=_blank><img src="pages/thumb/t_LTP4.jpg" border="0" alt="LTP4.jpg" width="100" height="74"><br>LTP4.jpg</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP41.jpg" target=_blank><img src="pages/thumb/t_LTP41.jpg" border="0" alt="LTP41.jpg" width="75" height="100"><br>LTP41.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP42.jpg" target=_blank><img src="pages/thumb/t_LTP42.jpg" border="0" alt="LTP42.jpg" width="75" height="100"><br>LTP42.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP43.jpg" target=_blank><img src="pages/thumb/t_LTP43.jpg" border="0" alt="LTP43.jpg" width="75" height="100"><br>LTP43.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP44.jpg" target=_blank><img src="pages/thumb/t_LTP44.jpg" border="0" alt="LTP44.jpg" width="100" height="74"><br>LTP44.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP45.jpg" target=_blank><img src="pages/thumb/t_LTP45.jpg" border="0" alt="LTP45.jpg" width="75" height="100"><br>LTP45.jpg</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP46.jpg" target=_blank><img src="pages/thumb/t_LTP46.jpg" border="0" alt="LTP46.jpg" width="100" height="74"><br>LTP46.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP47.jpg" target=_blank><img src="pages/thumb/t_LTP47.jpg" border="0" alt="LTP47.jpg" width="75" height="100"><br>LTP47.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP50.jpg" target=_blank><img src="pages/thumb/t_LTP50.jpg" border="0" alt="LTP50.jpg" width="100" height="74"><br>LTP50.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP51.jpg" target=_blank><img src="pages/thumb/t_LTP51.jpg" border="0" alt="LTP51.jpg" width="100" height="74"><br>LTP51.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP52.jpg" target=_blank><img src="pages/thumb/t_LTP52.jpg" border="0" alt="LTP52.jpg" width="100" height="74"><br>LTP52.jpg</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP6.jpg" target=_blank><img src="pages/thumb/t_LTP6.jpg" border="0" alt="LTP6.jpg" width="100" height="74"><br>LTP6.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP7.jpg" target=_blank><img src="pages/thumb/t_LTP7.jpg" border="0" alt="LTP7.jpg" width="75" height="100"><br>LTP7.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP8.jpg" target=_blank><img src="pages/thumb/t_LTP8.jpg" border="0" alt="LTP8.jpg" width="75" height="100"><br>LTP8.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/LTP9.jpg" target=_blank><img src="pages/thumb/t_LTP9.jpg" border="0" alt="LTP9.jpg" width="100" height="74"><br>LTP9.jpg</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
<p>A navrch ještě dvě fotky panoramatické:</p>
|
||||||
|
<table border="1">
|
||||||
|
<tr> <td align="center" valign="top"><a href="pages/original/Panorama.jpg" target=_blank><img src="pages/thumb/t_Panorama.jpg" border="0" alt="Panorama.jpg" width="100" height="11"><br>Panorama.jpg</a>
|
||||||
|
</td>
|
||||||
|
<td align="center" valign="top"><a href="pages/original/Panorama2.jpg" target=_blank><img src="pages/thumb/t_Panorama2.jpg" border="0" alt="Panorama2.jpg" width="100" height="8"><br>Panorama2.jpg</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
11
pages/map_centre.php
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<table class="table-no-border">
|
||||||
|
<tr><td><div class="subnadpis-galery">Příjezd do centra<br>
|
||||||
|
závodu</div>
|
||||||
|
<a href="pages/prijezd.png" onclick="return hs.expand(this)"><img src="pages/t_prijezd.png" alt="Příjezd do centra"></a><br>
|
||||||
|
Klikněte na <br>
|
||||||
|
<a href="http://amapy.atlas.cz/#x=-783731@y=-968483@cs=1@sidx=10@pg=1@pl=@app=0@sbar=c@q=mikulov%20nov%C3%A9%20m%C4%9Bsto@maxmap=1" target="_blank">interaktivní mapu</a></div></td>
|
||||||
|
<td> </td>
|
||||||
|
<td><div class="subnadpis-galery">Plánek centra<br>
|
||||||
|
závodu</div>
|
||||||
|
<a href="pages/mapa_centra.jpg" target="_blank"><img src="pages/t_mapa_centra.jpg" alt="Mapa centra"></a></td></tr>
|
||||||
|
</table>
|
||||||
BIN
pages/mapa_centra.jpg
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
9
pages/menucg.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<li class="submenu"><a href="maincg.php?page=cyklogaining">Zpět na homepage Cyklogaining 2009</a></li>
|
||||||
|
<li><a href="maincg.php?page=cykloupoutavka">Úvodní pozvánka</a></li>
|
||||||
|
<li><a href="maincg.php?page=rozpis_cg2009">Rozpis sobotního cyklogainingu</a></li>
|
||||||
|
<li><a href="maincg.php?page=rozpis_mtbo2009">Rozpis nedělního MTBO</a></li>
|
||||||
|
<li><a href="maincg.php?page=lob2002">Fotogalerie 1</a></li>
|
||||||
|
<li><a href="maincg.php?page=map_centre">Plánky centra</a></li><br>
|
||||||
|
<!-- <li><a href="maincg.php?page=mcr_2009/upoutavka">Prázdniny 2003</a></li> -->
|
||||||
|
<a href="http://www.rogaining.cz/2novinky.php" target="_blank"><img src="./images/car.gif" alt="Logo ČAR"></a><br><br>
|
||||||
|
<a href="http://www.caes.cz" target="_blank"><img src="./images/caes-cerna.gif" alt="Logo ČAES"></a>
|
||||||
BIN
pages/original/01_3082_dry_stream.jpg
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
pages/original/02_3089_Vlci_Kamen.jpg
Normal file
|
After Width: | Height: | Size: 154 KiB |
BIN
pages/original/03_3321_Jeskyne.jpg
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
pages/original/04_3341_Raseliniste1.jpg
Normal file
|
After Width: | Height: | Size: 170 KiB |
BIN
pages/original/05_3342_Raseliniste2.jpg
Normal file
|
After Width: | Height: | Size: 179 KiB |
BIN
pages/original/06_3061_Bazinka.jpg
Normal file
|
After Width: | Height: | Size: 181 KiB |
BIN
pages/original/07_3060_Bazina_Klec.jpg
Normal file
|
After Width: | Height: | Size: 165 KiB |
BIN
pages/original/08_3056_Klec1.jpg
Normal file
|
After Width: | Height: | Size: 141 KiB |
BIN
pages/original/09_3057_Klec2.jpg
Normal file
|
After Width: | Height: | Size: 166 KiB |
BIN
pages/original/10_3287_Viadukt1.jpg
Normal file
|
After Width: | Height: | Size: 121 KiB |
BIN
pages/original/11_3289_Viadukt2.jpg
Normal file
|
After Width: | Height: | Size: 111 KiB |
BIN
pages/original/12_3362_Prehrada.jpg
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
pages/original/13_3370_Most1.jpg
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
pages/original/14_3369_Most_Detail.jpg
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
pages/original/15_3373_Kostel1.jpg
Normal file
|
After Width: | Height: | Size: 136 KiB |
BIN
pages/original/16_3374_Kostel2.jpg
Normal file
|
After Width: | Height: | Size: 135 KiB |
BIN
pages/original/17_3284_Vetrniky.jpg
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
pages/original/LTP1.jpg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
pages/original/LTP10.jpg
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
pages/original/LTP11.jpg
Normal file
|
After Width: | Height: | Size: 53 KiB |
BIN
pages/original/LTP12.jpg
Normal file
|
After Width: | Height: | Size: 76 KiB |
BIN
pages/original/LTP13.jpg
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
pages/original/LTP2.jpg
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
pages/original/LTP20.jpg
Normal file
|
After Width: | Height: | Size: 76 KiB |
BIN
pages/original/LTP21.jpg
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
pages/original/LTP22.jpg
Normal file
|
After Width: | Height: | Size: 64 KiB |
BIN
pages/original/LTP23.jpg
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
pages/original/LTP24.jpg
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
pages/original/LTP25.jpg
Normal file
|
After Width: | Height: | Size: 102 KiB |
BIN
pages/original/LTP26.jpg
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
pages/original/LTP27.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
pages/original/LTP28.jpg
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
pages/original/LTP29.jpg
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
pages/original/LTP3.jpg
Normal file
|
After Width: | Height: | Size: 77 KiB |
BIN
pages/original/LTP30.jpg
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
pages/original/LTP31.jpg
Normal file
|
After Width: | Height: | Size: 97 KiB |
BIN
pages/original/LTP4.jpg
Normal file
|
After Width: | Height: | Size: 87 KiB |
BIN
pages/original/LTP41.jpg
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
pages/original/LTP42.jpg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
pages/original/LTP43.jpg
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
pages/original/LTP44.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
pages/original/LTP45.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
pages/original/LTP46.jpg
Normal file
|
After Width: | Height: | Size: 76 KiB |