Repository: syncope Updated Branches: refs/heads/SYNCOPE-156 4e1dbd37f -> 474b92560
http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/panels/BeanReflectionPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/BeanReflectionPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/BeanReflectionPanel.html new file mode 100644 index 0000000..7df9317 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/panels/BeanReflectionPanel.html @@ -0,0 +1,39 @@ +<!-- +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 xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> + <wicket:panel> + + <div id="bean"> + <div class="tablerow" wicket:id="fields"> + <div class="tablecolumn_check"> + <span wicket:id="check">[check]</span> + </div> + <div class="tablecolumn_label short_dynamicsize"> + <label for="label"> + <span wicket:id="label">[label]</span> + </label> + </div> + <div class="tablecolumn_field medium_dynamicsize"> + <span wicket:id="field">[field]</span> + </div> + </div> + </div> + + </wicket:panel> +</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/panels/ConnectorModal.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/ConnectorModal.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/ConnectorModal.html index b85acb6..a07a8dc 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/ConnectorModal.html +++ b/client/console/src/main/resources/org/apache/syncope/client/console/panels/ConnectorModal.html @@ -18,18 +18,15 @@ under the License. --> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> <wicket:extend> - <p class="ui-widget ui-corner-all ui-widget-header"> - <span wicket:id="new"/> <wicket:message key="title"/> <span wicket:id="key"/> - </p> - <div style="margin: 5px;"> - <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"> + <form wicket:id="form"> + <div class="tabbable tabs-left"> + <ul class="nav nav-tabs"> + <li class="active"><a data-toggle="tab" href="#tabs-1"><span><wicket:message key="tab1"/></span></a></li> + <li><a data-toggle="tab" href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li> + <li><a data-toggle="tab" href="#tabs-3"><span><wicket:message key="tab3"/></span></a></li> + </ul> + <div class="tab-content"> + <div id="tabs-1" class="tab-pane active"> <div id="formtable"> <div class="tablerow alt"> <div class="tablecolumn_label short_dynamicsize"> @@ -112,7 +109,7 @@ under the License. </div> </div> </div> - <div id="tabs-2"> + <div id="tabs-2" class="tab-pane"> <div id="formtable"> <span wicket:id="container"> <div style="border-bottom: 10px"> @@ -142,20 +139,16 @@ under the License. </span> </div> </div> - <div id="tabs-3"> + <div id="tabs-3" class="tab-pane"> <span wicket:id="capabilitiesPalette"/> </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"/> - <input type="button" - class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" - wicket:id="cancel"/> - </div> - </form> - </div> + <div class="modal-footer"> + <input type="submit" class="btn btn-primary" wicket:id="apply"/> + <input type="button" class="btn btn-default" wicket:id="cancel"/> + </div> + </form> </wicket:extend> </html> http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/panels/ListViewPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/ListViewPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/ListViewPanel.html new file mode 100644 index 0000000..ec4cc94 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/panels/ListViewPanel.html @@ -0,0 +1,60 @@ +<!-- +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 xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> + <wicket:panel> + <span wicket:id="container"> + <wicket:container wicket:id="content" /> + </span> + + <wicket:fragment wicket:id="wizard"> + <span wicket:id="wizard"/> + </wicket:fragment> + + <wicket:fragment wicket:id="table"> + <div class="col-xs-12"> + <div class="box"> + <div class="box-header"> + <h3 class="box-title"> + <span wicket:id="caption"/> + </h3> + </div><!-- /.box-header --> + <div class="box-body table-responsive no-padding"> + <table class="table table-hover"> + <tbody> + <tr> + <th wicket:id="names"><span wicket:id="name"/></th> + </tr> + <tr wicket:id="beans"> + <td wicket:id="fields"><span wicket:id="field"/></td> + <td> + <div class="listview-actions"> + <span wicket:id="actions">[actions]</span> + </div> + </td> + </tr> + </tbody></table> + </div><!-- /.box-body --> + </div><!-- /.box --> + </div> + <div class="modal-footer"> + <input type="submit" class="btn btn-primary" value="Add" wicket:message="value:listview.add" wicket:id="add"/> + </div> + </wicket:fragment> + </wicket:panel> +</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal.html index 8cb22f0..2d4f7b4 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal.html +++ b/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal.html @@ -22,8 +22,7 @@ under the License. <div class="tabbable tabs-left"> <ul class="nav nav-tabs"> <li class="active"><a data-toggle="tab" href="#resource"><span><wicket:message key="resource"/></span></a></li> - <li><a data-toggle="tab" href="#umapping"><span><wicket:message key="umapping"/></span></a></li> - <li><a data-toggle="tab" href="#gmapping"><span><wicket:message key="gmapping"/></span></a></li> + <li><a data-toggle="tab" href="#provisions"><span><wicket:message key="provisions"/></span></a></li> <li><a data-toggle="tab" href="#connectorProperties"><span><wicket:message key="connectorProperties"/></span></a></li> <li><a data-toggle="tab" href="#security"><span><wicket:message key="security"/></span></a></li> </ul> @@ -32,11 +31,10 @@ under the License. <span wicket:id="details">[details]</span> <span wicket:id="systeminformation">[System Information]</span> </div> - <div id="umapping" class="tab-pane"> - <span wicket:id="umapping">[umapping]</span> - </div> - <div id="gmapping" class="tab-pane"> - <span wicket:id="gmapping">[gmapping]</span> + <div id="provisions" class="tab-pane"> + <span wicket:id="pcontainer"> + <span wicket:id="provisions">[provisions]</span> + </span> </div> <div id="connectorProperties" class="tab-pane"> <span wicket:id="connconf">[connconf]</span> @@ -50,7 +48,7 @@ under the License. <div class="modal-footer"> <input type="submit" class="btn btn-primary" wicket:id="apply"/> <input type="button" class="btn btn-default" wicket:id="cancel"/> - </div> + </div> </form> </wicket:extend> </html> http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal.properties index 789919b..24827a6 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal.properties +++ b/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal.properties @@ -15,6 +15,7 @@ # specific language governing permissions and limitations # under the License. resource=Resource details +provisions=Provisioning umapping=User mapping connectorProperties=Connector properties security=Security @@ -58,3 +59,9 @@ actionsClasses=Actions classes gmapping=Group mapping new=New resource randomPwdIfNotProvided=Generate random passwords when missing + +anyType=Object Type +objectClass= Object Class +__ACCOUNT__=ACCOUNT +__GROUP__=GROUP +listview.caption=Provisioning configuration instances http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal_it.properties index 54179a5..1bc3c04 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal_it.properties +++ b/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal_it.properties @@ -15,6 +15,7 @@ # specific language governing permissions and limitations # under the License. resource=Dettagli Risorsa +provisions=Provisioning umapping=Mapping utenti connectorProperties=Propriet\u00e0\u00a0 Connettore security=Sicurezza @@ -58,3 +59,9 @@ actionsClasses=Classi azioni gmapping=Mapping gruppi new=Nuova risorsa randomPwdIfNotProvided=Genera password casuali se mancanti + +anyType=Oggetto +objectClass=Classe +__ACCOUNT__=ACCOUNT +__GROUP__=GROUP +listview.caption=Istanze di configurazione del provisioning http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal_pt_BR.properties index 45c3616..47f41b2 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal_pt_BR.properties +++ b/client/console/src/main/resources/org/apache/syncope/client/console/panels/ResourceModal_pt_BR.properties @@ -15,6 +15,7 @@ # specific language governing permissions and limitations # under the License. resource=Detalhes de Recursos +provisions=Provisioning umapping=Mapeamento de usu\u00e1rios connectorProperties=Propriedades de Conectores security=Seguran\u00e7a @@ -58,3 +59,9 @@ actionsClasses=Classes de a\u00e7\u00f5es gmapping=Mapeamento de grupos new=Novo recurso randomPwdIfNotProvided=Gerar senhas aleat\u00f3rias quando n\u00e3o houver + +anyType=Objeto +objectClass=Classe +__ACCOUNT__=ACCOUNT +__GROUP__=GROUP +listview.caption=Inst\u00e2ncias de provisionamento de recursos http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/topology/Topology.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/topology/Topology.html b/client/console/src/main/resources/org/apache/syncope/client/console/topology/Topology.html index 8df7df7..fe7677e 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/topology/Topology.html +++ b/client/console/src/main/resources/org/apache/syncope/client/console/topology/Topology.html @@ -44,21 +44,28 @@ under the License. </div> <div id="topology"> <div id="drawing"> - <div class="window topology_root" wicket:id="syncope" onmouseup="refreshPosition(this)">[syncope]</div> + <div class="window" wicket:id="syncope" onmouseup="refreshPosition(this)">[syncope]</div> <span wicket:id="connectorServers"> - <div class="window topology_cs" wicket:id="cs" onmouseup="refreshPosition(this)">[resource]</div> + <div class="window" wicket:id="cs" onmouseup="refreshPosition(this)">[connector server]</div> </span> - <span wicket:id="conn1"> - <div class="window topology_conn" wicket:id="conn" onmouseup="refreshPosition(this)">[resource]</div> + <span wicket:id="filePaths"> + <div class="window" wicket:id="fp" onmouseup="refreshPosition(this)">[file path]</div> </span> - <span wicket:id="conn2"> - <div class="window topology_conn" wicket:id="conn" onmouseup="refreshPosition(this)">[resource]</div> + <span wicket:id="conns"> + <span wicket:id="conns"> + <div class="window" wicket:id="conn" onmouseup="refreshPosition(this)">[connector]</div> + </span> </span> <span wicket:id="resources"> <span wicket:id="resources"> - <div class="window topology_res" wicket:id="res" onmouseup="refreshPosition(this)">[resource]</div> + <div class="window" wicket:id="res" onmouseup="refreshPosition(this)">[resource]</div> </span> </span> + <div wicket:id="newlyCreatedContainer"> + <span wicket:id="newlyCreated"> + <div class="window" wicket:id="el" onmouseup="refreshPosition(this)">[resource]</div> + </span> + </div> </div> <span wicket:id="jsPlace"></span> </div> http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyNodePanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyNodePanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyNodePanel.html index ed238c7..6faea50 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyNodePanel.html +++ b/client/console/src/main/resources/org/apache/syncope/client/console/topology/TopologyNodePanel.html @@ -19,41 +19,44 @@ under the License. --> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> <wicket:panel> - <div class="node-action-link btn-group"> - <a href="javascript:void(0);" data-toggle="dropdown"> - <i class="fa fa-sliders"></i> - </a> - <wicket:container wicket:id="actions" /> - </div> - + <wicket:container wicket:id="actions" /> <p class="text-center text-primary" wicket:id="label"/> - <wicket:fragment wicket:id="connectorWithResourceActions"> - <ul role="menu" class="dropdown-menu"> - <li><a href="#"><i class="fa fa-plus"></i></a></li> - <li><a href="#"><i class="fa fa-pencil"></i></a></li> - </ul> - </wicket:fragment> - - <wicket:fragment wicket:id="connectorWithNoResourceActions"> - <ul role="menu" class="dropdown-menu"> - <li><a href="#" wicket:id="create"><i class="fa fa-plus"></i></a></li> - <li><a href="#" wicket:id="delete"><i class="fa fa-minus"></i></a></li> - <li><a href="#" wicket:id="edit"><i class="fa fa-pencil"></i></a></li> - </ul> + <wicket:fragment wicket:id="connectorActions"> + <div class="node-action-link btn-group"> + <a href="javascript:void(0);" data-toggle="dropdown"> + <i class="fa fa-sliders"></i> + </a> + <ul role="menu" class="dropdown-menu"> + <li><a href="#" wicket:id="create"><i class="fa fa-plus"></i></a></li> + <li><a href="#" wicket:id="delete"><i class="fa fa-minus"></i></a></li> + <li><a href="#" wicket:id="edit"><i class="fa fa-pencil"></i></a></li> + </ul> + </div> </wicket:fragment> <wicket:fragment wicket:id="resourceActions"> - <ul role="menu" class="dropdown-menu"> - <li><a href="#" wicket:id="delete"><i class="fa fa-minus"></i></a></li> - <li><a href="#" wicket:id="edit"><i class="fa fa-pencil"></i></a></li> - </ul> + <div class="node-action-link btn-group"> + <a href="javascript:void(0);" data-toggle="dropdown"> + <i class="fa fa-sliders"></i> + </a> + <ul role="menu" class="dropdown-menu"> + <li><a href="#" wicket:id="delete"><i class="fa fa-minus"></i></a></li> + <li><a href="#" wicket:id="edit"><i class="fa fa-pencil"></i></a></li> + </ul> + </div> </wicket:fragment> - <wicket:fragment wicket:id="syncopeActions"> - <ul role="menu" class="dropdown-menu"> - <li><a href="#"><i class="fa fa-plus"></i></a></li> - </ul> + <wicket:fragment wicket:id="locationActions"> + <div class="node-action-link btn-group"> + <a href="javascript:void(0);" data-toggle="dropdown"> + <i class="fa fa-sliders"></i> + </a> + <ul role="menu" class="dropdown-menu"> + <li><a href="#" wicket:id="create"><i class="fa fa-plus"></i></a></li> + </ul> + </div> </wicket:fragment> + <wicket:fragment wicket:id="syncopeActions" /> </wicket:panel> </html> http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html index cf51170..0f9d637 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html @@ -34,6 +34,10 @@ under the License. <span wicket:id="panelExecute">[plus]</span> <span wicket:id="panelEnable">[plus]</span> <span wicket:id="panelSearch">[plus]</span> + <span wicket:id="panelMapping">[plus]</span> + <span wicket:id="panelAccountLink">[plus]</span> + <span wicket:id="panelResetTime">[plus]</span> + <span wicket:id="panelClone">[plus]</span> <span wicket:id="panelCreate">[plus]</span> <span wicket:id="panelUserTemplate">[plus]</span> <span wicket:id="panelGroupTemplate">[plus]</span> @@ -71,8 +75,24 @@ under the License. <a href="#" wicket:id="manageGroupsLink"><img id="actionLink" src="img/actions/groups-icon.png" alt="manage groups icon" title="Manage groups"/></a> </wicket:fragment> + <wicket:fragment wicket:id="fragmentMapping"> + <a href="#" wicket:id="mappingLink" title="Mapping"><i class="fa fa-exchange"></i></a> + </wicket:fragment> + + <wicket:fragment wicket:id="fragmentAccountLink"> + <a href="#" wicket:id="accountLinkLink" title="Account Link"><i class="fa fa-external-link"></i></a> + </wicket:fragment> + + <wicket:fragment wicket:id="fragmentResetTime"> + <a href="#" wicket:id="resetTimeLink" title="Reset Time"><i class="fa fa-hourglass-start"></i></a> + </wicket:fragment> + + <wicket:fragment wicket:id="fragmentClone"> + <a href="#" wicket:id="cloneLink" title="Clone"><i class="fa fa-clone"></i></a> + </wicket:fragment> + <wicket:fragment wicket:id="fragmentCreate"> - <a href="#" wicket:id="createLink"><img id="actionLink" src="img/actions/create.png" alt="create icon" title="Create"/></a> + <a href="#" wicket:id="createLink" title="Create"><i class="fa fa-create"></i></a> </wicket:fragment> <wicket:fragment wicket:id="fragmentSearch"> @@ -100,7 +120,7 @@ under the License. </wicket:fragment> <wicket:fragment wicket:id="fragmentDelete"> - <a href="#" wicket:id="deleteLink"><img id="actionLink" src="img/actions/delete.png" alt="delete icon" title="Delete"/></a> + <a href="#" wicket:id="deleteLink" title="Delete"><i class="fa fa-minus"></i></a> </wicket:fragment> <wicket:fragment wicket:id="fragmentDryRun"> @@ -160,13 +180,13 @@ under the License. </wicket:fragment> <wicket:fragment wicket:id="fragmentZoomIn"> - <a href="#" wicket:id="zoomInLink"><i class="fa fa-search-plus"></i></a> + <a href="#" wicket:id="zoomInLink" title="Zoom In"><i class="fa fa-search-plus"></i></a> </wicket:fragment> - + <wicket:fragment wicket:id="fragmentZoomOut"> - <a href="#" wicket:id="zoomOutLink"><i class="fa fa-search-minus"></i></a> + <a href="#" wicket:id="zoomOutLink" title="Zoom Out"><i class="fa fa-search-minus"></i></a> </wicket:fragment> - + <wicket:fragment wicket:id="emptyFragment"> </wicket:fragment> </wicket:panel> http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/CheckBoxMultipleChoiceFieldPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/CheckBoxMultipleChoiceFieldPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/CheckBoxMultipleChoiceFieldPanel.html index 52f1da9..af85a84 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/CheckBoxMultipleChoiceFieldPanel.html +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/CheckBoxMultipleChoiceFieldPanel.html @@ -17,7 +17,9 @@ specific language governing permissions and limitations under the License. --> <html> - <wicket:panel> - <span wicket:id="checkBoxMultipleChoice" /> - </wicket:panel> + <wicket:panel> + <div class="form-group"> + <span wicket:id="checkBoxMultipleChoice" /> + </div> + </wicket:panel> </html> http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard$AccountLink.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard$AccountLink.html b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard$AccountLink.html new file mode 100644 index 0000000..aa2e5ab --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard$AccountLink.html @@ -0,0 +1,23 @@ +<!-- +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 xmlns="http://www.w3.org/1999/xhtml" > + <wicket:panel> + Specify here the account link .... work in progress + </wicket:panel> +</html> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard$Mapping.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard$Mapping.html b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard$Mapping.html new file mode 100644 index 0000000..2147713 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard$Mapping.html @@ -0,0 +1,23 @@ +<!-- +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 xmlns="http://www.w3.org/1999/xhtml"> + <wicket:panel> + <span wicket:id="mapping" /> + </wicket:panel> +</html> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard$ObjectType.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard$ObjectType.html b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard$ObjectType.html new file mode 100644 index 0000000..e36f66d --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard$ObjectType.html @@ -0,0 +1,30 @@ +<!-- +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 xmlns="http://www.w3.org/1999/xhtml"> + <wicket:panel > + <div class="form-group"> + <label>Object Type</label> + <input type="text" placeholder="Object Type ..." class="form-control" wicket:id="type"> + </div> + <div class="form-group"> + <label>Object Class</label> + <input type="text" placeholder="Object Class ..." class="form-control" wicket:id="class"> + </div> + </wicket:panel> +</html> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard.properties b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard.properties new file mode 100644 index 0000000..535da53 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard.properties @@ -0,0 +1,24 @@ +# 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. + +type.title=Specify the type of the provisioning object +type.summary= +mapping.title=Specify the maping about the provisioning object +mapping.summary= +link.title=Specify the account link (if required) +link.summary= + http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard_it.properties new file mode 100644 index 0000000..535da53 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard_it.properties @@ -0,0 +1,24 @@ +# 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. + +type.title=Specify the type of the provisioning object +type.summary= +mapping.title=Specify the maping about the provisioning object +mapping.summary= +link.title=Specify the account link (if required) +link.summary= + http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard_pt_BR.properties new file mode 100644 index 0000000..535da53 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/ProvisionWizard_pt_BR.properties @@ -0,0 +1,24 @@ +# 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. + +type.title=Specify the type of the provisioning object +type.summary= +mapping.title=Specify the maping about the provisioning object +mapping.summary= +link.title=Specify the account link (if required) +link.summary= + http://git-wip-us.apache.org/repos/asf/syncope/blob/ba7f1a5c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bea197f..26e5754 100644 --- a/pom.xml +++ b/pom.xml @@ -376,11 +376,11 @@ under the License. <jquery-cookie.version>1.4.1-1</jquery-cookie.version> <bootstrap.version>3.3.5</bootstrap.version> <bootstrap-select.version>1.6.3</bootstrap-select.version> - <font-awesome.version>4.3.0</font-awesome.version> + <font-awesome.version>4.4.0</font-awesome.version> <ionicons.version>2.0.1</ionicons.version> <highlightjs.version>8.4-4</highlightjs.version> <codemirror.version>5.5</codemirror.version> - <jsplumb.version>1.6.4</jsplumb.version> + <jsplumb.version>1.7.5</jsplumb.version> <wicket.version>7.0.0</wicket.version> <wicket-jqueryui.version>7.0.0</wicket-jqueryui.version> @@ -1081,6 +1081,7 @@ under the License. <configuration> <source>${targetJdk}</source> <target>${targetJdk}</target> + <useIncrementalCompilation>false</useIncrementalCompilation> <showWarnings>true</showWarnings> <showDeprecation>true</showDeprecation> <!--<compilerArgument>-Xlint:unchecked</compilerArgument>-->
