blob: 167d82e91647f898da595fcd44d244ea1d37d57c [file] [log] [blame]
<?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.
-->
<html xmlns:wicket="http://wicket.apache.org">
<wicket:panel>
<form wicket:id="form">
<table wicket:id="inviteeType">
<tr>
<td><input type="radio" wicket:id="user"/><label wicket:for="recipients"><wicket:message key="216" /></label></td>
<td><input type="hidden" wicket:id="recipients" class="input invitees" style="max-height: 80px"/></td>
</tr>
<tr>
<td><input type="radio" wicket:id="group"/><label wicket:for="groups"><wicket:message key="126" /></label></td>
<td><input type="hidden" wicket:id="groups" class="input invitees" style="max-height: 80px"/></td>
</tr>
<tr>
<td><label wicket:for="subject"><wicket:message key="215" /></label></td>
<td><input type="text" wicket:id="subject" class="input"/></td>
</tr>
<tr>
<td><label wicket:for="message"><wicket:message key="217" /></label></td>
<td><textarea wicket:id="message" style="width: 280px; height: 70px;"></textarea></td>
</tr>
<tr>
<td colspan="2"><input wicket:id="passwordProtected" type="checkbox"/>&nbsp;<label
wicket:for="passwordProtected"><wicket:message key="524" /></label></td>
</tr>
<tr>
<td><label wicket:for="password"><wicket:message key="525" /></label></td>
<td><input wicket:id="password" type="password"/></td>
</tr>
<tr>
<td><wicket:message key="526" /></td>
<td>
<div wicket:id="valid">
<input type="radio" wicket:id="one"/><label wicket:for="one"><wicket:message key="527" /></label>
<input type="radio" wicket:id="period"/><label wicket:for="period"><wicket:message key="528" /></label>
<input type="radio" wicket:id="endless"/><label wicket:for="endless"><wicket:message key="529" /></label>
</div>
</td>
</tr>
<tr>
<td><label wicket:for="validFrom"><wicket:message key="530" /></label></td>
<td><span class="date time picker" wicket:id="validFrom"></span></td>
</tr>
<tr>
<td><label wicket:for="validTo"><wicket:message key="531" /></label></td>
<td><span class="date time picker" wicket:id="validTo"></span></td>
</tr>
<tr>
<td><label wicket:for="timeZoneId"><wicket:message key="1143" /></label></td>
<td><select wicket:id="timeZoneId"/></td>
</tr>
<tr>
<td><label wicket:for="language"><wicket:message key="59" /></label></td>
<td><select wicket:id="language"/></td>
</tr>
<tr>
<td colspan="2"><input wicket:id="url" type="text" readonly="readonly" style="width: 100%;"/></td>
</tr>
</table>
<span wicket:id="feedback"></span>
</form>
</wicket:panel>
</html>