Merge branch 'api'
[wolnelektury.git] / wolnelektury / templates / base.html
index d9eaee5..6480df9 100644 (file)
                                        {% endspaceless %}                              
                        </div>
                 </form>
+            {# publication plan consultations - form link #}
+            <div style="clear:right;float:right" class="big-top-link">
+                <a href="{% url suggest_publishing %}" data-ajax="{% url suggest_publishing %}?ajax=1" id="suggest-publishing-link">
+                    {% trans "Didn't find a book? Make a suggestion." %}
+                </a>
+            </div>
             <div class="clearboth"></div>
         </div>
         <div id="maincontent">
@@ -73,7 +79,7 @@
                {% blocktrans %}
                                Wolne Lektury is a project lead by <a href="http://nowoczesnapolska.org.pl/">Modern Poland Foundation</a>.
                                Digital reproductions are made by <a href="http://www.bn.org.pl/">The National Library</a> and <a href="http://www.bs.katowice.pl/">Biblioteka Śląska</a>, based on TNL and BŚ resources.
-                               Hosting <a href="http://eo.pl/">EO Networks</a>.
+                               Hosting: <a href="http://www.icm.edu.pl/">ICM</a>.
                                {% endblocktrans %}
             </p>
             <p>
                 <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>
             </div>
         </div>
+        <div id="suggest-publishing-window">
+            <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
+            <div class="target">
+                <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>
+            </div>
+        </div>
         {% endblock bodycontent %}
         {{ piwik_tag|safe }}
         <script type="text/javascript">
         pageTracker._trackPageview();
         </script>
     </body>
-</html>
\ No newline at end of file
+</html>