mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-02 07:46:17 +00:00
Added banner about open source
This commit is contained in:
parent
381d6474a8
commit
085ec10059
@ -143,4 +143,5 @@
|
||||
$g_lang["curve_edge"] = "Edge bend";
|
||||
$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["undo"] = "Отменить";
|
||||
|
||||
$g_lang["opensource_message"] = "Наш проект стал проектом с открытым исходным кодом. Подробнее...";
|
||||
?>
|
||||
|
@ -146,6 +146,15 @@
|
||||
</div>
|
||||
</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): ?>
|
||||
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user