git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
000b5f0
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
content
adpositions.html.php
personal pronouns and infinitive
Christian Fraß
commited
000b5f0
at 2016-05-21 18:25:14
adpositions.html.php
Blame
History
Raw
<?php include_once("source/logic/server/data.php"); include_once("source/logic/server/table.php"); include_once("source/logic/server/misc.php"); ?> <section class="section" id="adpositions"> <header>Adpositions</header> <?php proposal(); ?> <!-- <p>The following list gives an overview over prepositions:</p> --> <?php $table = new class_table ( [ /* new class_column ( "Type", function ($row) { return $row["type"]; } ), */ new class_column ( "Positive absolute", _foo("positive_absolute"), _bar("word") ), new class_column ( "Positive relative", _foo("positive_relative"), _bar("word") ), new class_column ( "Positive attributive", _foo("positive_attributive"), _bar("word") ), new class_column ( "Directive absolute", _foo("directive_absolute"), _bar("word") ), new class_column ( "Directive relative", _foo("directive_relative"), _bar("word") ), ], read_json("source/data/adpositions.json") ); $table->generate(); ?> </section>