[2/4] syncope git commit: [SYNCOPE-1019] Added dynamic templating feature to Enduser app

2018-09-11 Thread skylark17
http://git-wip-us.apache.org/repos/asf/syncope/blob/f9937e77/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
--
diff --git 
a/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
 
b/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
index 70a94a9..8d165f3 100644
--- 
a/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
+++ 
b/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
@@ -17,25 +17,26 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-  
+  
 
-
+
 
   
-
+
   {{'CONFIRM_PASSWORD_RESET'| translate}}
 
 
 
   
-
-  
+
+  
   
-  Password 
reset
+  Password reset
 
   
 
-
+
 
   
 
@@ -45,7 +46,8 @@ under the License.
 
 
   {{'CONFIRM_PASSWORD'| 
translate}}
-  
   
 
@@ -53,16 +55,18 @@ under the License.
 
   
 {{'PASSWORD_STRENGTH'| translate}}:
-{{'INSECURE' | 
translate}}
+{{'INSECURE'| 
translate}}
 {{'ALMOSTSECURE'| translate}}
 {{'VERYGOOD'| 
translate}}
   
-  
+  
   
 
 
-  {{'SUBMIT'| translate}}
-  
+  {{'SUBMIT'| translate}}
+  
 {{'CANCEL'| translate}}
   
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/f9937e77/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
--
diff --git 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
index fed3678..1454521 100644
--- 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
+++ 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
@@ -17,30 +17,35 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-  
+  
 
+ class="breadcrumb-header panel panel-default">
+
   
-{{derSchema.labels[language] || 
derSchema.simpleKey}} *
+{{derSchema.labels[language] || 
derSchema.simpleKey}}
+  *
+
 
   
   
 
+
 
   
 
 
-  
-
+
   
 
   
   
-
-  
+
+  
 
   
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/f9937e77/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
--
diff --git 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
index e7b5bcc..c6b5042 100644
--- 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
+++ 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
@@ -26,7 +26,7 @@ under the License.
 
   
   
-  
+   ng-disabled="schema.readonly || customReadonly(schema.key)" 
ng-init="initAttribute(schema, index)" 
+   name="{{schema.key}}"/>
   
-  
-  
-
-
-
+
+  
+
+  
 
-
-  
+
-
+  
 
-
+
+  
+
+  
+
+
-
-
+   k-ng-model="selectedDate"
+   data-k-format="languageFormat"
+   />
+  
 
-
-
-
-
+  
+
+  
+{{enumerationKeys[$index]|| value}}
+  
+
+  
 
-
-  
-
-  {{enumerationKeys[$index]|| value}}
-
-  
-
+  
+
+
+  
+
+  
 
-
-  
-  
-
-  
-
-
-
-  
+ ng-init="initAttribute(schema, index)"/>
+
 
 
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/f9937e77/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttributes.html
--
diff --git 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttributes.html
 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttributes.html
index 4f220aa..77554a0 100644
--- 

[2/4] syncope git commit: [SYNCOPE-1019] Added dynamic templating feature to Enduser app

2018-09-10 Thread skylark17
http://git-wip-us.apache.org/repos/asf/syncope/blob/ac909f2e/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
--
diff --git 
a/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
 
b/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
index 70a94a9..8d165f3 100644
--- 
a/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
+++ 
b/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
@@ -17,25 +17,26 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-  
+  
 
-
+
 
   
-
+
   {{'CONFIRM_PASSWORD_RESET'| translate}}
 
 
 
   
-
-  
+
+  
   
-  Password 
reset
+  Password reset
 
   
 
-
+
 
   
 
@@ -45,7 +46,8 @@ under the License.
 
 
   {{'CONFIRM_PASSWORD'| 
translate}}
-  
   
 
@@ -53,16 +55,18 @@ under the License.
 
   
 {{'PASSWORD_STRENGTH'| translate}}:
-{{'INSECURE' | 
translate}}
+{{'INSECURE'| 
translate}}
 {{'ALMOSTSECURE'| translate}}
 {{'VERYGOOD'| 
translate}}
   
-  
+  
   
 
 
-  {{'SUBMIT'| translate}}
-  
+  {{'SUBMIT'| translate}}
+  
 {{'CANCEL'| translate}}
   
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/ac909f2e/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
--
diff --git 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
index fed3678..1454521 100644
--- 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
+++ 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
@@ -17,30 +17,35 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-  
+  
 
+ class="breadcrumb-header panel panel-default">
+
   
-{{derSchema.labels[language] || 
derSchema.simpleKey}} *
+{{derSchema.labels[language] || 
derSchema.simpleKey}}
+  *
+
 
   
   
 
+
 
   
 
 
-  
-
+
   
 
   
   
-
-  
+
+  
 
   
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/ac909f2e/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
--
diff --git 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
index e7b5bcc..c6b5042 100644
--- 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
+++ 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
@@ -26,7 +26,7 @@ under the License.
 
   
   
-  
+   ng-disabled="schema.readonly || customReadonly(schema.key)" 
ng-init="initAttribute(schema, index)" 
+   name="{{schema.key}}"/>
   
-  
-  
-
-
-
+
+  
+
+  
 
-
-  
+
-
+  
 
-
+
+  
+
+  
+
+
-
-
+   k-ng-model="selectedDate"
+   data-k-format="languageFormat"
+   />
+  
 
-
-
-
-
+  
+
+  
+{{enumerationKeys[$index]|| value}}
+  
+
+  
 
-
-  
-
-  {{enumerationKeys[$index]|| value}}
-
-  
-
+  
+
+
+  
+
+  
 
-
-  
-  
-
-  
-
-
-
-  
+ ng-init="initAttribute(schema, index)"/>
+
 
 
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/ac909f2e/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttributes.html
--
diff --git 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttributes.html
 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttributes.html
index 4f220aa..77554a0 100644
--- 

[2/4] syncope git commit: [SYNCOPE-1019] Added dynamic templating feature to Enduser app

2018-09-10 Thread skylark17
http://git-wip-us.apache.org/repos/asf/syncope/blob/19d9e93e/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
--
diff --git 
a/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
 
b/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
index 70a94a9..8d165f3 100644
--- 
a/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
+++ 
b/client/enduser/src/main/resources/META-INF/resources/app/views/confirmpasswordreset.html
@@ -17,25 +17,26 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-  
+  
 
-
+
 
   
-
+
   {{'CONFIRM_PASSWORD_RESET'| translate}}
 
 
 
   
-
-  
+
+  
   
-  Password 
reset
+  Password reset
 
   
 
-
+
 
   
 
@@ -45,7 +46,8 @@ under the License.
 
 
   {{'CONFIRM_PASSWORD'| 
translate}}
-  
   
 
@@ -53,16 +55,18 @@ under the License.
 
   
 {{'PASSWORD_STRENGTH'| translate}}:
-{{'INSECURE' | 
translate}}
+{{'INSECURE'| 
translate}}
 {{'ALMOSTSECURE'| translate}}
 {{'VERYGOOD'| 
translate}}
   
-  
+  
   
 
 
-  {{'SUBMIT'| translate}}
-  
+  {{'SUBMIT'| translate}}
+  
 {{'CANCEL'| translate}}
   
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/19d9e93e/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
--
diff --git 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
index c64fcbb..714f7c2 100644
--- 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
+++ 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicDerivedAttributes.html
@@ -17,30 +17,35 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-  
+  
 
+ class="breadcrumb-header panel panel-default">
+
   
-{{derSchema.simpleKey| translate}} *
+{{derSchema.simpleKey| translate}} 
+  *
+
 
   
   
 
+
 
   
 
 
-  
-
+
   
 
   
   
-
-  
+
+  
 
   
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/19d9e93e/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
--
diff --git 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
index e7b5bcc..c6b5042 100644
--- 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
+++ 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttribute.html
@@ -26,7 +26,7 @@ under the License.
 
   
   
-  
+   ng-disabled="schema.readonly || customReadonly(schema.key)" 
ng-init="initAttribute(schema, index)" 
+   name="{{schema.key}}"/>
   
-  
-  
-
-
-
+
+  
+
+  
 
-
-  
+
-
+  
 
-
+
+  
+
+  
+
+
-
-
+   k-ng-model="selectedDate"
+   data-k-format="languageFormat"
+   />
+  
 
-
-
-
-
+  
+
+  
+{{enumerationKeys[$index]|| value}}
+  
+
+  
 
-
-  
-
-  {{enumerationKeys[$index]|| value}}
-
-  
-
+  
+
+
+  
+
+  
 
-
-  
-  
-
-  
-
-
-
-  
+ ng-init="initAttribute(schema, index)"/>
+
 
 
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/19d9e93e/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttributes.html
--
diff --git 
a/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttributes.html
 
b/client/enduser/src/main/resources/META-INF/resources/app/views/dynamicPlainAttributes.html
index 9932f8b..dd12581 100644
---