]> git.mxchange.org Git - friendica.git/blob - view/fr/head.tpl
Started the french translation (up to the "TODO" comment in view/fr/strings.php)
[friendica.git] / view / fr / head.tpl
1 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
2 <base href="$baseurl" />
3 <meta name="generator" content="$generator" />
4 <link rel="stylesheet" type="text/css" href="$stylesheet" media="all" />
5 <link rel="shortcut icon" href="$baseurl/images/ff-32.jpg">
6
7 <!--[if IE]>
8 <script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
9 <![endif]-->
10 <script type="text/javascript" src="$baseurl/include/jquery.js" ></script>
11 <script type="text/javascript" src="$baseurl/include/main.js" ></script>
12 <script>
13
14         function confirmDelete() { return confirm("Delete this item?"); }
15         function commentOpen(obj,id) {
16                 if(obj.value == 'Comment') {
17                         obj.value = '';
18                         obj.className = "comment-edit-text-full";
19                         openMenu("comment-edit-submit-wrapper-" + id);
20                 }
21         }
22         function commentClose(obj,id) {
23                 if(obj.value == '') {
24                         obj.value = 'Comment';
25                         obj.className="comment-edit-text-empty";
26                         closeMenu("comment-edit-submit-wrapper-" + id);
27                 }
28         }
29
30 </script>
31
32