You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/02/15 15:00:05 UTC

svn commit: r1446584 [4/6] - in /syncope/branches/1_0_X/console/src/main: java/org/apache/syncope/console/pages/ java/org/apache/syncope/console/pages/panels/ java/org/apache/syncope/console/wicket/ajax/markup/html/ java/org/apache/syncope/console/wick...

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/ConnectorModalPage.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/ConnectorModalPage.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/ConnectorModalPage.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/ConnectorModalPage.html Fri Feb 15 14:00:02 2013
@@ -1,131 +1,135 @@
 <!--
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- under the License.
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
 -->
 <wicket:head>
-    <style type="text/css">
-        table.palette td.header {
-            background:url("images/ui-bg_glass_75_e6e6e6_1x400.png")
-                repeat-x scroll 50% 50% #E6E6E6 !important;
-        }
-
-        table.palette td.header {
-            background:url("images/ui-bg_glass_75_e6e6e6_1x400.png")
-                repeat-x scroll 50% 50% #E6E6E6 !important;
-        }
-    </style>
+  <style type="text/css">
+    table.palette td.header {
+      background:url("images/ui-bg_glass_75_e6e6e6_1x400.png")
+        repeat-x scroll 50% 50% #E6E6E6 !important;
+    }
+
+    table.palette td.header {
+      background:url("images/ui-bg_glass_75_e6e6e6_1x400.png")
+        repeat-x scroll 50% 50% #E6E6E6 !important;
+    }
+  </style>
 </wicket:head>
 <wicket:extend>
-    <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p>
+  <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p>
 <div style="margin:10px">
-    <form wicket:id="form">
-        <div id="tabs">
-            <ul>
-                <li class="tabs-selected"><a href="#tabs-1"><span><wicket:message key="tab1"/></span></a></li>
-                <li><a href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li>
-                <li><a href="#tabs-3"><span><wicket:message key="tab3"/></span></a></li>
-            </ul>
-            <div id="tabs-1">
-                <div id="formtable">
-                    <div class="tablerow">
-                        <div class="tablecolumn_label short_dynamicsize">
-                            <label for="displayName"><wicket:message key="displayName"/></label>
-                        </div>
-                        <div class="tablecolumn_field short_dynamicsize">
-                            <span wicket:id="displayName">[displayName]</span>
-                        </div>
-                    </div>
-
-                    <div class="tablerow">
-                        <div class="tablecolumn_label short_dynamicsize">
-                            <label for="bundleName"><wicket:message key="bundleName"/></label>
-                        </div>
-                        <div class="tablecolumn_field medium_dynamicsize">
-                            <span wicket:id="bundle">[bundle]</span>
-                        </div>
-                    </div>
-
-                    <div class="tablerow">
-                        <div class="tablecolumn_label short_dynamicsize">
-                            <label for="name"><wicket:message key="name"/></label>
-                        </div>
-                        <div class="tablecolumn_field medium_dynamicsize">
-                            <span wicket:id="connectorName">[name]</span>
-                        </div>
-                    </div>
-
-                    <div class="tablerow">
-                        <div class="tablecolumn_label short_dynamicsize">
-                            <label for="version"><wicket:message key="version"/></label>
-                        </div>
-                        <div class="tablecolumn_field short_dynamicsize">
-                            <span wicket:id="version">[version]</span>
-                        </div>
-                    </div>
-                </div>
-                <!-- inside the container in order to re-process javascript -->
-                <script type="text/javascript">
-                    $(function() {
-                        $('#tabs-1 #formtable div.tablerow:even').addClass("alt");
-                    });
-                </script>
-            </div>
-            <div id="tabs-2">
-                <div id="formtable">
-                    <span wicket:id="container">
-                        <div style="border-bottom: 10px">
-                            <div style="width: 40px; text-align: center; font-size: 7px">
-                                <label for="version"><wicket:message key="overridable"/></label>
-                            </div>
-                        </div>
-                        <form wicket:id="connectorPropForm">
-                            <div class="tablerow" wicket:id="connectorProperties">
-
-                                <div class="tablecolumn_check" style="width: 27px; text-align: center; margin-right: 10px">
-                                    <span wicket:id="connPropAttrOverridable">[connPropAttrOverridable]</span>
-                                </div>
-                                <div class="tablecolumn_label short_dynamicsize">
-                                    <span wicket:id="connPropAttrSchema">[connPropAttrSchema]</span>
-                                </div>
-                                <div class="tablecolumn_field short_dynamicsize">
-                                    <span wicket:id="panel">[panel]</span>
-                                </div>
-                            </div>
-                            <div>
-                                <label style="position: absolute; top: 10px; right:55px;"><wicket:message key="check"/></label>
-                                <a style="position: absolute; top: 2px; right:20px;" wicket:id="check">
-                                    <img src="img/ping.png" width="30" height="30" /></a>
-                            </div>
-                        </form>
-                        <!-- inside the container in order to re-process javascript -->
-                        <script type="text/javascript">
-                            $(function() {
-                                $('#tabs-2 #formtable div.tablerow:even').addClass("alt");
-                            });
-                        </script>
-                    </span>
-                </div>
+  <form wicket:id="form">
+    <div id="tabs">
+      <ul>
+        <li class="tabs-selected"><a href="#tabs-1"><span><wicket:message key="tab1"/></span></a></li>
+        <li><a href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li>
+        <li><a href="#tabs-3"><span><wicket:message key="tab3"/></span></a></li>
+      </ul>
+      <div id="tabs-1">
+        <div id="formtable">
+          <div class="tablerow">
+            <div class="tablecolumn_label short_dynamicsize">
+              <label for="displayName"><wicket:message key="displayName"/></label>
+            </div>
+            <div class="tablecolumn_field short_dynamicsize">
+              <span wicket:id="displayName">[displayName]</span>
+            </div>
+          </div>
+
+          <div class="tablerow">
+            <div class="tablecolumn_label short_dynamicsize">
+              <label for="bundleName"><wicket:message key="bundleName"/></label>
+            </div>
+            <div class="tablecolumn_field medium_dynamicsize">
+              <span wicket:id="bundle">[bundle]</span>
+            </div>
+          </div>
+
+          <div class="tablerow">
+            <div class="tablecolumn_label short_dynamicsize">
+              <label for="name"><wicket:message key="name"/></label>
             </div>
-            <div id="tabs-3">
-                <span wicket:id="capabilitiesPalette"/>
+            <div class="tablecolumn_field medium_dynamicsize">
+              <span wicket:id="connectorName">[name]</span>
             </div>
+          </div>
+
+          <div class="tablerow">
+            <div class="tablecolumn_label short_dynamicsize">
+              <label for="version"><wicket:message key="version"/></label>
+            </div>
+            <div class="tablecolumn_field short_dynamicsize">
+              <span wicket:id="version">[version]</span>
+            </div>
+          </div>
         </div>
+        <!-- inside the container in order to re-process javascript -->
+        <script type="text/javascript">
+          $(function() {
+            $('#tabs-1 #formtable div.tablerow:even').addClass("alt");
+          });
+        </script>
+      </div>
+      <div id="tabs-2">
+        <div id="formtable">
+          <span wicket:id="container">
+            <div style="border-bottom: 10px">
+              <div style="width: 40px; text-align: center; font-size: 7px">
+                <label for="version"><wicket:message key="overridable"/></label>
+              </div>
+            </div>
+            <form wicket:id="connectorPropForm">
+              <div class="tablerow" wicket:id="connectorProperties">
 
-        <div style="margin: 20px 10px 0">
-            <input type="submit"
-                   class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                   wicket:id="apply"/>
+                <div class="tablecolumn_check" style="width: 27px; text-align: center; margin-right: 10px">
+                  <span wicket:id="connPropAttrOverridable">[connPropAttrOverridable]</span>
+                </div>
+                <div class="tablecolumn_label short_dynamicsize">
+                  <span wicket:id="connPropAttrSchema">[connPropAttrSchema]</span>
+                </div>
+                <div class="tablecolumn_field short_dynamicsize">
+                  <span wicket:id="panel">[panel]</span>
+                </div>
+              </div>
+              <div>
+                <label style="position: absolute; top: 10px; right:55px;"><wicket:message key="check"/></label>
+                <a style="position: absolute; top: 2px; right:20px;" wicket:id="check">
+                  <img src="img/ping.png" width="30" height="30" /></a>
+              </div>
+            </form>
+            <!-- inside the container in order to re-process javascript -->
+            <script type="text/javascript">
+              $(function() {
+                $('#tabs-2 #formtable div.tablerow:even').addClass("alt");
+              });
+            </script>
+          </span>
         </div>
-    </form>
+      </div>
+      <div id="tabs-3">
+        <span wicket:id="capabilitiesPalette"/>
+      </div>
+    </div>
+
+    <div style="margin: 20px 10px 0">
+      <input type="submit"
+             class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+             wicket:id="apply"/>
+    </div>
+  </form>
 </div>
 </wicket:extend>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DerivedSchemaModalPage.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DerivedSchemaModalPage.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DerivedSchemaModalPage.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DerivedSchemaModalPage.html Fri Feb 15 14:00:02 2013
@@ -1,44 +1,48 @@
 <!--
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+  http://www.apache.org/licenses/LICENSE-2.0
 
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- under the License.
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
 -->
 <wicket:extend>
-    <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p>
+  <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p>
 <div style="margin:10px">
-    <form wicket:id="form">
-        <div id="formtable">
-            <div class="tablerow alt">
-                <div class="tablecolumn_label short_dynamicsize">
-                    <label for="name"><wicket:message key="name"/></label>
-                </div>
-                <div class="tablecolumn_field medium_dynamicsize">
-                    <span wicket:id="name">[name]</span>
-                </div>
-            </div>
-            <div class="tablerow">
-                <div class="tablecolumn_label short_dynamicsize">
-                    <label for="expression"><wicket:message key="expression"/></label>
-                </div>
-                <div class="tablecolumn_field medium_dynamicsize">
-                    <span wicket:id="expression">[expression]</span>
-                </div>
-            </div>
+  <form wicket:id="form">
+    <div id="formtable">
+      <div class="tablerow alt">
+        <div class="tablecolumn_label short_dynamicsize">
+          <label for="name"><wicket:message key="name"/></label>
         </div>
-        <div style="margin: 10px 0px 0">
-            <input type="submit"
-                   class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                   wicket:id="apply"/>
+        <div class="tablecolumn_field medium_dynamicsize">
+          <span wicket:id="name">[name]</span>
         </div>
-    </form>
+      </div>
+      <div class="tablerow">
+        <div class="tablecolumn_label short_dynamicsize">
+          <label for="expression"><wicket:message key="expression"/></label>
+        </div>
+        <div class="tablecolumn_field medium_dynamicsize">
+          <span wicket:id="expression">[expression]</span>
+        </div>
+      </div>
+    </div>
+    <div style="margin: 10px 0px 0">
+      <input type="submit"
+             class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+             wicket:id="apply"/>
+    </div>
+  </form>
 </div>
 </wicket:extend>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DisplayAttributesModalPage.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DisplayAttributesModalPage.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DisplayAttributesModalPage.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DisplayAttributesModalPage.html Fri Feb 15 14:00:02 2013
@@ -1,125 +1,129 @@
 <!--
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- under the License.
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
 -->
 <wicket:head>
-    <style>
-        div.group{
-            width:450px;
-        }
-
-        div.group div{
-            width:150;
-            height: 25px;
-            float:left;
-        }
-
-        div.group div input {
-            width: 30px;
-        }
-
-        div#attributes-view {
-            display:  block;
-            clear:  both;
-            float: none;
-            overflow: auto;
-            margin-top: 0px;
-            margin-bottom: 20px;
-            margin-left: 10px;
-            margin-right: 10px;
-        }
-
-        .submit{
-            display:  block;
-            clear:  both;
-            float: none;
-            margin-left: 10px;
-        }
-
-        span.grouplabel{
-            display:block;
-            clear: both;
-            margin-left: 10px;
-            margin-bottom: 10px;
-            font-weight: bold;
-        }
-    </style>
+  <style>
+    div.group{
+      width:450px;
+    }
+
+    div.group div{
+      width:150;
+      height: 25px;
+      float:left;
+    }
+
+    div.group div input {
+      width: 30px;
+    }
+
+    div#attributes-view {
+      display:  block;
+      clear:  both;
+      float: none;
+      overflow: auto;
+      margin-top: 0px;
+      margin-bottom: 20px;
+      margin-left: 10px;
+      margin-right: 10px;
+    }
+
+    .submit{
+      display:  block;
+      clear:  both;
+      float: none;
+      margin-left: 10px;
+    }
+
+    span.grouplabel{
+      display:block;
+      clear: both;
+      margin-left: 10px;
+      margin-bottom: 10px;
+      font-weight: bold;
+    }
+  </style>
 </wicket:head>
 <wicket:extend>
-    <form wicket:id="form">
-        <div id="attributes-view">
-            <p class="ui-widget ui-corner-all ui-widget-header">
-            <wicket:message key="title"/>
-            </p>
-
-            <span class="grouplabel"><wicket:message key="schemas"/></span>
-            <span wicket:id="dCheckGroup">
-                <div class="group">
-                    <div wicket:id="details">
-                        <input type="checkbox" wicket:id="dcheck"/>
-                        <span wicket:id="dname">[schema name]</span>
-                    </div>
-                </div>
-            </span>
+  <form wicket:id="form">
+    <div id="attributes-view">
+      <p class="ui-widget ui-corner-all ui-widget-header">
+      <wicket:message key="title"/>
+      </p>
+
+      <span class="grouplabel"><wicket:message key="schemas"/></span>
+      <span wicket:id="dCheckGroup">
+        <div class="group">
+          <div wicket:id="details">
+            <input type="checkbox" wicket:id="dcheck"/>
+            <span wicket:id="dname">[schema name]</span>
+          </div>
+        </div>
+      </span>
 
-            <span wicket:id="schemas">[schemas]</span>
+      <span wicket:id="schemas">[schemas]</span>
 
-            <span wicket:id="dschemas">[derived schemas]</span>
+      <span wicket:id="dschemas">[derived schemas]</span>
 
-            <span wicket:id="vschemas">[virtual schemas]</span>
+      <span wicket:id="vschemas">[virtual schemas]</span>
 
-        </div>
+    </div>
 
-        <wicket:fragment wicket:id="sfragment">
-            <span wicket:id="sCheckGroup">
-                <div class="group">
-                    <div wicket:id="schemas">
-                        <input type="checkbox" wicket:id="scheck"/>
-                        <span wicket:id="sname">[schema name]</span>
-                    </div>
-                </div>
-            </span>
-        </wicket:fragment>
-
-        <wicket:fragment wicket:id="dsfragment">
-            <span class="grouplabel"><wicket:message key="derSchemas"/></span>
-            <span wicket:id="dsCheckGroup">
-                <div class="group">
-                    <div wicket:id="derSchemas">
-                        <input type="checkbox" wicket:id="dscheck"/>
-                        <span wicket:id="dsname">[schema name]</span>
-                    </div>
-                </div>
-            </span>
-        </wicket:fragment>
-
-        <wicket:fragment wicket:id="vsfragment">
-            <span class="grouplabel"><wicket:message key="virSchemas"/></span>
-            <span wicket:id="vsCheckGroup">
-                <div class="group">
-                    <div wicket:id="virSchemas">
-                        <input type="checkbox" wicket:id="vscheck"/>
-                        <span wicket:id="vsname">[schema name]</span>
-                    </div>
-                </div>
-            </span>
-        </wicket:fragment>
+    <wicket:fragment wicket:id="sfragment">
+      <span wicket:id="sCheckGroup">
+        <div class="group">
+          <div wicket:id="schemas">
+            <input type="checkbox" wicket:id="scheck"/>
+            <span wicket:id="sname">[schema name]</span>
+          </div>
+        </div>
+      </span>
+    </wicket:fragment>
 
-        <wicket:fragment wicket:id="emptyFragment">
-        </wicket:fragment>
+    <wicket:fragment wicket:id="dsfragment">
+      <span class="grouplabel"><wicket:message key="derSchemas"/></span>
+      <span wicket:id="dsCheckGroup">
+        <div class="group">
+          <div wicket:id="derSchemas">
+            <input type="checkbox" wicket:id="dscheck"/>
+            <span wicket:id="dsname">[schema name]</span>
+          </div>
+        </div>
+      </span>
+    </wicket:fragment>
 
-        <div class="submit">
-            <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="submit"/>
+    <wicket:fragment wicket:id="vsfragment">
+      <span class="grouplabel"><wicket:message key="virSchemas"/></span>
+      <span wicket:id="vsCheckGroup">
+        <div class="group">
+          <div wicket:id="virSchemas">
+            <input type="checkbox" wicket:id="vscheck"/>
+            <span wicket:id="vsname">[schema name]</span>
+          </div>
         </div>
-    </form>
+      </span>
+    </wicket:fragment>
+
+    <wicket:fragment wicket:id="emptyFragment">
+    </wicket:fragment>
+
+    <div class="submit">
+      <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="submit"/>
+    </div>
+  </form>
 </wicket:extend>

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DisplayAttributesModalPage.properties
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DisplayAttributesModalPage.properties?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DisplayAttributesModalPage.properties (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DisplayAttributesModalPage.properties Fri Feb 15 14:00:02 2013
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 title=Change display attributes
-tooMuchSelections=Too many columns to be shown
+tooManySelections=Too many columns to be shown
 schemas=User attributes
 derSchemas=User derived attributes
 virSchemas=User virtual attributes

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DisplayAttributesModalPage_it.properties
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DisplayAttributesModalPage_it.properties?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DisplayAttributesModalPage_it.properties (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/DisplayAttributesModalPage_it.properties Fri Feb 15 14:00:02 2013
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 title=Scegli attributi da visualizzare
-tooMuchSelections=Troppe colonne da visualizzare
+tooManySelections=Troppe colonne da visualizzare
 schemas=Attributi utente
 derSchemas=Attributi derivati utente
 virSchemas=Attributi virtuali utente

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Login.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Login.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Login.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Login.html Fri Feb 15 14:00:02 2013
@@ -1,61 +1,65 @@
 <!--
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- under the License.
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="it" xml:lang="it">
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-        <meta http-equiv="Content-Style-Type" content="text/css"/>
-
-        <title>Apache Syncope - Login</title>
-
-        <link rel="shortcut icon" href="img/favicon.ico"/>
-        <link rel="stylesheet" href="css/style.css" type="text/css" media="all"/>
-
-    </head>
-    <body style="text-align:center">
-        <div id="splash">
-            <img src="img/logo.png" alt="syncope" title="syncope" id="logo" />
-            <p>&nbsp;</p>
-            <div id="loginFeedbackDiv">
-                <span wicket:id="feedback">feedbackmessages will be put here</span>
-            </div>
-            <form wicket:id="login">
-                <label for="userId">
-                    <wicket:message key="userId"/>
-                </label>
-                <input type="text" wicket:id="userId" id="userId" size="25" />
-                <br />
-                <label for="password" class="password">
-                    <wicket:message key="password"/>
-                </label>
-                <input type="password" wicket:id="password" id="password" size="25" />
-                <br />
-                <select wicket:id="language" id="language"/>
-                <br />
-                <br />
-                <input type="submit" wicket:id="submit"/>
-            </form>
-
-            <span style="display: inline-table; margin-bottom: 10px;" wicket:id="selfRegistration"/>
-
-            <wicket:fragment wicket:id="selfRegNotAllowed"/>
-            <wicket:fragment wicket:id="selfRegAllowed">
-                <span wicket:id="selfRegistration"/>
-            </wicket:fragment>
-
-            <div wicket:id="selfRegModal"></div>
-        </div>
-    </body>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <meta http-equiv="Content-Style-Type" content="text/css"/>
+
+    <title>Apache Syncope - Login</title>
+
+    <link rel="shortcut icon" href="img/favicon.ico"/>
+    <link rel="stylesheet" href="css/style.css" type="text/css" media="all"/>
+
+  </head>
+  <body style="text-align:center">
+    <div id="splash">
+      <img src="img/logo.png" alt="syncope" title="syncope" id="logo" />
+      <p>&nbsp;</p>
+      <div id="loginFeedbackDiv">
+        <span wicket:id="feedback">feedbackmessages will be put here</span>
+      </div>
+      <form wicket:id="login">
+        <label for="userId">
+          <wicket:message key="userId"/>
+        </label>
+        <input type="text" wicket:id="userId" id="userId" size="25" />
+        <br />
+        <label for="password" class="password">
+          <wicket:message key="password"/>
+        </label>
+        <input type="password" wicket:id="password" id="password" size="25" />
+        <br />
+        <select wicket:id="language" id="language"/>
+        <br />
+        <br />
+        <input type="submit" wicket:id="submit"/>
+      </form>
+
+      <span style="display: inline-table; margin-bottom: 10px;" wicket:id="selfRegistration"/>
+
+      <wicket:fragment wicket:id="selfRegNotAllowed"/>
+      <wicket:fragment wicket:id="selfRegAllowed">
+        <span wicket:id="selfRegistration"/>
+      </wicket:fragment>
+
+      <div wicket:id="selfRegModal"></div>
+    </div>
+  </body>
 </html>

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/MembershipModalPage.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/MembershipModalPage.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/MembershipModalPage.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/MembershipModalPage.html Fri Feb 15 14:00:02 2013
@@ -1,47 +1,51 @@
 <!--
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+  http://www.apache.org/licenses/LICENSE-2.0
 
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- under the License.
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
 -->
 <wicket:extend>
-    <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p>
+  <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p>
 <form wicket:id="MembershipForm">
-    <div id="tabs">
-        <ul>
-            <li><a href="#tabs-1"><span><wicket:message key="tab1"/></span></a></li>
-            <li><a href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li>
-            <li><a href="#tabs-3"><span><wicket:message key="tab3"/></span></a></li>
-        </ul>
-        <div id="tabs-1">
-            <div id="formtable">
-                <span wicket:id="attributes">[membership attributes]</span>
-            </div>
+  <div id="tabs">
+    <ul>
+      <li><a href="#tabs-1"><span><wicket:message key="tab1"/></span></a></li>
+      <li><a href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li>
+      <li><a href="#tabs-3"><span><wicket:message key="tab3"/></span></a></li>
+    </ul>
+    <div id="tabs-1">
+      <div id="formtable">
+        <span wicket:id="attributes">[membership attributes]</span>
+      </div>
 
-            <script type="text/javascript">
-                $(function() {
-                    $('#formtable div.tablerow:even').addClass("alt");
-                });
-            </script>
-        </div>
-        <div id="tabs-2">
-            <span wicket:id="derivedAttributes">[membership derived attributes]</span>
-        </div>
-
-        <div id="tabs-3">
-            <span wicket:id="virtualAttributes">[membership virtual attributes]</span>
-        </div>
+      <script type="text/javascript">
+        $(function() {
+          $('#formtable div.tablerow:even').addClass("alt");
+        });
+      </script>
+    </div>
+    <div id="tabs-2">
+      <span wicket:id="derivedAttributes">[membership derived attributes]</span>
     </div>
-    <div style="margin: 20px 10px 0">
-        <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="submit"/>
+
+    <div id="tabs-3">
+      <span wicket:id="virtualAttributes">[membership virtual attributes]</span>
     </div>
+  </div>
+  <div style="margin: 20px 10px 0">
+    <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="submit"/>
+  </div>
 </form>
 </wicket:extend>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/NotificationModalPage.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/NotificationModalPage.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/NotificationModalPage.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/NotificationModalPage.html Fri Feb 15 14:00:02 2013
@@ -1,16 +1,20 @@
 <!--
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- under the License.
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
 -->
 <wicket:extend>
   <div style="margin:10px">

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/ReportModalPage.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/ReportModalPage.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/ReportModalPage.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/ReportModalPage.html Fri Feb 15 14:00:02 2013
@@ -1,122 +1,126 @@
 <!--
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- under the License.
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
 -->
 <wicket:extend>
-    <div style="margin:10px">
-        <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p>
-        <form wicket:id="form">
-            <div id="tabs">
-                <ul>
-                    <li class="tabs-selected"><a href="#profile"><span><wicket:message key="profile"/></span></a></li>
-                    <li><a href="#crontab"><span><wicket:message key="crontab"/></span></a></li>
-                    <li><a href="#executions"><span><wicket:message key="executions"/></span></a></li>
-                </ul>
-                <div id="profile">
-                    <div id="users-contain" class="ui-widget">
-                        <span wicket:id="profile">
-                            <div id="formtable">
-
-                                <div class="tablerow">
-                                    <div class="tablecolumn_label short_dynamicsize">
-                                        <span wicket:id="idLabel">[Id]</span>
-                                    </div>
-                                    <div class="tablecolumn_field medium_dynamicsize">
-                                        <span wicket:id="id">[id]</span>
-                                    </div>
-                                </div>
-
-                                <div class="tablerow">
-                                    <div class="tablecolumn_label short_dynamicsize">
-                                        <span wicket:id="nameLabel">[Name]</span>
-                                    </div>
-                                    <div class="tablecolumn_field medium_dynamicsize">
-                                        <span wicket:id="name">[name]</span>
-                                    </div>
-                                </div>
-
-                                <div class="tablerow">
-                                    <div class="tablecolumn_label short_dynamicsize">
-                                        <label for="lastExec"><wicket:message key="lastExec"/></label>
-                                    </div>
-                                    <div class="tablecolumn_field medium_dynamicsize">
-                                        <span wicket:id="lastExec">[lastExec]</span>
-                                    </div>
-                                </div>
-
-                                <div class="tablerow">
-                                    <div class="tablecolumn_label short_dynamicsize">
-                                        <label for="nextExec"><wicket:message key="nextExec"/></label>
-                                    </div>
-                                    <div class="tablecolumn_field medium_dynamicsize">
-                                        <span wicket:id="nextExec">[nextExec]</span>
-                                    </div>
-                                </div>
-
-                                <div class="tablerow">
-                                    <div class="tablecolumn_label short_dynamicsize">
-                                        <label for="reportlets"><wicket:message key="reportlets"/></label>
-                                    </div>
-                                    <div class="tablecolumn_field medium_dynamicsize">
-                                        <span wicket:id="reportlets">[reportlets]</span>
-                                    </div>
-                                </div>                                
-                            </div>
-
-                            <script type="text/javascript">
-                                $(function() {
-                                    $('#formtable div.tablerow:even').addClass("alt");
-                                });
-                            </script>
-                        </span>
-                    </div>
+  <div style="margin:10px">
+    <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p>
+    <form wicket:id="form">
+      <div id="tabs">
+        <ul>
+          <li class="tabs-selected"><a href="#profile"><span><wicket:message key="profile"/></span></a></li>
+          <li><a href="#crontab"><span><wicket:message key="crontab"/></span></a></li>
+          <li><a href="#executions"><span><wicket:message key="executions"/></span></a></li>
+        </ul>
+        <div id="profile">
+          <div id="users-contain" class="ui-widget">
+            <span wicket:id="profile">
+              <div id="formtable">
+
+                <div class="tablerow">
+                  <div class="tablecolumn_label short_dynamicsize">
+                    <span wicket:id="idLabel">[Id]</span>
+                  </div>
+                  <div class="tablecolumn_field medium_dynamicsize">
+                    <span wicket:id="id">[id]</span>
+                  </div>
                 </div>
-                <div id="crontab">
-                    <span wicket:id="crontab">
-                        <div id="formtable">
-                            <div class="tablerow alt">
-                                <label for="cron"><wicket:message key="cron"/></label>
-                            </div>
-                            <div class="tablerow">
-                                <input type="text" id="seconds" class="text ui-widget-content ui-corner-all" wicket:id="seconds" style="width: 50px;float: left" />
-                                <input type="text" id="minutes" class="text ui-widget-content ui-corner-all" wicket:id="minutes" style="width: 50px;float: left" />
-                                <input type="text" id="hours" class="text ui-widget-content ui-corner-all" wicket:id="hours" style="width: 50px;float: left" />
-                                <input type="text" id="daysOfMonth" class="text ui-widget-content ui-corner-all" wicket:id="daysOfMonth" style="width: 50px;float: left" />
-                                <input type="text" id="months" class="text ui-widget-content ui-corner-all" wicket:id="months" style="width: 50px;float: left" />
-                                <input type="text" id="daysOfWeek" class="text ui-widget-content ui-corner-all" wicket:id="daysOfWeek" style="width: 50px" />
-                            </div>
-                            <div class="tablerow alt">
-                                <label for="cronExpression"><wicket:message key="templates"/></label>
-                            </div>
-                            <div class="tablerow">
-                                <select class="text ui-widget-content ui-corner-all" wicket:id="cronTemplateChooser" style="width: 250px"/>
-                            </div>
-                        </div>
-                    </span>
+
+                <div class="tablerow">
+                  <div class="tablecolumn_label short_dynamicsize">
+                    <span wicket:id="nameLabel">[Name]</span>
+                  </div>
+                  <div class="tablecolumn_field medium_dynamicsize">
+                    <span wicket:id="name">[name]</span>
+                  </div>
                 </div>
-                <div id="executions">
-                    <span wicket:id="executions" style="width: 100%">
-                        <table id="executions" class="ui-widget ui-widget-content"
-                               wicket:id="executionsTable" style="width: 100%"/>
-                    </span>
+
+                <div class="tablerow">
+                  <div class="tablecolumn_label short_dynamicsize">
+                    <label for="lastExec"><wicket:message key="lastExec"/></label>
+                  </div>
+                  <div class="tablecolumn_field medium_dynamicsize">
+                    <span wicket:id="lastExec">[lastExec]</span>
+                  </div>
                 </div>
+
+                <div class="tablerow">
+                  <div class="tablecolumn_label short_dynamicsize">
+                    <label for="nextExec"><wicket:message key="nextExec"/></label>
+                  </div>
+                  <div class="tablecolumn_field medium_dynamicsize">
+                    <span wicket:id="nextExec">[nextExec]</span>
+                  </div>
+                </div>
+
+                <div class="tablerow">
+                  <div class="tablecolumn_label short_dynamicsize">
+                    <label for="reportlets"><wicket:message key="reportlets"/></label>
+                  </div>
+                  <div class="tablecolumn_field medium_dynamicsize">
+                    <span wicket:id="reportlets">[reportlets]</span>
+                  </div>
+                </div>                                
+              </div>
+
+              <script type="text/javascript">
+                $(function() {
+                  $('#formtable div.tablerow:even').addClass("alt");
+                });
+              </script>
+            </span>
+          </div>
+        </div>
+        <div id="crontab">
+          <span wicket:id="crontab">
+            <div id="formtable">
+              <div class="tablerow alt">
+                <label for="cron"><wicket:message key="cron"/></label>
+              </div>
+              <div class="tablerow">
+                <input type="text" id="seconds" class="text ui-widget-content ui-corner-all" wicket:id="seconds" style="width: 50px;float: left" />
+                <input type="text" id="minutes" class="text ui-widget-content ui-corner-all" wicket:id="minutes" style="width: 50px;float: left" />
+                <input type="text" id="hours" class="text ui-widget-content ui-corner-all" wicket:id="hours" style="width: 50px;float: left" />
+                <input type="text" id="daysOfMonth" class="text ui-widget-content ui-corner-all" wicket:id="daysOfMonth" style="width: 50px;float: left" />
+                <input type="text" id="months" class="text ui-widget-content ui-corner-all" wicket:id="months" style="width: 50px;float: left" />
+                <input type="text" id="daysOfWeek" class="text ui-widget-content ui-corner-all" wicket:id="daysOfWeek" style="width: 50px" />
+              </div>
+              <div class="tablerow alt">
+                <label for="cronExpression"><wicket:message key="templates"/></label>
+              </div>
+              <div class="tablerow">
+                <select class="text ui-widget-content ui-corner-all" wicket:id="cronTemplateChooser" style="width: 250px"/>
+              </div>
             </div>
-            <div style="margin: 20px 10px 0">
-                <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="apply"/>
-            </div>
-        </form>
-    </div>
-    <div wicket:id="reportletConfWin"/>
-    <div wicket:id="reportExecMessageWin"/>
-    <div wicket:id="reportExecExportWin"/>
+          </span>
+        </div>
+        <div id="executions">
+          <span wicket:id="executions" style="width: 100%">
+            <table id="executions" class="ui-widget ui-widget-content"
+                   wicket:id="executionsTable" style="width: 100%"/>
+          </span>
+        </div>
+      </div>
+      <div style="margin: 20px 10px 0">
+        <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="apply"/>
+      </div>
+    </form>
+  </div>
+  <div wicket:id="reportletConfWin"/>
+  <div wicket:id="reportExecMessageWin"/>
+  <div wicket:id="reportExecExportWin"/>
 </wicket:extend>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/ReportletConfModalPage.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/ReportletConfModalPage.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/ReportletConfModalPage.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/ReportletConfModalPage.html Fri Feb 15 14:00:02 2013
@@ -1,78 +1,82 @@
 <!--
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- under the License.
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
 -->
 <wicket:extend>
-    <div style="margin:10px">
-        <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p>
-        <form wicket:id="form">
-            <div id="tabs">
-                <ul>
-                    <li class="tabs-selected"><a href="#general"><span><wicket:message key="general"/></span></a></li>
-                    <li><a href="#configuration"><span><wicket:message key="configuration"/></span></a></li>
-                </ul>
-                <div id="general">
-                    <div id="formtable">
-                        <div class="tablerow">
-                            <div class="tablecolumn_label short_dynamicsize">
-                                <label for="name"><wicket:message key="name"/></label>
-                            </div>
-                            <div class="tablecolumn_field short_dynamicsize">
-                                <span wicket:id="name">[name]</span>
-                            </div>
-                        </div>
-
-                        <div class="tablerow">
-                            <div class="tablecolumn_label short_dynamicsize">
-                                <label for="reportletClass"><wicket:message key="reportletClass"/></label>
-                            </div>
-                            <div class="tablecolumn_field">
-                                <span wicket:id="reportletClass" style="width: 100%;">[reportletClass]</span>
-                            </div>
-                        </div>
-                    </div>
-
-                    <script type="text/javascript">
-                        $(function() {
-                            $('#general #formtable div.tablerow:even').addClass("alt");
-                        });
-                    </script>
-                </div>
-                <div id="configuration">
-                    <div id="formtable">
-                        <span wicket:id="container">
-                            <div class="tablerow" wicket:id="propView">
-                                <div class="tablecolumn_label short_fixedsize">
-                                    <span wicket:id="key">[key]</span>
-                                </div>
-                                <div class="tablecolumn_field medium_dynamicsize">
-                                    <span wicket:id="value">[value]</span>
-                                </div>
-                            </div>
-
-                            <script type="text/javascript">
-                                $(function() {
-                                    $('#configuration #formtable div.tablerow:even').addClass("alt");
-                                });
-                            </script>
-                        </span>
-                    </div>
-                </div>
+  <div style="margin:10px">
+    <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p>
+    <form wicket:id="form">
+      <div id="tabs">
+        <ul>
+          <li class="tabs-selected"><a href="#general"><span><wicket:message key="general"/></span></a></li>
+          <li><a href="#configuration"><span><wicket:message key="configuration"/></span></a></li>
+        </ul>
+        <div id="general">
+          <div id="formtable">
+            <div class="tablerow">
+              <div class="tablecolumn_label short_dynamicsize">
+                <label for="name"><wicket:message key="name"/></label>
+              </div>
+              <div class="tablecolumn_field short_dynamicsize">
+                <span wicket:id="name">[name]</span>
+              </div>
             </div>
 
-            <div style="margin: 20px 10px 0">
-                <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="apply"/>
+            <div class="tablerow">
+              <div class="tablecolumn_label short_dynamicsize">
+                <label for="reportletClass"><wicket:message key="reportletClass"/></label>
+              </div>
+              <div class="tablecolumn_field">
+                <span wicket:id="reportletClass" style="width: 100%;">[reportletClass]</span>
+              </div>
             </div>
-        </form>
-    </div>
+          </div>
+
+          <script type="text/javascript">
+            $(function() {
+              $('#general #formtable div.tablerow:even').addClass("alt");
+            });
+          </script>
+        </div>
+        <div id="configuration">
+          <div id="formtable">
+            <span wicket:id="container">
+              <div class="tablerow" wicket:id="propView">
+                <div class="tablecolumn_label short_fixedsize">
+                  <span wicket:id="key">[key]</span>
+                </div>
+                <div class="tablecolumn_field medium_dynamicsize">
+                  <span wicket:id="value">[value]</span>
+                </div>
+              </div>
+
+              <script type="text/javascript">
+                $(function() {
+                  $('#configuration #formtable div.tablerow:even').addClass("alt");
+                });
+              </script>
+            </span>
+          </div>
+        </div>
+      </div>
+
+      <div style="margin: 20px 10px 0">
+        <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="apply"/>
+      </div>
+    </form>
+  </div>
 </wicket:extend>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Reports.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Reports.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Reports.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Reports.html Fri Feb 15 14:00:02 2013
@@ -1,16 +1,20 @@
 <!--
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- under the License.
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
 -->
 <wicket:extend>
 

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Resources.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Resources.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Resources.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Resources.html Fri Feb 15 14:00:02 2013
@@ -1,73 +1,76 @@
 <!--
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- under the License.
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
 -->
-
 <wicket:extend>
 
-    <div id="tabs">
-        <ul>
-            <li class="tabs-selected">
-                <a href="#tabs-1"><span><wicket:message key="tab1"/></span></a>
-            </li>
-            <li><a href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li>
-        </ul>
-        <div id="tabs-1">
-            <div id="users-contain" class="ui-widget" style="width:inherit">
-                <span wicket:id="resourceContainer">
-                    <table class="ui-widget ui-widget-content table-hover"
-                           wicket:id="resourceDatatable"/>
-                </span>
-
-                <span style="float:right">
-                    <form wicket:id="resourcePaginatorForm" style="display:inline">
-                        <label><wicket:message key="displayRows"/></label>
-                        <select class="text ui-widget-content ui-corner-all"
-                                wicket:id="rowsChooser"/>
-                    </form>
-                </span>
-            </div>
-
-            <div wicket:id="createResourceWin">[Show modal window for creating resource]</div>
-            <div wicket:id="editResourceWin">[Show modal window for editing resource]</div>
-
-            <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="createResourceLink">
-                <wicket:message key="create-resource"/>
-            </a>
-        </div>
-        <div id="tabs-2">
-            <div id="users-contain" class="ui-widget" style="width:inherit">
-                <span wicket:id="connectorContainer">
-                    <table class="ui-widget ui-widget-content table-hover"
-                           wicket:id="connectorDatatable"/>
-                </span>
-
-                <span style="float:right">
-                    <form wicket:id="connectorPaginatorForm" style="display:inline">
-                        <label><wicket:message key="displayRows"/></label>
-                        <select class="text ui-widget-content ui-corner-all"
-                                wicket:id="rowsChooser"/>
-                    </form>
-                </span>
-            </div>
-
-            <div wicket:id="createConnectorWin">[Show modal window for creating connector]</div>
-            <div wicket:id="editConnectorWin">[Show modal window for editing connector]</div>
-
-            <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="createConnectorLink">
-                <wicket:message key="create-connector"/>
-            </a>
-        </div>
+  <div id="tabs">
+    <ul>
+      <li class="tabs-selected">
+        <a href="#tabs-1"><span><wicket:message key="tab1"/></span></a>
+      </li>
+      <li><a href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li>
+    </ul>
+    <div id="tabs-1">
+      <div id="users-contain" class="ui-widget" style="width:inherit">
+        <span wicket:id="resourceContainer">
+          <table class="ui-widget ui-widget-content table-hover"
+                 wicket:id="resourceDatatable"/>
+        </span>
+
+        <span style="float:right">
+          <form wicket:id="resourcePaginatorForm" style="display:inline">
+            <label><wicket:message key="displayRows"/></label>
+            <select class="text ui-widget-content ui-corner-all"
+                    wicket:id="rowsChooser"/>
+          </form>
+        </span>
+      </div>
+
+      <div wicket:id="createResourceWin">[Show modal window for creating resource]</div>
+      <div wicket:id="editResourceWin">[Show modal window for editing resource]</div>
+
+      <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="createResourceLink">
+        <wicket:message key="create-resource"/>
+      </a>
+    </div>
+    <div id="tabs-2">
+      <div id="users-contain" class="ui-widget" style="width:inherit">
+        <span wicket:id="connectorContainer">
+          <table class="ui-widget ui-widget-content table-hover"
+                 wicket:id="connectorDatatable"/>
+        </span>
+
+        <span style="float:right">
+          <form wicket:id="connectorPaginatorForm" style="display:inline">
+            <label><wicket:message key="displayRows"/></label>
+            <select class="text ui-widget-content ui-corner-all"
+                    wicket:id="rowsChooser"/>
+          </form>
+        </span>
+      </div>
+
+      <div wicket:id="createConnectorWin">[Show modal window for creating connector]</div>
+      <div wicket:id="editConnectorWin">[Show modal window for editing connector]</div>
+
+      <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="createConnectorLink">
+        <wicket:message key="create-connector"/>
+      </a>
     </div>
+  </div>
 
 </wicket:extend>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/RoleModalPage.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/RoleModalPage.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/RoleModalPage.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/RoleModalPage.html Fri Feb 15 14:00:02 2013
@@ -1,59 +1,63 @@
 <!--
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+  http://www.apache.org/licenses/LICENSE-2.0
 
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- under the License.
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
 -->
 <wicket:head>
-    <style type="text/css">
-        #tabs-2 table{
-            font-size: 1.1em;
-        }
-        #tabs-3 table{
-            font-size: 1.1em;
-        }
-        #tabs-4 table{
-            font-size: 1.1em;
-        }
-        #tabs-5 table{
-            font-size: 1.1em;
-        }
-        #tabs-6 table{
-            font-size: 1.1em;
-        }
-    </style>
+  <style type="text/css">
+    #tabs-2 table{
+      font-size: 1.1em;
+    }
+    #tabs-3 table{
+      font-size: 1.1em;
+    }
+    #tabs-4 table{
+      font-size: 1.1em;
+    }
+    #tabs-5 table{
+      font-size: 1.1em;
+    }
+    #tabs-6 table{
+      font-size: 1.1em;
+    }
+  </style>
 </wicket:head>
 
 <wicket:extend>
-    <div style="margin:10px">
-        <p class="ui-widget ui-corner-all ui-widget-header">
-        <wicket:message key="title"/>&nbsp;<span wicket:id="displayName"/>
-        </p>
-        <form wicket:id="RoleForm">
-            <div id="tabs">
-                <ul>
-                    <li><a href="#tabs-1"><span><wicket:message key="tab1"/></span></a></li>
-                    <li><a href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li>
-                    <li><a href="#tabs-3"><span><wicket:message key="tab3"/></span></a></li>
-                    <li><a href="#tabs-4"><span><wicket:message key="tab4"/></span></a></li>
-                    <li><a href="#tabs-5"><span><wicket:message key="tab5"/></span></a></li>
-                    <li><a href="#tabs-6"><span><wicket:message key="tab6"/></span></a></li>
-                </ul>
-                <div wicket:id="attributesPanel"></div>
-            </div>
-            <div style="bottom:0;margin:10px">
-                <input type="submit"
-                       class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                       wicket:id="submit"/>
-            </div>
-        </form>
-    </div>
+  <div style="margin:10px">
+    <p class="ui-widget ui-corner-all ui-widget-header">
+    <wicket:message key="title"/>&nbsp;<span wicket:id="displayName"/>
+    </p>
+    <form wicket:id="RoleForm">
+      <div id="tabs">
+        <ul>
+          <li><a href="#tabs-1"><span><wicket:message key="tab1"/></span></a></li>
+          <li><a href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li>
+          <li><a href="#tabs-3"><span><wicket:message key="tab3"/></span></a></li>
+          <li><a href="#tabs-4"><span><wicket:message key="tab4"/></span></a></li>
+          <li><a href="#tabs-5"><span><wicket:message key="tab5"/></span></a></li>
+          <li><a href="#tabs-6"><span><wicket:message key="tab6"/></span></a></li>
+        </ul>
+        <div wicket:id="attributesPanel"></div>
+      </div>
+      <div style="bottom:0;margin:10px">
+        <input type="submit"
+               class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+               wicket:id="submit"/>
+      </div>
+    </form>
+  </div>
 </wicket:extend>
\ No newline at end of file