]> git.mxchange.org Git - friendica.git/blobdiff - view/head.tpl
add site info to site json response
[friendica.git] / view / head.tpl
index 6be3f7940aa9c7aae9373d2f44a8ff168e2bd703..ff66997e7c4877ff9a30ac52b87fa8f1bf670c43 100644 (file)
@@ -1,36 +1,36 @@
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-<base href="$baseurl" />
-<link rel="stylesheet" type="text/css" href="$baseurl/view/style.css" media="all" />
+<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" />
+<link rel="search"
+         href="$baseurl/opensearch" 
+         type="application/opensearchdescription+xml" 
+         title="Search in Friendika" />
 
 <!--[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>
 
-<script type="text/javascript">
-       $(document).ready(function() { NavUpdate(); });
-
-function NavUpdate()
-       {
-               $.get("ping",function(data)
-                       {
-                       $(data).find('result').each(function() {
-                               var net = $(this).find('net').text();
-                               if(net == 0) { net = ''; }
-                               $('#net-update').html(net);
-                               var home = $(this).find('home').text();
-                               if(home == 0) { home = ''; }
-                               $('#home-update').html(home);
-                               var mail = $(this).find('mail').text();
-                               if(mail == 0) { mail = ''; }
-                               $('#mail-update').html(mail);
-                               var intro = $(this).find('intro').text();
-                               if(intro == 0) { intro = ''; }
-                               $('#notify-update').html(intro);
-                       });
-               }) ;
-               setTimeout(NavUpdate,30000);
+       function confirmDelete() { return confirm("$delitem"); }
+       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>
 
+