| <?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/dtds.data/wicket-9.xsd"> |
| <wicket:extend> |
| <form wicket:id="form"> |
| <td wicket:id="feedback"></td> |
| <div class="formelement row"> |
| <label wicket:for="to" class="form-label col-2 text-right"><wicket:message key="1210" /></label> |
| <div class="om-select2 p-0 d-inline-block col-9"><select class="input w-100" wicket:id="to"></select></div> |
| </div> |
| <div class="formelement row"> |
| <label wicket:for="subject" class="form-label col-2 text-right"><wicket:message key="1211" /></label> |
| <div class="col-9 p-0"> |
| <input type="text" wicket:id="subject" class="form-control"/> |
| </div> |
| </div> |
| <div wicket:id="toolbarContainer"></div> |
| <div class="private message body" wicket:id="message"></div> |
| <div class="mt-1 mb-1" wicket:enclosure="bookedRoom"> |
| <input type="checkbox" wicket:id="bookedRoom" /><label wicket:for="bookedRoom"><wicket:message key="1218"/></label> |
| </div> |
| <div wicket:id="roomParamsBlock"> |
| <div class="row" wicket:id="roomParams"> |
| <div class="col-7"> |
| <div class="formelement row"> |
| <label wicket:for="room.type" class="form-label col-2 text-right"><wicket:message key="45" /></label> |
| <div class="col-10 p-0"> |
| <select wicket:id="room.type" class="form-select"/> |
| </div> |
| </div> |
| <div class="formelement row"> |
| <label wicket:for="start" class="form-label col-2 text-right"><wicket:message key="label.start" /></label> |
| <div class="d-inline-block col-10 p-0"><span class="date time picker" wicket:id="start"></span></div> |
| </div> |
| <div class="formelement row"> |
| <label wicket:for="end" class="form-label col-2 text-right"><wicket:message key="label.end" /></label> |
| <div class="d-inline-block col-10 p-0"><span class="date time picker" wicket:id="end"></span></div> |
| </div> |
| </div> |
| <div class="col-5"> |
| <i class="fas fa-info-circle m-1 text-info"></i><wicket:message key="1221" /> |
| </div> |
| </div> |
| </div> |
| </form> |
| </wicket:extend> |
| </html> |