blob: 960169649c4d68a55e6c67859965e063568bf957 [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.
-->
<div class="dijitHidden">
<div data-dojo-type="dijit/Dialog"
data-dojo-props="title:'Select file to load'"
data-dojo-attach-point="loadDialog">
<div>
<div id="${id}_warning" class="infoMessage hidden clear" data-dojo-attach-point="warning"></div>
<form data-dojo-attach-point="loadForm"
data-dojo-type="dijit/form/Form"
id="${id}_loadForm"
class="loadForm">
<div>
<div class="clear">
<div class="formLabel-labelCell tableContainer-labelCell">Server path or upload*:</div>
<input type="text" id="${id}_loadFormPath"
data-dojo-type="qpid/common/ResourceWidget"
data-dojo-attach-point="path"
data-dojo-props="
name: 'path',
placeHolder: 'access control provider file server path',
required: true,
promptMessage: 'Location of the access control provider file',
title: 'Enter the access control provider file path'" />
</div>
<div class="clear"></div>
</div>
<div class="dijitDialogPaneActionBar">
<input id="${id}_cancelButton"
type="button"
data-dojo-attach-point="cancelButton"
data-dojo-type="dijit/form/Button"
data-dojo-props="label: 'Cancel'"/>
<input id="${id}_okButton"
type="submit"
data-dojo-attach-point="okButton"
data-dojo-type="dijit/form/Button"
data-dojo-props="label: 'Ok'"/>
</div>
</form>
</div>
</div>
</div>