Dotclear

source: themes/freshy2/tpl/_head.html @ 2202

Revision 2202, 1.0 KB checked in by brol, 14 years ago (diff)

Suppression alerte d'upgrade pour ie6, upgrade en 1.7.1

Line 
1<style type="text/css" media="screen">
2@import url({{tpl:BlogThemeURL}}/{{tpl:Freshy2StyleSheet}});
3@import url({{tpl:BlogThemeURL}}/fix-ie.php);
4</style>
5<style type="text/css" media="print">
6@import url({{tpl:BlogThemeURL}}/../default/print.css);
7</style>
8
9<script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/jquery.js"></script>
10<script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/jquery.cookie.js"></script>
11
12{{tpl:include src="user_head.html"}}
13{{tpl:SysBehavior behavior="publicHeadContent"}}
14
15<script type="text/javascript">
16//<![CDATA[
17$(function() {
18     if ($('body.dc-post, body.dc-page').length == 0) { return; }
19     if ($('#pr').length > 0) { return; }
20     
21     var link = $('<a href="#">' + $('#comment-form h3:first').text() + '</a>').click(function() {
22          $('#comment-form fieldset').show(200);
23          $('#c_name').focus();
24          $(this).parent().html($(this).text());
25          return false;
26     });
27     $('#comment-form h3:first').empty().append(link);
28     $('#comment-form fieldset').hide();
29});
30//]]>
31</script>
Note: See TracBrowser for help on using the repository browser.

Sites map