http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.html deleted file mode 100644 index 487165b..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.html +++ /dev/null @@ -1,43 +0,0 @@ -<!-- -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 wicket:id="container"> - <span wicket:id="resultTable">[Table]</span> - - <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="displayModal"> - </div> - - <div wicket:id="statusModal"> - </div> - - </wicket:panel> -</html>
http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.properties deleted file mode 100644 index 6f016a4..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel.properties +++ /dev/null @@ -1,30 +0,0 @@ -# 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. -displayRows=Display rows - -firstname=Firstname -surname=Surname -userId=User Id -edit=Edit -delete=Delete -id=Id -status=Status -token=Token -username=Username -creationDate=Creation Date -tokenValued=Valued -tokenNotValued=Not valued http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_it.properties deleted file mode 100644 index 02b3b57..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_it.properties +++ /dev/null @@ -1,30 +0,0 @@ -# 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. -displayRows=display rows - -firstname=Nome -surname=Cognome -userId=User Id -edit=Edit -delete=Rimuovi -id=Id -status=Stato -token=Token -username=Username -creationDate=Data Creazione -tokenValued=Valued -tokenNotValued=Not valued http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_pt_BR.properties deleted file mode 100644 index 1591edc..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AbstractSearchResultPanel_pt_BR.properties +++ /dev/null @@ -1,30 +0,0 @@ -# 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. -displayRows=Mostrar linhas - -firstname=Nome -surname=Sobrenome -userId=Identificador do Usu\u00E1rio -edit=Alterar -delete=Excluir -id=Identificador -status=Estatus -token=Token -username=Nome de Usu\u00E1rio -creationDate=Data de Cria\u00E7\u00E3o -tokenValued=Atribu\u00EDdo -tokenNotValued=N\u00E3o Atribu\u00EDdo http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel.html deleted file mode 100644 index 5e0fe54..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel.html +++ /dev/null @@ -1,67 +0,0 @@ -<!-- -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:extend> - - <div class="infoleft"> - <div class="infolabel"> - <wicket:message key="lastLoginDate"/>: - </div> - <div> - <span wicket:id="lastLoginDate"/> - </div> - </div> - - <div class="inforight"> - <div class="infolabel"> - <wicket:message key="failedLogins"/>: - </div> - <div> - <span wicket:id="failedLogins"/> - </div> - </div> - - <div class="infoleft"> - <div class="infolabel"> - <wicket:message key="changePwdDate"/>: - </div> - <div> - <span wicket:id="changePwdDate"/> - </div> - </div> - - <div class="inforight"> - <div class="infolabel"> - <wicket:message key="tokenExpireTime"/> - </div> - <div> - <span wicket:id="tokenExpireTime"/> - </div> - </div> - - <div class="inforow"> - <div class="infolabel"> - <wicket:message key="token"/>: - </div> - <div style="word-wrap: break-word; width: 550px; margin-left: 155px;"> - <span wicket:id="token"/> - </div> - </div> - </wicket:extend> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel.properties deleted file mode 100644 index e3ba3f5..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel.properties +++ /dev/null @@ -1,22 +0,0 @@ -# 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. -changePwdDate=Last Change Password Date -lastLoginDate=Last Login Date -failedLogins=Subsequent Failed Logins -token=Token -tokenExpireTime=Token Expire Time -confirmPassword=Password (confirm) http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel_it.properties deleted file mode 100644 index 844a0c3..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel_it.properties +++ /dev/null @@ -1,23 +0,0 @@ -# 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. -creationDate=Data Di Creazione -changePwdDate=Data Ultimo Cambio Password -lastLoginDate=Data Di Ultimo Login -failedLogins=Login Consecutivi Falliti -token=Token -tokenExpireTime=Scadenza Token -confirmPassword=Password (conferma) http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel_pt_BR.properties deleted file mode 100644 index 27e99f5..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AccountInformationPanel_pt_BR.properties +++ /dev/null @@ -1,23 +0,0 @@ -# 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. -creationDate=Data de Cria\u00E7\u00E3o -changePwdDate=Data da \u00DAltima Troca de Senha -lastLoginDate=Data do \u00DAltimo Login -failedLogins=Falhas Subsequentes de Logins -token=Token -tokenExpireTime=Tempo de Expira\u00E7\u00E3o do Token -confirmPassword=Senha (confirmar) http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/ActionDataTablePanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/ActionDataTablePanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/ActionDataTablePanel.html deleted file mode 100644 index 5ad205f..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/ActionDataTablePanel.html +++ /dev/null @@ -1,45 +0,0 @@ -<!-- -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:head> - <link rel="stylesheet" type="text/css" href="css/bulk.css" media="all"/> - </wicket:head> - <wicket:panel> - - <form wicket:id="groupForm"> - <span wicket:id="checkgroup"> - <table class="ui-widget ui-widget-content table-hover" wicket:id="dataTable">[Data Table]</table> - </span> - - <div id="actionRow" class="pageRowElement"> - <div id="actions"> - <div id="actionPanel" wicket:id="actionPanelContainer" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"> - <span wicket:id="actions">[Actions]</span> - </div> - - <div id="cancelBtmForm"> - <input type="button" wicket:id="cancel" id="cancel" - class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"/> - </div> - </div> - </div> - </form> - - </wicket:panel> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AjaxDataTablePanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AjaxDataTablePanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AjaxDataTablePanel.html deleted file mode 100644 index f67ba10..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AjaxDataTablePanel.html +++ /dev/null @@ -1,47 +0,0 @@ -<!-- -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:head> - <link rel="stylesheet" type="text/css" href="css/bulk.css" media="all"/> - </wicket:head> - <wicket:panel> - <span wicket:id="tablePanel">[Table panel]</span> - <div wicket:id="bulkModal" /> - - <wicket:fragment wicket:id="bulkAvailable"> - <form wicket:id="groupForm"> - <span wicket:id="checkgroup"> - <table class="ui-widget ui-widget-content table-hover" wicket:id="dataTable">[DataTable]</table> - </span> - </form> - <div class="bulkAction"> - <div class="bulkActionCell" style="width: 40px"> - <a href="#" wicket:id="bulkActionLink"> - <img src="img/actions/bulk.png" alt="bulk action icon" title="Bulk action"/> - </a> - </div> - </div> - </wicket:fragment> - - <wicket:fragment wicket:id="bulkNotAvailable"> - <table class="ui-widget ui-widget-content table-hover" wicket:id="dataTable">[DataTable]</table> - </wicket:fragment> - - </wicket:panel> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.html deleted file mode 100644 index 4d459ce..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.html +++ /dev/null @@ -1,98 +0,0 @@ -<!-- -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:head> - <style> - div.information{ - margin-top: 30px; - border: 1px solid #DDDDDD; - font-size: 8px; - color: #555555; - display: inline-table; - width: 100%; - clear: both; - float:none; - } - - div.infolabel{ - margin-left: 5px; - float:left; - width: 150px; - font-weight: bold - } - - div.infoleft{ - float:left; - display: inline-table; - width: 50% - } - - div.inforight{ - display: inline-table; - width: 50% - } - - div.inforow{ - display: inline-table; - width: 100% - } - </style> - </wicket:head> - <wicket:panel> - <div class="information"> - <div class="infoleft"> - <div class="infolabel"> - <wicket:message key="creationDate"/>: - </div> - <div> - <span wicket:id="creationDate" /> - </div> - </div> - - <div class="inforight"> - <div class="infolabel"> - <wicket:message key="lastChangeDate"/>: - </div> - <div> - <span wicket:id="lastChangeDate" /> - </div> - </div> - - <div class="infoleft"> - <div class="infolabel"> - <wicket:message key="creator"/>: - </div> - <div> - <span wicket:id="creator" /> - </div> - </div> - - <div class="inforight"> - <div class="infolabel"> - <wicket:message key="lastModifier"/>: - </div> - <div> - <span wicket:id="lastModifier" /> - </div> - </div> - - <wicket:child /> - </div> - </wicket:panel> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.properties deleted file mode 100644 index 54a0fcf..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel.properties +++ /dev/null @@ -1,20 +0,0 @@ -# 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. -creationDate=Creation Date -creator=Creator -lastChangeDate=Last change date -lastModifier=Last modifier http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_it.properties deleted file mode 100644 index 7fae3ab..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_it.properties +++ /dev/null @@ -1,20 +0,0 @@ -# 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. -creationDate=Data Di Creazione -creator=Creatore -lastChangeDate=Data Di Ultima Modifica -lastModifier=Ultimo Modificatore http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_pt_BR.properties deleted file mode 100644 index 689436f..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AnnotatedBeanPanel_pt_BR.properties +++ /dev/null @@ -1,20 +0,0 @@ -# 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. -creationDate=Data de Cria\u00e7\u00e3o -creator=Criador -lastChangeDate=Data De \u00daltima Altera\u00e7\u00e3o -lastModifier=\u00daltima Modificador http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.html deleted file mode 100644 index 2b7ef52..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.html +++ /dev/null @@ -1,58 +0,0 @@ -<!-- -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:head> - <script type="text/javascript"> - $(document).ready(function() { - $("#attrTemplateTabs").tabs(); - }); - </script> - </wicket:head> - <wicket:panel> - <div id="attrTemplateTabs" class="ui-tabs ui-widget ui-widget-content ui-corner-all"> - <ul> - <li class="tabs-selected"><a href="#rplainattr"><wicket:message key="rplainattr"/></a></li> - <li><a href="#rderattr"><wicket:message key="rderattr"/></a></li> - <li><a href="#rvirattr"><wicket:message key="rvirattr"/></a></li> - <li><a href="#mplainattr"><wicket:message key="mplainattr"/></a></li> - <li><a href="#mderattr"><wicket:message key="mderattr"/></a></li> - <li><a href="#mvirattr"><wicket:message key="mvirattr"/></a></li> - </ul> - - <div id="rplainattr"> - <div wicket:id="gPlainAttrTemplates"/> - </div> - <div id="rderattr"> - <div wicket:id="gDerAttrTemplates"/> - </div> - <div id="rvirattr"> - <div wicket:id="gVirAttrTemplates"/> - </div> - <div id="mplainattr"> - <div wicket:id="mPlainAttrTemplates"/> - </div> - <div id="mderattr"> - <div wicket:id="mDerAttrTemplates"/> - </div> - <div id="mvirattr"> - <div wicket:id="mVirAttrTemplates"/> - </div> - </div> - </wicket:panel> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.properties deleted file mode 100644 index 94da979..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel.properties +++ /dev/null @@ -1,23 +0,0 @@ -# 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. - -rplainattr=Plain -rderattr=Derived -rvirattr=Virtual -mplainattr=Plain (Membership) -mderattr=Derived (Membership) -mvirattr=Virtual (Membership) http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_it.properties deleted file mode 100644 index d30ff59..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_it.properties +++ /dev/null @@ -1,23 +0,0 @@ -# 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. - -rplainattr=Normali -rderattr=Derivati -rvirattr=Virtuali -mplainattr=Normali (Membership) -mderattr=Derivati (Membership) -mvirattr=Virtuali (Membership) http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_pt_BR.properties deleted file mode 100644 index 5fd7c3a..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AttrTemplatesPanel_pt_BR.properties +++ /dev/null @@ -1,23 +0,0 @@ -# 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. - -rplainattr=Normal -rderattr=Derivado -rvirattr=Virtual -mplainattr=Normal (Membro) -mderattr=Derivado (Membro) -mvirattr=Virtual (Membro) http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/AuditEventsPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AuditEventsPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/AuditEventsPanel.html deleted file mode 100644 index c86473a..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/AuditEventsPanel.html +++ /dev/null @@ -1,122 +0,0 @@ -<!-- -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:head> - <style> - .container { - display: block; - width: 100%; - } - - .label { - font-size: 12px; - vertical-align: middle; - font-family: Verdana,Tahoma,sans-serif; - display: table-cell; - width: 300px; - height: 20px; - } - - .divtableheaderlabel { - font-weight: bold; - float: left; - margin-left: 5px; - display: table-cell; - width: 70px; - } - - .divtableheadercell { - display: inline-table; - vertical-align: top; - text-align: right; - width: 105px; - height: 20px; - } - - .divtablecheckcolumn { - display: table-cell; - vertical-align: top; - text-align: right; - width: 105px; - } - - .divtablecheck { - width: 105px; - height: 20px; - } - </style> - </wicket:head> - <wicket:panel> - <div class="container"> - <div style="display:inline-table;"> - <div class="label"> - - </div> - <div style="display: table-cell"> - <div class="divtableheadercell"> - <div class="divtableheaderlabel"> - <label wicket:id="successLabel"/> - </div> - <div style="display: table-cell"> - <input type="checkbox" wicket:id="successSelector" style="margin-top: 0px;margin-bottom: 0px;"/> - </div> - </div> - </div> - <div style="display: table-cell"> - <div class="divtableheadercell"> - <div class="divtableheaderlabel"> - <label wicket:id="failureLabel"/> - </div> - <div style="display: table-cell"> - <input type="checkbox" wicket:id="failureSelector" style="margin-top: 0px;margin-bottom: 0px;"/> - </div> - </div> - </div> - </div> - </div> - - <div class="container"> - <div class="label"> - <div id="divtablerow-label" wicket:id="categoryView"> - <div class="label"> - <span wicket:id="subcategory">[subcategory]</span> - </div> - </div> - </div> - - <div id="divtablerow-success" class="divtablecheckcolumn"> - <span wicket:id="successGroup"> - <div wicket:id="successView" class="divtablecheck"> - <div class="divtableheaderlabel"> </div> - <input type="checkbox" wicket:id="successCheck"/> - </div> - </span> - </div> - - <div id="divtablerow-failure" class="divtablecheckcolumn"> - <span wicket:id="failureGroup"> - <div wicket:id="failureView" class="divtablecheck"> - <div class="divtableheaderlabel"> </div> - <input type="checkbox" wicket:id="failureCheck"/> - </div> - </span> - </div> - </div> - </wicket:panel> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.html deleted file mode 100644 index 40d55ee..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.html +++ /dev/null @@ -1,60 +0,0 @@ -<!-- -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> - <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="derAttrToRemove"/></th> - <th><wicket:message key="derAttrName"/></th> - <th><wicket:message key="derAttrValue"/></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="attrs"> - <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:98%; padding-left: 0px; padding-right: 0px" wicket:id="value"/> - </td> - </tr> - </tbody> - </table> - </wicket:panel> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.properties deleted file mode 100644 index a09c0b0..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel.properties +++ /dev/null @@ -1,17 +0,0 @@ -# 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. -addAttributeBtn=Add \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_it.properties deleted file mode 100644 index 9a4df9c..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_it.properties +++ /dev/null @@ -1,18 +0,0 @@ -# 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. -addAttributeBtn=Aggiungi - http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_pt_BR.properties deleted file mode 100644 index a7ac4dc..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/DerAttrsPanel_pt_BR.properties +++ /dev/null @@ -1,17 +0,0 @@ -# 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. -addAttributeBtn=Adicionar \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/EventSelectionPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/EventSelectionPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/EventSelectionPanel.html deleted file mode 100644 index ac7c9fc..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/EventSelectionPanel.html +++ /dev/null @@ -1,125 +0,0 @@ -<!-- -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:head> - <style> - .container { - display: block; - width: 100%; - } - - .label { - font-size: 12px; - vertical-align: middle; - font-family: Verdana,Tahoma,sans-serif; - display: table-cell; - width: 300px; - height: 20px; - } - - .divtableheaderlabel { - font-weight: bold; - float: left; - margin-left: 5px; - display: table-cell; - width: 70px; - } - - .divtableheadercell { - display: inline-table; - vertical-align: top; - text-align: right; - width: 105px; - height: 20px; - } - - .divtablecheckcolumn { - display: table-cell; - vertical-align: top; - text-align: right; - width: 105px; - } - - .divtablecheck { - width: 105px; - height: 20px; - } - - </style> - </wicket:head> - <wicket:panel> - <div class="eventSelectionWidzard"> - <div class="container"> - <div style="display:inline-table;"> - <div class="label"> - - </div> - <div style="display: table-cell"> - <div class="divtableheadercell"> - <div class="divtableheaderlabel"> - <label wicket:id="successLabel"/> - </div> - <div style="display: table-cell"> - <input type="checkbox" wicket:id="successSelector" style="margin-top: 0px;margin-bottom: 0px;"/> - </div> - </div> - </div> - <div style="display: table-cell"> - <div class="divtableheadercell"> - <div class="divtableheaderlabel"> - <label wicket:id="failureLabel"/> - </div> - <div style="display: table-cell"> - <input type="checkbox" wicket:id="failureSelector" style="margin-top: 0px;margin-bottom: 0px;"/> - </div> - </div> - </div> - </div> - </div> - - <div class="container"> - <div class="label"> - <div id="divtablerow-label" wicket:id="categoryView"> - <div class="label"> - <span wicket:id="subcategory">[subcategory]</span> - </div> - </div> - </div> - - <div id="divtablerow-success" class="divtablecheckcolumn"> - <span wicket:id="successGroup"> - <div wicket:id="successView" class="divtablecheck"> - <div class="divtableheaderlabel"> </div> - <input type="checkbox" wicket:id="successCheck"/> - </div> - </span> - </div> - - <div id="divtablerow-failure" class="divtablecheckcolumn"> - <span wicket:id="failureGroup"> - <div wicket:id="failureView" class="divtablecheck"> - <div class="divtableheaderlabel"> </div> - <input type="checkbox" wicket:id="failureCheck"/> - </div> - </span> - </div> - </div> - </div> - </wicket:panel> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.html deleted file mode 100644 index 42bf48f..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.html +++ /dev/null @@ -1,107 +0,0 @@ -<!-- -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="formtable"> - <span wicket:id="parent">[parent]</span> - - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <wicket:message key="name"/> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="name"/> - <a class="tooltips" wicket:id="questionMarkJexlHelp" href="#" alt="Click to help" title="Click to help"> - <img src="img/help.png"/> - <span wicket:id="jexlHelp" class="tooltips"> - <wicket:message key="jexl_info"/> - <ul> - <li><wicket:message key="jexl_ex1"/></li> - <li><wicket:message key="jexl_ex2"/></li> - </ul> - <a href="#" wicket:id="jexlLink" target="_blank"><wicket:message key="jexl_syntax_url"/></a> - </span> - </a> - </div> - </div> - - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <wicket:message key="inheritOwner"/> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="inheritOwner"/> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <wicket:message key="inheritTemplates"/> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="inheritTemplates"/> - </div> - </div> - - <div wicket:id="ownerContainer"> - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <wicket:message key="userOwner"/> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="userOwner"/> - <a href="#" wicket:id="userOwnerSelect"><img src="img/actions/search.png" alt="select user owner" title="Search"/></a> - <a href="#" wicket:id="userOwnerReset"><img src="img/actions/delete.png" alt="reset user owner" title="Delete"/></a> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <wicket:message key="groupOwner"/> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="groupOwner"/> - <a href="#" wicket:id="groupOwnerSelect"><img src="img/actions/search.png" alt="select group owner" title="Search"/></a> - <a href="#" wicket:id="groupOwnerReset"><img src="img/actions/delete.png" alt="reset group owner" title="Delete"/></a> - </div> - </div> - </div> - </div> - - <span wicket:id="parentSelectWin"/> - <span wicket:id="userOwnerSelectWin"/> - <span wicket:id="groupOwnerSelectWin"/> - - <wicket:fragment wicket:id="parentFragment"> - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <wicket:message key="parent"/> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="parent"/> - <a href="#" wicket:id="parentSelect"><img src="img/actions/search.png" alt="select group parent" title="Search"/></a> - <a href="#" wicket:id="parentReset"><img src="img/actions/delete.png" alt="reset group parent" title="Delete"/></a> - </div> - </div> - </wicket:fragment> - - <wicket:fragment wicket:id="emptyFragment"> - </wicket:fragment> - </wicket:panel> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.properties deleted file mode 100644 index 52581e5..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel.properties +++ /dev/null @@ -1,22 +0,0 @@ -# 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. -name=Name -userOwner=Owner (user) -groupOwner=Owner (group) -inheritOwner=Inherit owner -parent=Parent -inheritTemplates=Inherit templates http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_it.properties deleted file mode 100644 index f7fbc02..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_it.properties +++ /dev/null @@ -1,22 +0,0 @@ -# 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. -name=Nome -userOwner=Proprietario (utente) -groupOwner=Proprietario (gruppo) -inheritOwner=Eredita proprietario -parent=Padre -inheritTemplates=Eredita modelli http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_pt_BR.properties deleted file mode 100644 index 772fc4e..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupDetailsPanel_pt_BR.properties +++ /dev/null @@ -1,22 +0,0 @@ -# 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. -name=Nome -userOwner=Dono (usu\u00e1rio) -groupOwner=Dono (grupo) -inheritOwner=Dono herdado -parent=Parente -inheritTemplates=Modelo herdado http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.html deleted file mode 100644 index 5783350..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.html +++ /dev/null @@ -1,88 +0,0 @@ -<!-- -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="details"> - <span wicket:id="details">[group details]</span> - <span wicket:id="statuspanel">[Status Panel]</span> - <span wicket:id="systeminformation">[System Information]</span> - </div> - - <div id="templates"> - <span wicket:id="templates">[templates]</span> - </div> - - <div id="plainAttrs"> - <div id="formtable"> - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <wicket:message key="inheritPlainAttrs"/> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="inheritPlainAttrs" /> - </div> - </div> - - <span wicket:id="plainAttrs">[group attributes]</span> - </div> - </div> - - <div id="derAttrs"> - <div id="formtable"> - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <wicket:message key="inheritDerAttrs"/> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="inheritDerAttrs" /> - </div> - </div> - - <span wicket:id="derAttrs">[group derived attributes]</span> - </div> - </div> - - <div id="virAttrs"> - <div id="formtable"> - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <wicket:message key="inheritVirAttrs"/> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="inheritVirAttrs" /> - </div> - </div> - - <span wicket:id="virAttrs">[group virtual attributes]</span> - </div> - </div> - - <div id="resources"> - <span wicket:id="resources">[resources]</span> - </div> - <div id="entitlements"> - <span wicket:id="entitlements">[entitlements]</span> - </div> - <div id="security"> - <span wicket:id="security">[security]</span> - </div> - - </wicket:panel> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.properties deleted file mode 100644 index 195f8ed..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel.properties +++ /dev/null @@ -1,51 +0,0 @@ -# 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. -required_alert=All form fields are required. -add=+ -drop=- -error=Generic error occurred during the operation -name=Name -firstResourcesList=Group's resources -secondResourcesList=Available resources -firstEntitlementsList=Group's entitlements -secondEntitlementsList=Available entitlements - -addAttributeBtn=Add -required_alert=All form fields are required. -add=+ -drop=- -error=Generic error occurred during the operation -name=Name -firstResourcesList=Group's resources -secondResourcesList=Available resources -firstEntitlementsList=Group's entitlements -secondEntitlementsList=Available entitlements -derAttrs=Derived Attributes -derAttrToRemove=Delete -derAttrName=Name -derAttrValue=Derived value - -virAttrs=Virtual Attributes -virAttrToRemove=Delete -virAttrName=Name -virAttrValue=Virtual value - -addAttributeBtn=Add - -inheritPlainAttrs=Inherit plain attributes -inheritDerAttrs=Inherit derived attributes -inheritVirAttrs=Inherit virtual attributes http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_it.properties deleted file mode 100644 index 7dda4fb..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_it.properties +++ /dev/null @@ -1,53 +0,0 @@ -# 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. -required_alert=All form fields are required. -add=+ -drop=- -name=Nome -error=Errore generico durante l'operazione -firstResourcesList=Risorse ruolo -secondResourcesList=Risorse disponibili -firstResourcesList=Entitlement ruolo -secondResourcesList=Entitlement disponibili - -addAttributeBtn=Aggiungi -required_alert=Tutti i valori sono richiesti. -add=+ -drop=- -name=Nome -error=Errore generico durante l'operazione -firstResourcesList=Risorse ruolo -secondResourcesList=Risorse disponibili -firstResourcesList=Risorse gruppo -secondResourcesList=Risorse disponibili -derAttrs=Attributi derivati -derAttrToRemove=Rimuovi -derAttrName=Nome -derAttrValue=Valore derivato - -virAttrs=Attributi virtuali -virAttrToRemove=Rimuovi -virAttrName=Nome -virAttrValue=Valore virtuale - -addAttributeBtn=Aggiungi - -inheritPlainAttrs=Eredita attributi normali -inheritDerAttrs=Eredita attributi derivati -inheritVirAttrs=Eredita attributi virtuali -firstEntitlementsList=Entitlement grupo -secondEntitlementsList=Entitlement disponibili http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_pt_BR.properties deleted file mode 100644 index e74968a..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupPanel_pt_BR.properties +++ /dev/null @@ -1,40 +0,0 @@ -# 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. -required_alert=Todos os campos s\u00e3o obrigat\u00f3rios -add=+ -drop=- -error=Um erro gen\u00e9rico ocorreu durante a opera\u00e7\u00e3o -name=Nome -firstResourcesList=Recursos de Grupo -secondResourcesList=Recursos Dipon\u00edveis -firstEntitlementsList=Direitos de Grupo -secondEntitlementsList=Direitos Dispon\u00edveis -derAttrs=Atributos Derivados -derAttrToRemove=Remover -derAttrName=Nome -derAttrValue=Valor Derivado - -virAttrs=Atributos Virtuais -virAttrToRemove=Remover -virAttrName=Nome -virAttrValue=Valor Virtual - -addAttributeBtn=Adicionar - -inheritPlainAttrs=Atributos Herdados Normal -inheritDerAttrs=Atributos Herdados Derivados -inheritVirAttrs=Atributos Virtuais Herdados http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.html deleted file mode 100644 index 61b609e..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.html +++ /dev/null @@ -1,66 +0,0 @@ -<!-- -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="formtable" wicket:id="security"> - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="inheritPasswordPolicy"><wicket:message key="inheritPasswordPolicy"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="inheritPasswordPolicy"> - [panel for dynamic input type markup] - </span> - </div> - </div> - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="passwordPolicy"><wicket:message key="passwordPolicy"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="passwordPolicy"> - [panel for dynamic input type markup] - </span> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="inheritAccountPolicy"><wicket:message key="inheritAccountPolicy"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="inheritAccountPolicy"> - [panel for dynamic input type markup] - </span> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="accountPolicy"><wicket:message key="accountPolicy"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="accountPolicy"> - [panel for dynamic input type markup] - </span> - </div> - </div> - </div> - </wicket:panel> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.properties deleted file mode 100644 index 167673d..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel.properties +++ /dev/null @@ -1,20 +0,0 @@ -# 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. -inheritPasswordPolicy = Inherit password policy -inheritAccountPolicy = Inherit account policy -passwordPolicy = Password Policy -accountPolicy = Account Policy \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_it.properties deleted file mode 100644 index 6e7c6ed..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_it.properties +++ /dev/null @@ -1,20 +0,0 @@ -# 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. -inheritPasswordPolicy = Eredita password policy -inheritAccountPolicy = Eredita account policy -passwordPolicy = Password Policy -accountPolicy = Account Policy http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_pt_BR.properties deleted file mode 100644 index 5c77adc..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSecurityPanel_pt_BR.properties +++ /dev/null @@ -1,20 +0,0 @@ -# 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. -inheritPasswordPolicy = Pol\u00EDtica de Senha Herdada -inheritAccountPolicy = Pol\u00EDtica de Conta Herdada -passwordPolicy = Pol\u00EDtica de Senha -accountPolicy = Pol\u00EDtica de Conta \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSummaryPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSummaryPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSummaryPanel.html deleted file mode 100644 index 39eead2..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupSummaryPanel.html +++ /dev/null @@ -1,39 +0,0 @@ -<!-- -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="groupSummaryPanel">[Group panel]</span> - - <wicket:fragment wicket:id="groupViewPanel"> - <span wicket:id="nodeViewPanel"></span> - </wicket:fragment> - - <wicket:fragment wicket:id="rootPanel"> - <div style="float:left; width:70%;"> - <p style="height:15px; margin-top: 0px;" class="ui-widget ui-corner-all ui-widget-header"> - <span style="float:right;" wicket:id="actionLinks"/> - </p> - </div> - </wicket:fragment> - - <wicket:fragment wicket:id="fakerootFrag"> - </wicket:fragment> - </wicket:panel> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.html deleted file mode 100644 index a05da39..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.html +++ /dev/null @@ -1,64 +0,0 @@ -<!-- -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 style="float:left; width:70%;"> - <script type="text/javascript"> - $(document).ready(function () { - $("div form #tabs").tabs(); - }); - $(document).ready(function () { - $("div form #tabs #templates").tabs(); - }); - </script> - <p style="height:15px; margin-top: 0px;" class="ui-widget ui-corner-all ui-widget-header"> - <wicket:message key="title"/> - <span wicket:id="displayName"/> - <span style="float:right;" wicket:id="actionLinks"/> - </p> - - <form wicket:id="groupForm"> - <div id="tabs" style="margin: 0px;"> - <ul> - <li><a href="#details"><span><wicket:message key="details"/></span></a></li> - <li><a href="#templates"><span><wicket:message key="templates"/></span></a></li> - <li><a href="#plainAttrs"><span><wicket:message key="plainAttrs"/></span></a></li> - <li><a href="#derAttrs"><span><wicket:message key="derAttrs"/></span></a></li> - <li><a href="#virAttrs"><span><wicket:message key="virAttrs"/></span></a></li> - <li><a href="#resources"><span><wicket:message key="resources"/></span></a></li> - <li><a href="#entitlements"><span><wicket:message key="entitlements"/></span></a></li> - <li><a href="#security"><span><wicket:message key="security"/></span></a></li> - <li><a href="#users"><span><wicket:message key="users"/></span></a></li> - </ul> - <div wicket:id="groupPanel"> - </div> - <div id="users"> - <div wicket:id="userListContainer"> - <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" - wicket:id="search"/> - <div id="users-contain" class="ui-widget" style="width:auto"> - <span wicket:id="userList"> [userList] </span> - </div> - </div> - </div> - </div> - </form> - </div> - </wicket:panel> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.properties deleted file mode 100644 index 4ee3e36..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel.properties +++ /dev/null @@ -1,27 +0,0 @@ -# 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. -title=Group -details=Details -plainAttrs=Plain attributes -derAttrs=Derived attributes -virAttrs=Virtual attributes -resources=Resources -entitlements=Entitlements -security=Security -users=Users -search=Get Users -templates=Templates http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel_it.properties deleted file mode 100644 index 61e0772..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/panels/GroupTabPanel_it.properties +++ /dev/null @@ -1,27 +0,0 @@ -# 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. -title=Gruppo -details=Dettagli -plainAttrs=Attributi normali -derAttrs=Attributi derivati -virAttrs=Attributi virtuali -resources=Risorse -entitlements=Entitlement -security=Sicurezza -users=Utenti -search=Lista Utenti -templates=Modelli
