From baf043b5f5c9552cd6e59efd8aa91c9e3253596e Mon Sep 17 00:00:00 2001 From: robo-bo Date: Tue, 30 Aug 2022 02:15:01 +0300 Subject: [PATCH] Orc translated! And working! --- .../pyOpenRPA/Orchestrator/ServerSettings.py | 2 +- .../pyOpenRPA/Resources/Web/orpa/footer.xhtml | 22 ++++-- Sources/pyOpenRPA/Resources/Web/orpa/orc.js | 4 +- .../pyOpenRPA/Resources/Web/orpa/orc.xhtml | 68 +++++++++---------- 4 files changed, 52 insertions(+), 44 deletions(-) diff --git a/Sources/pyOpenRPA/Orchestrator/ServerSettings.py b/Sources/pyOpenRPA/Orchestrator/ServerSettings.py index 64f4326c..4ed1b467 100644 --- a/Sources/pyOpenRPA/Orchestrator/ServerSettings.py +++ b/Sources/pyOpenRPA/Orchestrator/ServerSettings.py @@ -464,7 +464,7 @@ gRender = Render(inTemplatePathStr=lFileStr,inTemplateRefreshBool=True) def pyOpenRPA_Index(): # Пример использования global gRender - lStr = gRender.Generate(inDataDict={"title":"ОРКЕСТРАТОР", "subtitle":"ПАНЕЛЬ УПРАВЛЕНИЯ"}) + lStr = gRender.Generate(inDataDict={"title":"ОРКЕСТРАТОР PYOPENRPA", "subtitle":"ПАНЕЛЬ УПРАВЛЕНИЯ"}) __Orchestrator__.WebRequestResponseSend(inResponeStr=lStr,inContentTypeStr="text/html") def SettingsUpdate(inGlobalConfiguration): diff --git a/Sources/pyOpenRPA/Resources/Web/orpa/footer.xhtml b/Sources/pyOpenRPA/Resources/Web/orpa/footer.xhtml index 7d778547..811aaaba 100644 --- a/Sources/pyOpenRPA/Resources/Web/orpa/footer.xhtml +++ b/Sources/pyOpenRPA/Resources/Web/orpa/footer.xhtml @@ -1,14 +1,14 @@