add plusfuture
This commit is contained in:
parent
03620127c8
commit
d8f8cb1858
22
plusfuture/lang/C/messages.po
Normal file
22
plusfuture/lang/C/messages.po
Normal file
@ -0,0 +1,22 @@
|
||||
# ADDON buglink
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica buglink addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: buglink.php:15
|
||||
msgid "Report Bug"
|
||||
msgstr ""
|
3
plusfuture/lang/ca/strings.php
Normal file
3
plusfuture/lang/ca/strings.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "Informar de problema";
|
3
plusfuture/lang/cs/strings.php
Normal file
3
plusfuture/lang/cs/strings.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "Nahlásit chybu";
|
3
plusfuture/lang/de/strings.php
Normal file
3
plusfuture/lang/de/strings.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "Fehlerreport erstellen";
|
3
plusfuture/lang/eo/strings.php
Normal file
3
plusfuture/lang/eo/strings.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "Skribi cimraporton";
|
3
plusfuture/lang/es/strings.php
Normal file
3
plusfuture/lang/es/strings.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "Informe de errores";
|
3
plusfuture/lang/fr/strings.php
Normal file
3
plusfuture/lang/fr/strings.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "Signaler un bug";
|
3
plusfuture/lang/is/strings.php
Normal file
3
plusfuture/lang/is/strings.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "Tilkynna bilun";
|
3
plusfuture/lang/it/strings.php
Normal file
3
plusfuture/lang/it/strings.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "Segnala un Bug";
|
3
plusfuture/lang/nb-no/strings.php
Normal file
3
plusfuture/lang/nb-no/strings.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "";
|
3
plusfuture/lang/pl/strings.php
Normal file
3
plusfuture/lang/pl/strings.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "Zgłoś problem";
|
3
plusfuture/lang/pt-br/strings.php
Normal file
3
plusfuture/lang/pt-br/strings.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "Relate um Bug";
|
3
plusfuture/lang/ru/strings.php
Normal file
3
plusfuture/lang/ru/strings.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "Сообщить об ошибке";
|
2
plusfuture/lang/sv/strings.php
Normal file
2
plusfuture/lang/sv/strings.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
|
3
plusfuture/lang/zh-cn/strings.php
Normal file
3
plusfuture/lang/zh-cn/strings.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "报案程序错误";
|
44
plusfuture/plusfuture.php
Executable file
44
plusfuture/plusfuture.php
Executable file
@ -0,0 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* Name: plusfuture
|
||||
* Description: mod like Google+ in hubzilla
|
||||
* Version: 0.1
|
||||
* Author: harukin <harukin@haruk.in>
|
||||
* Maintainer: harukin <harukin@haruk.in>
|
||||
* MinVersion: 0.1
|
||||
*/
|
||||
|
||||
function plusfuture_load() { register_hook('page_end', 'addon/plusfuture/plusfuture.php', 'plusfuture_active'); }
|
||||
|
||||
function plusfuture_unload() { unregister_hook('page_end', 'addon/plusfuture/plusfuture.php', 'plusfuture_active'); }
|
||||
|
||||
function plusfuture_active(&$a,&$b) {
|
||||
head_add_css('/addon/plusfuture/view/css/plusfuture.css?date=3');
|
||||
|
||||
$b .= "
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$(function () {
|
||||
$('#button');
|
||||
});
|
||||
|
||||
});
|
||||
</script>";
|
||||
|
||||
$b .= '<p id="button"><a href="rpost"><span></span></a></p>
|
||||
<span id=bottombar>
|
||||
<a href="network" class="p">
|
||||
<img src="./home.png" width=60%>
|
||||
<br>ホーム</a>
|
||||
<a href="connections" class="p">
|
||||
<img src="./people.png" width=50%>
|
||||
<br>フォロワー</a>
|
||||
<a href="notifications" class="p">
|
||||
<img src="./noti.png" width=50%>
|
||||
<br>お知らせ</a>
|
||||
<a href="mail/combined" class="p">
|
||||
<img src="./mail.png" width=70%>
|
||||
<br>D M</a>
|
||||
</span>
|
||||
';
|
||||
}
|
BIN
plusfuture/post-button.png
Normal file
BIN
plusfuture/post-button.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
89
plusfuture/view/css/plusfuture.css
Normal file
89
plusfuture/view/css/plusfuture.css
Normal file
@ -0,0 +1,89 @@
|
||||
/*
|
||||
Back to top button
|
||||
*/
|
||||
#button {
|
||||
position: fixed;
|
||||
bottom: 60px;
|
||||
right: 42px;
|
||||
opacity: 0.65;
|
||||
z-index: 1;
|
||||
}
|
||||
#button a {
|
||||
width: 50px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
font: 11px/100% Arial, Helvetica, sans-serif;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
/* background color transition */
|
||||
-webkit-transition: 1s;
|
||||
-moz-transition: 1s;
|
||||
transition: 1s;
|
||||
}
|
||||
#button a:hover {
|
||||
color: rgba(248, 34, 34, 0.9);
|
||||
}
|
||||
/* arrow icon (span tag) */
|
||||
#button span {
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
display: block;
|
||||
/* margin-bottom: 7px; */
|
||||
background:rgba(255, 0, 0, 0.8) url(../../post-button.png) no-repeat center center;
|
||||
/* rounded corners */
|
||||
-webkit-border-radius: 35px;
|
||||
-moz-border-radius: 35px;
|
||||
border-radius: 35px;
|
||||
/* background color transition */
|
||||
-webkit-transition: 1s;
|
||||
-moz-transition: 1s;
|
||||
transition: 1s;
|
||||
filter: drop-shadow(5px 5px 5px rgba(75, 75, 75, 0.985));
|
||||
}
|
||||
#button a:hover span {
|
||||
background-color: rgba(255, 0, 0, 1.0);
|
||||
}
|
||||
|
||||
|
||||
#bottombar {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
background-color: rgba(255, 255, 255, 0.561);
|
||||
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: white;
|
||||
z-index: 1;
|
||||
text-decoration: none;
|
||||
line-height:1.0;
|
||||
}
|
||||
@media screen and (min-width: 993px) {
|
||||
#bottombar {
|
||||
display: none;
|
||||
}
|
||||
#button{
|
||||
bottom: 22px;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 400px) {
|
||||
#bottombar {
|
||||
font-size: medium;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 399px) {
|
||||
#bottombar {
|
||||
font-size: small;
|
||||
}
|
||||
}
|
||||
.p {
|
||||
display: table-cell;
|
||||
text-align: center;
|
||||
color: black;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#thread-wrapper{
|
||||
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
|
||||
}
|
0
plusfuture/view/js/plusfuture.js
Normal file
0
plusfuture/view/js/plusfuture.js
Normal file
Reference in New Issue
Block a user