X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/cb87c787916de7712a4f9fb638715e6185804711..a130412e611a2a29bf0cc9bbbfdefea0b1d0061f:/project/templates/explorer/file_xml.html diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index 1681d9cd..7f910223 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -5,7 +5,6 @@ <script src="/static/js/codemirror/codemirror.js" type="text/javascript" charset="utf-8"></script> <script src="/static/js/jquery.autoscroll.js" type="text/javascript" charset="utf-8"></script> <script src="/static/js/jquery.wtooltip.js" type="text/javascript" charset="utf-8"></script> -<!-- <script src="/static/js/jquery.resizable.js" type="text/javascript" charset="utf-8"></script> --> <script src="/static/js/jquery.hpanel.js" type="text/javascript" charset="utf-8"></script> <script src="/static/js/panels.js" type="text/javascript" charset="utf-8"></script> {% endblock extrahead %} @@ -16,25 +15,28 @@ <div id="panels"> <div id="left-panel-wrap" class="panel-wrap"> <div id="left-panel-toolbar" class="panel-toolbar"> - <label for="select-left-panel">Lewy panel:</label> - <select name="select-left-panel" id="select-left-panel"> - <option value="{% url xmleditor_panel hash %}">Edytor XML</option> - <option value="{% url htmleditor_panel hash %}">Edytor HTML</option> - <option value="{% url gallery_panel hash %}">Galeria skanów</option> </select> + <label for="select-left-panel">Lewy panel:</label> + <select name="select-left-panel" id="select-left-panel"> + <option value="{% url xmleditor_panel hash %}">Edytor XML</option> + <option value="{% url htmleditor_panel hash %}">Edytor HTML</option> + <option value="{% url gallery_panel hash %}">Galeria skanów</option> + </select> + <strong class="change-notification" style="display: none">Zmieniono!</strong> </div> - <div id="left-panel-contents" class="panel-contents"></div> - <button class="panel-slider"> </button> + <div id="left-panel-content" class="panel-content"></div> + <button class="panel-slider" id="slider01"> </button> </div> - <div id="right-panel-wrap" class="panel-wrap no-slider"> + <div id="right-panel-wrap" class="panel-wrap last-panel"> <div id="right-panel-toolbar" class="panel-toolbar"> - <label for="select-right-panel">Prawy panel:</label> + <label for="select-right-panel">Prawy panel:</label> <select name="select-right-panel" id="select-right-panel"> - <option value="{% url xmleditor_panel hash %}">Edytor XML</option> - <option value="{% url htmleditor_panel hash %}">Edytor HTML</option> - <option value="{% url gallery_panel hash %}">Galeria skanów</option> + <option value="{% url xmleditor_panel hash %}">Edytor XML</option> + <option value="{% url htmleditor_panel hash %}">Edytor HTML</option> + <option value="{% url gallery_panel hash %}">Galeria skanów</option> </select> + <strong class="change-notification" style="display: none">Zmieniono!</strong> </div> - <div id="right-panel-contents" class="panel-contents"></div> + <div id="right-panel-content" class="panel-content"></div> </div> </div> {% endblock maincontent %}