blob: 43e819f63e57a45a33c654ca88c520709973c6a4 [file] [log] [blame]
<!--
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:panel>
<wicket:link>
<link rel="stylesheet" type="text/css" href="FileManagerConfigPage.css"/>
</wicket:link>
<div id="form_shell">
<p>&nbsp;</p>
<form>
<table id="fm_cfg_outer_shell">
<tr style="height:10%">
<td>
<table id="sixpadded">
<tr>
<td class="fcfg_header">Port Number:&nbsp;&nbsp;
</td>
<td style="text-align:left;"><input id="port_number" size="20"
maxlength="50" value="9000" />
</td>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td class="fcfg_header">Transfer:
</td>
<td colspan="3">&nbsp;</td>
</tr>
<tr id="transfer_types">
<td>&nbsp;</td>
<td>&nbsp;&nbsp;<input type="radio" id="transfer_type" value="org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferFactory">Local</input>
<wicket:remove>
<input type="radio" id="transfer_type" value="org.apache.oodt.cas.filemgr.datatransfer.RemoteDataTransferFactory">Remote</input>
</wicket:remove>
</td>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
<td class="fcfg_header">Chunk Size:
</td>
<td align="left"><input type="text" id="remote_chunk_size"
size="20" maxlength="50" value="" />
</td>
</tr>
</table></td>
</tr>
<tr style="height:25%">
<td>
<!-- include catalog jsp --></td>
</tr>
<tr style="height:25%;">
<td>
<!-- include Repository jsp --></td>
</tr>
<tr style="height:25%;">
<td>
<!-- include Validation jsp --></td>
</tr>
<tr style="height:10%;">
<td>
<table style="width:100%">
<tr>
<td colspan="2" class="fcfg_header"><b>XML-RPL Configuration:</b>
</td>
</tr>
<tr>
<td style="width:30%" class="fcfg_header">Connection Timeout:&nbsp;&nbsp;<input
type="text" id="connection_time_out" size="20" value="20" />
</td>
<td style="width:30%" class="fcfg_header">Request Timeout:&nbsp;&nbsp;<input
type="text" id="request_timeout" size="20" value="60" />
</td>
</tr>
</table>
</td>
</tr>
<tr style="height:5%;">
<td>
<table style="width:100%">
<tr>
<td align="right"><input
type="submit" id="save_fm_cfg" value="Save"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</div>
</wicket:panel>