Merge branch 'master' of git@stigma.nowoczesnapolska.org.pl:platforma
[redakcja.git] / project / templates / explorer / file_xml.html
index f57d9ea..093e304 100644 (file)
@@ -1,5 +1,4 @@
 {% extends "base.html" %}
-{% load toolbar_tags %}
 
 {% block extrahead %}
     <script src="/static/js/jquery.lazyload.js" type="text/javascript" charset="utf-8"></script>
@@ -21,8 +20,9 @@
                         <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 %}">Edytor XML</option>
-                                <option value="panel2">Panel 2</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>
                         </div>
                         <div id="left-panel-contents" class="panel-contents">
                     <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 %}">Edytor XML</option>
-                            <option value="panel2">Panel 2</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>
                     </div>
                     <div id="right-panel-contents" class="panel-contents">
                     </div>
-                    {#  #}
                 </div>
             </div>
-                        {#  #}
-                        {#     <div id="toggle-sidebar" style="float: right"></div> #}
-                        {#     <div id="whatever"> #}
-                        {#         <div id="sidebar-toolbar"> #}
-                        {#             <ol id="sidebar-tabs"> #}
-                        {#                 <li>Tab</li> #}
-                        {#                 <li>Tab 2</li> #}
-                        {#             </ol> #}
-                        {#         </div> #}
-                        {#         <div id="images-wrap"> #}
-                        {#  #}
-                        {#             <div style="clear: both; height: 0; width: 0">&nbsp;</div> #}
-                        {#             <div id="images"> #}
-                        {#                 <p>Aby zobaczyć obrazki wybierz folder poniżej:</p> #}
-                        {#                 <p>{{ image_folders_form.folders }}</p> #}
-                        {#             </div> #}
-                        {#         </div> #}
-                        {#     </div> #}
-                        {# </div> #}
-                        {# {% toolbar %} #}
         </div>
 {% endblock maincontent %}