commit
6b7b25e0b1
|
@ -1,3 +1,5 @@
|
||||||
|
<script type="text/javascript" src="/static/js/watermark_init.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/js/watermark_change.js"></script>
|
||||||
<p id="add_your_books"><b>Claiming a work</b></p>
|
<p id="add_your_books"><b>Claiming a work</b></p>
|
||||||
<p>If your book is indexed in Google books, we can add it to our database automagically. Click on the result list to add your book to our database.</p>
|
<p>If your book is indexed in Google books, we can add it to our database automagically. Click on the result list to add your book to our database.</p>
|
||||||
<form action="{% url 'search' %}" method="get">
|
<form action="{% url 'search' %}" method="get">
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
<script type="text/javascript" src="{{ jquery_home }}"></script>
|
<script type="text/javascript" src="{{ jquery_home }}"></script>
|
||||||
<script type="text/javascript" src="/static/js/jquery.cookie.js"></script>
|
<script type="text/javascript" src="/static/js/jquery.cookie.js"></script>
|
||||||
<script type="text/javascript" src="/static/js/sitewide1.js"></script>
|
<script type="text/javascript" src="/static/js/sitewide1.js"></script>
|
||||||
<script type="text/javascript" src="/static/js/watermark_init.js"></script>
|
|
||||||
<script type="text/javascript" src="/static/js/watermark_change.js"></script>
|
|
||||||
{% block extra_js %}
|
{% block extra_js %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% if show_langs %}
|
{% if show_langs %}
|
||||||
|
|
|
@ -69,7 +69,7 @@ ul.fancytree-container {
|
||||||
// this is the id of the submit button
|
// this is the id of the submit button
|
||||||
|
|
||||||
$j('#add_subject_submit').click(function(event) {
|
$j('#add_subject_submit').click(function(event) {
|
||||||
data= $j('#id_add_subject_0').attr('value')
|
data= $j('#id_add_subject_0').val()
|
||||||
if (data == 'xxbadform'){
|
if (data == 'xxbadform'){
|
||||||
alert("bad keyword");
|
alert("bad keyword");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue