blob: 4ae9bcc8624f6b43a045d04843cce459198f4631 [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.
--%>
<%@ page contentType="text/html" pageEncoding="UTF-8" session="false" %>
<div id="new-process-group-dialog" class="hidden medium-short-dialog">
<div class="dialog-content">
<div class="setting">
<div class="setting-name">Process group name</div>
<div class="setting-field">
<div id="select-file-button">
<button class="icon icon-template-import" id="upload-file-field-button" title="Browse"></button>
<form id="file-upload-form" enctype="multipart/form-data" method="post">
<input type="file" name="file" id="upload-file-field"/>
</form>
</div>
<input id="new-process-group-name" type="text" placeholder="Enter a name or select a file to upload"/>
</div>
</div>
<div id="file-cancel-button-container">
<button class="icon" id="file-cancel-button" aria-hidden="true" title="Cancel the selected file">
<i class="fa fa-times"></i>
</button>
</div>
<div class="setting">
<div id="submit-file-container">
<div class="setting-name">
<span id="file-to-upload" title="File to upload">
File to Upload:
</span>
</div>
<div id="selected-file-name"></div>
</div>
</div>
</div>
<div class="setting">
<span id="import-process-group-link" class="link" title="Import a flow from a registry">
<i class="fa fa-cloud-download" aria-hidden="true" style="margin-left: 5px; margin-right: 5px;"></i>
Import from Registry...
</span>
</div>
</div>