@ -1 +0,0 @@ | |||
<h1>$message</h1> |
@ -1,26 +0,0 @@ | |||
<div id="acl-wrapper"> | |||
<input id="acl-search"> | |||
<a href="#" id="acl-showall">$showall</a> | |||
<div id="acl-list"> | |||
<div id="acl-list-content"> | |||
</div> | |||
</div> | |||
<span id="acl-fields"></span> | |||
</div> | |||
<div class="acl-list-item" rel="acl-template" style="display:none"> | |||
<img data-src="{0}"><p>{1}</p> | |||
<a href="#" class='acl-button-show'>$show</a> | |||
<a href="#" class='acl-button-hide'>$hide</a> | |||
</div> | |||
<script> | |||
$(document).ready(function() { | |||
if(typeof acl=="undefined"){ | |||
acl = new ACL( | |||
baseurl+"/acl", | |||
[ $allowcid,$allowgid,$denycid,$denygid ] | |||
); | |||
} | |||
}); | |||
</script> |
@ -1,42 +0,0 @@ | |||
<script> | |||
// update pending count // | |||
$(function(){ | |||
$("nav").bind('nav-update', function(e,data){ | |||
var elm = $('#pending-update'); | |||
var register = $(data).find('register').text(); | |||
if (register=="0") { register=""; elm.hide();} else { elm.show(); } | |||
elm.html(register); | |||
}); | |||
}); | |||
</script> | |||
<h4><a href="$admurl">$admtxt</a></h4> | |||
<ul class='admin linklist'> | |||
<li class='admin link button $admin.site.2'><a href='$admin.site.0'>$admin.site.1</a></li> | |||
<li class='admin link button $admin.users.2'><a href='$admin.users.0'>$admin.users.1</a><span id='pending-update' title='$h_pending'></span></li> | |||
<li class='admin link button $admin.plugins.2'><a href='$admin.plugins.0'>$admin.plugins.1</a></li> | |||
<li class='admin link button $admin.themes.2'><a href='$admin.themes.0'>$admin.themes.1</a></li> | |||
<li class='admin link button $admin.dbsync.2'><a href='$admin.dbsync.0'>$admin.dbsync.1</a></li> | |||
</ul> | |||
{{ if $admin.update }} | |||
<ul class='admin linklist'> | |||
<li class='admin link button $admin.update.2'><a href='$admin.update.0'>$admin.update.1</a></li> | |||
<li class='admin link button $admin.update.2'><a href='https://kakste.com/profile/inthegit'>Important Changes</a></li> | |||
</ul> | |||
{{ endif }} | |||
{{ if $admin.plugins_admin }}<h4>$plugadmtxt</h4>{{ endif }} | |||
<ul class='admin linklist'> | |||
{{ for $admin.plugins_admin as $l }} | |||
<li class='admin link button $l.2'><a href='$l.0'>$l.1</a></li> | |||
{{ endfor }} | |||
</ul> | |||
<h4>$logtxt</h4> | |||
<ul class='admin linklist'> | |||
<li class='admin link button $admin.logs.2'><a href='$admin.logs.0'>$admin.logs.1</a></li> | |||
</ul> | |||
@ -1,19 +0,0 @@ | |||
<div id='adminpage'> | |||
<h1>$title - $page</h1> | |||
<form action="$baseurl/admin/logs" method="post"> | |||
<input type='hidden' name='form_security_token' value='$form_security_token'> | |||
{{ inc field_checkbox.tpl with $field=$debugging }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$logfile }}{{ endinc }} | |||
{{ inc field_select.tpl with $field=$loglevel }}{{ endinc }} | |||
<div class="submit"><input type="submit" name="page_logs" value="$submit" /></div> | |||
</form> | |||
<h3>$logname</h3> | |||
<div style="width:100%; height:400px; overflow: auto; "><pre>$data</pre></div> | |||
<!-- <iframe src='$baseurl/$logname' style="width:100%; height:400px"></iframe> --> | |||
<!-- <div class="submit"><input type="submit" name="page_logs_clear_log" value="$clear" /></div> --> | |||
</div> |
@ -1,15 +0,0 @@ | |||
<div id='adminpage'> | |||
<h1>$title - $page</h1> | |||
<ul id='pluginslist'> | |||
{{ for $plugins as $p }} | |||
<li class='plugin $p.1'> | |||
<a class='toggleplugin' href='$baseurl/admin/$function/$p.0?a=t&t=$form_security_token' title="{{if $p.1==on }}Disable{{ else }}Enable{{ endif }}" ><span class='icon $p.1'></span></a> | |||
<a href='$baseurl/admin/$function/$p.0'><span class='name'>$p.2.name</span></a> - <span class="version">$p.2.version</span> | |||
{{ if $p.2.experimental }} $experimental {{ endif }}{{ if $p.2.unsupported }} $unsupported {{ endif }} | |||
<div class='desc'>$p.2.description</div> | |||
</li> | |||
{{ endfor }} | |||
</ul> | |||
</div> |
@ -1,36 +0,0 @@ | |||
<div id='adminpage'> | |||
<h1>$title - $page</h1> | |||
<p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/$function/$plugin/?a=t&t=$form_security_token">$action</a></p> | |||
<p>$info.description</p> | |||
<p class="author">$str_author | |||
{{ for $info.author as $a }} | |||
{{ if $a.link }}<a href="$a.link">$a.name</a>{{ else }}$a.name{{ endif }}, | |||
{{ endfor }} | |||
</p> | |||
<p class="maintainer">$str_maintainer | |||
{{ for $info.maintainer as $a }} | |||
{{ if $a.link }}<a href="$a.link">$a.name</a>{{ else }}$a.name{{ endif }}, | |||
{{ endfor }} | |||
</p> | |||
{{ if $screenshot }} | |||
<a href="$screenshot.0" class='screenshot'><img src="$screenshot.0" alt="$screenshot.1" /></a> | |||
{{ endif }} | |||
{{ if $admin_form }} | |||
<h3>$settings</h3> | |||
<form method="post" action="$baseurl/admin/$function/$plugin/"> | |||
$admin_form | |||
</form> | |||
{{ endif }} | |||
{{ if $readme }} | |||
<h3>Readme</h3> | |||
<div id="plugin_readme"> | |||
$readme | |||
</div> | |||
{{ endif }} | |||
</div> |
@ -1,98 +0,0 @@ | |||
<script src="js/jquery.htmlstream.js"></script> | |||
<script> | |||
/* ajax updater */ | |||
function updateEnd(data){ | |||
//$("#updatepopup .panel_text").html(data); | |||
$("#remoteupdate_form").find("input").removeAttr('disabled'); | |||
$(".panel_action_close").fadeIn() | |||
} | |||
function updateOn(data){ | |||
var patt=/ยง([^ยง]*)ยง/g; | |||
var matches = data.match(patt); | |||
$(matches).each(function(id,data){ | |||
data = data.replace(/ยง/g,""); | |||
d = data.split("@"); | |||
console.log(d); | |||
elm = $("#updatepopup .panel_text #"+d[0]); | |||
html = "<div id='"+d[0]+"' class='progress'>"+d[1]+"<span>"+d[2]+"</span></div>"; | |||
if (elm.length==0){ | |||
$("#updatepopup .panel_text").append(html); | |||
} else { | |||
$(elm).replaceWith(html); | |||
} | |||
}); | |||
} | |||
$(function(){ | |||
$("#remoteupdate_form").submit(function(){ | |||
var data={}; | |||
$(this).find("input").each(function(i, e){ | |||
name = $(e).attr('name'); | |||
value = $(e).val(); | |||
e.disabled = true; | |||
data[name]=value; | |||
}); | |||
$("#updatepopup .panel_text").html(""); | |||
$("#updatepopup").show(); | |||
$("#updatepopup .panel").hide().slideDown(500); | |||
$(".panel_action_close").hide().click(function(){ | |||
$("#updatepopup .panel").slideUp(500, function(){ | |||
$("#updatepopup").hide(); | |||
}); | |||
}); | |||
$.post( | |||
$(this).attr('action'), | |||
data, | |||
updateEnd, | |||
'text', | |||
updateOn | |||
); | |||
return false; | |||
}) | |||
}); | |||
</script> | |||
<div id="updatepopup" class="popup"> | |||
<div class="background"></div> | |||
<div class="panel"> | |||
<div class="panel_in"> | |||
<h1>Friendica Update</h1> | |||
<div class="panel_text"></div> | |||
<div class="panel_actions"> | |||
<input type="button" value="$close" class="panel_action_close"> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
<div id="adminpage"> | |||
<dl> <dt>Your version:</dt><dd>$localversion</dd> </dl> | |||
{{ if $needupdate }} | |||
<dl> <dt>New version:</dt><dd>$remoteversion</dd> </dl> | |||
<form id="remoteupdate_form" method="POST" action="$baseurl/admin/update"> | |||
<input type="hidden" name="$remotefile.0" value="$remotefile.2"> | |||
{{ if $canwrite }} | |||
<div class="submit"><input type="submit" name="remoteupdate" value="$submit" /></div> | |||
{{ else }} | |||
<h3>Your friendica installation is not writable by web server.</h3> | |||
{{ if $canftp }} | |||
<p>You can try to update via FTP</p> | |||
{{ inc field_input.tpl with $field=$ftphost }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$ftppath }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$ftpuser }}{{ endinc }} | |||
{{ inc field_password.tpl with $field=$ftppwd }}{{ endinc }} | |||
<div class="submit"><input type="submit" name="remoteupdate" value="$submit" /></div> | |||
{{ endif }} | |||
{{ endif }} | |||
</form> | |||
{{ else }} | |||
<h4>No updates</h4> | |||
{{ endif }} | |||
</div> |
@ -1,116 +0,0 @@ | |||
<script> | |||
$(function(){ | |||
$("#cnftheme").click(function(){ | |||
$.colorbox({ | |||
width: 800, | |||
height: '90%', | |||
/*onOpen: function(){ | |||
var theme = $("#id_theme :selected").val(); | |||
$("#cnftheme").attr('href',"$baseurl/admin/themes/"+theme); | |||
},*/ | |||
href: "$baseurl/admin/themes/" + $("#id_theme :selected").val(), | |||
onComplete: function(){ | |||
$("div#fancybox-content form").submit(function(e){ | |||
var url = $(this).attr('action'); | |||
// can't get .serialize() to work... | |||
var data={}; | |||
$(this).find("input").each(function(){ | |||
data[$(this).attr('name')] = $(this).val(); | |||
}); | |||
$(this).find("select").each(function(){ | |||
data[$(this).attr('name')] = $(this).children(":selected").val(); | |||
}); | |||
console.log(":)", url, data); | |||
$.post(url, data, function(data) { | |||
if(timer) clearTimeout(timer); | |||
NavUpdate(); | |||
$.colorbox.close(); | |||
}) | |||
return false; | |||
}); | |||
} | |||
}); | |||
return false; | |||
}); | |||
}); | |||
</script> | |||
<div id='adminpage'> | |||
<h1>$title - $page</h1> | |||
<form action="$baseurl/admin/site" method="post"> | |||
<input type='hidden' name='form_security_token' value='$form_security_token'> | |||
{{ inc field_input.tpl with $field=$sitename }}{{ endinc }} | |||
{{ inc field_textarea.tpl with $field=$banner }}{{ endinc }} | |||
{{ inc field_select.tpl with $field=$language }}{{ endinc }} | |||
{{ inc field_select.tpl with $field=$theme }}{{ endinc }} | |||
{{ inc field_select.tpl with $field=$theme_mobile }}{{ endinc }} | |||
{{ inc field_select.tpl with $field=$ssl_policy }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$new_share }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$hide_help }}{{ endinc }} | |||
{{ inc field_select.tpl with $field=$singleuser }}{{ endinc }} | |||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div> | |||
<h3>$registration</h3> | |||
{{ inc field_input.tpl with $field=$register_text }}{{ endinc }} | |||
{{ inc field_select.tpl with $field=$register_policy }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$daily_registrations }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$no_multi_reg }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$no_openid }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$no_regfullname }}{{ endinc }} | |||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div> | |||
<h3>$upload</h3> | |||
{{ inc field_input.tpl with $field=$maximagesize }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$maximagelength }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$jpegimagequality }}{{ endinc }} | |||
<h3>$corporate</h3> | |||
{{ inc field_input.tpl with $field=$allowed_sites }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$allowed_email }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$block_public }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$force_publish }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$no_community_page }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$ostatus_disabled }}{{ endinc }} | |||
{{ inc field_select.tpl with $field=$ostatus_poll_interval }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$diaspora_enabled }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$dfrn_only }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$global_directory }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$thread_allow }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$newuser_private }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$enotify_no_content }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$private_addons }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$disable_embedded }}{{ endinc }} | |||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div> | |||
<h3>$advanced</h3> | |||
{{ inc field_checkbox.tpl with $field=$no_utf }}{{ endinc }} | |||
{{ inc field_checkbox.tpl with $field=$verifyssl }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$proxy }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$proxyuser }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$timeout }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$delivery_interval }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$poll_interval }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$maxloadavg }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$abandon_days }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$lockpath }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$temppath }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$basepath }}{{ endinc }} | |||
<h3>$performance</h3> | |||
{{ inc field_checkbox.tpl with $field=$use_fulltext_engine }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$itemcache }}{{ endinc }} | |||
{{ inc field_input.tpl with $field=$itemcache_duration }}{{ endinc }} | |||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div> | |||
</form> | |||
</div> |
@ -1,40 +0,0 @@ | |||
<div id='adminpage'> | |||
<h1>$title - $page</h1> | |||
<dl> | |||
<dt>$queues.label</dt> | |||
<dd>$queues.deliverq - $queues.queue</dd> | |||
</dl> | |||
<dl> | |||
<dt>$pending.0</dt> | |||
<dd>$pending.1</dt> | |||
</dl> | |||
<dl> | |||
<dt>$users.0</dt> | |||
<dd>$users.1</dd> | |||
</dl> | |||
{{ for $accounts as $p }} | |||
<dl> | |||
<dt>$p.0</dt> | |||
<dd>{{ if $p.1 }}$p.1{{ else }}0{{ endif }}</dd> | |||
</dl> | |||
{{ endfor }} | |||
<dl> | |||
<dt>$plugins.0</dt> | |||
{{ for $plugins.1 as $p }} | |||
<dd>$p</dd> | |||
{{ endfor }} | |||
</dl> | |||
<dl> | |||
<dt>$version.0</dt> | |||
<dd>$version.1 - $build</dt> | |||
</dl> | |||
</div> |
@ -1,98 +0,0 @@ | |||
<script> | |||
function confirm_delete(uname){ | |||
return confirm( "$confirm_delete".format(uname)); | |||
} | |||
function confirm_delete_multi(){ | |||
return confirm("$confirm_delete_multi"); | |||
} | |||
function selectall(cls){ | |||
$("."+cls).attr('checked','checked'); | |||
return false; | |||
} | |||
</script> | |||
<div id='adminpage'> | |||
<h1>$title - $page</h1> | |||
<form action="$baseurl/admin/users" method="post"> | |||
<input type='hidden' name='form_security_token' value='$form_security_token'> | |||
<h3>$h_pending</h3> | |||
{{ if $pending }} | |||
<table id='pending'> | |||
<thead> | |||
<tr> | |||
{{ for $th_pending as $th }}<th>$th</th>{{ endfor }} | |||
<th></th> | |||
<th></th> | |||
</tr> | |||
</thead> | |||
<tbody> | |||
{{ for $pending as $u }} | |||
<tr> | |||
<td class="created">$u.created</td> | |||
<td class="name">$u.name</td> | |||
<td class="email">$u.email</td> | |||
<td class="checkbox"><input type="checkbox" class="pending_ckbx" id="id_pending_$u.hash" name="pending[]" value="$u.hash" /></td> | |||
<td class="tools"> | |||
<a href="$baseurl/regmod/allow/$u.hash" title='$approve'><span class='icon like'></span></a> | |||
<a href="$baseurl/regmod/deny/$u.hash" title='$deny'><span class='icon dislike'></span></a> | |||
</td> | |||
</tr> | |||
{{ endfor }} | |||
</tbody> | |||
</table> | |||
<div class='selectall'><a href='#' onclick="return selectall('pending_ckbx');">$select_all</a></div> | |||
<div class="submit"><input type="submit" name="page_users_deny" value="$deny"/> <input type="submit" name="page_users_approve" value="$approve" /></div> | |||
{{ else }} | |||
<p>$no_pending</p> | |||
{{ endif }} | |||
<h3>$h_users</h3> | |||
{{ if $users }} | |||
<table id='users'> | |||
<thead> | |||
<tr> | |||
<th></th> | |||
{{ for $th_users as $th }}<th>$th</th>{{ endfor }} | |||
<th></th> | |||
<th></th> | |||
</tr> | |||
</thead> | |||
<tbody> | |||
{{ for $users as $u }} | |||
<tr> | |||
<td><img src="$u.micro" alt="$u.nickname" title="$u.nickname"></td> | |||
<td class='name'><a href="$u.url" title="$u.nickname" >$u.name</a></td> | |||
<td class='email'>$u.email</td> | |||
<td class='register_date'>$u.register_date</td> | |||
<td class='login_date'>$u.login_date</td> | |||
<td class='lastitem_date'>$u.lastitem_date</td> | |||
<td class='login_date'>$u.page_flags {{ if $u.is_admin }}($siteadmin){{ endif }} {{ if $u.account_expired }}($accountexpired){{ endif }}</td> | |||
<td class="checkbox"> | |||
{{ if $u.is_admin }} | |||
| |||
{{ else }} | |||
<input type="checkbox" class="users_ckbx" id="id_user_$u.uid" name="user[]" value="$u.uid"/></td> | |||
{{ endif }} | |||
<td class="tools"> | |||
{{ if $u.is_admin }} | |||
| |||
{{ else }} | |||
<a href="$baseurl/admin/users/block/$u.uid?t=$form_security_token" title='{{ if $u.blocked }}$unblock{{ else }}$block{{ endif }}'><span class='icon block {{ if $u.blocked==0 }}dim{{ endif }}'></span></a> | |||
<a href="$baseurl/admin/users/delete/$u.uid?t=$form_security_token" title='$delete' onclick="return confirm_delete('$u.name')"><span class='icon drop'></span></a> | |||
{{ endif }} | |||
</td> | |||
</tr> | |||
{{ endfor }} | |||
</tbody> | |||
</table> | |||
<div class='selectall'><a href='#' onclick="return selectall('users_ckbx');">$select_all</a></div> | |||
<div class="submit"><input type="submit" name="page_users_block" value="$block/$unblock" /> <input type="submit" name="page_users_delete" value="$delete" onclick="return confirm_delete_multi()" /></div> | |||
{{ else }} | |||
NO USERS?!? | |||
{{ endif }} | |||
</form> | |||
</div> |
@ -1,15 +0,0 @@ | |||
<div id="photo-album-edit-wrapper"> | |||
<form name="photo-album-edit-form" id="photo-album-edit-form" action="photos/$nickname/album/$hexalbum" method="post" > | |||
<label id="photo-album-edit-name-label" for="photo-album-edit-name" >$nametext</label> | |||
<input type="text" size="64" name="albumname" value="$album" > | |||
<div id="photo-album-edit-name-end"></div> | |||
<input id="photo-album-edit-submit" type="submit" name="submit" value="$submit" /> | |||
<input id="photo-album-edit-drop" type="submit" name="dropalbum" value="$dropsubmit" onclick="return confirmDelete();" /> | |||
</form> | |||
</div> | |||
<div id="photo-album-edit-end" ></div> |
@ -1,66 +0,0 @@ | |||
<config> | |||
<site> | |||
<name>$config.site.name</name> | |||
<server>$config.site.server</server> | |||
<theme>default</theme> | |||
<path></path> | |||
<logo>$config.site.logo</logo> | |||
<fancy>true</fancy> | |||
<language>en</language> | |||
<email>$config.site.email</email> | |||
<broughtby></broughtby> | |||
<broughtbyurl></broughtbyurl> | |||
<timezone>UTC</timezone> | |||
<closed>$config.site.closed</closed> | |||
<inviteonly>false</inviteonly> | |||
<private>$config.site.private</private> | |||
<textlimit>$config.site.textlimit</textlimit> | |||
<ssl>$config.site.ssl</ssl> | |||
<sslserver>$config.site.sslserver</sslserver> | |||
<shorturllength>30</shorturllength> | |||
</site> | |||
<license> | |||
<type>cc</type> | |||
<owner></owner> | |||
<url>http://creativecommons.org/licenses/by/3.0/</url> | |||
<title>Creative Commons Attribution 3.0</title> | |||
<image>http://i.creativecommons.org/l/by/3.0/80x15.png</image> | |||
</license> | |||
<nickname> | |||
<featured></featured> | |||
</nickname> | |||
<profile> | |||
<biolimit></biolimit> | |||
</profile> | |||
<group> | |||
<desclimit></desclimit> | |||
</group> | |||
<notice> | |||
<contentlimit></contentlimit> | |||
</notice> | |||
<throttle> | |||
<enabled>false</enabled> | |||
<count>20</count> | |||
<timespan>600</timespan> | |||
</throttle> | |||
<xmpp> | |||
<enabled>false</enabled> | |||
<server>INVALID SERVER</server> | |||
<port>5222</port> | |||
<user>update</user> | |||
</xmpp> | |||
<integration> | |||
<source>StatusNet</source> | |||
</integration> | |||
<attachments> | |||
<uploads>false</uploads> | |||
<file_quota>0</file_quota> | |||
</attachments> | |||
</config> |
@ -1,7 +0,0 @@ | |||
<!-- TEMPLATE APPEARS UNUSED --> | |||
<users type="array"> | |||
{{for $users as $u }} | |||
{{inc api_user_xml.tpl with $user=$u }}{{endinc}} | |||
{{endfor}} | |||
</users> |
@ -1,6 +0,0 @@ | |||
<hash> | |||
<remaining-hits type="integer">$hash.remaining_hits</remaining-hits> | |||
<hourly-limit type="integer">$hash.hourly_limit</hourly-limit> | |||
<reset-time type="datetime">$hash.reset_time</reset-time> | |||
<reset_time_in_seconds type="integer">$hash.resettime_in_seconds</reset_time_in_seconds> | |||
</hash> |
@ -1,46 +0,0 @@ | |||
<status>{{ if $status }} | |||
<created_at>$status.created_at</created_at> | |||
<id>$status.id</id> | |||
<text>$status.text</text> | |||
<source>$status.source</source> | |||
<truncated>$status.truncated</truncated> | |||
<in_reply_to_status_id>$status.in_reply_to_status_id</in_reply_to_status_id> | |||
<in_reply_to_user_id>$status.in_reply_to_user_id</in_reply_to_user_id> | |||
<favorited>$status.favorited</favorited> | |||
<in_reply_to_screen_name>$status.in_reply_to_screen_name</in_reply_to_screen_name> | |||
<geo>$status.geo</geo> | |||
<coordinates>$status.coordinates</coordinates> | |||
<place>$status.place</place> | |||
<contributors>$status.contributors</contributors> | |||
<user> | |||
<id>$status.user.id</id> | |||
<name>$status.user.name</name> | |||
<screen_name>$status.user.screen_name</screen_name> | |||
<location>$status.user.location</location> | |||
<description>$status.user.description</description> | |||
<profile_image_url>$status.user.profile_image_url</profile_image_url> | |||
<url>$status.user.url</url> | |||
<protected>$status.user.protected</protected> | |||
<followers_count>$status.user.followers</followers_count> | |||
<profile_background_color>$status.user.profile_background_color</profile_background_color> | |||
<profile_text_color>$status.user.profile_text_color</profile_text_color> | |||
<profile_link_color>$status.user.profile_link_color</profile_link_color> | |||
<profile_sidebar_fill_color>$status.user.profile_sidebar_fill_color</profile_sidebar_fill_color> | |||
<profile_sidebar_border_color>$status.user.profile_sidebar_border_color</profile_sidebar_border_color> | |||
<friends_count>$status.user.friends_count</friends_count> | |||
<created_at>$status.user.created_at</created_at> | |||
<favourites_count>$status.user.favourites_count</favourites_count> | |||
<utc_offset>$status.user.utc_offset</utc_offset> | |||
<time_zone>$status.user.time_zone</time_zone> | |||
<profile_background_image_url>$status.user.profile_background_image_url</profile_background_image_url> | |||
<profile_background_tile>$status.user.profile_background_tile</profile_background_tile> | |||
<profile_use_background_image>$status.user.profile_use_background_image</profile_use_background_image> | |||
<notifications></notifications> | |||
<geo_enabled>$status.user.geo_enabled</geo_enabled> | |||
<verified>$status.user.verified</verified> | |||
<following></following> | |||
<statuses_count>$status.user.statuses_count</statuses_count> | |||
<lang>$status.user.lang</lang> | |||
<contributors_enabled>$status.user.contributors_enabled</contributors_enabled> | |||
</user> | |||
{{ endif }}</status> |
@ -1 +0,0 @@ | |||
<ok>$ok</ok> |
@ -1,90 +0,0 @@ | |||
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:georss="http://www.georss.org/georss" xmlns:activity="http://activitystrea.ms/spec/1.0/" xmlns:media="http://purl.org/syndication/atommedia" xmlns:poco="http://portablecontacts.net/spec/1.0" xmlns:ostatus="http://ostatus.org/schema/1.0" xmlns:statusnet="http://status.net/schema/api/1/"> | |||
<generator uri="http://status.net" version="0.9.7">StatusNet</generator> | |||
<id>$rss.self</id> | |||
<title>Friendica</title> | |||
<subtitle>Friendica API feed</subtitle> | |||
<logo>$rss.logo</logo> | |||
<updated>$rss.atom_updated</updated> | |||
<link type="text/html" rel="alternate" href="$rss.alternate"/> | |||
<link type="application/atom+xml" rel="self" href="$rss.self"/> | |||
<author> | |||
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type> | |||
<uri>$user.url</uri> | |||
<name>$user.name</name> | |||
<link rel="alternate" type="text/html" href="$user.url"/> | |||
<link rel="avatar" type="image/jpeg" media:width="106" media:height="106" href="$user.profile_image_url"/> | |||
<link rel="avatar" type="image/jpeg" media:width="96" media:height="96" href="$user.profile_image_url"/> | |||
<link rel="avatar" type="image/jpeg" media:width="48" media:height="48" href="$user.profile_image_url"/> | |||
<link rel="avatar" type="image/jpeg" media:width="24" media:height="24" href="$user.profile_image_url"/> | |||
<georss:point></georss:point> | |||
<poco:preferredUsername>$user.screen_name</poco:preferredUsername> | |||
<poco:displayName>$user.name</poco:displayName> | |||
<poco:urls> | |||
<poco:type>homepage</poco:type> | |||
<poco:value>$user.url</poco:value> | |||
<poco:primary>true</poco:primary> | |||
</poco:urls> | |||
<statusnet:profile_info local_id="$user.id"></statusnet:profile_info> | |||
</author> | |||
<!--Deprecation warning: activity:subject is present only for backward compatibility. It will be removed in the next version of StatusNet.--> | |||
<activity:subject> | |||
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type> | |||
<id>$user.contact_url</id> | |||
<title>$user.name</title> | |||
<link rel="alternate" type="text/html" href="$user.url"/> | |||
<link rel="avatar" type="image/jpeg" media:width="106" media:height="106" href="$user.profile_image_url"/> | |||
<link rel="avatar" type="image/jpeg" media:width="96" media:height="96" href="$user.profile_image_url"/> | |||
<link rel="avatar" type="image/jpeg" media:width="48" media:height="48" href="$user.profile_image_url"/> | |||
<link rel="avatar" type="image/jpeg" media:width="24" media:height="24" href="$user.profile_image_url"/> | |||
<poco:preferredUsername>$user.screen_name</poco:preferredUsername> | |||
<poco:displayName>$user.name</poco:displayName> | |||
<poco:urls> | |||
<poco:type>homepage</poco:type> | |||
<poco:value>$user.url</poco:value> | |||
<poco:primary>true</poco:primary> | |||
</poco:urls> | |||
<statusnet:profile_info local_id="$user.id"></statusnet:profile_info> | |||
</activity:subject> | |||
{{ for $statuses as $status }} | |||
<entry> | |||
<activity:object-type>$status.objecttype</activity:object-type> | |||
<id>$status.message_id</id> | |||
<title>$status.text</title> | |||
<content type="html">$status.statusnet_html</content> | |||
<link rel="alternate" type="text/html" href="$status.url"/> | |||
<activity:verb>$status.verb</activity:verb> | |||
<published>$status.published</published> | |||
<updated>$status.updated</updated> | |||
<link rel="self" type="application/atom+xml" href="$status.self"/> | |||
<link rel="edit" type="application/atom+xml" href="$status.edit"/> | |||
<statusnet:notice_info local_id="$status.id" source="$status.source" > | |||
</statusnet:notice_info> | |||
<author> | |||
<activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type> | |||
<uri>$status.user.url</uri> | |||
<name>$status.user.name</name> | |||
<link rel="alternate" type="text/html" href="$status.user.url"/> | |||
<link rel="avatar" type="image/jpeg" media:width="48" media:height="48" href="$status.user.profile_image_url"/> | |||
<georss:point/> | |||
<poco:preferredUsername>$status.user.screen_name</poco:preferredUsername> | |||
<poco:displayName>$status.user.name</poco:displayName> | |||
<poco:address/> | |||
<poco:urls> | |||
<poco:type>homepage</poco:type> | |||
<poco:value>$status.user.url</poco:value> | |||
<poco:primary>true</poco:primary> | |||
</poco:urls> | |||
</author> | |||
<link rel="ostatus:conversation" type="text/html" href="$status.url"/> | |||
</entry> | |||
{{ endfor }} | |||
</feed> |
@ -1,26 +0,0 @@ | |||
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:georss="http://www.georss.org/georss" xmlns:twitter="http://api.twitter.com"> | |||
<channel> | |||
<title>Friendica</title> | |||
<link>$rss.alternate</link> | |||
<atom:link type="application/rss+xml" rel="self" href="$rss.self"/> | |||
<description>Friendica timeline</description> | |||
<language>$rss.language</language> | |||
<ttl>40</ttl> | |||
<image> | |||
<link>$user.link</link> | |||
<title>$user.name's items</title> | |||
<url>$user.profile_image_url</url> | |||
</image> | |||
{{ for $statuses as $status }} | |||
<item> | |||
<title>$status.user.name: $status.text</title> | |||
<description>$status.text</description> | |||
<pubDate>$status.created_at</pubDate> | |||
<guid>$status.url</guid> | |||
<link>$status.url</link> | |||
<twitter:source>$status.source</twitter:source> | |||
</item> | |||
{{ endfor }} | |||
</channel> | |||
</rss> |
@ -1,20 +0,0 @@ | |||
<statuses type="array" xmlns:statusnet="http://status.net/schema/api/1/"> | |||
{{ for $statuses as $status }} <status> | |||
<text>$status.text</text> | |||
<truncated>$status.truncated</truncated> | |||
<created_at>$status.created_at</created_at> | |||
<in_reply_to_status_id>$status.in_reply_to_status_id</in_reply_to_status_id> | |||
<source>$status.source</source> | |||
<id>$status.id</id> | |||
<in_reply_to_user_id>$status.in_reply_to_user_id</in_reply_to_user_id> | |||
<in_reply_to_screen_name>$status.in_reply_to_screen_name</in_reply_to_screen_name> | |||
<geo>$status.geo</geo> | |||
<favorited>$status.favorited</favorited> | |||
{{ inc api_user_xml.tpl with $user=$status.user }}{{ endinc }} <statusnet:html>$status.statusnet_html</statusnet:html> | |||
<statusnet:conversation_id>$status.statusnet_conversation_id</statusnet:conversation_id> | |||
<url>$status.url</url> | |||
<coordinates>$status.coordinates</coordinates> | |||
<place>$status.place</place> | |||
<contributors>$status.contributors</contributors> | |||
</status> | |||
{{ endfor }}</statuses> |
@ -1,46 +0,0 @@ | |||
<user> | |||
<id>$user.id</id> | |||
<name>$user.name</name> | |||
<screen_name>$user.screen_name</screen_name> | |||
<location>$user.location</location> | |||
<description>$user.description</description> | |||
<profile_image_url>$user.profile_image_url</profile_image_url> | |||
<url>$user.url</url> | |||
<protected>$user.protected</protected> | |||
<followers_count>$user.followers_count</followers_count> | |||
<friends_count>$user.friends_count</friends_count> | |||
<created_at>$user.created_at</created_at> | |||
<favourites_count>$user.favourites_count</favourites_count> | |||
<utc_offset>$user.utc_offset</utc_offset> | |||
<time_zone>$user.time_zone</time_zone> | |||
<statuses_count>$user.statuses_count</statuses_count> | |||
<following>$user.following</following> | |||
<profile_background_color>$user.profile_background_color</profile_background_color> | |||
<profile_text_color>$user.profile_text_color</profile_text_color> | |||
<profile_link_color>$user.profile_link_color</profile_link_color> | |||
<profile_sidebar_fill_color>$user.profile_sidebar_fill_color</profile_sidebar_fill_color> | |||
<profile_sidebar_border_color>$user.profile_sidebar_border_color</profile_sidebar_border_color> | |||
<profile_background_image_url>$user.profile_background_image_url</profile_background_image_url> | |||
<profile_background_tile>$user.profile_background_tile</profile_background_tile> | |||
<profile_use_background_image>$user.profile_use_background_image</profile_use_background_image> | |||
<notifications>$user.notifications</notifications> | |||
<geo_enabled>$user.geo_enabled</geo_enabled> | |||
<verified>$user.verified</verified> | |||
<lang>$user.lang</lang> | |||
<contributors_enabled>$user.contributors_enabled</contributors_enabled> | |||
<status>{{ if $user.status }} | |||
<created_at>$user.status.created_at</created_at> | |||
<id>$user.status.id</id> | |||
<text>$user.status.text</text> | |||
<source>$user.status.source</source> | |||
<truncated>$user.status.truncated</truncated> | |||
<in_reply_to_status_id>$user.status.in_reply_to_status_id</in_reply_to_status_id> | |||
<in_reply_to_user_id>$user.status.in_reply_to_user_id</in_reply_to_user_id> | |||
<favorited>$user.status.favorited</favorited> | |||
<in_reply_to_screen_name>$user.status.in_reply_to_screen_name</in_reply_to_screen_name> | |||
<geo>$user.status.geo</geo> | |||
<coordinates>$user.status.coordinates</coordinates> | |||
<place>$user.status.place</place> | |||
<contributors>$user.status.contributors</contributors> | |||
{{ endif }}</status> | |||
</user> |
@ -1,7 +0,0 @@ | |||
<h3>$title</h3> | |||
<ul> | |||
{{ for $apps as $ap }} | |||
<li>$ap</li> | |||
{{ endfor }} | |||
</ul> |
@ -1,29 +0,0 @@ | |||
<?xml version="1.0" encoding="utf-8" ?> | |||
<feed xmlns="http://www.w3.org/2005/Atom" | |||
xmlns:thr="http://purl.org/syndication/thread/1.0" | |||
xmlns:at="http://purl.org/atompub/tombstones/1.0" | |||
xmlns:media="http://purl.org/syndication/atommedia" | |||
xmlns:dfrn="http://purl.org/macgirvin/dfrn/1.0" | |||
xmlns:as="http://activitystrea.ms/spec/1.0/" | |||
xmlns:georss="http://www.georss.org/georss" | |||
xmlns:poco="http://portablecontacts.net/spec/1.0" | |||
xmlns:ostatus="http://ostatus.org/schema/1.0" | |||
xmlns:statusnet="http://status.net/schema/api/1/" > | |||
<id>$feed_id</id> | |||
<title>$feed_title</title> | |||
<generator uri="http://friendica.com" version="$version">Friendica</generator> | |||
<link rel="license" href="http://creativecommons.org/licenses/by/3.0/" /> | |||
$hub | |||
$salmon | |||
$community | |||
<updated>$feed_updated</updated> | |||
<dfrn:owner> | |||
<name dfrn:updated="$namdate" >$name</name> | |||
<uri dfrn:updated="$uridate" >$profile_page</uri> | |||
<link rel="photo" type="image/jpeg" dfrn:updated="$picdate" media:width="175" media:height="175" href="$photo" /> | |||
<link rel="avatar" type="image/jpeg" dfrn:updated="$picdate" media:width="175" media:height="175" href="$photo" /> | |||
$birthday | |||
</dfrn:owner> |
@ -1,29 +0,0 @@ | |||
<?xml version="1.0" encoding="utf-8" ?> | |||
<feed xmlns="http://www.w3.org/2005/Atom" | |||
xmlns:thr="http://purl.org/syndication/thread/1.0" | |||
xmlns:at="http://purl.org/atompub/tombstones/1.0" | |||
xmlns:media="http://purl.org/syndication/atommedia" | |||
xmlns:dfrn="http://purl.org/macgirvin/dfrn/1.0" | |||
xmlns:as="http://activitystrea.ms/spec/1.0/" | |||
xmlns:georss="http://www.georss.org/georss" | |||
xmlns:poco="http://portablecontacts.net/spec/1.0" | |||
xmlns:ostatus="http://ostatus.org/schema/1.0" | |||
xmlns:statusnet="http://status.net/schema/api/1/" > | |||
<id>$feed_id</id> | |||
<title>$feed_title</title> | |||
<generator uri="http://friendica.com" version="$version">Friendica</generator> | |||
<link rel="license" href="http://creativecommons.org/licenses/by/3.0/" /> | |||
$hub | |||
$salmon | |||
$community | |||
<updated>$feed_updated</updated> | |||
<author> | |||
<name dfrn:updated="$namdate" >$name</name> | |||
<uri dfrn:updated="$uridate" >$profile_page</uri> | |||
<link rel="photo" type="image/jpeg" dfrn:updated="$picdate" media:width="175" media:height="175" href="$photo" /> | |||
<link rel="avatar" type="image/jpeg" dfrn:updated="$picdate" media:width="175" media:height="175" href="$photo" /> | |||
$birthday | |||
</author> |
@ -1,17 +0,0 @@ | |||
<dfrn:mail> | |||
<dfrn:sender> | |||
<dfrn:name>$name</dfrn:name> | |||
<dfrn:uri>$profile_page</dfrn:uri> | |||
<dfrn:avatar>$thumb</dfrn:avatar> | |||
</dfrn:sender> | |||
<dfrn:id>$item_id</dfrn:id> | |||
<dfrn:in-reply-to>$parent_id</dfrn:in-reply-to> | |||
<dfrn:sentdate>$created</dfrn:sentdate> | |||
<dfrn:subject>$subject</dfrn:subject> | |||
<dfrn:content>$content</dfrn:content> | |||
</dfrn:mail> | |||
@ -1,17 +0,0 @@ | |||
<dfrn:relocate> | |||
<dfrn:url>$url</dfrn:url> | |||
<dfrn:name>$name</dfrn:name> | |||
<dfrn:photo>$photo</dfrn:photo> | |||
<dfrn:thumb>$thumb</dfrn:thumb> | |||
<dfrn:micro>$micro</dfrn:micro> | |||
<dfrn:request>$request</dfrn:request> | |||
<dfrn:confirm>$confirm</dfrn:confirm> | |||
<dfrn:notify>$notify</dfrn:notify> | |||
<dfrn:poll>$poll</dfrn:poll> | |||
<dfrn:sitepubkey>$sitepubkey</dfrn:sitepubkey> | |||
</dfrn:relocate> | |||
@ -1,11 +0,0 @@ | |||
<dfrn:suggest> | |||
<dfrn:url>$url</dfrn:url> | |||
<dfrn:name>$name</dfrn:name> | |||
<dfrn:photo>$photo</dfrn:photo> | |||
<dfrn:request>$request</dfrn:request> | |||
<dfrn:note>$note</dfrn:note> | |||
</dfrn:suggest> | |||
@ -1,37 +0,0 @@ | |||
<h1>$header</h1> | |||
<p id="dfrn-request-intro"> | |||
$page_desc<br /> | |||
<ul id="dfrn-request-networks"> | |||
<li><a href="http://friendica.com" title="$friendica">$friendica</a></li> | |||
<li><a href="http://joindiaspora.com" title="$diaspora">$diaspora</a> $diasnote</li> | |||
<li><a href="http://ostatus.org" title="$public_net" >$statusnet</a></li> | |||
{{ if $emailnet }}<li>$emailnet</li>{{ endif }} | |||
</ul> | |||
</p> | |||
<p> | |||
$invite_desc | |||
</p> | |||
<p> | |||
$desc | |||
</p> | |||
<form action="dfrn_request/$nickname" method="post" /> | |||
<div id="dfrn-request-url-wrapper" > | |||
<label id="dfrn-url-label" for="dfrn-url" >$your_address</label> | |||
<input type="text" name="dfrn_url" id="dfrn-url" size="32" value="$myaddr" /> | |||
<div id="dfrn-request-url-end"></div> | |||
</div> | |||
<div id="dfrn-request-info-wrapper" > | |||
</div> | |||
<div id="dfrn-request-submit-wrapper"> | |||
<input type="submit" name="submit" id="dfrn-request-submit-button" value="$submit" /> | |||
<input type="submit" name="cancel" id="dfrn-request-cancel-button" value="$cancel" /> | |||
</div> | |||
</form> |
@ -1,10 +0,0 @@ | |||
{{ if $count }} | |||
<div id="birthday-notice" class="birthday-notice fakelink $classtoday" onclick="openClose('birthday-wrapper');">$event_reminders ($count)</div> | |||
<div id="birthday-wrapper" style="display: none;" ><div id="birthday-title">$event_title</div> | |||
<div id="birthday-title-end"></div> | |||
{{ for $events as $event }} | |||
<div class="birthday-list" id="birthday-$event.id"> <a href="$event.link">$event.title</a> $event.date </div> | |||
{{ endfor }} | |||
</div> | |||
{{ endif }} | |||
@ -1,12 +0,0 @@ | |||
<div id="categories-sidebar" class="widget"> | |||
<h3>$title</h3> | |||
<div id="nets-desc">$desc</div> | |||
<ul class="categories-ul"> | |||
<li class="tool"><a href="$base" class="categories-link categories-all{{ if $sel_all }} categories-selected{{ endif }}">$all</a></li> | |||
{{ for $terms as $term }} | |||
<li class="tool"><a href="$base?f=&category=$term.name" class="categories-link{{ if $term.selected }} categories-selected{{ endif }}">$term.name</a></li> | |||
{{ endfor }} | |||
</ul> | |||
</div> |
@ -1,39 +0,0 @@ | |||
{{ if $threaded }} | |||
<div class="comment-wwedit-wrapper threaded" id="comment-edit-wrapper-$id" style="display: block;"> | |||
{{ else }} | |||
<div class="comment-wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;"> | |||
{{ endif }} | |||
<form class="comment-edit-form" style="display: block;" id="comment-edit-form-$id" action="item" method="post" onsubmit="post_comment($id); return false;"> | |||
<input type="hidden" name="type" value="$type" /> | |||
<input type="hidden" name="profile_uid" value="$profile_uid" /> | |||
<input type="hidden" name="parent" value="$parent" /> | |||
{#<!--<input type="hidden" name="return" value="$return_path" />-->#} | |||
<input type="hidden" name="jsreload" value="$jsreload" /> | |||
<input type="hidden" name="preview" id="comment-preview-inp-$id" value="0" /> | |||
<input type="hidden" name="post_id_random" value="$rand_num" /> | |||
<div class="comment-edit-photo" id="comment-edit-photo-$id" > | |||
<a class="comment-edit-photo-link" href="$mylink" title="$mytitle"><img class="my-comment-photo" src="$myphoto" alt="$mytitle" title="$mytitle" /></a> | |||
</div> | |||
<div class="comment-edit-photo-end"></div> | |||
<textarea id="comment-edit-text-$id" class="comment-edit-text-empty" name="body" onFocus="commentOpen(this,$id);" onBlur="commentClose(this,$id);" >$comment</textarea> | |||
{{ if $qcomment }} | |||
<select id="qcomment-select-$id" name="qcomment-$id" class="qcomment" onchange="qCommentInsert(this,$id);" > | |||
<option value=""></option> | |||
{{ for $qcomment as $qc }} | |||
<option value="$qc">$qc</option> | |||
{{ endfor }} | |||
</select> | |||
{{ endif }} | |||
<div class="comment-edit-text-end"></div> | |||
<div class="comment-edit-submit-wrapper" id="comment-edit-submit-wrapper-$id" style="display: none;" > | |||
<input type="submit" onclick="post_comment($id); return false;" id="comment-edit-submit-$id" class="comment-edit-submit" name="submit" value="$submit" /> | |||
<span onclick="preview_comment($id);" id="comment-edit-preview-link-$id" class="fakelink">$preview</span> | |||
<div id="comment-edit-preview-$id" class="comment-edit-preview" style="display:none;"></div> | |||
</div> | |||
<div class="comment-edit-end"></div> | |||
</form> | |||
</div> |
@ -1,12 +0,0 @@ | |||
<div class="profile-match-wrapper"> | |||
<div class="profile-match-photo"> | |||
<a href="$url"> | |||
<img src="$photo" alt="$name" width="80" height="80" title="$name [$url]" /> | |||
</a> | |||
</div> | |||
<div class="profile-match-break"></div> | |||
<div class="profile-match-name"> | |||
<a href="$url" title="$name[$tags]">$name</a> | |||
</div> | |||
<div class="profile-match-end"></div> | |||
</div> |
@ -1,5 +0,0 @@ | |||
<ul class="tabs"> | |||
{{ for $tabs as $tab }} | |||
<li id="$tab.id"><a href="$tab.url" class="tab button $tab.sel"{{ if $tab.title }} title="$tab.title"{{ endif }}>$tab.label</a></li> | |||
{{ endfor }} | |||
</ul> |
@ -1,14 +0,0 @@ | |||
<center> | |||
<form action="$confirm_url" id="confirm-form" method="$method"> | |||
<span id="confirm-message">$message</span> | |||
{{ for $extra_inputs as $input }} | |||
<input type="hidden" name="$input.name" value="$input.value" /> | |||
{{ endfor }} | |||
<input class="confirm-button" id="confirm-submit-button" type="submit" name="$confirm_name" value="$confirm" /> | |||
<input class="confirm-button" id="confirm-cancel-button" type="submit" name="canceled" value="$cancel" /> | |||
</form> | |||
</center> | |||
@ -1,12 +0,0 @@ | |||
<div id="contact-block"> | |||
<h4 class="contact-block-h4">$contacts</h4> | |||
{{ if $micropro }} | |||
<a class="allcontact-link" href="viewcontacts/$nickname">$viewcontacts</a> | |||
<div class='contact-block-content'> | |||
{{ for $micropro as $m }} | |||
$m | |||
{{ endfor }} | |||
</div> | |||
{{ endif }} | |||
</div> | |||
<div class="clear"></div> |
@ -1,88 +0,0 @@ | |||
<h2>$header</h2> | |||
<div id="contact-edit-wrapper" > | |||
$tab_str | |||
<div id="contact-edit-drop-link" > | |||
<a href="contacts/$contact_id/drop" class="icon drophide" id="contact-edit-drop-link" onclick="return confirmDelete();" title="$delete" onmouseover="imgbright(this);" onmouseout="imgdull(this);"></a> | |||
</div> | |||
<div id="contact-edit-drop-link-end"></div> | |||
<div id="contact-edit-nav-wrapper" > | |||
<div id="contact-edit-links"> | |||
<ul> | |||
<li><div id="contact-edit-rel">$relation_text</div></li> | |||
<li><div id="contact-edit-nettype">$nettype</div></li> | |||
{{ if $lost_contact }} | |||
<li><div id="lost-contact-message">$lost_contact</div></li> | |||
{{ endif }} | |||
{{ if $insecure }} | |||
<li><div id="insecure-message">$insecure</div></li> | |||
{{ endif }} | |||
{{ if $blocked }} | |||
<li><div id="block-message">$blocked</div></li> | |||
{{ endif }} | |||
{{ if $ignored }} | |||
<li><div id="ignore-message">$ignored</div></li> | |||
{{ endif }} | |||
{{ if $archived }} | |||
<li><div id="archive-message">$archived</div></li> | |||
{{ endif }} | |||
<li> </li> | |||
{{ if $common_text }} | |||
<li><div id="contact-edit-common"><a href="$common_link">$common_text</a></div></li> | |||
{{ endif }} | |||
{{ if $all_friends }} | |||
<li><div id="contact-edit-allfriends"><a href="allfriends/$contact_id">$all_friends</a></div></li> | |||
{{ endif }} | |||
<li><a href="network/0?nets=all&cid=$contact_id" id="contact-edit-view-recent">$lblrecent</a></li> | |||
{{ if $lblsuggest }} | |||
<li><a href="fsuggest/$contact_id" id="contact-edit-suggest">$lblsuggest</a></li> | |||
{{ endif }} | |||
</ul> | |||
</div> | |||
</div> | |||
<div id="contact-edit-nav-end"></div> | |||
<form action="contacts/$contact_id" method="post" > | |||
<input type="hidden" name="contact_id" value="$contact_id"> | |||
{{ if $poll_enabled }} | |||
<div id="contact-edit-poll-wrapper"> | |||
<div id="contact-edit-last-update-text">$lastupdtext <span id="contact-edit-last-updated">$last_update</span></div> | |||
<span id="contact-edit-poll-text">$updpub</span> $poll_interval <span id="contact-edit-update-now" class="button"><a href="contacts/$contact_id/update" >$udnow</a></span> | |||
</div> | |||
{{ endif }} | |||
<div id="contact-edit-end" ></div> | |||
{{inc field_checkbox.tpl with $field=$hidden }}{{endinc}} | |||
<div id="contact-edit-info-wrapper"> | |||
<h4>$lbl_info1</h4> | |||
<textarea id="contact-edit-info" rows="8" cols="60" name="info">$info</textarea> | |||
<input class="contact-edit-submit" type="submit" name="submit" value="$submit" /> | |||
</div> | |||
<div id="contact-edit-info-end"></div> | |||
<div id="contact-edit-profile-select-text"> | |||
<h4>$lbl_vis1</h4> | |||
<p>$lbl_vis2</p> | |||
</div> | |||
$profile_select | |||
<div id="contact-edit-profile-select-end"></div> | |||
<input class="contact-edit-submit" type="submit" name="submit" value="$submit" /> | |||
</form> | |||
</div> |
@ -1,30 +0,0 @@ | |||
<script language="javascript" type="text/javascript" | |||
src="$baseurl/library/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script> | |||
<script language="javascript" type="text/javascript"> | |||
tinyMCE.init({ | |||
theme : "advanced", | |||
mode : "$editselect", | |||
elements: "contact-edit-info", | |||
plugins : "bbcode", | |||
theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor", | |||
theme_advanced_buttons2 : "", | |||
theme_advanced_buttons3 : "", | |||
theme_advanced_toolbar_location : "top", | |||
theme_advanced_toolbar_align : "center", | |||
theme_advanced_styles : "blockquote,code", | |||
gecko_spellcheck : true, | |||
entity_encoding : "raw", | |||
add_unload_trigger : false, | |||
remove_linebreaks : false, | |||
//force_p_newlines : false, | |||
//force_br_newlines : true, | |||
forced_root_block : 'div', | |||
content_css: "$baseurl/view/custom_tinymce.css" | |||
}); | |||
</script> | |||
@ -1,31 +0,0 @@ | |||
<div class="contact-entry-wrapper" id="contact-entry-wrapper-$contact.id" > | |||
<div class="contact-entry-photo-wrapper" > | |||
<div class="contact-entry-photo mframe" id="contact-entry-photo-$contact.id" | |||
onmouseover="if (typeof t$contact.id != 'undefined') clearTimeout(t$contact.id); openMenu('contact-photo-menu-button-$contact.id')" | |||
onmouseout="t$contact.id=setTimeout('closeMenu(\'contact-photo-menu-button-$contact.id\'); closeMenu(\'contact-photo-menu-$contact.id\');',200)" > | |||
<a href="$contact.url" title="$contact.img_hover" /><img src="$contact.thumb" $contact.sparkle alt="$contact.name" /></a> | |||
{{ if $contact.photo_menu }} | |||
<span onclick="openClose('contact-photo-menu-$contact.id');" class="fakelink contact-photo-menu-button" id="contact-photo-menu-button-$contact.id">menu</span> | |||
<div class="contact-photo-menu" id="contact-photo-menu-$contact.id"> | |||
<ul> | |||
{{ for $contact.photo_menu as $c }} | |||
{{ if $c.2 }} | |||
<li><a target="redir" href="$c.1">$c.0</a></li> | |||
{{ else }} | |||
<li><a href="$c.1">$c.0</a></li> | |||
{{ endif }} | |||
{{ endfor }} | |||
</ul> | |||
</div> | |||
{{ endif }} | |||
</div> | |||
</div> | |||
<div class="contact-entry-photo-end" ></div> | |||
<div class="contact-entry-name" id="contact-entry-name-$contact.id" >$contact.name</div> | |||
<div class="contact-entry-end" ></div> | |||
</div> |
@ -1,17 +0,0 @@ | |||
<script src="$baseurl/library/jquery_ac/friendica.complete.js" ></script> | |||
<script> | |||
$(document).ready(function() { | |||
var a; | |||
a = $("#contacts-search").autocomplete({ | |||
serviceUrl: '$base/acl', | |||
minChars: 2, | |||
width: 350, | |||
}); | |||
a.setOptions({ params: { type: 'a' }}); | |||
}); | |||
</script> | |||
@ -1,26 +0,0 @@ | |||
<h1>$header{{ if $total }} ($total){{ endif }}</h1> | |||
{{ if $finding }}<h4>$finding</h4>{{ endif }} | |||
<div id="contacts-search-wrapper"> | |||
<form id="contacts-search-form" action="$cmd" method="get" > | |||
<span class="contacts-search-desc">$desc</span> | |||
<input type="text" name="search" id="contacts-search" class="search-input" onfocus="this.select();" value="$search" /> | |||
<input type="submit" name="submit" id="contacts-search-submit" value="$submit" /> | |||
</form> | |||
</div> | |||
<div id="contacts-search-end"></div> | |||
$tabs | |||
{{ for $contacts as $contact }} | |||
{{ inc contact_template.tpl }}{{ endinc }} | |||
{{ endfor }} | |||
<div id="contact-edit-end"></div> | |||
$paginate | |||
@ -1,6 +0,0 @@ | |||
$vcard_widget | |||
$follow_widget | |||
$groups_widget | |||
$findpeople_widget | |||
$networks_widget | |||
@ -1,2 +0,0 @@ | |||
<div id="content-begin"></div> | |||
<div id="content-end"></div> |
@ -1,29 +0,0 @@ | |||
$live_update | |||
{{ for $threads as $thread }} | |||
<div id="tread-wrapper-$thread.id" class="tread-wrapper"> | |||
{{ for $thread.items as $item }} | |||
{{if $item.comment_firstcollapsed}} | |||
<div class="hide-comments-outer"> | |||
<span id="hide-comments-total-$thread.id" class="hide-comments-total">$thread.num_comments</span> <span id="hide-comments-$thread.id" class="hide-comments fakelink" onclick="showHideComments($thread.id);">$thread.hide_text</span> | |||
</div> | |||
<div id="collapsed-comments-$thread.id" class="collapsed-comments" style="display: none;"> | |||
{{endif}} | |||
{{if $item.comment_lastcollapsed}}</div>{{endif}} | |||
{{ inc $item.template }}{{ endinc }} | |||
{{ endfor }} | |||
</div> | |||
{{ endfor }} | |||
<div id="conversation-end"></div> | |||
{{ if $dropping }} | |||
<div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems();"> | |||
<div id="item-delete-selected-icon" class="icon drophide" title="$dropping" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div> | |||
<div id="item-delete-selected-desc" >$dropping</div> | |||
</div> | |||
<div id="item-delete-selected-end"></div> | |||
{{ endif }} |
@ -1,46 +0,0 @@ | |||
<form id="crepair-form" action="crepair/$contact_id" method="post" > | |||
<h4>$contact_name</h4> | |||
<label id="crepair-name-label" class="crepair-label" for="crepair-name">$label_name</label> | |||
<input type="text" id="crepair-name" class="crepair-input" name="name" value="$contact_name" /> | |||
<div class="clear"></div> | |||
<label id="crepair-nick-label" class="crepair-label" for="crepair-nick">$label_nick</label> | |||
<input type="text" id="crepair-nick" class="crepair-input" name="nick" value="$contact_nick" /> | |||
<div class="clear"></div> | |||
<label id="crepair-attag-label" class="crepair-label" for="crepair-attag">$label_attag</label> | |||
<input type="text" id="crepair-attag" class="crepair-input" name="attag" value="$contact_attag" /> | |||
<div class="clear"></div> | |||
<label id="crepair-url-label" class="crepair-label" for="crepair-url">$label_url</label> | |||
<input type="text" id="crepair-url" class="crepair-input" name="url" value="$contact_url" /> | |||
<div class="clear"></div> | |||
<label id="crepair-request-label" class="crepair-label" for="crepair-request">$label_request</label> | |||
<input type="text" id="crepair-request" class="crepair-input" name="request" value="$request" /> | |||
<div class="clear"></div> | |||
<label id="crepair-confirm-label" class="crepair-label" for="crepair-confirm">$label_confirm</label> | |||
<input type="text" id="crepair-confirm" class="crepair-input" name="confirm" value="$confirm" /> | |||
<div class="clear"></div> | |||
<label id="crepair-notify-label" class="crepair-label" for="crepair-notify">$label_notify</label> | |||
<input type="text" id="crepair-notify" class="crepair-input" name="notify" value="$notify" /> | |||
<div class="clear"></div> | |||
<label id="crepair-poll-label" class="crepair-label" for="crepair-poll">$label_poll</label> | |||
<input type="text" id="crepair-poll" class="crepair-input" name="poll" value="$poll" /> | |||
<div class="clear"></div> | |||
<label id="crepair-photo-label" class="crepair-label" for="crepair-photo">$label_photo</label> | |||
<input type="text" id="crepair-photo" class="crepair-input" name="photo" value="" /> | |||
<div class="clear"></div> | |||
<input type="submit" name="submit" value="$lbl_submit" /> | |||
</form> | |||
@ -1,58 +0,0 @@ | |||
<h1>$title</h1> | |||
<p id="cropimage-desc"> | |||
$desc | |||
</p> | |||
<div id="cropimage-wrapper"> | |||
<img src="$image_url" id="croppa" class="imgCrop" alt="$title" /> | |||
</div> | |||
<div id="cropimage-preview-wrapper" > | |||
<div id="previewWrap" ></div> | |||
</div> | |||
<script type="text/javascript" language="javascript"> | |||
function onEndCrop( coords, dimensions ) { | |||
$( 'x1' ).value = coords.x1; | |||
$( 'y1' ).value = coords.y1; | |||
$( 'x2' ).value = coords.x2; | |||
$( 'y2' ).value = coords.y2; | |||
$( 'width' ).value = dimensions.width; | |||
$( 'height' ).value = dimensions.height; | |||
} | |||
Event.observe( window, 'load', function() { | |||
new Cropper.ImgWithPreview( | |||
'croppa', | |||
{ | |||
previewWrap: 'previewWrap', | |||
minWidth: 175, | |||
minHeight: 175, | |||
maxWidth: 640, | |||
maxHeight: 640, | |||
ratioDim: { x: 100, y:100 }, | |||
displayOnInit: true, | |||
onEndCrop: onEndCrop | |||
} | |||
); | |||
} | |||
); | |||
</script> | |||
<form action="profile_photo/$resource" id="crop-image-form" method="post" /> | |||
<input type='hidden' name='form_security_token' value='$form_security_token'> | |||
<input type='hidden' name='profile' value='$profile'> | |||
<input type="hidden" name="cropfinal" value="1" /> | |||
<input type="hidden" name="xstart" id="x1" /> | |||
<input type="hidden" name="ystart" id="y1" /> | |||
<input type="hidden" name="xfinal" id="x2" /> | |||
<input type="hidden" name="yfinal" id="y2" /> | |||
<input type="hidden" name="height" id="height" /> | |||
<input type="hidden" name="width" id="width" /> | |||
<div id="crop-image-submit-wrapper" > | |||
<input type="submit" name="submit" value="$done" /> | |||
</div> | |||
</form> |
@ -1,4 +0,0 @@ | |||
<script type="text/javascript" src="library/cropper/lib/prototype.js" language="javascript"></script> | |||
<script type="text/javascript" src="library/cropper/lib/scriptaculous.js?load=effects,builder,dragdrop" language="javascript"></script> | |||
<script type="text/javascript" src="library/cropper/cropper.js" language="javascript"></script> | |||
<link rel="stylesheet" href="library/cropper/cropper.css" type="text/css" /> |
@ -1,57 +0,0 @@ | |||
<h3>$header</h3> | |||
<div id="delegate-desc" class="delegate-desc">$desc</div> | |||
{{ if $managers }} | |||
<h3>$head_managers</h3> | |||
{{ for $managers as $x }} | |||
<div class="contact-block-div"> | |||
<a class="contact-block-link" href="#" > | |||
<img class="contact-block-img" src="$base/photo/thumb/$x.uid" title="$x.username ($x.nickname)" /> | |||
</a> | |||
</div> | |||
{{ endfor }} | |||
<div class="clear"></div> | |||
<hr /> | |||
{{ endif }} | |||
<h3>$head_delegates</h3> | |||
{{ if $delegates }} | |||
{{ for $delegates as $x }} | |||
<div class="contact-block-div"> | |||
<a class="contact-block-link" href="$base/delegate/remove/$x.uid" > | |||
<img class="contact-block-img" src="$base/photo/thumb/$x.uid" title="$x.username ($x.nickname)" /> | |||
</a> | |||
</div> | |||
{{ endfor }} | |||
<div class="clear"></div> | |||
{{ else }} | |||
$none | |||
{{ endif }} | |||
<hr /> | |||
<h3>$head_potentials</h3> | |||
{{ if $potentials }} | |||
{{ for $potentials as $x }} | |||
<div class="contact-block-div"> | |||
<a class="contact-block-link" href="$base/delegate/add/$x.uid" > | |||
<img class="contact-block-img" src="$base/photo/thumb/$x.uid" title="$x.username ($x.nickname)" /> | |||
</a> | |||
</div> | |||
{{ endfor }} | |||
<div class="clear"></div> | |||
{{ else }} | |||
$none | |||
{{ endif }} | |||
<hr /> | |||
@ -1,21 +0,0 @@ | |||
<p id="dfrn-request-homecoming" > | |||
$welcome | |||
<br /> | |||
$please | |||
</p> | |||
<form id="dfrn-request-homecoming-form" action="dfrn_request/$nickname" method="post"> | |||
<input type="hidden" name="dfrn_url" value="$dfrn_url" /> | |||
<input type="hidden" name="confirm_key" value="$confirm_key" /> | |||
<input type="hidden" name="localconfirm" value="1" /> | |||
$aes_allow | |||
<label id="dfrn-request-homecoming-hide-label" for="dfrn-request-homecoming-hide">$hidethem</label> | |||
<input type="checkbox" name="hidden-contact" value="1" {{ if $hidechecked }}checked="checked" {{ endif }} /> | |||
<div id="dfrn-request-homecoming-submit-wrapper" > | |||
<input id="dfrn-request-homecoming-submit" type="submit" name="submit" value="$submit" /> | |||
</div> | |||
</form> |
@ -1,65 +0,0 @@ | |||
<h1>$header</h1> | |||
<p id="dfrn-request-intro"> | |||
$page_desc<br /> | |||
<ul id="dfrn-request-networks"> | |||
<li><a href="http://friendica.com" title="$friendica">$friendica</a></li> | |||
<li><a href="http://joindiaspora.com" title="$diaspora">$diaspora</a> $diasnote</li> | |||
<li><a href="http://ostatus.org" title="$public_net" >$statusnet</a></li> | |||
{{ if $emailnet }}<li>$emailnet</li>{{ endif }} | |||
</ul> | |||
$invite_desc | |||
</p> | |||
<p> | |||
$desc | |||
</p> | |||
<form action="dfrn_request/$nickname" method="post" /> | |||
<div id="dfrn-request-url-wrapper" > | |||
<label id="dfrn-url-label" for="dfrn-url" >$your_address</label> | |||
<input type="text" name="dfrn_url" id="dfrn-url" size="32" value="$myaddr" /> | |||
<div id="dfrn-request-url-end"></div> | |||
</div> | |||
<p id="dfrn-request-options"> | |||
$pls_answer | |||
</p> | |||
<div id="dfrn-request-info-wrapper" > | |||
<p id="doiknowyou"> | |||
$does_know | |||