adddf67eec76f436fa75c82b648ce73a414d2a5c
Christian Fraß renamed structure to content

Christian Fraß authored 7 years ago

source/content/sentence_structure.html.php    1) <section class="section" id="sentence_content">
fenris advanced

fenris authored 7 years ago

source/structure/sentence_structure.html.php  2) 	<header>Sentence Structure</header>
Christian Fraß better table-snap

Christian Fraß authored 7 years ago

source/content/sentence_structure.html.php    3) 	<!--
fenris advanced

fenris authored 7 years ago

source/structure/sentence_structure.html.php  4) 	<span class="todo">all</span>
Christian Fraß better table-snap

Christian Fraß authored 7 years ago

source/content/sentence_structure.html.php    5) 	  -->
source/content/sentence_structure.html.php    6) 	<?php proposal(); ?>
source/content/sentence_structure.html.php    7) 	<!--
source/content/sentence_structure.html.php    8) 	<p>elements in curly brackets are optional.</p>
source/content/sentence_structure.html.php    9) 	  -->
source/content/sentence_structure.html.php   10) 	<p>The 
source/content/sentence_structure.html.php   11) 	<section class="subsection" id="declarative_sentences">
source/content/sentence_structure.html.php   12) 		<header>Declarative Sentences</header>
source/content/sentence_structure.html.php   13) 		<p>Scheme: "<span class="clause subject meta optional">subject</span> <span class="clause predicate meta mandatory">predicate</span> <span class="clause object meta optional">object</span> <span class="clause other meta optional">other parts</span>."</p>
source/content/sentence_structure.html.php   14) 		<p>Example: "<span class="clause subject">De vulf</span> <span class="clause predicate">hav givt</span> <span class="clause object">en sten</span> <span class="clause object">to de fogel</span> <span class="clause other">po fordag</span>."</p>
source/content/sentence_structure.html.php   15) 		<p>Translation: <span class="sentence lang_en">The wolf has given a stone to the bird yesterday.</span></p>
source/content/sentence_structure.html.php   16) 	</section>
source/content/sentence_structure.html.php   17) 	<section class="subsection" id="interrogative_sentences">
source/content/sentence_structure.html.php   18) 		<header>Interrogative Sentences</header>
source/content/sentence_structure.html.php   19) 		<p>Scheme: "<span class="clause predicate meta mandatory">predicate:flected verb</span> <span class="clause subject meta optional">subject</span> <span class="clause predicate meta mandatory">predicate:rest</span> <span class="clause object meta optional">object</span> <span class="clause other meta optional">other parts</span>."</p>
source/content/sentence_structure.html.php   20) 		<p>Example: "<span class="clause predicate">Hav</span> <span class="clause subject">de vulf</span> <span class="clause predicate">givt</span> <span class="clause object">en sten</span> <span class="clause object">to de fogel</span> <span class="clause other">po fordag</span>?"</p>
source/content/sentence_structure.html.php   21) 		<p>Translation: <span class="sentence lang_en">Has the wolf given a stone to the bird yesterday?</span></p>
source/content/sentence_structure.html.php   22) 	</section>
source/content/sentence_structure.html.php   23) 	<section class="subsection" id="imperative_sentences">
source/content/sentence_structure.html.php   24) 		<header>Imperative Sentences</header>
source/content/sentence_structure.html.php   25) 		<p>Scheme: "<span class="clause predicate meta mandatory">predicate</span> <span class="clause subject meta optional">subject</span> <span class="clause object meta optional">object</span> <span class="clause other meta optional">other parts</span>!"</p>
source/content/sentence_structure.html.php   26) 		<p>Example: "<span class="clause predicate">Giv</span> <span class="clause object">en sten</span> <span class="clause object">to de fogel</span>!</p>
source/content/sentence_structure.html.php   27) 		<p>Translation: <span class="sentence lang_en">Give a stone to the bird!</span></p>
source/content/sentence_structure.html.php   28) 	</section>