http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/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 deleted file mode 100644 index c1c7407..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ErrorPage.html +++ /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. ---> -<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/39f8a069/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 deleted file mode 100644 index bf00ee4..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/ExecMessageModalPage.html +++ /dev/null @@ -1,25 +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. ---> -<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/39f8a069/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 deleted file mode 100644 index db7c53d..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/FailureMessageModalPage.html +++ /dev/null @@ -1,36 +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. ---> -<!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/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.html deleted file mode 100644 index bbcd878..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.html +++ /dev/null @@ -1,52 +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 style="margin: 5px;"> - <p class="ui-widget ui-corner-all ui-widget-header"> - <wicket:message key="title"/> <span wicket:id="displayName"/> - </p> - <form wicket:id="groupForm"> - <div id="tabs"> - <div style="display: block; clear: both"> - <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> - </ul> - </div> - <div wicket:id="groupPanel"></div> - </div> - <div style="bottom:0;margin:10px"> - <input type="submit" - class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" - wicket:id="submit"/> - <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/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.properties deleted file mode 100644 index 4ffa2fb..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage.properties +++ /dev/null @@ -1,48 +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. -title=Group -details=Details -plainAttrs=Plain attributes -tab3=Derived attributes -tab4=Virtual attributes -resources=Resources -entitlements=Entitlements -security=Security -add=+ -drop=- -error=Generic error occurred during the operation -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 -templates=Templates http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_it.properties deleted file mode 100644 index 1c6efec..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_it.properties +++ /dev/null @@ -1,50 +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. -title=Gruppo -details=Dettagli -plainAttrs=Attributi normali -tab3=Attributi derivati -tab4=Attributi virtuali -resources=Risorse -entitlements=Entitlement -security=Sicurezza -add=+ -drop=- -error=Errore generico durante l'operazione -firstResourcesList=Risorse ruolo -secondResourcesList=Risorse disponibili -firstResourcesList=Risorse gruppo -secondResourcesList=Risorse disponibili -derAttrs=Attributi derivati -derAttrToRemove=Elimina -derAttrName=Nome -derAttrValue=Valore derivato - -virAttrs=Attributi virtuali -virAttrToRemove=Elimina -virAttrName=Nome -virAttrValue=Valore virtuale - -addAttributeBtn=Aggiungi - -inheritPlainAttrs=Eredita attributi normali -inheritDerAttrs=Eredita attributi derivati -inheritVirAttrs=Eredita attributi virtuali -templates=Modelo -secondEntitlementsList=Entitlement disponibili -firstEntitlementsList=Entitlement gruppo http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_pt_BR.properties deleted file mode 100644 index 0649585..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupModalPage_pt_BR.properties +++ /dev/null @@ -1,48 +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 -title=Grupo -details=Detalhes -plainAttrs=Atributos Normal -tab3=Atributos Derivados -tab4=Atributos Virtuais -resources=Recursos -entitlements=Direitos -security=Seguran\u00e7a -add=+ -drop=- -error=Um erro gen\u00e9rico ocorreu durante a opera\u00e7\u00e3o -firstResourcesList=Recursos de grupos -secondResourcesList=Recursos dispon\u00edveis -firstEntitlementsList=Direitos de grupos -secondEntitlementsList=Direitos dispon\u00edveis -derAttrs=Atributos derivados -derAttrToRemove=Exluir -derAttrName=Nome -derAttrValue=Valor Derivado - -virAttrs=Atributos Virtuais -virAttrToRemove=Excluir -virAttrName=Nome -virAttrValue=Valor Virtual - -addAttributeBtn=Adicionar - -inheritPlainAttrs=Atributos Herdados Normal -inheritDerAttrs=Atributos Derivados Herdados -inheritVirAttrs=Atributos Virtuais Herdados -templates=Modelli http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupSelectModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupSelectModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupSelectModalPage.html deleted file mode 100644 index 203ffa9..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/GroupSelectModalPage.html +++ /dev/null @@ -1,24 +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 wicket:id="treeTable" - style="width: 100%;display:block;margin:auto;" class="groupTable group-tree"/> - </wicket:extend> -</html> \ 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/pages/Groups.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups.html deleted file mode 100644 index a335c28..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups.html +++ /dev/null @@ -1,80 +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> - div.group-tree div.wicket-tree-table a { - color:black; - } - </style> - <script type="text/javascript"> - $(document).ready(function() { - $("#grouptabs").tabs(); - }); - </script> - </wicket:head> - <wicket:extend> - <div id="grouptabs"> - <ul> - <li class="tabs-selected"> - <a href="#tabs-tree"> - <span><wicket:message key="tabs-tree"/> - </span> - </a> - </li> - <li> - <a href="#tabs-search"> - <span><wicket:message key="tabs-search"/> - </span> - </a> - </li> - </ul> - - <div id="tabs-tree" > - <div wicket:id="groupTabsContainer"> - <span wicket:id="treePanel"></span> - <span wicket:id="summaryPanel"></span> - </div> - <div wicket:id="editGroupWin">[Show modal window for create/editing group]</div> - </div> - - <div id="tabs-search"> - <div> - <form wicket:id="searchForm"> - <span wicket:id="searchPanel">searchPanel</span> - - <br/> - <a wicket:id="search" - class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"> - <img src="img/search.png" alt="search"/> - <wicket:message key="search"/> - </a> - </form> - </div> - - <div id="users-contain" class="ui-widget" style="width:auto"> - <span wicket:id="searchResult">[search result]</span> - </div> - </div> - - </div> - - <wicket:child/> - </wicket:extend> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups.properties deleted file mode 100644 index bfe9385..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups.properties +++ /dev/null @@ -1,26 +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. -tabs-tree=Tree -tabs-search=Search -search=Search -create_user=Create new user -search_results_title=Search results -search_noResults=No matches found. -reset=Reset -showingFrom=Showing -showingTo=to -showingOf=of http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups_it.properties deleted file mode 100644 index 76e69f7..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups_it.properties +++ /dev/null @@ -1,26 +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. -tabs-tree=Albero -tabs-search=Ricerca -search=Cerca -create_user=Crea nuovo utente -search_results_title=Risultati ricerca: -search_noResults=Nessuna corrispondenza trovata. -reset=Reset -showingFrom=Risultati da -showingTo=a -showingOf=di http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups_pt_BR.properties deleted file mode 100644 index 8d80401..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Groups_pt_BR.properties +++ /dev/null @@ -1,26 +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. -tabs-tree=\u00C1rvore -tabs-search=Buscar -search=Buscar -create_user=Criar novo usu\u00E1rio -search_results_title=Resultados da busca -search_noResults=N\u00E3o foram encontrados resultados -reset=Resetar -showingFrom=Mostrando -showingTo=para -showingOf=de http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/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 index 2849c44..7e9b91a 100644 --- 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 @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -17,18 +17,17 @@ 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 xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <meta http-equiv="Content-Style-Type" content="text/css"/> + <meta http-equiv="Content-Script-Type" content="text/javascript"/> + + <title>Apache Syncope</title> + </head> + <body> + <h1>Welcome <label wicket:id="username"/></h1> + + <wicket:link><a href="SignOut.html">Sign Out</a></wicket:link> + </body> </html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/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 deleted file mode 100644 index 1124735..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.html +++ /dev/null @@ -1,42 +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. ---> -<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/39f8a069/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 deleted file mode 100644 index 5f0020a..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage.properties +++ /dev/null @@ -1,19 +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. -info=Information -syncopeSite=Apache Syncope Site -version=Version http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_it.properties deleted file mode 100644 index 5a2beea..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_it.properties +++ /dev/null @@ -1,19 +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. -info=Informazioni -syncopeSite=Sito di Apache Syncope -version=Versione http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_pt_BR.properties deleted file mode 100644 index abd4055..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/InfoModalPage_pt_BR.properties +++ /dev/null @@ -1,19 +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. -info=Informa\u00E7\u00E3o -syncopeSite=Site do Apache Syncope -version=Vers\u00E3o http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login.html deleted file mode 100644 index 78436de..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login.html +++ /dev/null @@ -1,89 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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"> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge"/> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> - <meta http-equiv="Content-Style-Type" content="text/css"/> - - <title>Apache Syncope - Login</title> - - <link rel="shortcut icon" href="img/favicon.png" type="image/png"/> - <link rel="stylesheet" href="css/style.css" type="text/css" media="all"/> - - <script type="text/javascript"> - - var notificationShownTimes = 0; - - function showNotification(componentId, messagecount) { - notificationShownTimes++; - timeout = 1700 + (messagecount * 500) + notificationShownTimes * 200; - $('div#' + componentId).fadeTo('normal', 1.0); - setTimeout("$('div#" + componentId + "').fadeOut('normal')", timeout); - } - </script> - - </head> - <body style="text-align:center"> - <div id="splash"> - <img src="img/logo.png" alt="syncope" title="syncope" id="logo" /> - <p style="border: none"> </p> - <div id="loginFeedbackDiv"> - <div wicket:id="feedback">feedbackmessages will be put here</div> - </div> - <form wicket:id="login"> - <label for="userId"> - <wicket:message key="userId"/> - </label> - <input type="text" wicket:id="userId" id="userId" size="25" style="width: 180px" /> - <br /> - <label for="password" class="password"> - <wicket:message key="password"/> - </label> - <input type="password" wicket:id="password" id="password" size="25" style="width: 180px" /> - <br /> - <select wicket:id="language" id="language"/> - <br /> - <br /> - <input type="submit" wicket:id="submit"/> - </form> - - <div style="display: inline-table; margin: 10px; width:380px;"> - <div style="display: inline-table-cell; text-align: left; float: left;" wicket:id="selfRegistration"/> - <div style="display: inline-table-cell; text-align: left; float: right;" wicket:id="passwordReset"/> - </div> - - <wicket:fragment wicket:id="selfRegNotAllowed"/> - <wicket:fragment wicket:id="selfRegAllowed"> - <span wicket:id="selfRegistration"/> - </wicket:fragment> - - <div wicket:id="selfRegModal"></div> - - <wicket:fragment wicket:id="pwdResetNotAllowed"/> - <wicket:fragment wicket:id="pwdResetAllowed"> - <span wicket:id="passwordReset"/> - </wicket:fragment> - - <div wicket:id="pwdResetReqModal"></div> - <div wicket:id="pwdResetConfModal"></div> - </div> - </body> -</html> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login.properties deleted file mode 100644 index 9b31e6e..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login.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. -userId=Username -password=Password -submit=Login -login-error=Wrong username and/or password -selfRegistration=Self registration -passwordReset=Password reset http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login_it.properties deleted file mode 100644 index 40f8c34..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login_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. -userId=Username -password=Password -submit=Login -login-error=Username e/o password errati -selfRegistration=Registrati -passwordReset=Password smarrita http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login_pt_BR.properties deleted file mode 100644 index fd312c4..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Login_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. -userId=Usu\u00e1rio -password=Senha -submit=Login -login-error=Usu\u00e1rio ou senha incorretos -selfRegistration=Registrar-se -passwordReset=Redefini\u00e7\u00e3o de senha http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage.html deleted file mode 100644 index 9bc8cb7..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage.html +++ /dev/null @@ -1,55 +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> - <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p> - <form wicket:id="MembershipForm"> - <div id="tabs"> - <ul> - <li><a href="#tabs-1"><span><wicket:message key="tab1"/></span></a></li> - <li><a href="#tabs-2"><span><wicket:message key="tab2"/></span></a></li> - <li><a href="#tabs-3"><span><wicket:message key="tab3"/></span></a></li> - </ul> - <div id="tabs-1"> - <div id="formtable"> - <span wicket:id="plainAttrs">[membership plain attributes]</span> - <span wicket:id="systeminformation">[System Information]</span> - </div> - - <script type="text/javascript"> - $(function() { - $('#formtable div.tablerow:even').addClass("alt"); - }); - </script> - </div> - <div id="tabs-2"> - <span wicket:id="derAttrs">[membership derived attributes]</span> - </div> - - <div id="tabs-3"> - <span wicket:id="virAttrs">[membership virtual attributes]</span> - </div> - </div> - <div style="margin: 20px 10px 0"> - <input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" wicket:id="submit"/> - <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> http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage.properties deleted file mode 100644 index bd02e50..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage.properties +++ /dev/null @@ -1,35 +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. -tab1=Plain attributes -tab2=Derived attributes -tab3=Virtual attributes -title=Groups -add=+ -drop=- -edit=Edit -delete=Delete -derAttrs=Derived Attributes -derAttrToRemove=Delete -derAttrName=Name -derAttrValue=Derived value - -virAttrs=Virtual Attributes -virAttrToRemove=Delete -virAttrName=Name -virAttrValue=Virtual value - -addAttributeBtn=Add http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage_it.properties deleted file mode 100644 index ebcfd3c..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage_it.properties +++ /dev/null @@ -1,35 +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. -tab1=Attributi normali -tab2=Attributi derivati -tab3=Attributi virtuali -title=Gruppi -add=+ -drop=- -edit=Edit -delete=Rimuovi -derAttrs=Attributi derivati -derAttrToRemove=Elimina -derAttrName=Nome -derAttrValue=Valore derivato - -virAttrs=Attributi virtuali -virAttrToRemove=Elimina -virAttrName=Nome -virAttrValue=Valore virtuale - -addAttributeBtn=Aggiungi http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage_pt_BR.properties deleted file mode 100644 index 15e115d..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/MembershipModalPage_pt_BR.properties +++ /dev/null @@ -1,35 +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. -tab1=Atributos Normal -tab2=Atributos Derivados -tab3=Atributos Virtuais -title=Grupos -add=+ -drop=- -edit=Alterar -delete=Excluir -derAttrs=Atributos Derivados -derAttrToRemove=Excluir -derAttrName=Nome -derAttrValue=Valor Derivado - -virAttrs=Atributos Virtuais -virAttrToRemove=Excluir -virAttrName=Nome -virAttrValue=Valor Virtual - -addAttributeBtn=Adicionar http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage.html deleted file mode 100644 index 655778b..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage.html +++ /dev/null @@ -1,234 +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> - div#tabs div#events{ - min-width: 970px; - overflow: hidden; - } - - div#userFilter { - border: 1px solid #DDDDDD; - } - - div#userFilter div#title { - margin: 10px 0px 0px 8px; - } - - div#userFilter div#warning { - margin: 1px 0px 5px 8px; - } - - div#userFilter div#title label { - font-weight: bold; - } - - div#userFilter div#warning label { - color: #E00000; - font-size: 8px; - } - </style> - </wicket:head> - <wicket:extend> - <div style="margin: 5px;"> - <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p> - <form wicket:id="form"> - <div id="tabs"> - <ul> - <li class="tabs-selected"><a href="#notification"><span><wicket:message key="notification"/></span></a></li> - <li><a href="#events"><span><wicket:message key="events"/></span></a></li> - <li><a href="#about"><span><wicket:message key="about"/></span></a></li> - <li><a href="#recipients"><span><wicket:message key="recipients"/></span></a></li> - </ul> - - <div id="notification"> - <div id="formtable"> - <div class="tablerow alt"> - <div class="tablecolumn_label medium_fixedsize"> - <label for="sender"><wicket:message key="sender"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="sender">[sender]</span> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label medium_fixedsize"> - <label for="subject"><wicket:message key="subject"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="subject">[subject]</span> - </div> - </div> - - <div class="tablerow alt"> - <div class="tablecolumn_label medium_fixedsize"> - <label for="recipientAttrType"><wicket:message key="recipientAttrType"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="recipientAttrType">[recipientAttrType]</span> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label medium_fixedsize"> - <label for="recipientAttrName"><wicket:message key="recipientAttrName"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="recipientAttrName">[recipientAttrName]</span> - </div> - </div> - - <div class="tablerow alt"> - <div class="tablecolumn_label medium_fixedsize"> - <label for="template"><wicket:message key="template"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="template">[template]</span> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label medium_fixedsize"> - <label for="traceLevel"><wicket:message key="traceLevel"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="traceLevel">[traceLevel]</span> - </div> - </div> - <div class="tablerow alt"> - <div class="tablecolumn_label medium_fixedsize"> - <label for="isActive"><wicket:message key="isActive"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="isActive">[isActive]</span> - </div> - </div> - </div> - </div> - - <div id="events"> - <span wicket:id="eventSelection"/> - </div> - - <div id="about"> - <span wicket:id="aboutContainer"> - <div class="tablerow" style="width: auto;"> - <div class="tablecolumn_field" style="width: auto; padding-right: 5px;"> - <span wicket:id="checkAbout">[checkAbout]</span> - </div> - <div class="tablecolumn_label" style="width: 100%"> - <label for="checkAbout"><wicket:message key="checkAbout"/></label> - </div> - </div> - <div class="tablerow" style="width: auto;"> - <div class="tablecolumn_field" style="width: auto; padding-right: 5px;"> - <span wicket:id="checkUserAbout">[checkUserAbout]</span> - </div> - <div class="tablecolumn_label" style="width: auto;"> - <label for="checkUserAbout"><wicket:message key="checkUserAbout"/></label> - </div> - </div> - <div id="userFilter"> - <div id="title"> - <label for="userFilter"><wicket:message key="userFilter"/></label> - </div> - <div id="warning"> - <label for="userFilter"><wicket:message key="userFilterWarning"/></label> - </div> - <div id="condition"> - <span wicket:id="userAbout"/> - </div> - </div> - <div class="tablerow" style="width: auto;"> - <div class="tablecolumn_field" style="width: auto; padding-right: 5px;"> - <span wicket:id="checkGroupAbout">[checkGroupAbout]</span> - </div> - <div class="tablecolumn_label" style="width: auto;"> - <label for="checkGroupAbout"><wicket:message key="checkGroupAbout"/></label> - </div> - </div> - <div id="userFilter"> - <div id="title"> - <label for="groupFilter"><wicket:message key="groupFilter"/></label> - </div> - <div id="warning"> - <label for="groupFilter"><wicket:message key="groupFilterWarning"/></label> - </div> - <div id="condition"> - <span wicket:id="groupAbout"/> - </div> - </div> - </span> - </div> - - <div id="recipients"> - <div class="tablerow alt"> - <div class="tablecolumn_label medium_dynamicsize"> - <span wicket:id="checkStaticRecipients">[checkStaticRecipients]</span> - <label for="recipients"><wicket:message key="recipients"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="staticRecipients">[staticRecipients]</span> - </div> - </div> - - <span wicket:id="recipientsContainer"> - <div class="tablerow" style="width: auto;"> - <div class="tablecolumn_field" style="width: auto; padding-right: 5px;"> - <span wicket:id="checkRecipients">[checkRecipients]</span> - </div> - <div class="tablecolumn_label" style="width: auto;"> - <label for="checkRecipients"><wicket:message key="checkRecipients"/></label> - </div> - </div> - <span wicket:id="recipients"/> - </span> - <div id="userFilter"> - <div id="title"> - <label for="userNotifications"><wicket:message key="userNotifications"/></label> - </div> - <div id="warning"> - <label for="userNotificationsWarning"><wicket:message key="userNotificationsWarning"/></label> - </div> - <div class="tablerow" style="width: auto;"> - <div class="tablecolumn_field" style="width: auto; padding-right: 5px;"> - <span wicket:id="selfAsRecipient">[selfAsRecipient]</span> - </div> - <div class="tablecolumn_label" style="width: auto;"> - <label for="selfAsRecipient"><wicket:message key="selfAsRecipient"/></label> - </div> - </div> - </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/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage.properties deleted file mode 100644 index 99b7dca..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage.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. -title=Edit notification -submit=Save -subject=Subject -sender=Sender -template=Template -traceLevel=Trace level -notification=Notification -about=About -events=Events -recipients=Recipients -selfAsRecipient=Include users matching About -recipientAttrType=Recipients e-mail attribute type -recipientAttrName=Recipients e-mail attribute schema -checkRecipients=Search recipients -checkAbout=All -userFilter=User filter -userFilterWarning=Do not use this filter unless events are not targeted at users -userNotifications=User notifications -userNotificationsWarning=Do not select this checkbox unless events are not targeted at users -groupFilter=Group filter -groupFilterWarning=Do not use this filter unless events are not targeted at groups -isActive=Enabled -checkUserAbout=Users -checkGroupAbout=Groups http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage_it.properties deleted file mode 100644 index 6015c91..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage_it.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. -title=Gestisci notifiche -submit=Salva -subject=Oggetto -sender=Mittente -template=Modello -traceLevel=Livello di tracciamento -notification=Notifica -about=Soggetti -events=Eventi -recipients=Destinatari -selfAsRecipient=Includi i soggetti -recipientAttrType=Tipo attributo e-mail destinatari -recipientAttrName=Schema attributo e-mail destinatari -checkRecipients=Cerca i destinatari -checkAbout=Tutto -userFilter=Filtro utenti -userFilterWarning=Non usare questo filtro se gli eventi catturati non riguardano espressamente utenti -userNotifications=Notifiche utente -userNotificationsWarning=Non selezionare questa checkbox se gli eventi catturati non riguardano espressamente utenti -groupFilter=Filtro gruppi -groupFilterWarning=Non usare questo filtro se gli eventi catturati non riguardano espressamente i ruoli -isActive=Abilitata -checkUserAbout=Utenti -checkGroupAbout=Gruppi http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage_pt_BR.properties deleted file mode 100644 index 867b98b..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationModalPage_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. -title=Alterar Notifica\u00e7\u00e3o -submit=Salvar -subject=Assunto -sender=Remetente -template=Template -traceLevel=N\u00edvel de Trace -notification=Notifica\u00e7\u00e3o -about=Sobre -events=Eventos -recipients=Destinat\u00e1rios -selfAsRecipient=Incluir usu\u00e1rios relacionados Sobre -recipientAttrType=Tipo de atributo de destinat\u00e1rio de email. -recipientAttrName=Destinat\u00e1rios de e-mail para atributos de esquema -checkRecipients=Buscar Destinat\u00e1rios -checkAbout=Todos -userFilter=Filtro de Usu\u00e1rio -userFilterWarning=N\u00e3o use este filtro n\u00e3o ser que os eventos n\u00e3o s\u00e3o direcionados a usu\u00e1rios -userNotifications=Notifica\u00e7\u00f5es do usu\u00e1rio -userNotificationsWarning=N\u00e3o selecione esta op\u00e7\u00e3o a menos que os eventos n\u00e3o s\u00e3o direcionados a usu\u00e1rios -isActive=Ativada -checkUserAbout=Usu\u00e1rio -checkGroupAbout=Grupos -groupFilter=Filtro de Grupo -groupFilterWarning=N\u00e3o use este filtro, a menos que os eventos n\u00e3o s\u00e3o dirigidas a grupos http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationTaskModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationTaskModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationTaskModalPage.html deleted file mode 100644 index c406ce9..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationTaskModalPage.html +++ /dev/null @@ -1,111 +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 id="dialog-form"> - <p class="ui-widget ui-corner-all ui-widget-header"><wicket:message key="title"/></p> - <form wicket:id="form"> - <div id="tabs"> - <ul> - <li class="tabs-selected"><a href="#profile"><span><wicket:message key="profile"/></span></a></li> - <li><a href="#executions"><span><wicket:message key="executions"/></span></a></li> - </ul> - <div id="profile"> - <div id="users-contain" class="ui-widget"> - <span wicket:id="profile"> - <div id="formtable"> - - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <span wicket:id="idLabel">[Id]</span> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="key">[key]</span> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="sender"><wicket:message key="sender"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="sender">[sender]</span> - </div> - </div> - - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="recipients"><wicket:message key="recipients"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="recipients">[recipients]</span> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="subject"><wicket:message key="subject"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="subject">[subject]</span> - </div> - </div> - - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="textBody"><wicket:message key="textBody"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <textarea wicket:id="textBody" cols="40" rows="10">[textBody]</textarea> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="htmlBody"><wicket:message key="htmlBody"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <textarea wicket:id="htmlBody" cols="40" rows="10">[textBody]</textarea> - </div> - </div> - - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="traceLevel"><wicket:message key="traceLevel"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="traceLevel">[traceLevel]</span> - </div> - </div> - </div> - </span> - </div> - </div> - <div id="executions" class="ui-widget"> - <span wicket:id="executionContainer" id="executionContainer"> - <table class="ui-widget ui-widget-content" - wicket:id="executionsTable" style="width: 100%"/> - </span> - </div> - </div> - </form> - </div> - <div wicket:id="taskExecMessageWin"/> - </wicket:extend> -</html> \ 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/pages/NotificationTaskModalPage.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationTaskModalPage.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationTaskModalPage.properties deleted file mode 100644 index e9a3120..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationTaskModalPage.properties +++ /dev/null @@ -1,32 +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. -profile=Profile -executions=Executions -title=Title -startDate=Start date -endDate=End date -status=Status -message=Message -taskExecutions=Task executions -delete=Delete -showMessage=Show message -sender=Sender -subject=Subject -recipients=Recipients -traceLevel=Trace level -htmlBody=E-mail body (HTML) -textBody=E-mail body (TEXT) \ 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/pages/NotificationTaskModalPage_it.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationTaskModalPage_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationTaskModalPage_it.properties deleted file mode 100644 index c0fa5bd..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationTaskModalPage_it.properties +++ /dev/null @@ -1,32 +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. -profile=Profilo -executions=Esecuzioni -title=Task -startDate=Data di avvio -endDate=Data di conclusione -status=Stato -message=Messaggio -taskExecutions=Esecuzione del task -delete=Rimozione -showMessage=Mostra -sender=Mittente -subject=Oggetto -recipients=Destinatari -traceLevel=Livello di tracciamento -htmlBody=Corpo e-mail (HTML) -textBody=Corpo e-mail (testo) http://git-wip-us.apache.org/repos/asf/syncope/blob/39f8a069/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationTaskModalPage_pt_BR.properties ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationTaskModalPage_pt_BR.properties b/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationTaskModalPage_pt_BR.properties deleted file mode 100644 index 91aa59d..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/NotificationTaskModalPage_pt_BR.properties +++ /dev/null @@ -1,32 +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. -profile=Perfil -executions=Execu\u00E7\u00F5es -title=T\u00EDtulo -startDate=Data Inicial -endDate=Data Final -status=Estatus -message=Mensagem -taskExecutions=Execu\u00E7\u00E3o de Tarefas -delete=Excluir -showMessage=Exibir Mensagem -sender=Rementente -subject=Assunto -recipients=Destinat\u00E1rios -traceLevel=N\u00EDvel de Trace -htmlBody=Corpo do e-mail (HTML) -textBody=Corpo do E-mail (TEXT) \ 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/pages/PlainSchemaModalPage.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/PlainSchemaModalPage.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/PlainSchemaModalPage.html deleted file mode 100644 index 154419f..0000000 --- a/client/console/src/main/resources/org/apache/syncope/client/console/pages/PlainSchemaModalPage.html +++ /dev/null @@ -1,172 +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> - <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="type"><wicket:message key="type"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="type">[type]</span> - </div> - </div> - - <div wicket:id="conversionParams"> - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="conversionPattern"><wicket:message key="conversionPattern"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="conversionPattern">[conversionPattern]</span> - </div> - </div> - </div> - - <div wicket:id="typeParams"> - <div wicket:id="enumParams"> - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="enumerationValues"><wicket:message key="enumerationValues"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="enumerationValues">[enumerationValues]</span> - </div> - </div> - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="enumerationKeys"><wicket:message key="enumerationKeys"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="enumerationKeys">[enumerationKeys]</span> - </div> - </div> - </div> - <div wicket:id="encryptedParams"> - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="secretKey"><wicket:message key="secretKey"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="secretKey">[secretKey]</span> - </div> - </div> - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="cipherAlgorithm"><wicket:message key="cipherAlgorithm"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="cipherAlgorithm">[cipherAlgorithm]</span> - </div> - </div> - </div> - <div wicket:id="binaryParams"> - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="mimeType"><wicket:message key="mimeType"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="mimeType">[mimeType]</span> - </div> - </div> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="validatorClass"><wicket:message key="validatorClass"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="validatorClass">[validatorClass]</span> - </div> - </div> - - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="mandatoryCondition"><wicket:message key="mandatoryCondition"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <input type="text" class="ui-widget-content ui-corner-all" - id="mandatoryCondition" wicket:id="mandatoryCondition"/> - <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"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="uniqueConstraint" class="onerowlabel"><wicket:message key="uniqueConstraint"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="uniqueConstraint">[uniqueConstraint]</span> - </div> - </div> - - <div class="tablerow alt"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="multivalue" class="onerowlabel"><wicket:message key="multivalue"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="multivalue">[multivalue]</span> - </div> - </div> - - <div class="tablerow"> - <div class="tablecolumn_label short_dynamicsize"> - <label for="readonly" class="onerowlabel"><wicket:message key="readonly"/></label> - </div> - <div class="tablecolumn_field medium_dynamicsize"> - <span wicket:id="readonly">[readonly]</span> - </div> - </div> - </div> - - <div style="margin: 10px 0px 0;"> - <input type="submit" - class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" - wicket:id="apply"/> - <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>
