EVOLUTION-MANAGER
Edit File: ForgetPasswordDialog.html
<?xml version="1.0" encoding="UTF-8"?> <!-- 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> <html xmlns:wicket="http://wicket.apache.org"> <wicket:extend> <form wicket:id="form" class="signin-forget"> <div class="row form-group no-gutters" wicket:id="type"> <div class="col-6"> <div class="form-check form-check-inline"> <label class="form-check-label" wicket:for="email"><wicket:message key="313" /></label> <input class="form-check-input" type="radio" wicket:id="email"/> </div> </div> <div class="col-5"> <div class="form-check form-check-inline"> <label class="form-check-label" wicket:for="login"><wicket:message key="314" /></label> <input class="form-check-input" type="radio" wicket:id="login"/> </div> </div> </div> <div class="form-group no-gutters"> <div class="input-group"> <div class="input-group-prepend"> <span class="input-group-text"><i wicket:id="label" class="fa fa-lock"></i></span> </div> <input wicket:id="name" class="form-control auto-focus" type="text" value=""/> </div> </div> <div class="row form-group no-gutters"> <div class="col-12 centered" wicket:id="captcha"></div> </div> <div wicket:id="feedback"></div> <input type="submit" wicket:id="submit" class="invisible-form-component"/> </form> </wicket:extend> </html>