Skip to content

Commit

Permalink
А
Browse files Browse the repository at this point in the history
  • Loading branch information
DemerNkardaz committed Jan 8, 2024
1 parent eb47337 commit 7d62831
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 2 deletions.
11 changes: 10 additions & 1 deletion ss/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,15 @@ a>.material-icons.external:hover {
position: relative;
}

#TutorialAuthor {
position: absolute;
right: 8px;
bottom: 4px;
font-size: 8pt;
z-index: 1;
}




.form-select::after {
Expand Down Expand Up @@ -691,7 +700,7 @@ a>.material-icons.external:hover {
font-family: 'Tektur', sans-serif;
font-size: 0.8em;
position: absolute;
width: 95.5%;
width: 100%;
bottom: 10px;
text-align: center;
}
2 changes: 1 addition & 1 deletion ss/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function initializePage() {

// Adding N/A for undescribed attribs
$(document).ready(function () {
$(".container.right *").each(function () {
$(".container.right * li").each(function () {
var currentText = $(this).text();
if (currentText && !currentText.replace(/.* — /, '').trim()) {
$(this).append(" N/A");
Expand Down
2 changes: 2 additions & 0 deletions ss/lang_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
{
"MechaTitle": "MechaniCodeus",
"File404": "File is not exists",
"System": "System",
"TutorialAuthor": "Info created by ",
"cogitatorInterface": "Cogitator Interface / Access Online",
"Class_Attributes": "Attributes",
"Class_Structure": "Structure",
Expand Down
2 changes: 2 additions & 0 deletions ss/lang_jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
{
"MechaTitle": "メカニカル・神",
"File404": "ファイルは存在しません",
"System": "系統",
"TutorialAuthor": "作成者:",
"cogitatorInterface": "コジテーター インタフェース / アクセス 接続済み",
"Class_Attributes": "属性",
"Class_Structure": "構造",
Expand Down
2 changes: 2 additions & 0 deletions ss/lang_ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
{
"MechaTitle": "МеханиКодеус",
"File404": "Файл отсутствует",
"System": "Система",
"TutorialAuthor": "Создано: ",
"cogitatorInterface": "Интерфейс Когитатора / Доступ подключен",
"Class_Attributes": "Атрибуты",
"Class_Structure": "Структура",
Expand Down
5 changes: 5 additions & 0 deletions wikies/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ <h1 class="me-2">404</h1>

<hr>
<p data-key="File404">Файл отсутствует</p>

<div id="TutorialAuthor">
<span data-key="TutorialAuthor"></span>
<span data-key="System"></span>
</div>
6 changes: 6 additions & 0 deletions wikies/testpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ <h4 data-key="child_attributes">Дочерние атрибуты</h4><hr>
<li>use_hero_ui — </li>

</ul>


<div id="TutorialAuthor">
<span data-key="TutorialAuthor"></span>
<span data-key="System"></span>
</div>

0 comments on commit 7d62831

Please sign in to comment.