2014-09-05 18:14:25 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
|
|
<base href="{{$baseurl}}/" />
|
|
|
|
<meta name="generator" content="{{$generator}}" />
|
2016-02-16 18:01:24 -05:00
|
|
|
<link rel="stylesheet" href="view/global.css" type="text/css" media="all" />
|
|
|
|
<link rel="stylesheet" href="library/colorbox/colorbox.css" type="text/css" media="screen" />
|
|
|
|
<link rel="stylesheet" href="library/jgrowl/jquery.jgrowl.css" type="text/css" media="screen" />
|
|
|
|
<link rel="stylesheet" href="library/datetimepicker/jquery.datetimepicker.css" type="text/css" media="screen" />
|
|
|
|
<link rel="stylesheet" href="library/perfect-scrollbar/perfect-scrollbar.min.css" type="text/css" media="screen" />
|
2016-06-16 05:38:12 -04:00
|
|
|
<link rel="stylesheet" href="library/Text_Highlighter/sample.css" type="text/css" media="screen" />
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{$stylesheet}}" media="all" />
|
|
|
|
|
2014-06-17 14:11:35 -04:00
|
|
|
<!--
|
2016-02-16 18:01:24 -05:00
|
|
|
<link rel="shortcut icon" href="images/friendica-32.png" />
|
|
|
|
<link rel="apple-touch-icon" href="images/friendica-128.png"/>
|
2014-06-17 14:11:35 -04:00
|
|
|
-->
|
|
|
|
<link rel="shortcut icon" href="{{$shortcut_icon}}" />
|
|
|
|
<link rel="apple-touch-icon" href="{{$touch_icon}}"/>
|
|
|
|
|
2016-10-01 18:19:43 -04:00
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
<script>
|
2016-10-01 18:53:25 -04:00
|
|
|
// Prevents links to switch to Safari in a home screen app - see https://gist.github.com/irae/1042167
|
2016-10-01 18:19:43 -04: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(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");
|
|
|
|
</script>
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
<link rel="search"
|
2016-10-01 18:19:43 -04:00
|
|
|
href="{{$baseurl}}/opensearch"
|
|
|
|
type="application/opensearchdescription+xml"
|
2013-04-23 07:47:57 -04:00
|
|
|
title="Search in Friendica" />
|
|
|
|
|
|
|
|
<!--[if IE]>
|
|
|
|
<script type="text/javascript" src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
|
<![endif]-->
|
2016-02-16 18:01:24 -05:00
|
|
|
<script type="text/javascript" src="js/modernizr.js" ></script>
|
|
|
|
<script type="text/javascript" src="js/jquery.js" ></script>
|
|
|
|
<!-- <script type="text/javascript" src="js/jquery-migrate.js" ></script>-->
|
|
|
|
<script type="text/javascript" src="js/jquery-migrate.js" ></script>
|
|
|
|
<script type="text/javascript" src="js/jquery.textinputs.js" ></script>
|
2016-04-14 20:25:58 -04:00
|
|
|
<script type="text/javascript" src="library/jquery-textcomplete/jquery.textcomplete.min.js" ></script>
|
2016-04-14 10:23:51 -04:00
|
|
|
<script type="text/javascript" src="js/autocomplete.js" ></script>
|
2016-02-16 18:01:24 -05:00
|
|
|
<script type="text/javascript" src="library/colorbox/jquery.colorbox-min.js"></script>
|
|
|
|
<script type="text/javascript" src="library/jgrowl/jquery.jgrowl_minimized.js"></script>
|
|
|
|
<script type="text/javascript" src="library/datetimepicker/jquery.datetimepicker.js"></script>
|
2016-12-23 20:27:17 -05:00
|
|
|
<script type="text/javascript" src="library/perfect-scrollbar/perfect-scrollbar.jquery.min.js" ></script>
|
2016-02-16 18:01:24 -05:00
|
|
|
<script type="text/javascript" src="js/acl.js" ></script>
|
|
|
|
<script type="text/javascript" src="js/webtoolkit.base64.js" ></script>
|
|
|
|
<script type="text/javascript" src="js/main.js" ></script>
|
2013-04-23 07:47:57 -04:00
|
|
|
<script>
|
|
|
|
|
|
|
|
var updateInterval = {{$update_interval}};
|
|
|
|
var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
|
|
|
|
|
2016-05-10 19:52:05 -04:00
|
|
|
{{* Create an object with the data which is needed for infinite scroll.
|
|
|
|
For the relevant js part look at function loadContent() in main.js. *}}
|
|
|
|
{{if $infinite_scroll}}
|
|
|
|
var infinite_scroll = {
|
2017-01-07 09:49:13 -05:00
|
|
|
"pageno" : {{$infinite_scroll.pageno}},
|
|
|
|
"reload_uri" : "{{$infinite_scroll.reload_uri}}"
|
|
|
|
}
|
2016-05-10 19:52:05 -04:00
|
|
|
{{/if}}
|
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
function confirmDelete() { return confirm("{{$delitem}}"); }
|
2014-05-29 05:51:13 -04:00
|
|
|
function commentExpand(id) {
|
2017-01-07 09:49:13 -05:00
|
|
|
$("#comment-edit-text-" + id).value = "";
|
2014-05-29 05:51:13 -04:00
|
|
|
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
|
|
|
|
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
|
2014-05-29 14:27:06 -04:00
|
|
|
$("#comment-edit-text-" + id).focus();
|
2014-05-29 05:51:13 -04:00
|
|
|
$("#mod-cmnt-wrap-" + id).show();
|
|
|
|
openMenu("comment-edit-submit-wrapper-" + id);
|
|
|
|
return true;
|
|
|
|
}
|
2013-04-23 07:47:57 -04:00
|
|
|
function commentOpen(obj,id) {
|
2017-01-07 10:13:55 -05:00
|
|
|
if (obj.value == "") {
|
2013-04-23 07:47:57 -04: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 10:13:55 -05:00
|
|
|
if (obj.value == "") {
|
2013-04-23 07:47:57 -04: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 10:13:55 -05:00
|
|
|
if (tmpStr == "") {
|
2013-04-23 07:47:57 -04: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 09:49:13 -05:00
|
|
|
ins = ins.replace("<","<");
|
|
|
|
ins = ins.replace(">",">");
|
|
|
|
ins = ins.replace("&","&");
|
2017-01-08 20:25:52 -05:00
|
|
|
ins = ins.replace(""","\"");
|
2013-04-23 07:47:57 -04:00
|
|
|
$("#comment-edit-text-" + id).val(tmpStr + ins);
|
|
|
|
}
|
|
|
|
|
|
|
|
function qCommentInsert(obj,id) {
|
|
|
|
var tmpStr = $("#comment-edit-text-" + id).val();
|
2017-01-07 10:13:55 -05:00
|
|
|
if (tmpStr == "") {
|
2013-04-23 07:47:57 -04: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).val();
|
2017-01-07 09:49:13 -05:00
|
|
|
ins = ins.replace("<","<");
|
|
|
|
ins = ins.replace(">",">");
|
|
|
|
ins = ins.replace("&","&");
|
2017-01-08 20:25:52 -05:00
|
|
|
ins = ins.replace(""","\"");
|
2013-04-23 07:47:57 -04:00
|
|
|
$("#comment-edit-text-" + id).val(tmpStr + ins);
|
2017-01-07 09:49:13 -05:00
|
|
|
$(obj).val("");
|
2013-04-23 07:47:57 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
window.showMore = "{{$showmore}}";
|
|
|
|
window.showFewer = "{{$showfewer}}";
|
|
|
|
|
|
|
|
function showHideCommentBox(id) {
|
2017-01-07 09:49:13 -05:00
|
|
|
if ($("#comment-edit-form-" + id).is(":visible")) {
|
|
|
|
$("#comment-edit-form-" + id).hide();
|
|
|
|
} else {
|
|
|
|
$("#comment-edit-form-" + id).show();
|
2013-04-23 07:47:57 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|