Přesun do složky heslo
authorFrantišek Kučera <franta-hg@frantovo.cz>
Tue May 05 16:49:30 2009 +0200 (2009-05-05)
changeset 24137ab2aab4b
parent 1 001f2734b554
child 3 74a6a363ff9e
Přesun do složky heslo
php/heslo/html/hlavicka.html
php/heslo/html/paticka.html
php/heslo/index.php
php/html/hlavicka.html
php/html/paticka.html
php/index.php
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/php/heslo/html/hlavicka.html	Tue May 05 16:49:30 2009 +0200
     1.3 @@ -0,0 +1,15 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
     1.7 +  <head>
     1.8 +    <meta http-equiv="content-language" content="cs"/>
     1.9 +    <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/>
    1.10 +    <meta name="GOOGLEBOT" content="NOINDEX, NOFOLLOW"/>
    1.11 +    <meta name="ROBOTS" content="NOINDEX, NOFOLLOW"/>
    1.12 +    <link href="styl.css" type="text/css" rel="StyleSheet"/>
    1.13 +    <title>Změna hesla – Veverka.ch</title>
    1.14 +  </head>
    1.15 +  <body>  
    1.16 +    <h1>Změna hesla – Veverka.ch</h1>
    1.17 +    
    1.18 +    
    1.19 \ No newline at end of file
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/php/heslo/html/paticka.html	Tue May 05 16:49:30 2009 +0200
     2.3 @@ -0,0 +1,3 @@
     2.4 +
     2.5 +</body>
     2.6 +</html>
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/php/heslo/index.php	Tue May 05 16:49:30 2009 +0200
     3.3 @@ -0,0 +1,9 @@
     3.4 +<?php
     3.5 +
     3.6 +/** Jednoduchý skript sloužící ke změně hesla */
     3.7 +
     3.8 +include("html/hlavicka.html");
     3.9 +
    3.10 +include("html/paticka.html");
    3.11 +
    3.12 +?>
    3.13 \ No newline at end of file
     4.1 --- a/php/html/hlavicka.html	Tue May 05 16:46:22 2009 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,15 +0,0 @@
     4.4 -<?xml version="1.0" encoding="UTF-8"?>
     4.5 -<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     4.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
     4.7 -  <head>
     4.8 -    <meta http-equiv="content-language" content="cs"/>
     4.9 -    <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/>
    4.10 -    <meta name="GOOGLEBOT" content="NOINDEX, NOFOLLOW"/>
    4.11 -    <meta name="ROBOTS" content="NOINDEX, NOFOLLOW"/>
    4.12 -    <link href="styl.css" type="text/css" rel="StyleSheet"/>
    4.13 -    <title>Změna hesla – Veverka.ch</title>
    4.14 -  </head>
    4.15 -  <body>  
    4.16 -    <h1>Změna hesla – Veverka.ch</h1>
    4.17 -    
    4.18 -    
    4.19 \ No newline at end of file
     5.1 --- a/php/html/paticka.html	Tue May 05 16:46:22 2009 +0200
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,3 +0,0 @@
     5.4 -
     5.5 -</body>
     5.6 -</html>
     6.1 --- a/php/index.php	Tue May 05 16:46:22 2009 +0200
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,7 +0,0 @@
     6.4 -<?php
     6.5 -
     6.6 -include("html/hlavicka.html");
     6.7 -
     6.8 -include("html/paticka.html");
     6.9 -
    6.10 -?>
    6.11 \ No newline at end of file