Prinzipien
- Minimaler Einsatz von Javascript und JS-Frameworks
- Maximaler Einsatz von HTML 5 / CSS / Bulma
- Responsiv
Implementierung
Allgemeines Komponenten
Alle eingebundenen Templates liegen im Ordner webapps/superx/xml in der Datei "nd_templates.xsl". Hier eine Übersicht wo die jew. Templates genutzt werden. Anmerkungen zur Tabelle:
- x = Hier ist Template zu integrieren
- Templateoriginal liegt in nd_templates.xsl
new design templatename |
sx_ login |
sx_ start |
sx_ menue |
sx_ maske |
sx_man _maske |
sx_ tabelle |
sx_man _tabelle |
---|---|---|---|---|---|---|---|
Allgemein | |||||||
nd_pagetitle | x | x | x | x |
x |
x | x |
nd_breadcrumb | x | x |
x |
x | x | ||
nd_infotiles | x |
||||||
nd_modulinfo | x | x | x | x | x | ||
Abfragen |
|||||||
nd_query_subdir | x |
||||||
nd_query_list | x |
||||||
Buttons |
|||||||
nd_buttonbar_mask |
x | x |
|||||
nd_buttonbar_table | x |
x | |||||
nd_buttonbar_export | x |
||||||
nd_button_Keyfields | x | x | |||||
nd_button_Print | x |
x | |||||
nd_button_BackToMask | x |
x | |||||
nd_button_UserDoc | x | x | x |
x | |||
nd_button_Bookmark | x | x | x |
x | |||
nd_button_DeepLink | x |
x | |||||
nd_button_Konfig | x |
x | |||||
nd_button_intoWord | x |
x | |||||
nd_button_intoExcelNormal | x |
x | |||||
nd_button_intoExcelBig | x |
x | |||||
nd_button_intoExcelNice | x |
x | |||||
nd_button_intoPDF | x |
x | |||||
nd_button_intoHTML | x |
x | |||||
nd_button_intoCSVText | x |
x | |||||
nd_button_intoCSVExcel | x |
x | |||||
nd_button_intoXML | x |
x | |||||
nd_button_intoMediaWiki | x |
x | |||||
nd_button_Copy | x |
x | |||||
nd_button_MaskInfoEdit | x |
x | |||||
nd_button_MaskToSachgeb | x |
x | |||||
nd_button_StyleToMask | x |
x | |||||
Ergebnisberichte | |||||||
nd_legend_explanation | x |
x | |||||
nd_resultset_simple | x |
||||||
nd_resultset_man | x |
x | |||||
nd_resulset_tree | x |
||||||
Formulare | |||||||
nd_selectionform | x |
x | |||||
nd_selectionform_man | x |
||||||
nd_formsubmit | x |
x |
|||||
Navigation | |||||||
nd_navi_top | x | x | x | x |
x | x | |
nd_navi_wam ist Bestandteil von nd_navi_top |
|||||||
nd_navi_panel | x |
x |
x |
x |
x | x | |
nd_navi_panel_orgunits | x | ||||||
nd_navi_bottom | x | x | x | x | x |
x | x |
nd_navi_resultset | x | x |
Masken
Neue Templates liegen im Ordner /home/superx/git/Memtext-Interna/devel_module/kern/2021_superx_layout/
- xml/maske_html_download.xsl
Für den öffentlichen Downloadbereich ohne Login ist eine daraus generierte Datei vorhanden:
- xml/download_mask.htm
Diese Datei wird generiert mit
. SQL_ENV_COMMUNITY cd /home/superx/git/Memtext-Interna/devel_module/kern/2021_superx_layout/xml sx_transform.x -IN:downloads_maske.xml -XSL:maske_html_download.xsl -OUT:download_mask.htm -method:html
Danach müssen die versteckten Felder
<input type="hidden" name="kennung" value="anonym"> <input type="hidden" name="passwort" value="anfang12"> <input type="hidden" name="maxoffset" value="1000">
unterhalb des <form>-Elements ergänzt werden, und das form-action auf einen relativen Link umgesetzt werden:
<form name="maske" id="SuperXMaske" method="post" charset="UTF-8" action="../servlet/SuperXmlTabelle">...
Tabellen
Neue Templates liegen im Ordner /home/superx/git/Memtext-Interna/devel_module/kern/2021_superx_layout/
- xml/tabelle_html_download.xsl
Diese Datei wird zum Testen generiert mit
. SQL_ENV_COMMUNITY cd /home/superx/git/Memtext-Interna/devel_module/kern/2021_superx_layout/xml sx_transform.x -IN:downloads_tabelle.xml -XSL:tabelle_html_download.xsl -OUT:test.htm -method:html