http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/BulkActionResultModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/BulkActionResultModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/BulkActionResultModalPage.properties new file mode 100644 index 0000000..7ba550c --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/BulkActionResultModalPage.properties @@ -0,0 +1,19 @@ +# 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=Bulk Action Result +close=Close +bulkActionResultLabel=Result
http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/BulkActionResultModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/BulkActionResultModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/BulkActionResultModalPage_it.properties new file mode 100644 index 0000000..4268c00 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/BulkActionResultModalPage_it.properties @@ -0,0 +1,19 @@ +# 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=Risultato esecuzion Bulk Action +close=Chiudi +bulkActionResultLabel=Esito http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/BulkActionResultModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/BulkActionResultModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/BulkActionResultModalPage_pt_BR.properties new file mode 100644 index 0000000..00c3a51 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/BulkActionResultModalPage_pt_BR.properties @@ -0,0 +1,19 @@ +# 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=Resultado da A\u00E7\u00E3o Composta +close=Fechar +bulkActionResultLabel=Implantar http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage.html new file mode 100644 index 0000000..4ce5575 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage.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:extend> + <div style="margin: 5px;"> + <p class="ui-widget ui-corner-all ui-widget-header"> + <wicket:message key="title"/> + </p> + <form wicket:id="confForm"> + <span wicket:id="paramAttrs"/> + + <div style="bottom:0;margin:10px"> + <input type="submit" + class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" + wicket:id="submit"/> + <input type="button" + class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" + wicket:id="cancel"/> + </div> + </form> + </div> + </wicket:extend> +</html> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage.properties new file mode 100644 index 0000000..363bef4 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage.properties @@ -0,0 +1,17 @@ +# 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=Parameters http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage_it.properties new file mode 100644 index 0000000..0fd85ae --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage_it.properties @@ -0,0 +1,17 @@ +# 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=Parametri http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage_pt_BR.properties new file mode 100644 index 0000000..e7f3992 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfModalPage_pt_BR.properties @@ -0,0 +1,17 @@ +# 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=Par\u00e2metros http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration.html new file mode 100644 index 0000000..931bf2b --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration.html @@ -0,0 +1,230 @@ +<!-- +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 () { + $("#policies").tabs(); + $("#logs").tabs(); + $("#layouts").tabs(); + }); + </script> + </wicket:head> + + <wicket:extend> + + <div id="tabs"> + <ul> + <li class="tabs-selected"> + <a href="#layouts"><span><wicket:message key="layouts"/></span></a> + </li> + <li><a href="#policies"><span><wicket:message key="policies"/></span></a></li> + <li><a href="#notifications"><span><wicket:message key="notifications"/></span></a></li> + <li><a href="#securityQuestions"><span><wicket:message key="securityQuestions"/></span></a></li> + <li><a href="#workflow"><span><wicket:message key="workflow"/></span></a></li> + <li><a href="#logs"><span><wicket:message key="logs"/></span></a></li> + <li><a href="#ext"><span><wicket:message key="ext"/></span></a></li> + </ul> + <div id="layouts"> + <ul> + <li class="tabs-selected"> + <a href="#adminUser"><span><wicket:message key="adminUser"/></span></a> + </li> + <li><a href="#selfUser"><span><wicket:message key="selfUser"/></span></a></li> + <li><a href="#adminRole"><span><wicket:message key="adminRole"/></span></a></li> + <li><a href="#selfRole"><span><wicket:message key="selfRole"/></span></a></li> + <li><a href="#adminMembership"><span><wicket:message key="adminMembership"/></span></a></li> + <li><a href="#selfMembership"><span><wicket:message key="selfMembership"/></span></a></li> + </ul> + <div id="adminUser" style="border-width: 1px;border-top-width: 0px;"> + <span wicket:id="adminUserLayoutPanel">[admin user layout panel]</span> + </div> + <div id="selfUser" style="border-width: 1px;border-top-width: 0px;"> + <span wicket:id="selfUserLayoutPanel">[self user layout panel]</span> + </div> + <div id="adminRole" style="border-width: 1px;border-top-width: 0px;"> + <span wicket:id="adminRoleLayoutPanel">[admin role layout panel]</span> + </div> + <div id="selfRole" style="border-width: 1px;border-top-width: 0px;"> + <span wicket:id="selfRoleLayoutPanel">[self role layout panel]</span> + </div> + <div id="adminMembership" style="border-width: 1px;border-top-width: 0px;"> + <span wicket:id="adminMembershipLayoutPanel">[admin membership layout panel]</span> + </div> + <div id="selfMembership" style="border-width: 1px;border-top-width: 0px;"> + <span wicket:id="selfMembershipLayoutPanel">[self membership layout panel]</span> + </div> + </div> + <div id="policies"> + <ul> + <li class="tabs-selected"> + <a href="#account"><span><wicket:message key="account"/></span></a> + </li> + <li><a href="#password"><span><wicket:message key="password"/></span></a></li> + <li><a href="#sync"><span><wicket:message key="sync"/></span></a></li> + </ul> + <div id="account" style="border-width: 1px;border-top-width: 0px;"> + <span wicket:id="accountPoliciesPanel">[account policies]</span> + </div> + <div id="password" style="border-width: 1px;border-top-width: 0px;"> + <span wicket:id="passwordPoliciesPanel">[password policies]</span> + </div> + <div id="sync" style="border-width: 1px;border-top-width: 0px;"> + <span wicket:id="syncPoliciesPanel">[sync policies]</span> + </div> + </div> + <div id="notifications"> + <div id="users-contain" class="ui-widget" style="width:inherit"> + <span wicket:id="notificationContainer"> + <table class="ui-widget ui-widget-content table-hover" + wicket:id="notificationTable"/> + </span> + + <span style="float:right"> + <form wicket:id="notificationPaginatorForm" 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="createNotificationWin">[Show modal window for creating notification]</div> + <div wicket:id="editNotificationWin">[Show modal window for editing notification]</div> + + <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" + wicket:id="createNotificationLink"> + <wicket:message key="create"/> + </a> + </div> + <div id="securityQuestions"> + <div id="users-contain" class="ui-widget" style="width:inherit"> + <span wicket:id="securityQuestionContainer"> + <table class="ui-widget ui-widget-content table-hover" + wicket:id="securityQuestionTable"/> + </span> + </div> + + <div wicket:id="createSecurityQuestionWin">[Show modal window for creating security questions]</div> + <div wicket:id="editSecurityQuestionWin">[Show modal window for editing security questions]</div> + + <a class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" + wicket:id="createSecurityQuestionLink"> + <wicket:message key="create"/> + </a> + </div> + <div id="workflow"> + <div id="users-contain" class="ui-widget" style="width:inherit"> + <span wicket:id="noActivitiEnabledForUsers"><i><wicket:message key="noActivitiEnabledForUsers"/></i></span> + <span wicket:id="workflowDefContainer"> + <div style="float: left;"> + <button wicket:id="activitiModeler" style="width: 122px"> + <div style="display: table-row;"> + <div style="display: table-cell"> + <img src="img/modeler.png" alt="Activiti Modeler" title="Activiti Modeler"/> + </div> + <div style="display: table-cell;vertical-align:middle;font-size:62.5%;"> + Activiti Modeler + </div> + </div> + </button> + </div> + <div> + <button wicket:id="xmlEditor" style="width: 122px"> + <div style="display: table-row;"> + <div style="display: table-cell"> + <img src="img/xml.png" alt="XML editor" title="XML editor"/> + </div> + <div style="display: table-cell;vertical-align:middle;font-size:62.5%;"> + XML editor + </div> + </div> + </button> + </div> + <img wicket:id="workflowDefDiagram" style="width: 100%;"/> + </span> + </div> + </div> + <div id="logs"> + <ul> + <li class="tabs-selected"> + <a href="#core"><span>Core</span></a> + </li> + <li><a href="#console"><span>Console</span></a></li> + </ul> + <div id="core" style="border-width: 1px;border-top-width: 0px;"> + <div id="users-contain" class="ui-widget" style="width:inherit"> + <span wicket:id="coreLoggerContainer"> + <table class="ui-widget ui-widget-content table-hover"> + <thead class="ui-widget-header"> + <tr class="heaaders"> + <th><wicket:message key="logger"/></th> + <th><wicket:message key="level"/></th> + </tr> + </thead> + <tbody> + <tr wicket:id="corelogger"> + <td><span wicket:id="key"/></td> + <td id="level"><select wicket:id="level"/></td> + </tr> + </tbody> + </table> + </span> + </div> + </div> + <div id="console" style="border-width: 1px;border-top-width: 0px;"> + <div id="users-contain" class="ui-widget" style="width:inherit"> + <span wicket:id="consoleLoggerContainer"> + <table class="ui-widget ui-widget-content table-hover"> + <thead class="ui-widget-header"> + <tr class="heaaders"> + <th><wicket:message key="logger"/></th> + <th><wicket:message key="level"/></th> + </tr> + </thead> + <tbody> + <tr wicket:id="consolelogger"> + <td><span wicket:id="key"/></td> + <td id="level"><select wicket:id="level"/></td> + </tr> + </tbody> + </table> + </span> + </div> + </div> + </div> + <div id="ext" wicket:id="extPanels"> + </div> + <div> + <div wicket:id="parameters"> + <a style="position: absolute; top: 2px; right:50px;" wicket:id="confLink"> + <img src="img/actions/settings-icon.png" width="30" height="30" + alt="Parameters" title="title" wicket:message="title:parameters"/> + </a> + </div> + <div wicket:id="syncopeConfWin">[Show modal window for conf parameters]</div> + + <a style="position: absolute; top: 2px; right:20px;" wicket:id="dbExportLink"> + <img src="img/db_export.png" width="30" height="30" + alt="DB export" title="title" wicket:message="title:db_export"/> + </a> + </div> + </div> + </wicket:extend> +</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration.properties new file mode 100644 index 0000000..19d534f --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration.properties @@ -0,0 +1,48 @@ +# 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. +parameters=Parameters +password=Password +account=Account +sync=Synchronization +notifications=Notifications +workflow=Workflow +coreLog=Core Log +consoleLog=Console Log +edit=Edit +delete=Delete +db_export=DB export +logger=Logger +level=Level +events=Events +template=Template +traceLevel=Trace level +subject=Subject +noActivitiEnabledForUsers=Activiti not enabled for users +policies=Policies +logs=Logs +active=Enabled +apply=Save +securityQuestions=Security Questions +content=Text +layouts=Layouts +adminUser=Administrator User Form +selfUser=Self User Form +adminRole=Administrator Role Form +selfRole=Self Role Form +adminMembership=Administrator Membership Form +selfMembership=Self Membership Form +ext=Extensions http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration_it.properties new file mode 100644 index 0000000..0f13761 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration_it.properties @@ -0,0 +1,48 @@ +# 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. +parameters=Parametri +password=Password +account=Account +sync=Sincronizzazione +notifications=Notifiche +workflow=Workflow +coreLog=Log Core +consoleLog=Log Console +edit=Modifica +delete=Rimuovi +db_export=Esportazione DB +logger=Logger +level=Livello +events=Eventi +template=Modello +traceLevel=Tracciamento +subject=Oggetto +noActivitiEnabledForUsers=Activiti non configurato per gli utenti +policies=Politiche +logs=Logs +active=Abilitata +apply=Salva +securityQuestions=Domande di sicurezza +content=Testo +layouts=Layouts +adminUser=Form Amministrazione Utente +selfUser=Form Utente +adminRole=Form Amministrazione Ruolo +selfRole=Form Ruolo +adminMembership=Form Amministrazione Membership +selfMembership=Form Membership +ext=Estensioni http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration_pt_BR.properties new file mode 100644 index 0000000..63f19b7 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Configuration_pt_BR.properties @@ -0,0 +1,48 @@ +# 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. +parameters=Par\u00e2metros +password=Senha +account=Conta +sync=Sincroniza\u00e7\u00e3o +notifications=Notifica\u00e7\u00f5es +workflow=Fluxo de Trabalho +coreLog=Log Central +consoleLog=Log do Console +edit=Editar +delete=Excluir +db_export=Exportar Banco de Dados +logger=Logger +level=N\u00edvel +events=Eventos +template=Template +traceLevel=N\u00edvel de Trace +subject=Assunto +noActivitiEnabledForUsers=Activiti n\u00e3o habilitado para usu\u00e1rios +policies=Pol\u00edticas +logs=Logs +active=Ativada +apply=Salvar +securityQuestions=Quest\u00f5es de seguran\u00e7a +content=Texto +layouts=Layouts +adminUser=Forma do usu\u00e1rio de administra\u00e7\u00e3o +selfUser=Forma Usu\u00e1rio +adminRole=Forma Fun\u00e7\u00e3o de administra\u00e7\u00e3o +selfRole=Form Fun\u00e7\u00e3o +adminMembership=Forma de membro de administra\u00e7\u00e3o +selfMembership=Forma Membro +ext=Extens\u00f5es http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.html new file mode 100644 index 0000000..2471b30 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.html @@ -0,0 +1,55 @@ +<!-- +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> + <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p> + <form wicket:id="form"> + <div id="formtable"> + <div class="tablerow alt"> + <div class="tablecolumn_label medium_fixedsize"> + <label for="password"><wicket:message key="password"/></label> + </div> + <div class="tablecolumn_field medium_dynamicsize"> + <span wicket:id="password">[password]</span> + </div> + </div> + + <div class="tablerow"> + <div class="tablecolumn_label medium_fixedsize"> + <label for="confirmPassword"><wicket:message key="confirmPassword"/></label> + </div> + <div class="tablecolumn_field medium_dynamicsize"> + <span wicket:id="confirmPassword">[confirmPassword]</span> + </div> + </div> + </div> + + <div style="margin: 20px 10px 0"> + <input type="submit" + class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" + wicket:id="apply"/> + <input type="button" + class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" + wicket:id="cancel"/> + </div> + </form> + </div> + </wicket:extend> +</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.properties new file mode 100644 index 0000000..eb8d9f6 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage.properties @@ -0,0 +1,20 @@ +# 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=Password reset +submit=Submit +password=Password +confirmPassword=Password (confirm) http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_it.properties new file mode 100644 index 0000000..2254365 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_it.properties @@ -0,0 +1,20 @@ +# 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=Password smarrita +submit=Invia +password=Password +confirmPassword=Password (conferma) http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_pt_BR.properties new file mode 100644 index 0000000..fa270b9 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConfirmPasswordResetModalPage_pt_BR.properties @@ -0,0 +1,20 @@ +# 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=Redefini\u00e7\u00e3o de senha +submit=Apresentar +password=Senha +confirmPassword=Senha (confirmar) http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.html new file mode 100644 index 0000000..e6d4676 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.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:extend> + <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p> + + <div style="margin: 5px;"> + <form wicket:id="form"> + <div id="formtable"> + <div class="tablerow" wicket:id="propView"> + <div class="tablecolumn_label medium_dynamicsize"> + <span wicket:id="key">[key]</span> + </div> + <div class="tablecolumn_field medium_dynamicsize"> + <span wicket:id="value">[value]</span> + + </div> + </div> + </div> + </form> + </div> + </wicket:extend> +</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.properties new file mode 100644 index 0000000..109326f --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage.properties @@ -0,0 +1,17 @@ +# 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=Resource data http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_it.properties new file mode 100644 index 0000000..0f4f94f --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_it.properties @@ -0,0 +1,17 @@ +# 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=Dati sulla risorsa http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_pt_BR.properties new file mode 100644 index 0000000..daca223 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnObjectModalPage_pt_BR.properties @@ -0,0 +1,17 @@ +# 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=Dados do Recurso http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.html new file mode 100644 index 0000000..b85acb6 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.html @@ -0,0 +1,161 @@ +<!-- +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> + <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"> + <div id="formtable"> + <div class="tablerow alt"> + <div class="tablecolumn_label short_dynamicsize"> + <label for="displayName"><wicket:message key="displayName"/></label> + </div> + <div class="tablecolumn_field short_dynamicsize"> + <span wicket:id="displayName">[displayName]</span> + </div> + </div> + + <div class="tablerow"> + <div class="tablecolumn_label short_dynamicsize"> + <label for="location"><wicket:message key="location"/></label> + </div> + <div class="tablecolumn_field short_dynamicsize"> + <span wicket:id="location">[location]</span> + </div> + </div> + + <div class="tablerow alt"> + <div class="tablecolumn_label short_dynamicsize"> + <label for="name"><wicket:message key="name"/></label> + </div> + <div class="tablecolumn_field medium_dynamicsize"> + <span wicket:id="connectorName">[connectorName]</span> + </div> + </div> + + <div class="tablerow"> + <div class="tablecolumn_label short_dynamicsize"> + <label for="version"><wicket:message key="version"/></label> + </div> + <div class="tablecolumn_field short_dynamicsize"> + <span wicket:id="version">[version]</span> + </div> + </div> + </div> + <div style="display: table; border: 1px solid #BBBBBB;"> + <div class="tablerow2 alt"> + <div class="tablecolumn2_label short_dynamicsize"> + <label for="connRequestTimeout"><wicket:message key="connRequestTimeout"/></label> + </div> + <div class="tablecolumn2_field short_dynamicsize"> + <span wicket:id="connRequestTimeout">[connRequestTimeout]</span> + </div> + <div class="tablecolumn2_label short_dynamicsize"> + <label for="poolMaxObjects"><wicket:message key="poolMaxObjects"/></label> + </div> + <div class="tablecolumn2_field short_dynamicsize"> + <span wicket:id="poolMaxObjects">[poolMaxObjects]</span> + </div> + </div> + <div class="tablerow2"> + <div class="tablecolumn2_label short_dynamicsize"> + <label for="poolMinIdle"><wicket:message key="poolMinIdle"/></label> + </div> + <div class="tablecolumn2_field short_dynamicsize"> + <span wicket:id="poolMinIdle">[poolMinIdle]</span> + </div> + <div class="tablecolumn2_label short_dynamicsize"> + <label for="poolMaxIdle"><wicket:message key="poolMaxIdle"/></label> + </div> + <div class="tablecolumn2_field short_dynamicsize"> + <span wicket:id="poolMaxIdle">[poolMaxIdle]</span> + </div> + </div> + <div class="tablerow2 alt"> + <div class="tablecolumn2_label short_dynamicsize"> + <label for="poolMaxWait"><wicket:message key="poolMaxWait"/></label> + </div> + <div class="tablecolumn2_field short_dynamicsize"> + <span wicket:id="poolMaxWait">[poolMaxWait]</span> + </div> + <div class="tablecolumn2_label short_dynamicsize"> + <label for="poolMinEvictableIdleTime"><wicket:message key="poolMinEvictableIdleTime"/></label> + </div> + <div class="tablecolumn2_field short_dynamicsize"> + <span wicket:id="poolMinEvictableIdleTime">[poolMinEvictableIdleTime]</span> + </div> + </div> + </div> + </div> + <div id="tabs-2"> + <div id="formtable"> + <span wicket:id="container"> + <div style="border-bottom: 10px"> + <div style="width: 40px; text-align: center; font-size: 7px"> + <label for="version"><wicket:message key="overridable"/></label> + </div> + </div> + <form wicket:id="connectorPropForm"> + <div class="tablerow connectorProp" wicket:id="connectorProperties"> + <div class="tablecolumn_check" style="width: 27px; text-align: center; margin-right: 10px"> + <span wicket:id="connPropAttrOverridable">[connPropAttrOverridable]</span> + </div> + <div class="tablecolumn_connPropAttr"> + <span wicket:id="connPropAttrSchema">[connPropAttrSchema]</span> + </div> + <div class="tablecolumn_field veryshort_fixedsize"> + <span wicket:id="panel">[panel]</span> + </div> + </div> + <div> + <a style="position: absolute; top: 2px; right:20px;" wicket:id="check"> + <img src="img/ping.png"width="30" height="30" + alt="ping" title="title" wicket:message="title:check"/> + </a> + </div> + </form> + </span> + </div> + </div> + <div id="tabs-3"> + <span wicket:id="capabilitiesPalette"/> + </div> + </div> + + <div style="margin: 20px 10px 0"> + <input type="submit" + class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" + wicket:id="apply"/> + <input type="button" + class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" + wicket:id="cancel"/> + </div> + </form> + </div> + </wicket:extend> +</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.properties new file mode 100644 index 0000000..8500f1a --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage.properties @@ -0,0 +1,43 @@ +# 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. +tab1=General +tab2=Configuration +tab3=Capabilities +displayName=Display name +bundleName=Bundle name +version=Version +connRequestTimeout=Request timeout (sec) +action=Action +edit=Edit +edit_attribute=Edit attribute +serviceName=Service name +endpoint=Endpoint +title=Connector +overridable=Overridable +property=Property +value=Value + +success_connection=Successful connection +error_connection=Connection failure +check=Check connection +location=Location +poolMaxObjects=Max objects (idle+active) +poolMinIdle=Min idle objects +poolMaxIdle=Max idle objects +poolMaxWait=Max waiting time (msec) +poolMinEvictableIdleTime=Min eviction time (msec) +new=New http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_it.properties new file mode 100644 index 0000000..96080c3 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_it.properties @@ -0,0 +1,43 @@ +# 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. +tab1=Generale +tab2=Configurazione +tab3=Capabilities +bundleName=Bundle name +version=Versione +connRequestTimeout=Timeout richiesta (sec) +action=Azione +edit=Edit +edit_attribute=Edit attribute +serviceName=Nome servizio +endpoint=Endpoint +title=Connettore +displayName=Nome visualizzato +overridable=Sovrascrivibile +property=Propriet\u00e0 +value=Valore + +success_connection=Connessione avvenuta con successo +error_connection=Connessione non riuscita +check=Verifica connessione +location=Posizione +poolMaxObjects=Max oggetti (attivi e non) +poolMinIdle=Max oggetti attivi +poolMaxIdle=Max oggetti inattivi +poolMaxWait=Tempo max attesa +poolMinEvictableIdleTime=Tempo min espulsione +new=Nuovo http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_pt_BR.properties new file mode 100644 index 0000000..b688216 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ConnectorModalPage_pt_BR.properties @@ -0,0 +1,43 @@ +# 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. +tab1=Geral +tab2=Configura\u00e7\u00e3o +tab3=Capacidades +displayName=Mostrar Nome +bundleName=Nome do Pacote +version=Vers\u00e3o +connRequestTimeout=Timeout da Requisi\u00e7\u00e3o (seg) +action=A\u00e7\u00e3o +edit=Alterar +edit_attribute=Alterar Atributo +serviceName=Nome de Servi\u00e7o +endpoint=Endpoint +title=Conector +overridable=Alter\u00e1vel +property=Propriedade +value=Valor + +success_connection=Sucesso na Conex\u00e3o +error_connection=Falha na Conex\u00e3o +check=Verificar a Conex\u00e3o +location=Localiza\u00e7\u00e3o +poolMaxObjects=Max objects (idle+active) +poolMinIdle=Min idle objects +poolMaxIdle=Max idle objects +poolMaxWait=Max waiting time (msec) +poolMinEvictableIdleTime=Min eviction time (msec) +new=Novo http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.html new file mode 100644 index 0000000..5665e0e --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.html @@ -0,0 +1,64 @@ +<!-- +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> + <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p> + <div style="margin: 5px;"> + <form wicket:id="form"> + <div id="formtable"> + <div class="tablerow alt"> + <div class="tablecolumn_label short_dynamicsize"> + <label for="key"><wicket:message key="key"/></label> + </div> + <div class="tablecolumn_field medium_dynamicsize"> + <span wicket:id="key">[name]</span> + </div> + </div> + <div class="tablerow"> + <div class="tablecolumn_label short_dynamicsize"> + <label for="expression"><wicket:message key="expression"/></label> + </div> + <div class="tablecolumn_field medium_dynamicsize"> + <span wicket:id="expression">[expression]</span> + <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> + <div style="margin: 10px 0px 0"> + <input type="submit" + class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" + wicket:id="apply"/> + <input type="button" + class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" + wicket:id="cancel"/> + </div> + </form> + </div> + </wicket:extend> +</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.properties new file mode 100644 index 0000000..e39980a --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage.properties @@ -0,0 +1,22 @@ +# 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. +expression=Expression +existing_schemas=Existing Schemas: +edit_attribute=Edit attribute +attributes=Derived attributes +title=Derived Schema \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_it.properties new file mode 100644 index 0000000..425e118 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_it.properties @@ -0,0 +1,22 @@ +# 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=Tutti i campi sono richiesti. +expression=Expression +existing_schemas=Schemi presenti: +edit_attribute=Modifica attributo +attributes=Attributi derivati +title=Schema Derivato \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_pt_BR.properties new file mode 100644 index 0000000..df3aff8 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DerSchemaModalPage_pt_BR.properties @@ -0,0 +1,22 @@ +# 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 do formaul\u00e1rio s\u00e3o obrigat\u00f3rios +expression=Express\u00e3o +existing_schemas=Esquemas Existentes\: +edit_attribute=Alterar Atributo +attributes=Atributos Derivados +title=Esquema Derivado \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.html new file mode 100644 index 0000000..998483d --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.html @@ -0,0 +1,132 @@ +<!-- +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> + div.group{ + width:450px; + } + + div.group div{ + width:150; + height: 25px; + float:left; + } + + div.group div input { + width: 30px; + } + + div#attributes-view { + display: block; + clear: both; + float: none; + overflow: auto; + margin-top: 0px; + margin-bottom: 20px; + margin-left: 10px; + margin-right: 10px; + } + + .submit{ + display: block; + clear: both; + float: none; + margin-left: 10px; + } + + span.grouplabel{ + display:block; + clear: both; + margin-left: 10px; + margin-bottom: 10px; + font-weight: bold; + } + </style> + </wicket:head> + <wicket:extend> + <form wicket:id="form"> + <div id="attributes-view"> + <p class="ui-widget ui-corner-all ui-widget-header"> + <wicket:message key="title"/> + </p> + + <span class="grouplabel"><wicket:message key="plainSchemas"/></span> + <span wicket:id="dCheckGroup"> + <div class="group"> + <div wicket:id="details"> + <input type="checkbox" wicket:id="dcheck"/> + <span wicket:id="dname">[schema name]</span> + </div> + </div> + </span> + + <span wicket:id="plainSchemas">[schemas]</span> + + <span wicket:id="dschemas">[derived schemas]</span> + + <span wicket:id="vschemas">[virtual schemas]</span> + + </div> + + <wicket:fragment wicket:id="sfragment"> + <span wicket:id="psCheckGroup"> + <div class="group"> + <div wicket:id="plainSchemas"> + <input type="checkbox" wicket:id="scheck"/> + <span wicket:id="sname">[schema name]</span> + </div> + </div> + </span> + </wicket:fragment> + + <wicket:fragment wicket:id="dsfragment"> + <span class="grouplabel"><wicket:message key="derSchemas"/></span> + <span wicket:id="dsCheckGroup"> + <div class="group"> + <div wicket:id="derSchemas"> + <input type="checkbox" wicket:id="dscheck"/> + <span wicket:id="dsname">[schema name]</span> + </div> + </div> + </span> + </wicket:fragment> + + <wicket:fragment wicket:id="vsfragment"> + <span class="grouplabel"><wicket:message key="virSchemas"/></span> + <span wicket:id="vsCheckGroup"> + <div class="group"> + <div wicket:id="virSchemas"> + <input type="checkbox" wicket:id="vscheck"/> + <span wicket:id="vsname">[schema name]</span> + </div> + </div> + </span> + </wicket:fragment> + + <wicket:fragment wicket:id="emptyFragment"> + </wicket:fragment> + + <div class="submit"> + <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="submit"/> + <input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="cancel"/> + </div> + </form> + </wicket:extend> +</html> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.properties new file mode 100644 index 0000000..e7080ed --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage.properties @@ -0,0 +1,33 @@ +# 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=Change display attributes +tooManySelections=Too many columns to be shown +plainSchemas=User plain attributes +derSchemas=User derived attributes +virSchemas=User virtual attributes + +firstname=Firstname +surname=Surname +userId=User Id +edit=Edit +delete=Delete +status=Status +token=Token +username=Username +creationDate=Creation Date +tokenValued=Valued +tokenNotValued=Not valued http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_it.properties new file mode 100644 index 0000000..6ee5963 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_it.properties @@ -0,0 +1,33 @@ +# 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=Scegli attributi da visualizzare +tooManySelections=Troppe colonne da visualizzare +plainSchemas=Attributi normali utente +derSchemas=Attributi derivati utente +virSchemas=Attributi virtuali utente + +firstname=Nome +surname=Cognome +userId=User Id +edit=Edit +delete=Rimuovi +status=Stato +token=Token +username=Username +creationDate=Data Creazione +tokenValued=Valorizzato +tokenNotValued=Non valorizzato http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_pt_BR.properties new file mode 100644 index 0000000..7f2b8cb --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/DisplayAttributesModalPage_pt_BR.properties @@ -0,0 +1,33 @@ +# 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=Alterar atributos mostrados +tooManySelections=Muitas colunas para exibir +plainSchemas=Atributo Normal de Usu\u00e1rios +derSchemas=Atributos Derivados de Usu\u00e1rios +virSchemas=Atributos virtuais de Usu\u00e1rios + +firstname=Nome +surname=Sobrenome +userId=Identificador de Usu\u00e1rio +edit=Alterar +delete=Excluir +status=Estatus +token=Token +username=Nome do Usu\u00e1rio +creationDate=Data de Cria\u00e7\u00e3o +tokenValued=Valorado +tokenNotValued=N\u00e3o Valorado http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ErrorPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ErrorPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ErrorPage.html new file mode 100644 index 0000000..c1c7407 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ErrorPage.html @@ -0,0 +1,53 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<wicket:head> + <style type="text/css"> + .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { + background:url("../../css/images/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50% #FEF1EC; + border:1px solid #CD0A0A; + color:#CD0A0A; + width: 400px; + padding: 0px; + margin-top: 200px; + margin-left: auto; + margin-right: auto; + } + body { + background: url("../../css/images/ui-bg_diagonals-thick_20_666666_40x40.png") + repeat scroll 50% 50% #666666; + } + </style> +</wicket:head> +<wicket:extend> + + <div class="ui-widget"> + <div style="padding: 0pt 0.7em;" class="ui-state-error ui-corner-all"> + <p><span style="float: left; margin-right: 0.3em;" + class="ui-icon ui-icon-alert"></span> + <strong><span wicket:id="errorTitle"/></strong> + <div><span wicket:id="errorMessage"/></div> + <p> + <a href="" wicket:id="home"> + <wicket:message key="home"/> + </a> + </p> + </p> + </div> + </div> +</wicket:extend> http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/ExecMessageModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ExecMessageModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ExecMessageModalPage.html new file mode 100644 index 0000000..bf00ee4 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/ExecMessageModalPage.html @@ -0,0 +1,25 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<wicket:extend> + <div id="dialog"> + <pre wicket:id="message"> + [Task execution's message to show] + </pre> + </div> +</wicket:extend> http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/FailureMessageModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/FailureMessageModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/FailureMessageModalPage.html new file mode 100644 index 0000000..db7c53d --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/FailureMessageModalPage.html @@ -0,0 +1,36 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<!DOCTYPE html> +<style> + .w_content_3 { + padding: 0; + color: #333333; + font-family: Verdana,Tahoma,sans-serif; + font-size: 62.5%; + } +</style> +<wicket:extend> + <div class="w_content_3"> + <div> + <div style="margin: 1em"> + <pre wicket:id="failureMessage"></pre> + </div> + </div> + </div> +</wicket:extend> http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/HomePage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/HomePage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/HomePage.html new file mode 100644 index 0000000..2849c44 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/HomePage.html @@ -0,0 +1,34 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- +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"> + + <body> + + <wicket:extend> + + <div> + <b>Syncope</b> Home-Page! + </div> + + </wicket:extend> + + </body> + +</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.html new file mode 100644 index 0000000..1124735 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.html @@ -0,0 +1,42 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<wicket:extend> + <div id="versionMP"> + <div style="text-align: center;"> + <a wicket:id="syncopeLink" target="_blank"> + <img id="logo" src="img/logo.png" alt="syncope" title="syncope"/> + </a> + <div style="color: white;font-weight: bold;">Version: <span wicket:id="version"/></div> + </div> + <br/> + <div> +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + </div> + <a wicket:id="licenseLink" target="_blank">http://www.apache.org/licenses/LICENSE-2.0</a> + <div> +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. + </div> + </div> +</wicket:extend> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/2d194636/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.properties new file mode 100644 index 0000000..5f0020a --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.properties @@ -0,0 +1,19 @@ +# 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. +info=Information +syncopeSite=Apache Syncope Site +version=Version
