Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1020 B
32 lines
1020 B
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> |
|
<base href="$baseurl" /> |
|
<meta name="generator" content="$generator" /> |
|
<link rel="stylesheet" type="text/css" href="$stylesheet" media="all" /> |
|
<link rel="shortcut icon" href="$baseurl/images/friendika-32.png" /> |
|
|
|
<!--[if IE]> |
|
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
|
<![endif]--> |
|
<script type="text/javascript" src="$baseurl/include/jquery.js" ></script> |
|
<script type="text/javascript" src="$baseurl/include/main.js" ></script> |
|
<script> |
|
|
|
function confirmDelete() { return confirm("Effacer cet élément?"); } |
|
function commentOpen(obj,id) { |
|
if(obj.value == 'Comment') { |
|
obj.value = ''; |
|
obj.className = "comment-edit-text-full"; |
|
openMenu("comment-edit-submit-wrapper-" + id); |
|
} |
|
} |
|
function commentClose(obj,id) { |
|
if(obj.value == '') { |
|
obj.value = 'Comment'; |
|
obj.className="comment-edit-text-empty"; |
|
closeMenu("comment-edit-submit-wrapper-" + id); |
|
} |
|
} |
|
|
|
</script> |
|
|
|
|
|
|