helpers/copyright
author František Kučera <franta-hg@frantovo.cz>
Sun Oct 16 20:55:46 2011 +0200 (2011-10-16)
changeset 81 b51ab80c7a9d
permissions -rwxr-xr-x
Drupal: XSL pro vytváření <p>odstavců</p> z textu přímo uvnitř html/body
hranice mezi odstavci se poznají podle prázdného řádku (případně podle blokového elementu).
Naopak inline elementy jsou zahrnuty do odstavce. Příklad

První odstavec.
Druhý řádek téhož odstavce.

Druhý odstavec obsahující <em>nějaký inline element</em>.
Stále jsme v druhém odstavci.

Třetí odstavec…
<p>skutečný odstavec, jak to má být</p>
Toto už je čtvrtý resp. pátý odstavec, přestože tu nebyl žádný prázdný řádek.
chris@1
     1
Upstream Author:
chris@1
     2
chris@1
     3
    Christian Lins <christian.lins@web.de>
chris@1
     4
chris@1
     5
Copyright:
chris@1
     6
chris@1
     7
    Copyright (C) 2009 Christian Lins
chris@1
     8
chris@1
     9
License:
chris@1
    10
chris@1
    11
  This program is free software: you can redistribute it and/or modify
chris@1
    12
  it under the terms of the GNU General Public License as published by
chris@1
    13
  the Free Software Foundation, either version 3 of the License, or
chris@1
    14
  (at your option) any later version.
chris@1
    15
  
chris@1
    16
  This program is distributed in the hope that it will be useful,
chris@1
    17
  but WITHOUT ANY WARRANTY; without even the implied warranty of
chris@1
    18
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
chris@1
    19
  GNU General Public License for more details.
chris@1
    20
  
chris@1
    21
  You should have received a copy of the GNU General Public License
chris@1
    22
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
chris@1
    23