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 [5/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/Schema.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Schema.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Schema.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Schema.html Fri Feb 15 14:00:02 2013
@@ -1,266 +1,270 @@
 <!--
- 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="#user"><span><wicket:message key="user"/></span></a></li>
-            <li><a href="#role"><span><wicket:message key="role"/></span></a></li>
-            <li><a href="#membership"><span><wicket:message key="membership"/></span></a></li>
-        </ul>
-
-        <div id="user">
-            <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="users-contain" class="ui-widget">
-                    <span wicket:id="userSchemasContainer">
-                        <table class="ui-widget ui-widget-content table-hover"
-                               wicket:id="datatable"/>
-                    </span>
-
-                    <span style="float:right">
-                        <form wicket:id="UsersPaginatorForm" 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="createUserSchemaWin">
-                    [Show modal window for creating schema]
-                </div>
-                <div wicket:id="editUserSchemaWin">
-                    [Show modal window for editing schema]
-                </div>
-
-                <a wicket:id="createUserSchemaWinLink"
-                   class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
-                    <wicket:message key="create_attribute"/>
-                </a>
-
-            </div>
-            <div id="tabs-2">
-                <div id="users-contain" class="ui-widget">
-                    <span wicket:id="userDerivedSchemasContainer">
-                        <table class="ui-widget ui-widget-content table-hover"
-                               wicket:id="datatable"/>
-                    </span>
-                    <span style="float:right">
-                        <form wicket:id="UsersDerPaginatorForm" 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="createUserDerSchemaWin">[Show modal window for creating schema]</div>
-                <div wicket:id="editUserDerSchemaWin">[Show modal window for editing schema]</div>
-
-                <a wicket:id="createUserDerSchemaWinLink"
-                   class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
-                    <wicket:message key="create_attribute"/>
-                </a>
-            </div>
-            <div id="tabs-3">
-                <div id="users-contain" class="ui-widget">
-                    <span wicket:id="userVirtualSchemasContainer">
-                        <table class="ui-widget ui-widget-content table-hover"
-                               wicket:id="datatable"/>
-                    </span>
-                    <span style="float:right">
-                        <form wicket:id="UsersVirPaginatorForm" 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="createUserVirSchemaWin">[Show modal window for creating schema]</div>
-                <div wicket:id="editUserVirSchemaWin">[Show modal window for editing schema]</div>
-
-                <a wicket:id="createUserVirSchemaWinLink"
-                   class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
-                    <wicket:message key="create_attribute"/>
-                </a>
-            </div>
-        </div>
-        <div id="role">
-            <ul>
-                <li class="tabs-selected"><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 id="tabs-4">
-
-                <div id="users-contain" class="ui-widget">
-                    <span wicket:id="roleSchemasContainer">
-                        <table class="ui-widget ui-widget-content table-hover"
-                               wicket:id="datatable"/>
-                    </span>
-
-                    <span style="float:right">
-                        <form wicket:id="RolesPaginatorForm" 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="createRoleSchemaWin">[Show modal window for creating schema]</div>
-                <div wicket:id="editRoleSchemaWin">[Show modal window for editing schema]</div>
-
-                <a wicket:id="createRoleSchemaWinLink"
-                   class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
-                    <wicket:message key="create_attribute"/>
-                </a>
-            </div>
-            <div id="tabs-5">
-
-                <div id="users-contain" class="ui-widget">
-                    <span wicket:id="roleDerivedSchemasContainer">
-                        <table class="ui-widget ui-widget-content table-hover"
-                               wicket:id="datatable"/>
-                    </span>
-
-                    <span style="float:right">
-                        <form wicket:id="RolesDerPaginatorForm" 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="createRoleDerivedSchemaWin">[Show modal window for creating schema]</div>
-                <div wicket:id="editRoleDerivedSchemaWin">[Show modal window for editing schema]</div>
-
-                <a wicket:id="createRoleDerivedSchemaWinLink"
-                   class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
-                    <wicket:message key="create_attribute"/>
-                </a>
-
-            </div>
-            <div id="tabs-6">
-
-                <div id="users-contain" class="ui-widget">
-                    <span wicket:id="roleVirtualSchemasContainer">
-                        <table class="ui-widget ui-widget-content table-hover"
-                               wicket:id="datatable"/>
-                    </span>
-
-                    <span style="float:right">
-                        <form wicket:id="RolesVirPaginatorForm" 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="createRoleVirtualSchemaWin">[Show modal window for creating schema]</div>
-                <div wicket:id="editRoleVirtualSchemaWin">[Show modal window for editing schema]</div>
-
-                <a wicket:id="createRoleVirtualSchemaWinLink"
-                   class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
-                    <wicket:message key="create_attribute"/>
-                </a>
-
-            </div>
-        </div>
-        <div id="membership">
-            <ul>
-                <li class="tabs-selected"><a href="#tabs-7"><span><wicket:message key="tab7"/></span></a></li>
-                <li><a href="#tabs-8"><span><wicket:message key="tab8"/></span></a></li>
-                <li><a href="#tabs-9"><span><wicket:message key="tab9"/></span></a></li>
-            </ul>
-            <div id="tabs-7">
-                <div id="users-contain" class="ui-widget">
-                    <span wicket:id="membershipSchemaContainer">
-                        <table class="ui-widget ui-widget-content table-hover"
-                               wicket:id="datatable"/>
-                    </span>
-
-                    <span style="float:right">
-                        <form wicket:id="MembershipPaginatorForm"
-                              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="createMembershipSchemaWin">[Show modal window for creating schema]</div>
-                <div wicket:id="editMembershipSchemaWin">[Show modal window for editing schema]</div>
-
-                <a wicket:id="createMembershipSchemaWinLink"
-                   class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
-                    <wicket:message key="create_attribute"/>
-                </a>
-            </div>
-            <div id="tabs-8">
-                <div id="users-contain" class="ui-widget">
-                    <span wicket:id="membershipDerivedSchemaContainer">
-                        <table class="ui-widget ui-widget-content table-hover"
-                               wicket:id="datatable"/>
-                    </span>
-                    <span style="float:right">
-                        <form wicket:id="MembershipDerPaginatorForm" 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="createMembershipDerSchemaWin">[Show modal window for creating schema]</div>
-                <div wicket:id="editMembershipDerSchemaWin">[Show modal window for editing schema]</div>
-
-                <a wicket:id="createMembershipDerSchemaWinLink"
-                   class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
-                    <wicket:message key="create_attribute"/>
-                </a>
-            </div>
-            <div id="tabs-9">
-                <div id="users-contain" class="ui-widget">
-                    <span wicket:id="membershipVirtualSchemaContainer">
-                        <table class="ui-widget ui-widget-content table-hover"
-                               wicket:id="datatable"/>
-                    </span>
-                    <span style="float:right">
-                        <form wicket:id="MembershipVirPaginatorForm" 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="createMembershipVirSchemaWin">[Show modal window for creating schema]</div>
-                <div wicket:id="editMembershipVirSchemaWin">[Show modal window for editing schema]</div>
-
-                <a wicket:id="createMembershipVirSchemaWinLink"
-                   class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
-                    <wicket:message key="create_attribute"/>
-                </a>
-            </div>
+  <div id="tabs">
+    <ul>
+      <li class="tabs-selected"><a href="#user"><span><wicket:message key="user"/></span></a></li>
+      <li><a href="#role"><span><wicket:message key="role"/></span></a></li>
+      <li><a href="#membership"><span><wicket:message key="membership"/></span></a></li>
+    </ul>
+
+    <div id="user">
+      <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="users-contain" class="ui-widget">
+          <span wicket:id="userSchemasContainer">
+            <table class="ui-widget ui-widget-content table-hover"
+                   wicket:id="datatable"/>
+          </span>
+
+          <span style="float:right">
+            <form wicket:id="UsersPaginatorForm" 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="createUserSchemaWin">
+          [Show modal window for creating schema]
+        </div>
+        <div wicket:id="editUserSchemaWin">
+          [Show modal window for editing schema]
+        </div>
+
+        <a wicket:id="createUserSchemaWinLink"
+           class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
+          <wicket:message key="create_attribute"/>
+        </a>
+
+      </div>
+      <div id="tabs-2">
+        <div id="users-contain" class="ui-widget">
+          <span wicket:id="userDerivedSchemasContainer">
+            <table class="ui-widget ui-widget-content table-hover"
+                   wicket:id="datatable"/>
+          </span>
+          <span style="float:right">
+            <form wicket:id="UsersDerPaginatorForm" 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="createUserDerSchemaWin">[Show modal window for creating schema]</div>
+        <div wicket:id="editUserDerSchemaWin">[Show modal window for editing schema]</div>
+
+        <a wicket:id="createUserDerSchemaWinLink"
+           class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
+          <wicket:message key="create_attribute"/>
+        </a>
+      </div>
+      <div id="tabs-3">
+        <div id="users-contain" class="ui-widget">
+          <span wicket:id="userVirtualSchemasContainer">
+            <table class="ui-widget ui-widget-content table-hover"
+                   wicket:id="datatable"/>
+          </span>
+          <span style="float:right">
+            <form wicket:id="UsersVirPaginatorForm" 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="createUserVirSchemaWin">[Show modal window for creating schema]</div>
+        <div wicket:id="editUserVirSchemaWin">[Show modal window for editing schema]</div>
+
+        <a wicket:id="createUserVirSchemaWinLink"
+           class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
+          <wicket:message key="create_attribute"/>
+        </a>
+      </div>
+    </div>
+    <div id="role">
+      <ul>
+        <li class="tabs-selected"><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 id="tabs-4">
+
+        <div id="users-contain" class="ui-widget">
+          <span wicket:id="roleSchemasContainer">
+            <table class="ui-widget ui-widget-content table-hover"
+                   wicket:id="datatable"/>
+          </span>
+
+          <span style="float:right">
+            <form wicket:id="RolesPaginatorForm" 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="createRoleSchemaWin">[Show modal window for creating schema]</div>
+        <div wicket:id="editRoleSchemaWin">[Show modal window for editing schema]</div>
+
+        <a wicket:id="createRoleSchemaWinLink"
+           class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
+          <wicket:message key="create_attribute"/>
+        </a>
+      </div>
+      <div id="tabs-5">
+
+        <div id="users-contain" class="ui-widget">
+          <span wicket:id="roleDerivedSchemasContainer">
+            <table class="ui-widget ui-widget-content table-hover"
+                   wicket:id="datatable"/>
+          </span>
+
+          <span style="float:right">
+            <form wicket:id="RolesDerPaginatorForm" 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="createRoleDerivedSchemaWin">[Show modal window for creating schema]</div>
+        <div wicket:id="editRoleDerivedSchemaWin">[Show modal window for editing schema]</div>
+
+        <a wicket:id="createRoleDerivedSchemaWinLink"
+           class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
+          <wicket:message key="create_attribute"/>
+        </a>
+
+      </div>
+      <div id="tabs-6">
+
+        <div id="users-contain" class="ui-widget">
+          <span wicket:id="roleVirtualSchemasContainer">
+            <table class="ui-widget ui-widget-content table-hover"
+                   wicket:id="datatable"/>
+          </span>
+
+          <span style="float:right">
+            <form wicket:id="RolesVirPaginatorForm" 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="createRoleVirtualSchemaWin">[Show modal window for creating schema]</div>
+        <div wicket:id="editRoleVirtualSchemaWin">[Show modal window for editing schema]</div>
+
+        <a wicket:id="createRoleVirtualSchemaWinLink"
+           class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
+          <wicket:message key="create_attribute"/>
+        </a>
+
+      </div>
+    </div>
+    <div id="membership">
+      <ul>
+        <li class="tabs-selected"><a href="#tabs-7"><span><wicket:message key="tab7"/></span></a></li>
+        <li><a href="#tabs-8"><span><wicket:message key="tab8"/></span></a></li>
+        <li><a href="#tabs-9"><span><wicket:message key="tab9"/></span></a></li>
+      </ul>
+      <div id="tabs-7">
+        <div id="users-contain" class="ui-widget">
+          <span wicket:id="membershipSchemaContainer">
+            <table class="ui-widget ui-widget-content table-hover"
+                   wicket:id="datatable"/>
+          </span>
+
+          <span style="float:right">
+            <form wicket:id="MembershipPaginatorForm"
+                  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="createMembershipSchemaWin">[Show modal window for creating schema]</div>
+        <div wicket:id="editMembershipSchemaWin">[Show modal window for editing schema]</div>
+
+        <a wicket:id="createMembershipSchemaWinLink"
+           class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
+          <wicket:message key="create_attribute"/>
+        </a>
+      </div>
+      <div id="tabs-8">
+        <div id="users-contain" class="ui-widget">
+          <span wicket:id="membershipDerivedSchemaContainer">
+            <table class="ui-widget ui-widget-content table-hover"
+                   wicket:id="datatable"/>
+          </span>
+          <span style="float:right">
+            <form wicket:id="MembershipDerPaginatorForm" 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="createMembershipDerSchemaWin">[Show modal window for creating schema]</div>
+        <div wicket:id="editMembershipDerSchemaWin">[Show modal window for editing schema]</div>
+
+        <a wicket:id="createMembershipDerSchemaWinLink"
+           class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
+          <wicket:message key="create_attribute"/>
+        </a>
+      </div>
+      <div id="tabs-9">
+        <div id="users-contain" class="ui-widget">
+          <span wicket:id="membershipVirtualSchemaContainer">
+            <table class="ui-widget ui-widget-content table-hover"
+                   wicket:id="datatable"/>
+          </span>
+          <span style="float:right">
+            <form wicket:id="MembershipVirPaginatorForm" 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="createMembershipVirSchemaWin">[Show modal window for creating schema]</div>
+        <div wicket:id="editMembershipVirSchemaWin">[Show modal window for editing schema]</div>
+
+        <a wicket:id="createMembershipVirSchemaWinLink"
+           class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only">
+          <wicket:message key="create_attribute"/>
+        </a>
+      </div>
     </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/SchemaModalPage.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/SchemaModalPage.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/SchemaModalPage.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/SchemaModalPage.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:head>
   <style type="text/css">

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/StatusModalPage.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/StatusModalPage.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/StatusModalPage.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/StatusModalPage.html Fri Feb 15 14:00:02 2013
@@ -1,41 +1,45 @@
 <!--
- 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>
-        .submit{
-            display:  block;
-            clear:  both;
-            float: none;
-            margin-left: 10px;
-            padding-top: 10px;
-        }
-    </style>
+  <style>
+    .submit{
+      display:  block;
+      clear:  both;
+      float: none;
+      margin-left: 10px;
+      padding-top: 10px;
+    }
+  </style>
 </wicket:head>
 <wicket:extend>
-    <form wicket:id="form">
-        <p class="ui-widget ui-corner-all ui-widget-header">
-        <wicket:message key="title"/>
-        </p>
+  <form wicket:id="form">
+    <p class="ui-widget ui-corner-all ui-widget-header">
+    <wicket:message key="title"/>
+    </p>
 
-        <div style="display: block; margin: 10px">
-            <span wicket:id="statuspanel">[Status Panel]</span>
-        </div>
+    <div style="display: block; margin: 10px">
+      <span wicket:id="statuspanel">[Status Panel]</span>
+    </div>
 
-        <div class="submit">
-            <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="enable"/>
-            <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="disable"/>
-        </div>
-    </form>
-</wicket:extend>
+    <div class="submit">
+      <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="enable"/>
+      <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="disable"/>
+    </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/Tasks.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Tasks.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Tasks.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Tasks.html Fri Feb 15 14:00:02 2013
@@ -1,58 +1,42 @@
 <!--
- 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">
-        /* SET THE DEFAULT ERROR PANEL'S' STYLE, INVALIDATING THE CSS RENDERING
-        FOR THE CURRENT PAGE  */
-        .feedbackPanelERROR {
-            background: none !important;
-            font-weight: normal;
-            color: red;
-            border:0 none !important;
-            list-style-type: disc;
-            padding: 5px;
-            margin: 5px;
-        }
-
-        .feedbackPanelERROR span {
-            padding: 0px;
-            margin: 0px;
-        }
-    </style>
-</wicket:head>
 <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>
-            <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>
-        </ul>
-        <div id="tabs-1">
-            <span wicket:id="propagation">[propagation tasks]</span>
-        </div>
-        <div id="tabs-2">
-            <span wicket:id="notification">[notification tasks]</span>
-        </div>
-        <div id="tabs-3">
-            <span wicket:id="sync">[synchronization tasks]</span>
-        </div>
-        <div id="tabs-4">
-            <span wicket:id="sched">[scheduled tasks]</span>
-        </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>
+      <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>
+    </ul>
+    <div id="tabs-1">
+      <span wicket:id="propagation">[propagation tasks]</span>
+    </div>
+    <div id="tabs-2">
+      <span wicket:id="notification">[notification tasks]</span>
+    </div>
+    <div id="tabs-3">
+      <span wicket:id="sync">[synchronization tasks]</span>
+    </div>
+    <div id="tabs-4">
+      <span wicket:id="sched">[scheduled tasks]</span>
     </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/UserModalPage.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/UserModalPage.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/UserModalPage.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/UserModalPage.html Fri Feb 15 14:00:02 2013
@@ -1,124 +1,128 @@
 <!--
- 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;
-        }
-
-        div.role-tree table.wicket-tree-content table.icon-panel a{
-            font-size: 10px;
-            color:black;
-        }
-        .roleTable{
-            -moz-border-radius: 3px; /* Firefox */
-            -webkit-border-radius: 3px; /* Safari e Chrome*/
-            border: 1px solid gray;
-            border-radius: 3px; /* Standard 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">
+    table.palette td.header {
+      background:url("images/ui-bg_glass_75_e6e6e6_1x400.png")
+        repeat-x scroll 50% 50% #E6E6E6 !important;
+    }
+
+    div.role-tree table.wicket-tree-content table.icon-panel a{
+      font-size: 10px;
+      color:black;
+    }
+    .roleTable{
+      -moz-border-radius: 3px; /* Firefox */
+      -webkit-border-radius: 3px; /* Safari e Chrome*/
+      border: 1px solid gray;
+      border-radius: 3px; /* Standard 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>
 
-    <span wicket:id="userModalFrag"/>
+  <span wicket:id="userModalFrag"/>
 
-    <wicket:fragment wicket:id="userModalEditFrag">
+  <wicket:fragment wicket:id="userModalEditFrag">
 
-        <div style="margin:10px">
-            <p class="ui-widget ui-corner-all ui-widget-header">
-                <span wicket:id="new"/>&nbsp;<wicket:message key="title"/>&nbsp;<span wicket:id="id"/>
-            </p>
-
-            <form wicket:id="UserForm">
-                <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>
-                        <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 id="tabs-1">
-                        <span wicket:id="details">[user details]</span>
-                        <span wicket:id="statuspanel">[Sattus Panel]</span>
-                        <span wicket:id="accountinformation">[Account Information]</span>
-                    </div>
-                    <div id="tabs-2">
-                        <div id="formtable">
-                            <span wicket:id="attributes">[user attributes]</span>
-                        </div>
-                    </div>
-
-                    <div id="tabs-3">
-                        <span wicket:id="derivedAttributes">[user derived attributes]</span>
-                    </div>
-
-                    <div id="tabs-4">
-                        <span wicket:id="virtualAttributes">[user virtual attributes]</span>
-                    </div>
-
-                    <div id="tabs-5">
-                        <span wicket:id="resources">[resources]</span>
-                    </div>
-
-                    <div id="tabs-6">
-                        <span wicket:id="roles">[roles]</span>
-                    </div>
-                </div>
-
-                <script type="text/javascript">
-                    $(function() {
-                        $('#formtable div.tablerow:even').addClass("alt");
-                    });
-                </script>
-
-                <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 style="margin:10px">
+      <p class="ui-widget ui-corner-all ui-widget-header">
+        <span wicket:id="new"/>&nbsp;<wicket:message key="title"/>&nbsp;<span wicket:id="id"/>
+      </p>
+
+      <form wicket:id="UserForm">
+        <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>
+            <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 id="tabs-1">
+            <span wicket:id="details">[user details]</span>
+            <span wicket:id="statuspanel">[Sattus Panel]</span>
+            <span wicket:id="accountinformation">[Account Information]</span>
+          </div>
+          <div id="tabs-2">
+            <div id="formtable">
+              <span wicket:id="attributes">[user attributes]</span>
+            </div>
+          </div>
+
+          <div id="tabs-3">
+            <span wicket:id="derivedAttributes">[user derived attributes]</span>
+          </div>
+
+          <div id="tabs-4">
+            <span wicket:id="virtualAttributes">[user virtual attributes]</span>
+          </div>
+
+          <div id="tabs-5">
+            <span wicket:id="resources">[resources]</span>
+          </div>
+
+          <div id="tabs-6">
+            <span wicket:id="roles">[roles]</span>
+          </div>
         </div>
-    </wicket:fragment>
 
-    <wicket:fragment wicket:id="userModalResultFrag">
-        <span wicket:id="userModalPageResult"/>
-    </wicket:fragment>
+        <script type="text/javascript">
+          $(function() {
+            $('#formtable div.tablerow:even').addClass("alt");
+          });
+        </script>
+
+        <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:fragment>
+
+  <wicket:fragment wicket:id="userModalResultFrag">
+    <span wicket:id="userModalPageResult"/>
+  </wicket:fragment>
 
 </wicket:extend>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Users.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Users.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Users.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/Users.html Fri Feb 15 14:00:02 2013
@@ -1,63 +1,67 @@
 <!--
- 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:auto">
-                <span wicket:id="listResult"> [search result] </span>
-                <div wicket:id="editModal" ></div>
-            </div>
-
-            <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-               wicket:id="createLink">
-                <wicket:message key="create_user"/>
-            </a>
-        </div>
-
-        <div id="tabs-2">
-            <form wicket:id="searchForm">
-                <h1><wicket:message key="search_title"/></h1>
-                
-                <span wicket:id="searchPanel">searchPanel</span>
-
-                <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                       wicket:id="search"/>
-            </form>
-
-            <div id="users-contain" class="ui-widget" style="width:auto">
-                <img src="img/search.png" alt="search"/>
-                <h1 style="display:inline"><wicket:message key="search_results_title"/></h1>
-                <span wicket:id="searchResult"> [search result] </span>
-            </div>
-        </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:auto">
+        <span wicket:id="listResult"> [search result] </span>
+        <div wicket:id="editModal" ></div>
+      </div>
+
+      <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+         wicket:id="createLink">
+        <wicket:message key="create_user"/>
+      </a>
     </div>
 
-    <wicket:child/>
+    <div id="tabs-2">
+      <form wicket:id="searchForm">
+        <h1><wicket:message key="search_title"/></h1>
+
+        <span wicket:id="searchPanel">searchPanel</span>
+
+        <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+               wicket:id="search"/>
+      </form>
+
+      <div id="users-contain" class="ui-widget" style="width:auto">
+        <img src="img/search.png" alt="search"/>
+        <h1 style="display:inline"><wicket:message key="search_results_title"/></h1>
+        <span wicket:id="searchResult"> [search result] </span>
+      </div>
+    </div>
+  </div>
+
+  <wicket:child/>
 </wicket:extend>

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/VirtualSchemaModalPage.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/VirtualSchemaModalPage.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/VirtualSchemaModalPage.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/VirtualSchemaModalPage.html Fri Feb 15 14:00:02 2013
@@ -1,36 +1,40 @@
 <!--
- 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>
+  <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>
+    <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/panels/DerivedAttributesPanel.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/DerivedAttributesPanel.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/DerivedAttributesPanel.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/DerivedAttributesPanel.html Fri Feb 15 14:00:02 2013
@@ -1,56 +1,58 @@
 <!--
- 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.
 -->
-<html>
-    <wicket:panel>
-        <table class="ui-widget ui-widget-content ui-corner-all"
-               style="font-size: 1em;margin-top:2px;"
-               width="100%" cellpadding="2px" cellspacing="1px">
-            <thead>
-                <tr class="ui-widget-header">
-                    <th><wicket:message key="derivedAttributeToBeRemoved"/></th>
-            <th><wicket:message key="derivedAttributeName"/></th>
-            <th><wicket:message key="derivedAttributeValue"/></th>
-            </tr>
-            </thead>
-
-            <tfoot>
-                <tr>
-                    <td>
-                        <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                               wicket:id="addAttributeBtn" />
-                    </td>
-                </tr>
-            </tfoot>
-
-            <tbody wicket:id="derAttrContainer">
-                <tr wicket:id="attributes">
-                    <td align="center" valign="middle">
-                        <input type="checkbox" class="text ui-widget-content ui-corner-all"  wicket:id="toRemove"/>
-                    </td>
-
-                    <td>
-                        <select class="text ui-widget-content ui-corner-all"
-                                style="width:100%" wicket:id="schema"/>
-                    </td>
-
-                    <td align="center" valign="middle">
-                        <input type="text"
-                               style="width:100%" wicket:id="value"/>
-                    </td>
-                </tr>
-            </tbody>
-        </table>
-    </wicket:panel>
-</html>
+<wicket:panel>
+  <table class="ui-widget ui-widget-content ui-corner-all"
+         style="font-size: 1em;margin-top:2px;"
+         width="100%" cellpadding="2px" cellspacing="1px">
+    <thead>
+      <tr class="ui-widget-header">
+        <th><wicket:message key="derivedAttributeToBeRemoved"/></th>
+    <th><wicket:message key="derivedAttributeName"/></th>
+    <th><wicket:message key="derivedAttributeValue"/></th>
+    </tr>
+    </thead>
+
+    <tfoot>
+      <tr>
+        <td>
+          <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+                 wicket:id="addAttributeBtn" />
+        </td>
+      </tr>
+    </tfoot>
+
+    <tbody wicket:id="derAttrContainer">
+      <tr wicket:id="attributes">
+        <td align="center" valign="middle">
+          <input type="checkbox" class="text ui-widget-content ui-corner-all"  wicket:id="toRemove"/>
+        </td>
+
+        <td>
+          <select class="text ui-widget-content ui-corner-all"
+                  style="width:100%" wicket:id="schema"/>
+        </td>
+
+        <td align="center" valign="middle">
+          <input type="text"
+                 style="width:100%" wicket:id="value"/>
+        </td>
+      </tr>
+    </tbody>
+  </table>
+</wicket:panel>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/NotificationTasks.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/NotificationTasks.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/NotificationTasks.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/NotificationTasks.html Fri Feb 15 14:00:02 2013
@@ -1,35 +1,37 @@
 <!--
- 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.
 -->
-<html>
-    <wicket:panel>
-        <div id="users-contain" class="ui-widget" style="width:auto">
-            <span wicket:id="container">
-                <table class="ui-widget ui-widget-content table-hover"
-                       wicket:id="datatable"/>
-            </span>
+<wicket:panel>
+  <div id="users-contain" class="ui-widget" style="width:auto">
+    <span wicket:id="container">
+      <table class="ui-widget ui-widget-content table-hover"
+             wicket:id="datatable"/>
+    </span>
 
-            <span style="float:right">
-                <form wicket:id="PaginatorForm" 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="taskWin">
-            [Show modal window for viewing task]
-        </div>
-    </wicket:panel>
-</html>
+    <span style="float:right">
+      <form wicket:id="PaginatorForm" 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="taskWin">
+    [Show modal window for viewing task]
+  </div>
+</wicket:panel>

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/PoliciesPanel.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/PoliciesPanel.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/PoliciesPanel.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/PoliciesPanel.html Fri Feb 15 14:00:02 2013
@@ -1,39 +1,42 @@
 <!--
- 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:panel>
 
-    <div>
-        <div id="users-contain" class="ui-widget">
-            <span wicket:id="container">
-                <table class="ui-widget ui-widget-content table-hover" wicket:id="datatable"/>
-            </span>
-
-            <span style="float:right">
-                <form wicket:id="PaginatorForm" 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="editModalWin">[Show modal window for creating/editing password policy]</div>
-
-        <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="createLink">
-            <wicket:message key="create"/>
-        </a>
+  <div>
+    <div id="users-contain" class="ui-widget">
+      <span wicket:id="container">
+        <table class="ui-widget ui-widget-content table-hover" wicket:id="datatable"/>
+      </span>
+
+      <span style="float:right">
+        <form wicket:id="PaginatorForm" style="display:inline">
+          <label><wicket:message key="displayRows"/></label>
+          <select class="text ui-widget-content ui-corner-all" wicket:id="rowsChooser"/>
+        </form>
+      </span>
     </div>
 
-</wicket:panel>
\ No newline at end of file
+    <div wicket:id="editModalWin">[Show modal window for creating/editing password policy]</div>
+
+    <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="createLink">
+      <wicket:message key="create"/>
+    </a>
+  </div>
+
+</wicket:panel>

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/PropagationTasks.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/PropagationTasks.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/PropagationTasks.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/PropagationTasks.html Fri Feb 15 14:00:02 2013
@@ -1,35 +1,37 @@
 <!--
- 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.
 -->
-<html>
-    <wicket:panel>
-        <div id="users-contain" class="ui-widget" style="width:auto">
-            <span wicket:id="container">
-                <table class="ui-widget ui-widget-content table-hover"
-                       wicket:id="datatable"/>
-            </span>
+<wicket:panel>
+  <div id="users-contain" class="ui-widget" style="width:auto">
+    <span wicket:id="container">
+      <table class="ui-widget ui-widget-content table-hover"
+             wicket:id="datatable"/>
+    </span>
 
-            <span style="float:right">
-                <form wicket:id="PaginatorForm" 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="taskWin">
-            [Show modal window for viewing task]
-        </div>
-    </wicket:panel>
-</html>
+    <span style="float:right">
+      <form wicket:id="PaginatorForm" 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="taskWin">
+    [Show modal window for viewing task]
+  </div>
+</wicket:panel>

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResourceConnConfPanel.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResourceConnConfPanel.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResourceConnConfPanel.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResourceConnConfPanel.html Fri Feb 15 14:00:02 2013
@@ -1,41 +1,43 @@
 <!--
- 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.
 -->
-<html>
-    <wicket:panel>
-        <span wicket:id="connectorPropertiesContainer">
-            <div id="formtable">
-                <div class="tablerow" wicket:id="connectorProperties">
-                    <div class="tablecolumn_label medium_fixedsize">
-                        <span wicket:id="connPropAttrSchema">[connPropAttrSchema]</span>
-                    </div>
-                    <div class="tablecolumn_field medium_dynamicsize">
-                        <span wicket:id="panel">[connPropAttrValue]</span>
-                    </div>
-                </div>
-            </div>
+<wicket:panel>
+  <span wicket:id="connectorPropertiesContainer">
+    <div id="formtable">
+      <div class="tablerow" wicket:id="connectorProperties">
+        <div class="tablecolumn_label medium_fixedsize">
+          <span wicket:id="connPropAttrSchema">[connPropAttrSchema]</span>
+        </div>
+        <div class="tablecolumn_field medium_dynamicsize">
+          <span wicket:id="panel">[connPropAttrValue]</span>
+        </div>
+      </div>
+    </div>
 
-            <script type="text/javascript">
-                $(function() {
-                    $('div#connectorProperties div#formtable div.tablerow:even').addClass("alt");
-                });
-            </script>
-            <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>
-        </span>
-    </wicket:panel>
-</html>
+    <script type="text/javascript">
+      $(function() {
+        $('div#connectorProperties div#formtable div.tablerow:even').addClass("alt");
+      });
+    </script>
+    <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>
+  </span>
+</wicket:panel>
\ No newline at end of file

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResourceMappingPanel.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResourceMappingPanel.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResourceMappingPanel.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResourceMappingPanel.html Fri Feb 15 14:00:02 2013
@@ -1,91 +1,93 @@
 <!--
- 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.
 -->
-<html>
-    <wicket:panel>
-        <div id="formtable">
-            <div class="tablerow">
-                <div class="tablecolumn_field all_dynamicsize">
-                    <table id="mappingUserSchema"
-                           class="ui-widget ui-widget-content ui-corner-all"
-                           style="font-size: 1em;margin-top:2px;"
-                           width="100%" cellpadding="2px" cellspacing="1px"
-                           wicket:id="mappingContainer">
-                        <thead>
-                            <tr class="ui-widget-header">
-                                <th><wicket:message key="delete"/></th>
-                        <th><wicket:message key="entity"/></th>
-                        <th><wicket:message key="intMappingTypes"/></th>
-                        <th><wicket:message key="intAttrNames"/></th>
-                        <th><wicket:message key="extAttrNames"/></th>
-                        <th><wicket:message key="mandatoryCondition"/></th>
-                        <th><wicket:message key="accountId"/></th>
-                        <th><wicket:message key="password"/></th>
-                        </tr>
-                        </thead>
-                        <tfoot>
-                            <tr>
-                                <td colspan="7" style="padding: 5px">
-                                    <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
-                                           wicket:id="addUserSchemaMappingBtn" />
-                                </td>
-                            </tr>
-                        </tfoot>
-                        <tbody>
-                            <tr wicket:id="mappings">
-                                <td align="center" valign="middle">
-                                    <input type="checkbox" class="text ui-widget-content ui-corner-all"  wicket:id="toRemove"/>
-                                </td>
-                                <td align="center" valign="middle">
-                                    <span wicket:id="mappingTypes">[mappingTypes]</span>
-                                </td>
-                                <td align="center" valign="middle">
-                                    <span wicket:id="intMappingTypes">[intMappingTypes]</span>
-                                </td>
-                                <td align="center" valign="middle">
-                                    <span wicket:id="intAttrNames">[intAttrNames]</span>
-                                </td>
-                                <td align="center" valign="middle">
-                                    <span wicket:id="extAttrName">[extAttrName]</span>
-                                </td>
-                                <td align="center" valign="middle">
-                                    <span wicket:id="mandatoryCondition">[mandatoryCondition]</span>
-                                </td>
-                                <td align="center" valign="middle">
-                                    <span wicket:id="accountId">[accountId]</span>
-                                </td>
-                                <td align="center" valign="middle">
-                                    <span wicket:id="password">[password]</span>
-                                </td>
-                            </tr>
-                        </tbody>
-                    </table>
-                </div>
-            </div>
+<wicket:panel>
+  <div id="formtable">
+    <div class="tablerow">
+      <div class="tablecolumn_field all_dynamicsize">
+        <table id="mappingUserSchema"
+               class="ui-widget ui-widget-content ui-corner-all"
+               style="font-size: 1em;margin-top:2px;"
+               width="100%" cellpadding="2px" cellspacing="1px"
+               wicket:id="mappingContainer">
+          <thead>
+            <tr class="ui-widget-header">
+              <th><wicket:message key="delete"/></th>
+          <th><wicket:message key="entity"/></th>
+          <th><wicket:message key="intMappingTypes"/></th>
+          <th><wicket:message key="intAttrNames"/></th>
+          <th><wicket:message key="extAttrNames"/></th>
+          <th><wicket:message key="mandatoryCondition"/></th>
+          <th><wicket:message key="accountId"/></th>
+          <th><wicket:message key="password"/></th>
+          </tr>
+          </thead>
+          <tfoot>
+            <tr>
+              <td colspan="7" style="padding: 5px">
+                <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
+                       wicket:id="addUserSchemaMappingBtn" />
+              </td>
+            </tr>
+          </tfoot>
+          <tbody>
+            <tr wicket:id="mappings">
+              <td align="center" valign="middle">
+                <input type="checkbox" class="text ui-widget-content ui-corner-all"  wicket:id="toRemove"/>
+              </td>
+              <td align="center" valign="middle">
+                <span wicket:id="mappingTypes">[mappingTypes]</span>
+              </td>
+              <td align="center" valign="middle">
+                <span wicket:id="intMappingTypes">[intMappingTypes]</span>
+              </td>
+              <td align="center" valign="middle">
+                <span wicket:id="intAttrNames">[intAttrNames]</span>
+              </td>
+              <td align="center" valign="middle">
+                <span wicket:id="extAttrName">[extAttrName]</span>
+              </td>
+              <td align="center" valign="middle">
+                <span wicket:id="mandatoryCondition">[mandatoryCondition]</span>
+              </td>
+              <td align="center" valign="middle">
+                <span wicket:id="accountId">[accountId]</span>
+              </td>
+              <td align="center" valign="middle">
+                <span wicket:id="password">[password]</span>
+              </td>
+            </tr>
+          </tbody>
+        </table>
+      </div>
+    </div>
 
-            <div class="tablerow" style="margin-top: 10px">
-                <div class="tablecolumn_label long_fixedsize">
-                    <label for="accountLink"><wicket:message key="accountLink"/></label>
-                    <span wicket:id="accountLink">[accountLink]</span>
-                </div>
-            </div>
-        </div>
+    <div class="tablerow" style="margin-top: 10px">
+      <div class="tablecolumn_label long_fixedsize">
+        <label for="accountLink"><wicket:message key="accountLink"/></label>
+        <span wicket:id="accountLink">[accountLink]</span>
+      </div>
+    </div>
+  </div>
 
-        <script type="text/javascript">
-            $(function() {
-                $('div#mappings div#formtable div.tablerow:even').addClass("alt");
-            });
-        </script>
-    </wicket:panel>
-</html>
+  <script type="text/javascript">
+    $(function() {
+      $('div#mappings div#formtable div.tablerow:even').addClass("alt");
+    });
+  </script>
+</wicket:panel>

Modified: syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html?rev=1446584&r1=1446583&r2=1446584&view=diff
==============================================================================
--- syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html (original)
+++ syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html Fri Feb 15 14:00:02 2013
@@ -1,60 +1,62 @@
 <!--
- 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>
-        .settingsPos{
-            position:relative; 
-            top:34px;
-            left:95%;
-            width:10px;
-        }
-
-        .settingsPosMultiPage{
-            position:relative; 
-            top:64px;
-            left:95%;
-            width:10px;
-        }
-    </style>
+  <style>
+    .settingsPos{
+      position:relative; 
+      top:34px;
+      left:95%;
+      width:10px;
+    }
+
+    .settingsPosMultiPage{
+      position:relative; 
+      top:64px;
+      left:95%;
+      width:10px;
+    }
+  </style>
 </wicket:head>
-<html>
-    <wicket:panel>
+<wicket:panel>
 
-        <div wicket:id="container">
-            <a wicket:id="displayAttrsLink">
-                <img src="img/settings-icon.png" alt="settings icon" class="drop_button" />
-            </a>
-
-            <table class="ui-widget ui-widget-content table-hover" wicket:id="resultTable"/>
-
-            <span style="float:right">
-                <form wicket:id="paginator" 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="editModal">
-        </div>
+  <div wicket:id="container">
+    <a wicket:id="displayAttrsLink">
+      <img src="img/settings-icon.png" alt="settings icon" class="drop_button" />
+    </a>
 
-        <div wicket:id="displayModal">
-        </div>
+    <table class="ui-widget ui-widget-content table-hover" wicket:id="resultTable"/>
 
-        <div wicket:id="statusModal">
-        </div>
+    <span style="float:right">
+      <form wicket:id="paginator" style="display:inline">
+        <label><wicket:message key="displayRows"/></label>
+        <select class="text ui-widget-content ui-corner-all" wicket:id="rowsChooser"/>
+      </form>
+    </span>
+  </div>
 
-    </wicket:panel>
-</html>
+  <div wicket:id="editModal">
+  </div>
+
+  <div wicket:id="displayModal">
+  </div>
+
+  <div wicket:id="statusModal">
+  </div>
+
+</wicket:panel>