2014-09-05 22:14:25 +00:00
|
|
|
|
2013-04-23 11:47:57 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
|
|
<base href="{{$baseurl}}/" />
|
|
|
|
<meta name="generator" content="{{$generator}}" />
|
2020-02-01 00:42:02 +00:00
|
|
|
<link rel="stylesheet" href="view/global.css?v={{$smarty.const.FRIENDICA_VERSION}}" type="text/css" media="all" />
|
|
|
|
<link rel="stylesheet" href="view/asset/jquery-colorbox/example5/colorbox.css?v={{$smarty.const.FRIENDICA_VERSION}}" type="text/css" media="screen" />
|
|
|
|
<link rel="stylesheet" href="view/asset/jgrowl/jquery.jgrowl.min.css?v={{$smarty.const.FRIENDICA_VERSION}}" type="text/css" media="screen" />
|
|
|
|
<link rel="stylesheet" href="view/asset/jquery-datetimepicker/build/jquery.datetimepicker.min.css?v={{$smarty.const.FRIENDICA_VERSION}}" type="text/css" media="screen" />
|
2020-05-07 05:06:22 +00:00
|
|
|
<link rel="stylesheet" href="view/asset/perfect-scrollbar/dist/css/perfect-scrollbar.min.css?v={{$smarty.const.FRIENDICA_VERSION}}" type="text/css" media="screen" />
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2020-08-15 22:56:17 +00:00
|
|
|
{{foreach $stylesheets as $stylesheetUrl => $media}}
|
|
|
|
<link rel="stylesheet" href="{{$stylesheetUrl}}" type="text/css" media="{{$media}}" />
|
2018-09-21 01:30:51 +00:00
|
|
|
{{/foreach}}
|
2013-04-23 11:47:57 +00:00
|
|
|
|
2022-04-28 10:41:26 +00:00
|
|
|
<link rel="icon" href="{{$shortcut_icon}}" />
|
2014-06-17 18:11:35 +00:00
|
|
|
<link rel="apple-touch-icon" href="{{$touch_icon}}"/>
|
|
|
|
|
2016-10-01 22:19:43 +00:00
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
2017-04-13 00:24:27 +00:00
|
|
|
<link rel="manifest" href="{{$baseurl}}/manifest" />
|
2016-10-01 22:19:43 +00:00
|
|
|
<script>
|
2020-09-27 16:36:33 +00:00
|
|
|
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
|
2016-10-01 22:53:25 +00:00
|
|
|
// Prevents links to switch to Safari in a home screen app - see https://gist.github.com/irae/1042167
|
2019-01-05 01:36:36 +00:00
|
|
|
(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(chref=d.href).replace("{{$baseurl}}/", "").replace(e.href,"").indexOf("#")&&(!/^[a-z\+\.\-]+:/i.test(chref)||chref.indexOf(e.protocol+"//"+e.host)===0)&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone");
|
2019-02-12 10:30:45 +00:00
|
|
|
// |license-end
|
2016-10-01 22:19:43 +00:00
|
|
|
</script>
|
2013-04-23 11:47:57 +00:00
|
|
|
|
|
|
|
<link rel="search"
|
2016-10-01 22:19:43 +00:00
|
|
|
href="{{$baseurl}}/opensearch"
|
|
|
|
type="application/opensearchdescription+xml"
|
2013-04-23 11:47:57 +00:00
|
|
|
title="Search in Friendica" />
|
|
|
|
|
|
|
|
<!--[if IE]>
|
2020-02-01 00:42:02 +00:00
|
|
|
<script type="text/javascript" src="https://html5shiv.googlecode.com/svn/trunk/html5.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
2013-04-23 11:47:57 +00:00
|
|
|
<![endif]-->
|
2021-05-19 21:47:15 +00:00
|
|
|
<script type="text/javascript" src="view/js/modernizr.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
|
|
|
<script type="text/javascript" src="view/asset/jquery/dist/jquery.min.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
|
|
|
<script type="text/javascript" src="view/js/jquery.textinputs.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
|
|
|
<script type="text/javascript" src="view/asset/textcomplete/dist/textcomplete.min.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
|
|
|
<script type="text/javascript" src="view/js/autocomplete.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
2020-02-01 00:42:02 +00:00
|
|
|
<script type="text/javascript" src="view/asset/jquery-colorbox/jquery.colorbox-min.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
|
|
|
<script type="text/javascript" src="view/asset/jgrowl/jquery.jgrowl.min.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
|
|
|
<script type="text/javascript" src="view/asset/jquery-datetimepicker/build/jquery.datetimepicker.full.min.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
2021-05-19 21:47:15 +00:00
|
|
|
<script type="text/javascript" src="view/asset/perfect-scrollbar/dist/js/perfect-scrollbar.jquery.min.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
2020-02-01 00:42:02 +00:00
|
|
|
<script type="text/javascript" src="view/asset/imagesloaded/imagesloaded.pkgd.min.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
2021-05-19 21:47:15 +00:00
|
|
|
<script type="text/javascript" src="view/asset/base64/base64.min.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
2020-02-01 00:42:02 +00:00
|
|
|
<script type="text/javascript" src="view/asset/dompurify/dist/purify.min.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
2021-05-19 21:47:15 +00:00
|
|
|
<script type="text/javascript" src="view/js/main.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
2013-04-23 11:47:57 +00:00
|
|
|
<script>
|
|
|
|
|
2019-01-29 14:25:22 +00:00
|
|
|
// Lifted from https://css-tricks.com/snippets/jquery/move-cursor-to-end-of-textarea-or-input/
|
|
|
|
jQuery.fn.putCursorAtEnd = function() {
|
|
|
|
return this.each(function() {
|
|
|
|
// Cache references
|
|
|
|
var $el = $(this),
|
|
|
|
el = this;
|
|
|
|
|
|
|
|
// Only focus if input isn't already
|
|
|
|
if (!$el.is(":focus")) {
|
|
|
|
$el.focus();
|
|
|
|
}
|
|
|
|
|
|
|
|
// If this function exists... (IE 9+)
|
|
|
|
if (el.setSelectionRange) {
|
|
|
|
// Double the length because Opera is inconsistent about whether a carriage return is one character or two.
|
|
|
|
var len = $el.val().length * 2;
|
|
|
|
|
|
|
|
// Timeout seems to be required for Blink
|
|
|
|
setTimeout(function() {
|
|
|
|
el.setSelectionRange(len, len);
|
|
|
|
}, 1);
|
|
|
|
} else {
|
|
|
|
// As a fallback, replace the contents with itself
|
|
|
|
// Doesn't work in Chrome, but Chrome supports setSelectionRange
|
|
|
|
$el.val($el.val());
|
|
|
|
}
|
|
|
|
|
|
|
|
// Scroll to the bottom, in case we're in a tall textarea
|
|
|
|
// (Necessary for Firefox and Chrome)
|
|
|
|
this.scrollTop = 999999;
|
|
|
|
});
|
|
|
|
};
|
|
|
|
|
|
|
|
var updateInterval = {{$update_interval}};
|
2013-04-23 11:47:57 +00:00
|
|
|
var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
|
|
|
|
|
|
|
|
function confirmDelete() { return confirm("{{$delitem}}"); }
|
2014-05-29 09:51:13 +00:00
|
|
|
function commentExpand(id) {
|
2019-01-29 14:25:22 +00:00
|
|
|
$("#comment-edit-text-" + id).putCursorAtEnd();
|
2014-05-29 09:51:13 +00:00
|
|
|
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
|
|
|
|
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
|
|
|
|
$("#mod-cmnt-wrap-" + id).show();
|
|
|
|
openMenu("comment-edit-submit-wrapper-" + id);
|
|
|
|
return true;
|
|
|
|
}
|
2013-04-23 11:47:57 +00:00
|
|
|
function commentOpen(obj,id) {
|
2017-01-07 15:13:55 +00:00
|
|
|
if (obj.value == "") {
|
2013-04-23 11:47:57 +00:00
|
|
|
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
|
|
|
|
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
|
|
|
|
$("#mod-cmnt-wrap-" + id).show();
|
|
|
|
openMenu("comment-edit-submit-wrapper-" + id);
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
function commentClose(obj,id) {
|
2017-01-07 15:13:55 +00:00
|
|
|
if (obj.value == "") {
|
2013-04-23 11:47:57 +00:00
|
|
|
$("#comment-edit-text-" + id).removeClass("comment-edit-text-full");
|
|
|
|
$("#comment-edit-text-" + id).addClass("comment-edit-text-empty");
|
|
|
|
$("#mod-cmnt-wrap-" + id).hide();
|
|
|
|
closeMenu("comment-edit-submit-wrapper-" + id);
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function commentInsert(obj,id) {
|
|
|
|
var tmpStr = $("#comment-edit-text-" + id).val();
|
2017-01-07 15:13:55 +00:00
|
|
|
if (tmpStr == "") {
|
2013-04-23 11:47:57 +00:00
|
|
|
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
|
|
|
|
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
|
|
|
|
openMenu("comment-edit-submit-wrapper-" + id);
|
|
|
|
}
|
|
|
|
var ins = $(obj).html();
|
2017-01-07 14:49:13 +00:00
|
|
|
ins = ins.replace("<","<");
|
|
|
|
ins = ins.replace(">",">");
|
|
|
|
ins = ins.replace("&","&");
|
2017-01-09 01:25:52 +00:00
|
|
|
ins = ins.replace(""","\"");
|
2013-04-23 11:47:57 +00:00
|
|
|
$("#comment-edit-text-" + id).val(tmpStr + ins);
|
|
|
|
}
|
|
|
|
|
|
|
|
function showHideCommentBox(id) {
|
2017-01-07 14:49:13 +00:00
|
|
|
if ($("#comment-edit-form-" + id).is(":visible")) {
|
|
|
|
$("#comment-edit-form-" + id).hide();
|
|
|
|
} else {
|
|
|
|
$("#comment-edit-form-" + id).show();
|
2013-04-23 11:47:57 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|