- <div id="tabs"><a href="{% url file_xml hash %}" class="active">Źródło</a><a href="{% url file_html hash %}">HTML</a><div style="clear: both; height: 0; width: 0"> </div></div>
- <form action="." method="post" accept-charset="utf-8">
- {{ form }}
- <p><input type="submit" value="Zapisz"/></p>
- </form>
+ <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>
+ <strong class="change-notification" style="display: none">Zmieniono!</strong>
+ </div>
+ <div id="left-panel-content" class="panel-content"></div>
+ <button type="button" class="panel-slider" id="slider01"> </button>
+ </div>
+ <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>
+ <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>
+ </select>
+ <strong class="change-notification" style="display: none">Zmieniono!</strong>
+ </div>
+ <div id="right-panel-content" class="panel-content"></div>
+ </div>
+ </div>