app/soc/templates/soc/base.html
changeset 2738 5723f329d098
parent 2697 91f495e886f8
child 2801 0ee67cc9bd20
equal deleted inserted replaced
2737:5b43af491b93 2738:5723f329d098
    45   </title>
    45   </title>
    46 
    46 
    47 {% block scripts %}
    47 {% block scripts %}
    48   {% if uses_jq %}
    48   {% if uses_jq %}
    49   {% if is_local %}
    49   {% if is_local %}
    50   <script type='text/javascript' src="/jquery/jquery-1.2.6.js"></script>
    50   <script type='text/javascript' src="/jquery/jquery-1.3.2.js"></script>
    51   {% else %}
    51   {% else %}
    52   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
    52   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    53   {% endif %}
    53   {% endif %}
    54   {% endif %}
    54   {% endif %}
    55   {% if uses_json %}
    55   {% if uses_json %}
    56   <script type='text/javascript' src="/json/json2.js"></script>
    56   <script type='text/javascript' src="/json/json2.js"></script>
    57   {% endif %}
    57   {% endif %}