Project

General

Profile

1 2 Manuela
<!-- BEGIN main_block -->
2
<div class="droplets droplet-import block-outer modal-Dialog" id="openModal" draggable="true" style="overflow: hidden;">
3
    <div >
4
        <form action="{ToolUrl}" method="post" name="droplets_form" enctype="multipart/form-data" >
5
            <input type="hidden" name="{FTAN_NAME}" value="{FTAN_VALUE}" />
6
            <span id="customConfirm" style="display: block; width: 40.225%; margin: auto 24%;">
7
                    <button class="close" name="cancel" type="button" onclick="window.location='{ToolUrl}';">X</button>
8
                    <header class="modal-label"><h2>{TEXT_RESTORE}</h2></header>
9
                    <div class="modal-inner file-select-box">
10
                        <span style="margin-left: 10.525%;"></span>
11
                        <span style="text-align: left; padding: 0.525em 0;">
12
                            <select size="1" name="zipFiles" >
13
                                <option style=" padding: 0.225em 0.455em;" value="">{TEXT_PLEASE_SELECT}</option>
14
                        <!-- BEGIN list_archiv_block -->
15
                                <option style=" padding: 0.225em 0.455em;" value="{files}">{value}</option>
16
                        <!-- END list_archiv_block -->
17
                            </select>
18
                            <button class="btn" type="submit" name="command" value="import_droplets">{DR_TEXT_ARCHIV_LOAD}</button>
19
                            <button class="btn" type="submit" name="command" value="delete_archiv">{DR_TEXT_DELETE}</button>
20
                        </span>
21
                        <div class="file-box">
22
                            <span style="margin-left: 10.025%;"> </span>
23
                            <span style="text-align: left; padding: 0.525em 0; display: inline-block; margin: 0.525em;">
24
                                <input type="file" name="zipFiles" id="file" class="inputfile inputfile-6" data-multiple-caption="{count} files selected" multiple />
25
                                <label for="file"><span></span> <strong>
26
                                <svg xmlns="http://www.w3.org/2000/svg" width="20" height="17" viewBox="0 0 20 17">
27
                                <path d="M10 0l-5.2 4.9h3.3v5.1h3.8v-5.1h3.3l-5.2-4.9zm9.3 11.5l-3.2-2.1h-2l3.4 2.6h-3.5c-.1 0-.2.1-.2.1l-.8 2.3h-6l-.8-2.2c-.1-.1-.1-.2-.2-.2h-3.6l3.4-2.6h-2l-3.2 2.1c-.4.3-.7 1-.6 1.5l.6 3.1c.1.5.7.9 1.2.9h16.3c.6 0 1.1-.4 1.3-.9l.6-3.1c.1-.5-.2-1.2-.7-1.5z"/>
28
                                </svg> Choose a file&hellip;</strong>
29
                                </label>
30
                                <button  class="input-file btn command" name="command" value="import_droplets" type="submit">{DROPLET_MESSAGE_GENERIC_LOCAL_UPLOAD}</button>
31
                            </span>
32
                        </div>
33
                    </div>
34
                        <div style="float: right; margin: -1.225em 1.225em 0;">
35
                        <button class="cancel btn btn-danger" name="cancel" type="button" onclick="window.location='{ToolUrl}';">{TEXT_CANCEL}</button>
36
                    </div>
37
                    <footer class="modal-label">
38
                        <h4 style="margin-left: 0.955em; top: 0.925em; position: relative;">Upload icon by <a href="http://www.flaticon.com/free-icon/outbox_3686" target="_blank">FlatIcon</a>.</h4>
39
                    </footer>
40
            </span>
41
        </form>
42
    </div>
43
</div>
44
<script >
45
<!--
46
domReady(function() {
47
    LoadOnFly('head', "{sAddonThemeUrl}/css/fileupload.css");
48
    LoadOnFly('head', "{sAddonThemeUrl}/css/dialogBox.css");
49
    LoadOnFly('head', "{sAddonThemeUrl}/css/customAlert.css");
50
});
51
-->
52
</script>
53
<!-- END main_block -->