mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 14:22:02 +00:00
Added banner about open source
This commit is contained in:
@@ -143,4 +143,5 @@
|
|||||||
$g_lang["curve_edge"] = "Edge bend";
|
$g_lang["curve_edge"] = "Edge bend";
|
||||||
$g_lang["undo"] = "Undo";
|
$g_lang["undo"] = "Undo";
|
||||||
|
|
||||||
|
$g_lang["opensource_message"] = "Our project is now open source. More details...";
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -145,4 +145,6 @@
|
|||||||
|
|
||||||
$g_lang["curve_edge"] = "Изгиб дуги";
|
$g_lang["curve_edge"] = "Изгиб дуги";
|
||||||
$g_lang["undo"] = "Отменить";
|
$g_lang["undo"] = "Отменить";
|
||||||
|
|
||||||
|
$g_lang["opensource_message"] = "Наш проект стал проектом с открытым исходным кодом. Подробнее...";
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -146,6 +146,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
|
||||||
|
<a class="ProgresssBarLink" href="opensource" target="_blank">
|
||||||
|
<div class="ProgressBar" style="height:32px">
|
||||||
|
<div class="ProgressBarFill" style="width:0%;"></div>
|
||||||
|
<span class="ProgressBarText" style="top:-28px"><p><?= L('opensource_message')?></p></span>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</section>
|
||||||
|
|
||||||
<? if (L('current_language') == "ru" && false): ?>
|
<? if (L('current_language') == "ru" && false): ?>
|
||||||
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
|
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user