| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:default_db="http://biuro.biall-net.pl/xmlschema_procesy5/default_db"
- xmlns:system_cache__web_ui="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/web_ui"
-
-
- exclude-result-prefixes="xs"
- version="2.0">
- <!-- @2017-02 bindera: wyglada na przydatny do implementacji do modulow wps -->
-
- <!--funkcje do obslugi akcji edycji/kopiowania/dodawania obiektow poprzez GUI DRAFT -->
-
-
- <xsl:import href="import_resource_table_xml_from_api.xsl"/>
- <xsl:import href="form_occurs_max_sequence.xsl"/>
- <xsl:import href="resources_tree_required_occurs_raport.xsl"/>
-
-
-
- <xsl:variable name="CRM_LISTA_ZASOBOW">
- <xsl:call-template name="import_resource_table_xml_from_api">
- <xsl:with-param name="cache" select="'read'"/>
- <xsl:with-param name="resource" select="'CRM_LISTA_ZASOBOW'"/>
- </xsl:call-template>
- </xsl:variable>
-
-
-
- <xsl:template name="main">
- <!--<xsl:result-document href="../default_db.instance.xml/transformed/default_db__CRM_LISTA_ZASOBOW_OFFERS__allowed_functions.xml">
- <default_db__CRM_LISTA_ZASOBOW_OFFERS:allowed_functions>
- <!-\-<xsl:apply-templates mode="default_db__ADMIN_USERS:allowed_functions" select="$ADMIN_USERS//item[ID='11' or ID='9' or ADM_ACCOUNT='remiszewskim' or ADM_ACCOUNT='crash' or ID='4889']"/>-\->
- </default_db__CRM_LISTA_ZASOBOW_OFFERS:allowed_functions>
- </xsl:result-document>-->
- </xsl:template>
-
-
-
-
-
- <!-- DRAFT template do przyjecia zadania do edycji, do dalszego przetwarzania, wyswietlania, potwierdzania -->
- <xsl:template match="node()" mode="system_cache__web_ui:modify_record_set">
- <!-- propozycja struktury tworzonej przez template -->
- <!--<system_cache__appinfo:save_to_api_xml>
- <edit_record table-name="DEVICES"
- count_xml_node="1"
- current_object_xml_name="?default_db:DEVICES?">
- <ID read_key_value="d108e1">12345</ID>
- <A_STATUS>NORMAL</TYPE>
- </edit_record>
- -->
- </xsl:template>
-
-
- <!-- DRAFT template usuniecia zadania edycji -->
- <xsl:template match="node()" mode="system_cache__web_ui:modify_record_remove_from_set">
- <!-- propozycja struktury obslugiwanej przez template - oczekiwany argument do usuniecia z listy np.
- read_key_value="d108e1 -->
- <!--<system_cache__appinfo:save_to_api_xml>
- <edit_record table-name="DEVICES"
- count_xml_node="1"
- current_object_xml_name="?default_db:DEVICES?">
- <ID read_key_value="d108e1">12345</ID>
- <A_STATUS>NORMAL</TYPE>
- </edit_record>
- -->
- </xsl:template>
-
- <!-- DRAFT template wykonania zadania edycji -->
- <xsl:template match="node()" mode="system_cache__web_ui:modify_record_show_set_to_confirm">
- <!-- TODO -->
- </xsl:template>
-
- <!-- DRAFT template usuniecia zadania edycji -->
- <xsl:template match="node()" mode="system_cache__web_ui:modify_record_commit">
-
- </xsl:template>
-
-
-
-
-
-
-
- </xsl:stylesheet>
|