Użycie tagu {% url %} do tworzenia linka do strony głównej. Przydaje się to w sytuacj...
[redakcja.git] / project / templates / explorer / file_xml.html
index 5c8dbf0..7757e12 100644 (file)
@@ -3,6 +3,7 @@
 {% block extrahead %}
     <script src="/static/js/jquery.fieldselection.js" type="text/javascript" charset="utf-8"></script>
     <script src="/static/js/jquery.lazyload.js" type="text/javascript" charset="utf-8"></script>
+    <script src="/static/js/edit_area_full.js" type="text/javascript" charset="utf-8"></script>
     <script type="text/javascript" charset="utf-8">        
         function addEditorButton(label, fn) {
             $('<button type="button">' + label + '</button>').click(function(event) {
                     $('#images').data('lastScroll', -1000);
                 });
             });
+        
+            editAreaLoader.init({
+                       id: "id_text",
+                       start_highlight: true,
+                       allow_toggle: false,
+                       language: "pl",
+                       syntax: "xml",
 
+                // show_line_colors: true
+               });
+               
             addEditorButton('utwór', function(text) { return '<utwor>' + text + '</utwor>'; });
             addEditorButton('akap', function(text) { return '<akap>' + text + '</akap>'; });
             
@@ -27,7 +38,7 @@
     </script>
 {% endblock extrahead %}
 
-{% block breadcrumbs %}<a href="/">Platforma Redakcyjna</a> ❯ plik {{ hash }}{% endblock breadcrumbs %}
+{% block breadcrumbs %}<a href="{% url file_list %}">Platforma Redakcyjna</a> ❯ plik {{ hash }}{% endblock breadcrumbs %}
 
 {% block maincontent %}
     <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="padding: 3px; margin-left: 10px">{{ image_folders_form.folders }}</div><div style="clear: both; height: 0; width: 0">&nbsp;</div></div>    
@@ -37,7 +48,7 @@
     </div>
     <form action="." method="post" accept-charset="utf-8">
         <div id="buttons"></div>
-        {{ form.text }}
+               <textarea id="id_text" name="text" style="height: 500px; width: 500px;">{{ form.text.field.initial }}</textarea>
         {{ form.user.errors }}
         <p>Użytkownik: {{ form.user }}</p> 
         {{ form.commit_message.errors }}