openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 6cbe6bd55c1dcdb33c31f7a34b474e6b87c4b736
parent e6ab60fe135d300fa4a6b01c16c87b710cdf5999
Author: dankert <devnull@localhost>
Date:   Thu,  6 Mar 2008 22:05:22 +0100

Hilfe f?r Eingabe von Wiki-Markup.

Diffstat:
language/de.ini.php | 10++++++++--
themes/default/templates/pageelement/edit.tpl.src.php | 52+++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 59 insertions(+), 3 deletions(-)

diff --git a/language/de.ini.php b/language/de.ini.php @@ -940,4 +940,11 @@ EDITOR_PROMPT_LIST_ENTRY = "Bitte geben Sie einen Text für den Listeneintrag ein PROP_USERINFO = "Benutzer" IMAGE_NEW_SIZE = "Neue Bildgröße" IMAGE_OLD_SIZE = "Bisherige Bildgröße" -CACHE_FILENAME = "Cache-Dateiname"- \ No newline at end of file +CACHE_FILENAME = "Cache-Dateiname" +HELP = "Hilfe" +TEXT_MARKUP_NUMBERED_LIST = "Numerierte Liste" +TEXT_MARKUP_UNNUMBERED_LIST = "Aufzählung" +TEXT_MARKUP_TABLE = "Tabelle" +TEXT_MARKUP_EMPHATIC = "Emphatisch" +TEXT_MARKUP_STRONG = "Wichtig" + diff --git a/themes/default/templates/pageelement/edit.tpl.src.php b/themes/default/templates/pageelement/edit.tpl.src.php @@ -21,8 +21,58 @@ page if value:var:type equals:longtext row cell colspan:2 class:fx + //focus field:text + + //if value:var:editor equals:wiki +// if present:preview_text +// text var:preview_text +// newline + +// editor type:wiki name:text inputarea class:longtext name:text rows:25 cols:70 - focus field:text + fieldset title:message:help + table + cell + text text:config:editor/text-markup/strong-begin + text text:message:text_markup_strong + text text:config:editor/text-markup/strong-end + newline + text text:config:editor/text-markup/emphatic-begin + text text:message:text_markup_emphatic + text text:config:editor/text-markup/emphatic-end + cell + text text:config:editor/text-markup/list-numbered + text text:message:text_markup_numbered_list + newline + text text:config:editor/text-markup/list-numbered + text text::... + newline + cell + text text:config:editor/text-markup/list-unnumbered + text text:message:text_markup_unnumbered_list + newline + text text:config:editor/text-markup/list-unnumbered + text text::... + newline + cell + text text:config:editor/text-markup/table-cell-sep + text text:message:text_markup_table + text text:config:editor/text-markup/table-cell-sep + text text::... + text text:config:editor/text-markup/table-cell-sep + text text::... + text text:config:editor/text-markup/table-cell-sep + newline + text text:config:editor/text-markup/table-cell-sep + text text::... + text text:config:editor/text-markup/table-cell-sep + text text::... + text text:config:editor/text-markup/table-cell-sep + text text::... + text text:config:editor/text-markup/table-cell-sep + newline + + if value:var:type equals:link row