Project

General

Profile

1
<!-- BEGIN main_block -->
2
<div id="openModal" class="modal-Dialog">
3
    <div>
4
        <form name="modify" action="{ToolUrl}" method="post" style="margin: 0;">
5
            <input type="hidden" name="command" value="save_droplet" />
6
            <input type="hidden" name="subCommand" value="{action}" />
7
            <input type="hidden" name="data_codepress" value="" />
8
            <input type="hidden" name="droplet_id" value="{iDropletIdKey}" />
9
            <input type="hidden" name="existingTitle" value="{DropletName}" />
10
            <input type="hidden" name="CopyDropletId" value="{iDropletAddId}" />
11
            <input type="hidden" name="show_wysiwyg" value="{show_wysiwyg}" />
12
            <input type="hidden" name="{FTAN_NAME}" value="{FTAN_VALUE}" />
13
            <span id="customConfirm" style="display: block;">
14
                <button name="cancel" class="close" type="button" onclick="window.location='{ToolUrl}';">X</button>
15
                <header class="modal-label"><h3>{HEADER_DROPLET}</h3></header>
16
                <div class="modal-inner ">
17
                     <h4 style="padding-left: 1.825em;">{sDropletHelp}</h4>
18
                    <div class="subcolumn" class="block-outer" >
19
                        <input type="text" name="title" value="{DropletName}" class="rename-input form-field " maxlength="32" />
20
                    </div>
21
                    <div class="footer">
22
            <!-- BEGIN show_admin_edit_block -->
23
                        <button name="command" type="submit" value="save_rename?droplet_id={iDropletIdKey}" class="confirm">{sSubmitButton}</button>
24
            <!-- END show_admin_edit_block -->
25
                        <button name="cancel" class="cancel" type="button" onclick="window.location='{ToolUrl}';">{TEXT_CANCEL}</button>
26
                    </div>
27
                </div>
28
                <footer class="modal-label">
29
<!--
30
            <a href="http://websitebaker.org/" title="external">WebsiteBaker</a> is released under the
31
            <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
32
-->
33
                </footer>
34
            </span>
35
        </form>
36
    </div>
37
</div>
38
<script >
39
<!--
40
domReady(function() {
41
    LoadOnFly('head', "{sAddonThemeUrl}/css/dialogBox.css");
42
    LoadOnFly('head', "{sAddonThemeUrl}/css/customAlert.css");
43
    LoadOnFly('head', "{sAddonThemeUrl}/css/form.css");
44
});
45
-->
46
</script>
47
<!-- END main_block -->
(5-5/8)