mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
About: Added a knowledge base feature to the main page
This commit is contained in:
parent
2b6f4a9896
commit
c8eb6c3f3f
5 changed files with 31 additions and 16 deletions
|
@ -6,21 +6,10 @@
|
|||
{/block}
|
||||
|
||||
{block content}
|
||||
<b>OpenVK - универсальное средство поиска коллег основанное на структуре ВКонтакте.</b><br>
|
||||
<p>Мы хотим, чтобы друзья, однокурсники, одноклассники, соседи и коллеги всегда могли быть в контакте.</p>
|
||||
<p>
|
||||
Нас уже <b>{$stats->all}</b> пользователя и <b>{$stats->online}</b> из
|
||||
<b>{$stats->active}</b> активных сейчас в сети.
|
||||
</p>
|
||||
<p>С помощью этого сайта Вы можете:</p>
|
||||
<ul>
|
||||
<li><span>Найти людей, с которыми Вы когда-либо учились, работали или отдыхали.</span></li>
|
||||
<li><span>Узнать больше о людях, которые Вас окружают, и найти новых друзей.</span></li>
|
||||
<li><span>Всегда оставаться в контакте с теми, кто Вам дорог.</span></li>
|
||||
<li><span>Продвигать своё творчество и/или мнение.</span></li>
|
||||
</ul>
|
||||
{presenter "openvk!Support->knowledgeBaseArticle", "about"}
|
||||
<center>
|
||||
<a class="button" style="margin-right: 5px;cursor: pointer;" href="/login">{_"log_in"}</a>
|
||||
<a n:if="OPENVK_ROOT_CONF['openvk']['preferences']['registration']['enable']" class="button" style="cursor: pointer;" href="/reg">{_"registration"}</a></center>
|
||||
</div>
|
||||
<a n:if="OPENVK_ROOT_CONF['openvk']['preferences']['registration']['enable']" class="button" style="cursor: pointer;" href="/reg">{_"registration"}</a>
|
||||
</center>
|
||||
{* TO-DO: Add statistics about this instance as on mastodon.social *}
|
||||
{/block}
|
||||
|
|
|
@ -1446,3 +1446,7 @@ body.scrolled .toTop:hover {
|
|||
background-color: #f3ddbd;
|
||||
color: #58462a;
|
||||
}
|
||||
|
||||
.knowledgeBaseArticle {
|
||||
margin-top: -11px; /* this is very stupid fix but nah */
|
||||
}
|
||||
|
|
12
data/knowledgebase/about.ru.textile
Normal file
12
data/knowledgebase/about.ru.textile
Normal file
|
@ -0,0 +1,12 @@
|
|||
OpenVK-KB-Heading: Добро пожаловать
|
||||
|
||||
*OpenVK - универсальное средство поиска коллег основанное на структуре ВКонтакте.*
|
||||
|
||||
Мы хотим, чтобы друзья, однокурсники, одноклассники, соседи и коллеги всегда могли быть в контакте.
|
||||
|
||||
С помощью этого сайта Вы можете:
|
||||
|
||||
* Найти людей, с которыми Вы когда-либо учились, работали или отдыхали.
|
||||
* Узнать больше о людях, которые Вас окружают, и найти новых друзей.
|
||||
* Всегда оставаться в контакте с теми, кто Вам дорог.
|
||||
* Продвигать своё творчество и/или мнение.
|
10
data/knowledgebase/about.textile
Normal file
10
data/knowledgebase/about.textile
Normal file
|
@ -0,0 +1,10 @@
|
|||
*OpenVK is a universal colleague search tool based on the VKontakte structure.*
|
||||
|
||||
We want friends, classmates, classmates, neighbors and colleagues to always be in touch.
|
||||
|
||||
With this site you can:
|
||||
|
||||
* Find people with whom you have ever studied, worked or played.
|
||||
* Learn more about the people around you and make new friends.
|
||||
* Always stay in touch with those who are dear to you.
|
||||
* Promote your creativity and opinion.
|
2
locales
2
locales
|
@ -1 +1 @@
|
|||
Subproject commit c3127e1af00fa19e88acdf1c8ce0ebe74a61d6d4
|
||||
Subproject commit 81c1e5a61af79bc661c6fe34974c73c99b262038
|
Loading…
Reference in a new issue