Dotclear

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

Revision 2203, 1.1 KB checked in by brol, 14 years ago (diff)

bug pour alert ie6 corrigé... upgrade en 1.7.2

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

Sites map