app/soc/templates/soc/base.html
changeset 1915 76688c4a26eb
parent 1896 b99f448e983e
child 1927 69a69eaee48d
equal deleted inserted replaced
1914:b779c7b109ff 1915:76688c4a26eb
    14 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    14 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    15 <html>
    15 <html>
    16  <head>
    16  <head>
    17   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
    17   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
    18 	{% block stylesheet %}
    18 	{% block stylesheet %}
    19   <link rel="stylesheet" href="/soc/content/css/soc-090416.css" type="text/css"/>
    19   <link rel="stylesheet" href="/soc/content/css/soc-090417.css" type="text/css"/>
    20   {% if uses_jq_autocomplete %}
    20   {% if uses_jq_autocomplete %}
    21   <link rel="stylesheet" href="/soc/content/css/jquery-autocomplete-090304.css" type="text/css"/>
    21   <link rel="stylesheet" href="/soc/content/css/jquery-autocomplete-090304.css" type="text/css"/>
    22   {% endif %}
    22   {% endif %}
    23   {% if uses_jq_thickbox %}
    23   {% if uses_jq_thickbox %}
    24   <link rel="stylesheet" href="/soc/content/css/jquery-thickbox-090304.css" type="text/css"/>
    24   <link rel="stylesheet" href="/soc/content/css/jquery-thickbox-090304.css" type="text/css"/>