@cronapp/templates 2.9.6-SP.9 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/file/crud/angular_crud_view/__FileName__.view.html.ftl +1 -1
- package/file/view.html/Login1ViewHtml/__FileName__.view.html.ftl +1 -1
- package/file/view.html/Login2ViewHtml/__FileName__.view.html.ftl +1 -1
- package/file/view.html/Signup1ViewHtml/__FileName__.view.html.ftl +1 -1
- package/file/view.html/Signup2ViewHtml/__FileName__.view.html.ftl +1 -1
- package/package.json +1 -1
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/assets/app-logo-login.svg +1 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/bower.json +2 -1
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/login.view.html.ftl +1 -1
- package/project/W/cronapp-rad-project/Dockerfile +2 -2
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/public/assets/app-logo-login.svg +56 -0
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/logged/home.view.html.ftl +5 -6
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/logged/home2.view.html.ftl +1 -1
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/login.view.html.ftl +1 -1
- package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/home.view.html.ftl +1 -1
- package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/public/assets/app-logo-login.svg +56 -0
- package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/views/public/home.view.html.ftl +1 -1
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
|
|
303
303
|
<datasource data-component="crn-datasource" name="${dataSourceCombo}" entity="${model.namespace}.${relationClassName}" keys="${keyField}" schema="${model.getDSSchema(field.fullType)}" lazy=true></datasource>
|
|
304
304
|
<div data-component="crn-enterprise-dynamic-combobox" id="modal-combo${field.getName()}-${model.random}" class="component-holder ng-binding ng-scope">
|
|
305
|
-
<div class="form-group">
|
|
305
|
+
<div class="form-group" id="combobox-modal-${field.getName()}${model.random}">
|
|
306
306
|
<label for="combobox-modal-${field.getName()}${model.random}" class=""><#if field.label?has_content>${field.label}<#else>${field.name?capitalize}</#if></label>
|
|
307
307
|
<cron-dynamic-select
|
|
308
308
|
id="combobox-modal-${field.getName()}${model.random}"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
<input type="hidden" name="csrf_token" value="CIwNZNlR4XbisJF39I8yWnWX9wX4WFoz" class="col-md-12">
|
|
12
12
|
|
|
13
|
-
<img alt="Login" src="
|
|
13
|
+
<img alt="Login" src="img/app-logo-login.svg" class="crn-image img-login component-holder" style="object-fit: contain" object-fit="object-fit: contain;" xattr-position="margin-left:auto; margin-right:auto;" data-component="crn-image" id="crn-image-login">
|
|
14
14
|
|
|
15
15
|
<h1 class="title component-holder col-xs-12 col-md-12 text-left" xattr-position="text-left" xattr-type="h3" data-component="crn-text-component" id="crn-text-component-login">{{'Signup.view.Acess' | translate}}</h1>
|
|
16
16
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<input type="hidden" name="csrf_token" value="CIwNZNlR4XbisJF39I8yWnWX9wX4WFoz" class="col-md-12">
|
|
11
11
|
|
|
12
|
-
<img alt="Login" src="
|
|
12
|
+
<img alt="Login" src="img/app-logo-login.svg" class="crn-image img-login component-holder" style="object-fit: contain" object-fit="object-fit: contain;" xattr-position="margin-left:auto; margin-right:auto;" data-component="crn-image" id="crn-image-login">
|
|
13
13
|
|
|
14
14
|
<h1 class="title component-holder col-xs-12 col-md-12 text-left" xattr-position="text-left" xattr-type="h3" data-component="crn-text-component" id="crn-text-component-login">{{'Signup.view.Acess' | translate}}</h1>
|
|
15
15
|
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<div id="responsive-component" class="col-md-9 col-lg-7 col-sm-10 col-xs-11">
|
|
25
25
|
|
|
26
26
|
<form class="form-validation ng-pristine ng-valid ng-valid-required" autocomplete="off" name="form" ng-submit="signup()" role="form">
|
|
27
|
-
<img alt="Login" src="
|
|
27
|
+
<img alt="Login" src="img/app-logo-login.svg" class="crn-image img-login component-holder" style="object-fit: contain" object-fit="object-fit: contain;" xattr-position="margin-left:auto; margin-right:auto;" data-component="crn-image" id="crn-image-login">
|
|
28
28
|
<h1 class="title component-holder col-xs-12 col-md-12 text-left" xattr-position="text-left" xattr-type="h3" data-component="crn-text-component" id="crn-text-component-login">{{'Signup.view.Signup' | translate}}</h1>
|
|
29
29
|
|
|
30
30
|
<div class="login-signup">
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
<form class="form-validation ng-pristine ng-valid ng-valid-required" autocomplete="off" name="form" ng-submit="signup()" role="form">
|
|
26
26
|
|
|
27
|
-
<img alt="Login" src="
|
|
27
|
+
<img alt="Login" src="img/app-logo-login.svg" class="crn-image img-login component-holder" style="object-fit: contain" object-fit="object-fit: contain;" xattr-position="margin-left:auto; margin-right:auto;" data-component="crn-image" id="crn-image-login">
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
<h1 class="title component-holder col-xs-12 col-md-12 text-left" xattr-position="text-left" xattr-type="h3" data-component="crn-text-component" id="crn-text-component-login">{{'Signup.view.Signup' | translate}}</h1>
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 705 473"><defs><style>.cls-1{fill:#152451;}.cls-2{fill:#008dcd;}</style></defs><title>logo-vertical-color</title><path class="cls-1" d="M137.18,378.93c-9.56,11.92-21.49,18-35.46,18h-.48c-11.62,0-21.29-4.19-28.76-12.45s-11.23-18.93-11.23-32v-2.26c0-13.15,3.65-24,10.84-32.23s16.58-12.28,28.1-12.28h.48c14.37.07,26.49,6,36,17.57l.41.5,9.37-9.8-.32-.39a56.46,56.46,0,0,0-19.84-15.37,59.12,59.12,0,0,0-24.92-5.43h-1.21c-16,0-29,5.34-38.64,15.86S47,333.3,47,350.5v1.56c0,17.5,5.1,31.64,15.15,42.05s23.56,15.78,40.24,15.78c17.88-.08,32.78-7.27,44.28-21.35l.32-.39-9.38-9.72Z"/><path class="cls-1" d="M198,316.71h-.16a32.51,32.51,0,0,0-27.32,14.57V318.81H156.22v89H170.5V364.54c0-10.68,2.55-19.27,7.57-25.53s12.09-9.31,21-9.31h2.57V316.9l-.52,0C200.11,316.79,199,316.71,198,316.71Z"/><path class="cls-1" d="M246.16,316.71h-1c-12.88,0-23.41,4.36-31.28,13s-11.85,19.7-11.85,33v1.25c0,13.29,4,24.39,11.85,33s18.4,13,31.28,13h1c12.93,0,23.48-4.37,31.35-13s11.77-19.64,11.77-33v-1.25c0-13.35-4-24.45-11.77-33S259.09,316.71,246.16,316.71Zm0,80.18h-1c-8.6,0-15.6-3-20.82-9s-8-14.12-8-24.27V363c0-10.27,2.63-18.24,8-24.35,5.24-5.92,12.24-8.93,20.82-8.93h1c8.55,0,15.58,3,20.89,8.93S275,352.88,275,363v.63c0,10.12-2.67,18.29-7.95,24.27S254.73,396.89,246.16,396.89Z"/><path class="cls-1" d="M366.5,325.41c-5.66-5.78-13.82-8.7-24.24-8.7h-.32c-11.48,0-21.86,5.09-28.12,13.7v-11.6H299.54v89h14.28V363c0-10,2.49-18.13,7.4-24.21s11.36-9.07,19.44-9.07H341c13.31,0,19.79,6.7,19.79,20.49v57.59h14.28V350.19C375.05,339.53,372.17,331.19,366.5,325.41Z"/><path class="cls-2" d="M425.62,316.71h-.16a52.43,52.43,0,0,0-20.66,4.1,46.51,46.51,0,0,0-16.14,10.9l-.37.39,8.8,9.32.41-.43a37.44,37.44,0,0,1,12-8,35.91,35.91,0,0,1,14.68-3.3h.73c7.36,0,12.87,1.76,16.35,5.23,3.18,3.16,4.79,7.85,4.79,13.94v3.48c-21.13,0-36.28,2.39-46.29,7.16-10.27,4.89-15.26,12.35-15.26,22.82,0,8.19,2.87,14.9,8.52,19.92s13.05,7.64,22.1,7.64h.32a38,38,0,0,0,18.71-4.68,33.57,33.57,0,0,0,11.9-10.69v13.26h14.28v-57C460.33,328.5,448.33,316.71,425.62,316.71ZM410,369.21c7.57-2.92,19.68-4.45,36-4.56-.19,9.14-3.07,16.88-8.58,23-5.68,6.23-12.73,9.25-21.54,9.25h-.16c-10.47,0-17-5.34-17-13.94C398.78,376.67,402.46,372.17,410,369.21Z"/><path class="cls-2" d="M518.12,316.71h-1a41.72,41.72,0,0,0-18.2,4.11,32.14,32.14,0,0,0-12.41,10v-12H472.27V444.52h14.28V395.78A32.1,32.1,0,0,0,499,405.69a40.77,40.77,0,0,0,18.2,4.2h1c12.14,0,22.13-4.37,29.68-13s11.28-19.64,11.28-33v-1.25c0-13.34-3.79-24.44-11.28-33S530.26,316.71,518.12,316.71ZM544.8,363v.63c0,10.12-2.67,18.29-7.95,24.27s-12.16,9-20.65,9h-1c-8.44,0-15.36-3-20.58-9s-8-14.12-8-24.27V363c0-10.1,2.68-18.29,7.95-24.35s12.18-8.93,20.66-8.93h1c8.47,0,15.42,3,20.65,8.93S544.8,352.88,544.8,363Z"/><path class="cls-2" d="M645.75,329.69c-7.56-8.61-17.54-13-29.68-13h-1a41.69,41.69,0,0,0-18.2,4.11,32,32,0,0,0-12.41,10v-12H570.22V444.52H584.5V395.78a32.14,32.14,0,0,0,12.4,9.91,40.81,40.81,0,0,0,18.21,4.2h1c12.14,0,22.12-4.37,29.68-13s11.28-19.64,11.28-33v-1.25C657,349.33,653.23,338.23,645.75,329.69Zm-3,33.29v.63c0,10.12-2.68,18.29-8,24.27s-12.15,9-20.65,9h-1c-8.44,0-15.36-3-20.57-9s-8-14.12-8-24.27V363c0-10.1,2.67-18.29,8-24.35s12.18-8.93,20.65-8.93h1c8.48,0,15.42,3,20.65,8.93S642.75,352.88,642.75,363Z"/><path class="cls-2" d="M291.53,188.38v33.86a2,2,0,0,0,1,1.71L310,233.57l12.23,7.25a2,2,0,0,0,3-1.69V205.36a2,2,0,0,0-1-1.7l-29.72-17A2,2,0,0,0,291.53,188.38Z"/><path class="cls-2" d="M347.62,168.06l-17.39-9.86a2,2,0,0,0-1.92,0l-17,9.45L297,175.81a2,2,0,0,0,0,3.38l30.8,18.31a2,2,0,0,0,2,0l17.61-10,13.66-7.61a2,2,0,0,0,.09-3.37Z"/><path class="cls-2" d="M366.67,187.86a2,2,0,0,0-2.92-1.71l-12.92,7.23-17.5,10.26a2,2,0,0,0-1,1.69v34.51a2,2,0,0,0,2.95,1.69l13.53-7.93L365.68,224a2,2,0,0,0,1-1.7Z"/><path class="cls-1" d="M463.39,136.9a5.92,5.92,0,0,1-3-4.44C457,104.89,433.32,83,405.13,83a55.46,55.46,0,0,0-24.86,5.63,6,6,0,0,1-7.77-2.48c-11.59-20.09-33.76-32.67-58.69-32.67-36.73,0-68.08,28.07-67.5,64.94V125a7.79,7.79,0,0,1-3.89,5.3c-17,8-26.2,27.48-26.2,46.69a46.88,46.88,0,0,0,48,47h7V212.66h-7A35.64,35.64,0,0,1,228,177c0-17.8,9.52-34.68,24.91-38.1a6.08,6.08,0,0,0,4.7-5.72V118.42c-.09-30.2,25.4-53.13,56.18-53.13,25.21,0,46.39,14.76,53.23,37.08a5.91,5.91,0,0,0,9.59,2.68c7.72-6.9,17-10.24,28.5-10.24,23.79,0,44.1,20.24,44.1,44.28a5.89,5.89,0,0,0,3.78,5.44c13.65,5.29,23,17.22,23,32.47,0,20.15-14.28,35.88-34.32,35.66H386V224h55.65c26.38.72,46.12-21,46.12-47C487.78,159.34,477.73,144.87,463.39,136.9Z"/></svg>
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"cronapp-framework-mobile-js": "3ed025ee788da6337bac26ed7af6019d7d0a470b",
|
|
27
27
|
"cronapp-common-js": "b62115b1a7f134ecde300d8ebd510ccd5b054e55",
|
|
28
|
-
"cronapi-js": "1744f41b61238494e7a014da822c2f98318076fb"
|
|
28
|
+
"cronapi-js": "1744f41b61238494e7a014da822c2f98318076fb",
|
|
29
|
+
"cronapp-lib-js": "694018c4f5de9f0677a105e2821a97ebab4dfdff"
|
|
29
30
|
}
|
|
30
31
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<ion-content class="scroll-content center-content-vertically" data-component="crn-ion-content">
|
|
4
4
|
<div class="list safe-top" data-container="true">
|
|
5
5
|
<div class="col text-center">
|
|
6
|
-
<img aria-roledescription="logo" alt="{{'Accessibility.Login.Logo.Alt' | translate}}" src="
|
|
6
|
+
<img aria-roledescription="logo" alt="{{'Accessibility.Login.Logo.Alt' | translate}}" src="assets/app-logo-login.svg" class="component-holder logo" style="display: block; margin-left:auto; margin-right:auto;" xattr-position="display: block; margin-left:auto; margin-right:auto;" data-component="crn-image" id="crn-image-960683">
|
|
7
7
|
</div>
|
|
8
8
|
</div>
|
|
9
9
|
<div class="list list-inset login-mobile" data-container="true">
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
## Consulte a documentação do Docker em https://docs.cronapp.io para informações sobre o conteúdo desse arquivo.
|
|
2
2
|
|
|
3
|
-
FROM
|
|
4
|
-
RUN
|
|
3
|
+
FROM ubuntu:18.04 AS maven_builder
|
|
4
|
+
RUN apt update && apt install -y maven openjdk-11-jdk npm git bash
|
|
5
5
|
WORKDIR /app
|
|
6
6
|
ADD pom.xml /app/pom.xml
|
|
7
7
|
RUN git config --global url."https://".insteadOf git://
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 155 36" style="enable-background:new 0 0 155 36;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#20284E;}
|
|
7
|
+
.st1{fill:#127DBF;}
|
|
8
|
+
</style>
|
|
9
|
+
<g id="Group_4" transform="translate(-1286.785 -997.802)">
|
|
10
|
+
<g id="Group_1" transform="translate(1376.61 1014.135)">
|
|
11
|
+
<path id="Path_1" class="st0" d="M-23.2,7.8c-1.4,1.9-3.5,3-5.9,3h-0.1c-1.8,0-3.5-0.7-4.7-2.1c-1.3-1.5-1.9-3.3-1.9-5.3V3.1
|
|
12
|
+
c-0.1-1.9,0.6-3.8,1.8-5.3c1.2-1.3,2.9-2.1,4.6-2h0.1c2.3,0,4.5,1.1,5.9,2.9l0.1,0.1l1.5-1.6l-0.1-0.1c-0.9-1.1-2-1.9-3.3-2.5
|
|
13
|
+
c-1.3-0.6-2.7-0.9-4.1-0.9h-0.2c-2.4-0.1-4.7,0.9-6.4,2.6C-37.2-2-38,0.3-38,3.2v0.3c0,2.9,0.8,5.2,2.5,6.9
|
|
14
|
+
c1.7,1.7,3.9,2.6,6.6,2.6c2.9,0,5.6-1.3,7.3-3.5l0.1-0.1L-23.2,7.8L-23.2,7.8z"/>
|
|
15
|
+
<path id="Path_2" class="st0" d="M-13.1-2.4L-13.1-2.4c-1.8,0-3.5,0.9-4.5,2.4v-2.1H-20v14.7h2.4V5.5c-0.1-1.5,0.4-3,1.2-4.2
|
|
16
|
+
c0.9-1,2.1-1.6,3.5-1.5h0.4v-2.1l-0.1,0C-12.8-2.4-12.9-2.4-13.1-2.4z"/>
|
|
17
|
+
<path id="Path_3" class="st0" d="M-5.2-2.4h-0.2c-2-0.1-3.8,0.7-5.2,2.1c-1.3,1.5-2,3.4-2,5.4v0.2c-0.1,2,0.6,3.9,2,5.4
|
|
18
|
+
c1.3,1.4,3.2,2.2,5.2,2.1h0.2c2,0.1,3.8-0.7,5.2-2.1C1.3,9.3,2,7.4,2,5.4V5.2C2,3.2,1.3,1.2,0-0.3C-1.3-1.7-3.2-2.5-5.2-2.4z
|
|
19
|
+
M-5.2,10.8h-0.2c-1.3,0-2.6-0.5-3.4-1.5c-0.9-1.1-1.4-2.6-1.3-4V5.2c-0.1-1.5,0.4-2.9,1.3-4c0.9-1,2.1-1.5,3.4-1.5h0.2
|
|
20
|
+
c1.3,0,2.6,0.5,3.4,1.5c0.9,1.1,1.4,2.6,1.3,4v0.1c0.1,1.5-0.4,2.9-1.3,4C-2.6,10.3-3.8,10.9-5.2,10.8L-5.2,10.8z"/>
|
|
21
|
+
<path id="Path_4" class="st0" d="M14.7-1c-0.9-1-2.3-1.4-4-1.4h-0.1C8.8-2.5,7.1-1.6,6-0.2v-1.9H3.6v14.7H6V5.2
|
|
22
|
+
c-0.1-1.4,0.4-2.8,1.2-4c0.8-1,2-1.5,3.2-1.5h0.1c2.2,0,3.3,1.1,3.3,3.4v9.5h2.4V3.1C16.1,1.3,15.6,0,14.7-1z"/>
|
|
23
|
+
</g>
|
|
24
|
+
<g id="Group_2" transform="translate(1478.178 1021.341)">
|
|
25
|
+
<path id="Path_5" class="st1" d="M-77.1-9.6L-77.1-9.6c-1.2,0-2.4,0.2-3.4,0.7c-1,0.4-1.9,1-2.7,1.8l-0.1,0.1l1.5,1.5l0.1-0.1
|
|
26
|
+
c0.6-0.6,1.2-1,2-1.3c0.8-0.4,1.6-0.5,2.4-0.5h0.1c1-0.1,1.9,0.2,2.7,0.9c0.6,0.6,0.8,1.5,0.8,2.3v0.6c-3.5,0-6,0.4-7.6,1.2
|
|
27
|
+
c-1.7,0.8-2.5,2-2.5,3.8c0,1.3,0.5,2.5,1.4,3.3c1,0.9,2.3,1.3,3.6,1.3h0.1c1.1,0,2.1-0.3,3.1-0.8c0.8-0.4,1.5-1,2-1.8v2.2h2.4V-4
|
|
28
|
+
C-71.4-7.7-73.4-9.6-77.1-9.6z M-79.7-1c1.3-0.5,3.2-0.7,5.9-0.8c0,1.4-0.5,2.7-1.4,3.8c-0.9,1-2.2,1.6-3.6,1.5h0
|
|
29
|
+
c-1.7,0-2.8-0.9-2.8-2.3C-81.5,0.3-80.9-0.5-79.7-1L-79.7-1z"/>
|
|
30
|
+
<path id="Path_6" class="st1" d="M-61.8-9.6H-62c-1,0-2.1,0.2-3,0.7c-0.8,0.4-1.5,0.9-2,1.6v-2h-2.4v20.8h2.4v-8
|
|
31
|
+
c0.5,0.7,1.2,1.3,2,1.6c0.9,0.5,2,0.7,3,0.7h0.2c1.9,0.1,3.7-0.7,4.9-2.1c1.3-1.5,1.9-3.5,1.9-5.4V-2c0.1-2-0.6-3.9-1.9-5.4
|
|
32
|
+
C-58.2-8.9-60-9.7-61.8-9.6z M-57.4-2v0.1c0.1,1.5-0.4,2.9-1.3,4c-0.9,1-2.1,1.5-3.4,1.5h-0.2c-1.3,0-2.5-0.5-3.4-1.5
|
|
33
|
+
c-0.9-1.1-1.4-2.6-1.3-4V-2c-0.1-1.5,0.4-2.9,1.3-4c0.9-1,2.1-1.5,3.4-1.5h0.2c1.3,0,2.6,0.5,3.4,1.5C-57.8-4.9-57.4-3.4-57.4-2
|
|
34
|
+
L-57.4-2z"/>
|
|
35
|
+
<path id="Path_7" class="st1" d="M-40.8-7.5c-1.2-1.4-3-2.2-4.9-2.1h-0.2c-1,0-2.1,0.2-3,0.7c-0.8,0.4-1.5,0.9-2,1.6v-2h-2.4v20.8
|
|
36
|
+
h2.4v-8c0.5,0.7,1.2,1.3,2,1.6c0.9,0.5,2,0.7,3,0.7h0.2c1.9,0.1,3.7-0.7,4.9-2.1c1.3-1.5,1.9-3.5,1.9-5.4V-2
|
|
37
|
+
C-38.8-4-39.5-6-40.8-7.5z M-41.3-2v0.1c0.1,1.5-0.4,2.9-1.3,4c-0.9,1-2.1,1.5-3.4,1.5h-0.2c-1.3,0-2.5-0.5-3.4-1.5
|
|
38
|
+
c-0.9-1.1-1.4-2.6-1.3-4V-2c-0.1-1.5,0.4-2.9,1.3-4c0.9-1,2.1-1.5,3.4-1.5h0.2c1.3,0,2.6,0.5,3.4,1.5C-41.7-4.9-41.2-3.4-41.3-2
|
|
39
|
+
L-41.3-2z"/>
|
|
40
|
+
</g>
|
|
41
|
+
<g id="Group_3" transform="translate(1309.449 1029.238)">
|
|
42
|
+
<path id="Path_8" class="st1" d="M-7.7-8.2v5.6c0,0.1,0.1,0.2,0.2,0.3l2.9,1.6l2,1.2c0.2,0.1,0.4,0,0.4-0.1c0,0,0-0.1,0-0.2v-5.6
|
|
43
|
+
c0-0.1-0.1-0.2-0.2-0.3l-4.9-2.8c-0.2-0.1-0.4,0-0.4,0.1C-7.7-8.3-7.7-8.2-7.7-8.2z"/>
|
|
44
|
+
<path id="Path_9" class="st1" d="M1.5-11.5l-2.9-1.6c-0.1-0.1-0.2-0.1-0.3,0l-2.8,1.6l-2.4,1.3C-7-10.2-7-10-6.9-9.8
|
|
45
|
+
c0,0,0.1,0.1,0.1,0.1l5.1,3c0.1,0.1,0.2,0.1,0.3,0l2.9-1.7l2.3-1.3C3.9-9.7,4-9.9,3.9-10c0,0-0.1-0.1-0.1-0.1L1.5-11.5z"/>
|
|
46
|
+
<path id="Path_10" class="st1" d="M4.7-8.3c0-0.2-0.1-0.3-0.3-0.3c-0.1,0-0.1,0-0.2,0L2.1-7.3l-2.9,1.7C-0.9-5.6-1-5.5-1-5.4v5.7
|
|
47
|
+
c0,0.2,0.1,0.3,0.3,0.3c0.1,0,0.1,0,0.2,0l2.2-1.3l2.8-1.6c0.1-0.1,0.2-0.2,0.2-0.3L4.7-8.3z"/>
|
|
48
|
+
</g>
|
|
49
|
+
<path id="Path_11" class="st0" d="M1330.1,1012.6c-0.3-0.2-0.5-0.4-0.5-0.7c-0.6-4.6-4.5-8.1-9.1-8.2c-1.4,0-2.8,0.3-4.1,0.9
|
|
50
|
+
c-0.5,0.2-1,0-1.3-0.4c-2-3.4-5.7-5.5-9.7-5.4c-6.1,0-11.2,4.6-11.1,10.7v1.1c-0.1,0.4-0.3,0.7-0.6,0.9c-2.8,1.3-4.3,4.5-4.3,7.7
|
|
51
|
+
c0,4.3,3.5,7.7,7.7,7.8c0.1,0,0.1,0,0.2,0h1.2v-1.9h-1.2c-3.2,0-5.9-2.5-6-5.8c0,0,0-0.1,0-0.1c0-2.9,1.6-5.7,4.1-6.3
|
|
52
|
+
c0.4-0.1,0.8-0.5,0.8-0.9v-2.4c0-5,4.2-8.8,9.3-8.8c4.2,0,7.7,2.4,8.8,6.1c0.2,0.5,0.7,0.8,1.2,0.6c0.1,0,0.3-0.1,0.4-0.2
|
|
53
|
+
c1.3-1.1,3-1.8,4.7-1.7c4,0.1,7.2,3.3,7.3,7.3c0,0.4,0.3,0.8,0.6,0.9c2.3,0.8,3.8,2.9,3.8,5.4c0,3.3-2.4,5.9-5.7,5.9h-9.2v1.9h9.2
|
|
54
|
+
c4.4,0.1,7.6-3.5,7.6-7.8C1334.1,1016.4,1332.6,1013.9,1330.1,1012.6z"/>
|
|
55
|
+
</g>
|
|
56
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<div class="component-holder ng-binding ng-scope <#if !(menuPosition??) || menuPosition == "Horizontal">crn-navigator-horizontal<#else>crn-navigator-vertical</#if>"
|
|
2
|
-
<nav class="navbar navbar-default">
|
|
1
|
+
<div class="component-holder ng-binding ng-scope <#if !(menuPosition??) || menuPosition == "Horizontal">crn-navigator-horizontal<#else>crn-navigator-vertical</#if>" id="main-nav-bar" tabindex="-1">
|
|
2
|
+
<nav class="navbar navbar-default ng-scope" data-container="true" data-component="crn-navbar" id="crn-navbar-983334">
|
|
3
3
|
<ul aria-label="{{'DirectAccess' | translate}}" class="main-access" tabindex="-1">
|
|
4
4
|
<li><a crn-anchor="main-view" href="javascript:void(0);" class="main-nav-link" alt="{{'MainContent' | translate}}">{{'MainContent' | translate}}</a> </li>
|
|
5
5
|
<li><a crn-anchor="main-nav-bar" href="javascript:void(0);" class="main-nav-link" alt="{{'MainMenu' | translate}}">{{'MainMenu' | translate}}</a> </li>
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
<div class="container-fluid">
|
|
8
8
|
<div class="navbar-header">
|
|
9
9
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar, #navbar2" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
|
|
10
|
-
<a class="component-holder ng-binding ng-scope navbar-brand" data-component="crn-image" ng-click="cronapi.screen.changeView('#/home', [])"> <img alt="{{'Home.view.Home' | translate}}" src="
|
|
10
|
+
<a class="component-holder ng-binding ng-scope navbar-brand" data-component="crn-image" ng-click="cronapi.screen.changeView('#/home', [])"> <img alt="{{'Home.view.Home' | translate}}" src="public/assets/app-logo-login.svg" id="crn-navbar-logo" data-component="crn-image"> </a>
|
|
11
11
|
</div>
|
|
12
|
-
<div id="navbar" class="navbar-collapse collapse float-left-desktop">
|
|
12
|
+
<div id="navbar" class="navbar-collapse collapse float-left-desktop" >
|
|
13
13
|
<ul class="nav navbar-nav" style="float:none">
|
|
14
14
|
<#if (customMenu??) >
|
|
15
15
|
<#list customMenu?keys as key>
|
|
@@ -26,9 +26,8 @@
|
|
|
26
26
|
</#list>
|
|
27
27
|
</#if>
|
|
28
28
|
<li>
|
|
29
|
-
<cron-dynamic-menu id="crn-dynamic-menu-home" class="component-holder" data-component="crn-dynamic-menu" options="{"escope":"WEB","subMenuOptions":[{"id":"1h85bvnhg7511","name":"Home","title":"{{'Home.view.Home' | translate}}","iconClass":"fa fa-home","action":"cronapi.screen.changeView('#/home', [])","level":1,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[]},{"id":"1iynbo1wq8twj","name":"Admin","title":"{{'Home.view.Admin' | translate}}","iconClass":"fa fa-user","security":"visible : Administrators, enabled : Administrators","action":"","level":1,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[{"id":"t4fkwdjzlcmu","name":"Users","title":"{{'Home.view.Users' | translate}}","iconClass":"fa fa-user","security":"visible : Administrators, enabled : Administrators","action":"cronapi.screen.changeView('#/home/admin/user', [])","level":2,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[]},{"id":"s4xeikriw2et","name":"AuditLog","title":"{{'AuditLog' | translate}}","iconClass":"fa fa-list-ol","security":"visible : Administrators, enabled : Administrators","action":"cronapi.screen.changeView('#/home/admin/auditlog.search', [])","level":2,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[]},{"id":"1jeqhtersh46d","name":"Roles","title":"{{'Home.view.Roles' | translate}}","iconClass":"fa fa-users","security":"visible : Administrators, enabled : Administrators","action":"cronapi.screen.changeView('#/home/admin/role', [])","level":2,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[]}]}]}"
|
|
29
|
+
<cron-dynamic-menu id="crn-dynamic-menu-home" class="component-holder" data-component="crn-dynamic-menu" options="{"escope":"WEB","subMenuOptions":[{"id":"1h85bvnhg7511","name":"Home","title":"{{'Home.view.Home' | translate}}","iconClass":"fa fa-home","action":"cronapi.screen.changeView('#/home', [])","level":1,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[]},{"id":"1iynbo1wq8twj","name":"Admin","title":"{{'Home.view.Admin' | translate}}","iconClass":"fa fa-user","security":"visible : Administrators, enabled : Administrators","action":"","level":1,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[{"id":"t4fkwdjzlcmu","name":"Users","title":"{{'Home.view.Users' | translate}}","iconClass":"fa fa-user","security":"visible : Administrators, enabled : Administrators","action":"cronapi.screen.changeView('#/home/admin/user', [])","level":2,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[]},{"id":"s4xeikriw2et","name":"AuditLog","title":"{{'AuditLog' | translate}}","iconClass":"fa fa-list-ol","security":"visible : Administrators, enabled : Administrators","action":"cronapi.screen.changeView('#/home/admin/auditlog.search', [])","level":2,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[]},{"id":"1jeqhtersh46d","name":"Roles","title":"{{'Home.view.Roles' | translate}}","iconClass":"fa fa-users","security":"visible : Administrators, enabled : Administrators","action":"cronapi.screen.changeView('#/home/admin/role', [])","level":2,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[]}]}]}">Dynamic Menu</cron-dynamic-menu>
|
|
30
30
|
</li>
|
|
31
|
-
|
|
32
31
|
</ul>
|
|
33
32
|
</div>
|
|
34
33
|
<div id="navbar2" class="navbar-collapse collapse">
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
</button>
|
|
20
20
|
|
|
21
21
|
<a class="component-holder ng-binding ng-scope navbar-brand" data-component="crn-image" ng-click="cronapi.screen.changeView('#/home', [])">
|
|
22
|
-
<img alt="{{'Home.view.Home' | translate}}" src="
|
|
22
|
+
<img alt="{{'Home.view.Home' | translate}}" src="public/assets/app-logo-login.svg" id="crn-navbar-logo" data-component="crn-image">
|
|
23
23
|
</a>
|
|
24
24
|
|
|
25
25
|
<#if !(menuPosition??) || menuPosition == "Vertical">
|
package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/login.view.html.ftl
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<div class="text-danger wrapper text-center col-md-12" ng-show="authError"></div>
|
|
11
11
|
<div class="component-holder ng-binding ng-scope col-xs-12 col-md-12" data-component="crn-image" id="crn-image-login">
|
|
12
12
|
<h1>
|
|
13
|
-
<img alt="Login" src="
|
|
13
|
+
<img alt="Login" src="public/assets/app-logo-login.svg"
|
|
14
14
|
class="" style="display:block; width:60%; height:auto; margin-left:auto; margin-right:auto;"
|
|
15
15
|
xattr-position="margin-left:auto; margin-right:auto;" data-component="crn-image">
|
|
16
16
|
</h1>
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<div class="container-fluid">
|
|
9
9
|
<div class="navbar-header">
|
|
10
10
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
|
|
11
|
-
<a class="component-holder ng-binding ng-scope navbar-brand" data-component="crn-image" ng-click="cronapi.screen.changeView('#/home/public/home', [])"> <img alt="{{'Home.view.Home' | translate}}" src="
|
|
11
|
+
<a class="component-holder ng-binding ng-scope navbar-brand" data-component="crn-image" ng-click="cronapi.screen.changeView('#/home/public/home', [])"> <img alt="{{'Home.view.Home' | translate}}" src="public/assets/app-logo-login.svg" id="crn-navbar-logo" data-component="crn-image"> </a>
|
|
12
12
|
</div>
|
|
13
13
|
<div id="navbar" class="navbar-collapse collapse">
|
|
14
14
|
<ul class="nav navbar-nav" style="float:none">
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 155 36" style="enable-background:new 0 0 155 36;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#20284E;}
|
|
7
|
+
.st1{fill:#127DBF;}
|
|
8
|
+
</style>
|
|
9
|
+
<g id="Group_4" transform="translate(-1286.785 -997.802)">
|
|
10
|
+
<g id="Group_1" transform="translate(1376.61 1014.135)">
|
|
11
|
+
<path id="Path_1" class="st0" d="M-23.2,7.8c-1.4,1.9-3.5,3-5.9,3h-0.1c-1.8,0-3.5-0.7-4.7-2.1c-1.3-1.5-1.9-3.3-1.9-5.3V3.1
|
|
12
|
+
c-0.1-1.9,0.6-3.8,1.8-5.3c1.2-1.3,2.9-2.1,4.6-2h0.1c2.3,0,4.5,1.1,5.9,2.9l0.1,0.1l1.5-1.6l-0.1-0.1c-0.9-1.1-2-1.9-3.3-2.5
|
|
13
|
+
c-1.3-0.6-2.7-0.9-4.1-0.9h-0.2c-2.4-0.1-4.7,0.9-6.4,2.6C-37.2-2-38,0.3-38,3.2v0.3c0,2.9,0.8,5.2,2.5,6.9
|
|
14
|
+
c1.7,1.7,3.9,2.6,6.6,2.6c2.9,0,5.6-1.3,7.3-3.5l0.1-0.1L-23.2,7.8L-23.2,7.8z"/>
|
|
15
|
+
<path id="Path_2" class="st0" d="M-13.1-2.4L-13.1-2.4c-1.8,0-3.5,0.9-4.5,2.4v-2.1H-20v14.7h2.4V5.5c-0.1-1.5,0.4-3,1.2-4.2
|
|
16
|
+
c0.9-1,2.1-1.6,3.5-1.5h0.4v-2.1l-0.1,0C-12.8-2.4-12.9-2.4-13.1-2.4z"/>
|
|
17
|
+
<path id="Path_3" class="st0" d="M-5.2-2.4h-0.2c-2-0.1-3.8,0.7-5.2,2.1c-1.3,1.5-2,3.4-2,5.4v0.2c-0.1,2,0.6,3.9,2,5.4
|
|
18
|
+
c1.3,1.4,3.2,2.2,5.2,2.1h0.2c2,0.1,3.8-0.7,5.2-2.1C1.3,9.3,2,7.4,2,5.4V5.2C2,3.2,1.3,1.2,0-0.3C-1.3-1.7-3.2-2.5-5.2-2.4z
|
|
19
|
+
M-5.2,10.8h-0.2c-1.3,0-2.6-0.5-3.4-1.5c-0.9-1.1-1.4-2.6-1.3-4V5.2c-0.1-1.5,0.4-2.9,1.3-4c0.9-1,2.1-1.5,3.4-1.5h0.2
|
|
20
|
+
c1.3,0,2.6,0.5,3.4,1.5c0.9,1.1,1.4,2.6,1.3,4v0.1c0.1,1.5-0.4,2.9-1.3,4C-2.6,10.3-3.8,10.9-5.2,10.8L-5.2,10.8z"/>
|
|
21
|
+
<path id="Path_4" class="st0" d="M14.7-1c-0.9-1-2.3-1.4-4-1.4h-0.1C8.8-2.5,7.1-1.6,6-0.2v-1.9H3.6v14.7H6V5.2
|
|
22
|
+
c-0.1-1.4,0.4-2.8,1.2-4c0.8-1,2-1.5,3.2-1.5h0.1c2.2,0,3.3,1.1,3.3,3.4v9.5h2.4V3.1C16.1,1.3,15.6,0,14.7-1z"/>
|
|
23
|
+
</g>
|
|
24
|
+
<g id="Group_2" transform="translate(1478.178 1021.341)">
|
|
25
|
+
<path id="Path_5" class="st1" d="M-77.1-9.6L-77.1-9.6c-1.2,0-2.4,0.2-3.4,0.7c-1,0.4-1.9,1-2.7,1.8l-0.1,0.1l1.5,1.5l0.1-0.1
|
|
26
|
+
c0.6-0.6,1.2-1,2-1.3c0.8-0.4,1.6-0.5,2.4-0.5h0.1c1-0.1,1.9,0.2,2.7,0.9c0.6,0.6,0.8,1.5,0.8,2.3v0.6c-3.5,0-6,0.4-7.6,1.2
|
|
27
|
+
c-1.7,0.8-2.5,2-2.5,3.8c0,1.3,0.5,2.5,1.4,3.3c1,0.9,2.3,1.3,3.6,1.3h0.1c1.1,0,2.1-0.3,3.1-0.8c0.8-0.4,1.5-1,2-1.8v2.2h2.4V-4
|
|
28
|
+
C-71.4-7.7-73.4-9.6-77.1-9.6z M-79.7-1c1.3-0.5,3.2-0.7,5.9-0.8c0,1.4-0.5,2.7-1.4,3.8c-0.9,1-2.2,1.6-3.6,1.5h0
|
|
29
|
+
c-1.7,0-2.8-0.9-2.8-2.3C-81.5,0.3-80.9-0.5-79.7-1L-79.7-1z"/>
|
|
30
|
+
<path id="Path_6" class="st1" d="M-61.8-9.6H-62c-1,0-2.1,0.2-3,0.7c-0.8,0.4-1.5,0.9-2,1.6v-2h-2.4v20.8h2.4v-8
|
|
31
|
+
c0.5,0.7,1.2,1.3,2,1.6c0.9,0.5,2,0.7,3,0.7h0.2c1.9,0.1,3.7-0.7,4.9-2.1c1.3-1.5,1.9-3.5,1.9-5.4V-2c0.1-2-0.6-3.9-1.9-5.4
|
|
32
|
+
C-58.2-8.9-60-9.7-61.8-9.6z M-57.4-2v0.1c0.1,1.5-0.4,2.9-1.3,4c-0.9,1-2.1,1.5-3.4,1.5h-0.2c-1.3,0-2.5-0.5-3.4-1.5
|
|
33
|
+
c-0.9-1.1-1.4-2.6-1.3-4V-2c-0.1-1.5,0.4-2.9,1.3-4c0.9-1,2.1-1.5,3.4-1.5h0.2c1.3,0,2.6,0.5,3.4,1.5C-57.8-4.9-57.4-3.4-57.4-2
|
|
34
|
+
L-57.4-2z"/>
|
|
35
|
+
<path id="Path_7" class="st1" d="M-40.8-7.5c-1.2-1.4-3-2.2-4.9-2.1h-0.2c-1,0-2.1,0.2-3,0.7c-0.8,0.4-1.5,0.9-2,1.6v-2h-2.4v20.8
|
|
36
|
+
h2.4v-8c0.5,0.7,1.2,1.3,2,1.6c0.9,0.5,2,0.7,3,0.7h0.2c1.9,0.1,3.7-0.7,4.9-2.1c1.3-1.5,1.9-3.5,1.9-5.4V-2
|
|
37
|
+
C-38.8-4-39.5-6-40.8-7.5z M-41.3-2v0.1c0.1,1.5-0.4,2.9-1.3,4c-0.9,1-2.1,1.5-3.4,1.5h-0.2c-1.3,0-2.5-0.5-3.4-1.5
|
|
38
|
+
c-0.9-1.1-1.4-2.6-1.3-4V-2c-0.1-1.5,0.4-2.9,1.3-4c0.9-1,2.1-1.5,3.4-1.5h0.2c1.3,0,2.6,0.5,3.4,1.5C-41.7-4.9-41.2-3.4-41.3-2
|
|
39
|
+
L-41.3-2z"/>
|
|
40
|
+
</g>
|
|
41
|
+
<g id="Group_3" transform="translate(1309.449 1029.238)">
|
|
42
|
+
<path id="Path_8" class="st1" d="M-7.7-8.2v5.6c0,0.1,0.1,0.2,0.2,0.3l2.9,1.6l2,1.2c0.2,0.1,0.4,0,0.4-0.1c0,0,0-0.1,0-0.2v-5.6
|
|
43
|
+
c0-0.1-0.1-0.2-0.2-0.3l-4.9-2.8c-0.2-0.1-0.4,0-0.4,0.1C-7.7-8.3-7.7-8.2-7.7-8.2z"/>
|
|
44
|
+
<path id="Path_9" class="st1" d="M1.5-11.5l-2.9-1.6c-0.1-0.1-0.2-0.1-0.3,0l-2.8,1.6l-2.4,1.3C-7-10.2-7-10-6.9-9.8
|
|
45
|
+
c0,0,0.1,0.1,0.1,0.1l5.1,3c0.1,0.1,0.2,0.1,0.3,0l2.9-1.7l2.3-1.3C3.9-9.7,4-9.9,3.9-10c0,0-0.1-0.1-0.1-0.1L1.5-11.5z"/>
|
|
46
|
+
<path id="Path_10" class="st1" d="M4.7-8.3c0-0.2-0.1-0.3-0.3-0.3c-0.1,0-0.1,0-0.2,0L2.1-7.3l-2.9,1.7C-0.9-5.6-1-5.5-1-5.4v5.7
|
|
47
|
+
c0,0.2,0.1,0.3,0.3,0.3c0.1,0,0.1,0,0.2,0l2.2-1.3l2.8-1.6c0.1-0.1,0.2-0.2,0.2-0.3L4.7-8.3z"/>
|
|
48
|
+
</g>
|
|
49
|
+
<path id="Path_11" class="st0" d="M1330.1,1012.6c-0.3-0.2-0.5-0.4-0.5-0.7c-0.6-4.6-4.5-8.1-9.1-8.2c-1.4,0-2.8,0.3-4.1,0.9
|
|
50
|
+
c-0.5,0.2-1,0-1.3-0.4c-2-3.4-5.7-5.5-9.7-5.4c-6.1,0-11.2,4.6-11.1,10.7v1.1c-0.1,0.4-0.3,0.7-0.6,0.9c-2.8,1.3-4.3,4.5-4.3,7.7
|
|
51
|
+
c0,4.3,3.5,7.7,7.7,7.8c0.1,0,0.1,0,0.2,0h1.2v-1.9h-1.2c-3.2,0-5.9-2.5-6-5.8c0,0,0-0.1,0-0.1c0-2.9,1.6-5.7,4.1-6.3
|
|
52
|
+
c0.4-0.1,0.8-0.5,0.8-0.9v-2.4c0-5,4.2-8.8,9.3-8.8c4.2,0,7.7,2.4,8.8,6.1c0.2,0.5,0.7,0.8,1.2,0.6c0.1,0,0.3-0.1,0.4-0.2
|
|
53
|
+
c1.3-1.1,3-1.8,4.7-1.7c4,0.1,7.2,3.3,7.3,7.3c0,0.4,0.3,0.8,0.6,0.9c2.3,0.8,3.8,2.9,3.8,5.4c0,3.3-2.4,5.9-5.7,5.9h-9.2v1.9h9.2
|
|
54
|
+
c4.4,0.1,7.6-3.5,7.6-7.8C1334.1,1016.4,1332.6,1013.9,1330.1,1012.6z"/>
|
|
55
|
+
</g>
|
|
56
|
+
</svg>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<div class="container-fluid">
|
|
8
8
|
<div class="navbar-header">
|
|
9
9
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar, #navbar2" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
|
|
10
|
-
<a class="component-holder ng-binding ng-scope navbar-brand" data-component="crn-image" ng-click="cronapi.screen.changeView('#/home', [])"> <img alt="{{'Home.view.Home' | translate}}" src="
|
|
10
|
+
<a class="component-holder ng-binding ng-scope navbar-brand" data-component="crn-image" ng-click="cronapi.screen.changeView('#/home', [])"> <img alt="{{'Home.view.Home' | translate}}" src="public/assets/app-logo-login.svg" id="crn-navbar-logo" data-component="crn-image"> </a>
|
|
11
11
|
</div>
|
|
12
12
|
<div id="navbar" class="navbar-collapse collapse float-left-desktop">
|
|
13
13
|
<ul class="nav navbar-nav" style="float:none">
|