Added scripts for content, Improved tables and buttons
Update scripts.php, sidebar.php, and 20 more files...
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"fr": "Un petit utilitaire pour invité de commande qui permet de facilement lister les noms, noms formatés et chemins des ports COM.<br>Cet outil a pour bût de faciliter cette tâche sans avoir à utiliser la commande <code>mode</code> ou le <i>Gestionnaire de périphérique</i>."
|
||||
},
|
||||
"image": "/resources/NibblePoker/images/content/lscom/lscom-v2-text-01-bkgd-cli.png",
|
||||
"tags": ["application", "tool" ,"lscom", "dotnet", "windows"]
|
||||
"tags": ["application", "tool" ,"lscom", "dotnet", "windows"],
|
||||
"priority": 100
|
||||
},
|
||||
{
|
||||
"id": "youtube-auto-archiver",
|
||||
@@ -23,7 +24,8 @@
|
||||
"fr": "Conteneur et application Python hautement configurable qui permet d'automatiquement archiver et télécharger des livestreams et vidéos depuis YouTube."
|
||||
},
|
||||
"image": "/resources/NibblePoker/images/content/yaa/icon-final.png",
|
||||
"tags": ["docker", "application", "web", "python"]
|
||||
"tags": ["docker", "application", "web", "python"],
|
||||
"priority": 30
|
||||
},
|
||||
{
|
||||
"id": "excel-worksheet-password-remover",
|
||||
@@ -39,7 +41,8 @@
|
||||
"tags": [
|
||||
"tool",
|
||||
"web"
|
||||
]
|
||||
],
|
||||
"priority": 50
|
||||
},
|
||||
{
|
||||
"id": "dotnet-arguments",
|
||||
@@ -55,7 +58,8 @@
|
||||
"tags": [
|
||||
"library",
|
||||
"dotnet"
|
||||
]
|
||||
],
|
||||
"priority": 40
|
||||
},
|
||||
{
|
||||
"id": "mc-expanded-iron-bundles",
|
||||
@@ -72,7 +76,8 @@
|
||||
"game",
|
||||
"minecraft",
|
||||
"mod"
|
||||
]
|
||||
],
|
||||
"priority": 20
|
||||
},
|
||||
{
|
||||
"id": "lscom-cli",
|
||||
|
||||
@@ -77,15 +77,30 @@ include 'commons/DOM/sidebar.php';
|
||||
include 'commons/DOM/body-2.php';
|
||||
?>
|
||||
<header class="w-full p-m pl-s">
|
||||
<h1 class="t-size-18 t-w-500">
|
||||
<img src="/resources/Icons8/Fluent/console.svg" alt="todo"
|
||||
class="img-text"> <?php print(localize("home.header.title")); ?>
|
||||
<h1 class="t-size-17 t-w-500">
|
||||
<?php
|
||||
if($content_has_error) {
|
||||
echo('<i class="fad fa-exclamation-triangle t-size-16 mr-s t-muted"></i>');
|
||||
echo(localize("content.header.base"));
|
||||
echo('<span class="mx-s t-size-15">❱</span>');
|
||||
echo(localize("content.error.header"));
|
||||
} elseif($requested_content_display_type == ContentDisplayType::SEARCH) {
|
||||
echo('<i class="fad fa-briefcase t-size-16 mr-s t-muted"></i>');
|
||||
echo(localize("content.header.base"));
|
||||
echo('<span class="mx-s t-size-15">❱</span>');
|
||||
echo(localize("content.search.header"));
|
||||
} elseif($requested_content_display_type == ContentDisplayType::CONTENT) {
|
||||
echo('<i class="fad fa-briefcase t-size-16 mr-s t-muted"></i>');
|
||||
echo(localize("content.header.base"));
|
||||
echo('<span class="mx-s t-size-15">❱</span>');
|
||||
echo('<span class="t-size-16">' . $content->get_head_title() . '</span>');
|
||||
}
|
||||
?>
|
||||
</h1>
|
||||
<?php //include 'header-lang.php'; ?>
|
||||
</header>
|
||||
<?php include 'commons/DOM/body-3.php'; ?>
|
||||
<main id="main" class="rl-m border border-r-0 p-l">
|
||||
|
||||
<?php
|
||||
// Checking if an error occurred.
|
||||
if($content_error_code != 200) {
|
||||
|
||||
@@ -151,9 +151,9 @@
|
||||
"type": "gallery",
|
||||
"modifiers": [],
|
||||
"images": [
|
||||
"/resources/Azias/imgs/lscom/screen-cli-stylish-2x-xBR.png",
|
||||
"/resources/Azias/imgs/lscom/screen-cli-csv-2x-xBR.png",
|
||||
"/resources/Azias/imgs/lscom/screen-cli-full-2x-xBR.png"
|
||||
"/resources/NibblePoker/images/content/lscom/screen-cli-stylish-2x-xBR.png",
|
||||
"/resources/NibblePoker/images/content/lscom/screen-cli-csv-2x-xBR.png",
|
||||
"/resources/NibblePoker/images/content/lscom/screen-cli-full-2x-xBR.png"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -235,7 +235,7 @@
|
||||
"type": "container", "padding": 2, "modifiers": ["pb-0"],
|
||||
"parts": [
|
||||
{
|
||||
"type": "table", "modifiers": ["stylish", "auto-cell-padding"],
|
||||
"type": "table", "modifiers": ["stylish", "auto-cell-padding", "v-center-cells"],
|
||||
"head": [
|
||||
{"type": "raw", "content": "content.commons.cpu.responsive"},
|
||||
{"type": "raw", "content": "requirements.table.title"},
|
||||
@@ -253,7 +253,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_AnyCPU.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_AnyCPU.zip</span><i class=\"fas fa-download ml-s\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -268,7 +268,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_x64_Single.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_x64_Single.zip</span><i class=\"fas fa-download ml-s\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -282,7 +282,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_x64_SelfContained.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_x64_SelfContained.zip</span><i class=\"fas fa-download ml-s\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -295,7 +295,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-archive\"></i> ListComPort_v3.0.0_x64.msi</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-archive\"></i> ListComPort_v3.0.0_x64.msi</span><i class=\"fas fa-download ml-s\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -310,7 +310,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_x86_Single.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_x86_Single.zip</span><i class=\"fas fa-download ml-s\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -324,7 +324,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_x86_SelfContained.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_x86_SelfContained.zip</span><i class=\"fas fa-download ml-s\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -337,7 +337,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-archive\"></i> ListComPort_v3.0.0_x86.msi</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-archive\"></i> ListComPort_v3.0.0_x86.msi</span><i class=\"fas fa-download ml-s\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -352,7 +352,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_arm64_Single.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_arm64_Single.zip</span><i class=\"fas fa-download ml-s\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -366,7 +366,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_arm64_SelfContained.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_arm64_SelfContained.zip</span><i class=\"fas fa-download ml-s\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -381,7 +381,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_arm_Single.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_arm_Single.zip</span><i class=\"fas fa-download ml-s\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -395,7 +395,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_arm_SelfContained.zip</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> ListComPort_v3.0.0_arm_SelfContained.zip</span><i class=\"fas fa-download ml-s\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -410,7 +410,7 @@
|
||||
"type": "container", "padding": 2, "modifiers": ["pb-0"],
|
||||
"parts": [
|
||||
{
|
||||
"type": "table", "modifiers": ["stylish", "auto-cell-padding"],
|
||||
"type": "table", "modifiers": ["stylish", "auto-cell-padding", "v-center-cells"],
|
||||
"head": [
|
||||
{"type": "raw", "content": "content.commons.version"},
|
||||
{"type": "raw", "content": "content.commons.download.multiple"}
|
||||
@@ -423,12 +423,12 @@
|
||||
{
|
||||
"type": "button", "modifiers": ["thin"],
|
||||
"link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/DotNet-ListComPort-3.0.0.zip",
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> 3.0.0.zip</span><i class=\"fas fa-download ml-10\"></i>",
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> 3.0.0.zip</span><i class=\"fas fa-download ml-s\"></i>",
|
||||
"localize": false
|
||||
},{
|
||||
"type": "button", "modifiers": ["thin"],
|
||||
"link": "https://files.nibblepoker.lu/downloads/DotNet-ListComPort/3.0.0/DotNet-ListComPort-3.0.0.tar.gz",
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> 3.0.0.tar.gz</span><i class=\"fas fa-download ml-10\"></i>",
|
||||
"content": "<span class=\"text-monospace\"><i class=\"fad fa-file-archive\"></i> 3.0.0.tar.gz</span><i class=\"fas fa-download ml-s\"></i>",
|
||||
"localize": false
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"strings": {
|
||||
"en": {
|
||||
"meta.title": "PB-ListComPort (Legacy)",
|
||||
"meta.title": "PB-ListComPort <i>(Legacy)</i>",
|
||||
"meta.description": "A simple CLI tool that can list COM ports with their name, friendly name and device name easily and cleanly.",
|
||||
"article.subtitle": "<a href=\"https://github.com/aziascreations/PB-ListComPort\"><i class=\"fab fa-github\"></i> View on GitHub</a>",
|
||||
"intro.title": "Introduction",
|
||||
@@ -13,7 +13,7 @@
|
||||
"links.title": "Links"
|
||||
},
|
||||
"fr": {
|
||||
"meta.title": "PB-ListComPort (Legacy)",
|
||||
"meta.title": "PB-ListComPort <i>(Legacy)</i>",
|
||||
"meta.description": "Un petit utilitaire pour invité de commande qui permet de facilement lister les noms, noms formatés et chemin des ports COM.",
|
||||
"article.subtitle": "<a href=\"https://github.com/aziascreations/PB-ListComPort\"><i class=\"fab fa-github\"></i> Voir sur GitHub</a>",
|
||||
"intro.title": "Introduction",
|
||||
@@ -120,7 +120,7 @@
|
||||
"modifiers": ["pb-0"],
|
||||
"parts": [
|
||||
{
|
||||
"type": "table", "modifiers": ["stylish", "auto-cell-padding"],
|
||||
"type": "table", "modifiers": ["stylish", "auto-cell-padding", "v-center-cells"],
|
||||
"head": [
|
||||
{"type": "raw", "content": "content.commons.cpu.responsive"},
|
||||
{"type": "raw", "content": "content.commons.lang"},
|
||||
@@ -138,7 +138,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">lscom_eng_x64.exe</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\">lscom_eng_x64.exe</span><i class=\"fas fa-download ml-xs\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -152,7 +152,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">lscom_fra_x64.exe</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\">lscom_fra_x64.exe</span><i class=\"fas fa-download ml-xs\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -167,7 +167,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">lscom_eng_x86.exe</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\">lscom_eng_x86.exe</span><i class=\"fas fa-download ml-xs\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -181,7 +181,7 @@
|
||||
"parts": [{
|
||||
"type": "raw",
|
||||
"localize": false,
|
||||
"content": "<span class=\"text-monospace\">lscom_fra_x86.exe</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\">lscom_fra_x86.exe</span><i class=\"fas fa-download ml-xs\"></i>"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
@@ -196,7 +196,7 @@
|
||||
"type": "container", "padding": 2, "modifiers": ["pb-0"],
|
||||
"parts": [
|
||||
{
|
||||
"type": "table", "modifiers": ["stylish", "auto-cell-padding"],
|
||||
"type": "table", "modifiers": ["stylish", "auto-cell-padding", "v-center-cells"],
|
||||
"head": [
|
||||
{"type": "raw", "content": "content.commons.version"},
|
||||
{"type": "raw", "content": "content.commons.cpu.responsive"},
|
||||
@@ -213,7 +213,7 @@
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/2.0.0/lscom_eng_x64.exe",
|
||||
"modifiers": ["thin"], "localize": false,
|
||||
"content": "<span class=\"text-monospace\">lscom_eng_x64.exe</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\">lscom_eng_x64.exe</span><i class=\"fas fa-download ml-xs\"></i>"
|
||||
}]
|
||||
}
|
||||
],[
|
||||
@@ -223,7 +223,7 @@
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/2.0.0/lscom_fra_x64.exe",
|
||||
"modifiers": ["thin"], "localize": false,
|
||||
"content": "<span class=\"text-monospace\">lscom_fra_x64.exe</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\">lscom_fra_x64.exe</span><i class=\"fas fa-download ml-xs\"></i>"
|
||||
}]
|
||||
}
|
||||
],[
|
||||
@@ -235,7 +235,7 @@
|
||||
{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/2.0.0/lscom_eng_x86.exe",
|
||||
"modifiers": ["thin"], "localize": false,
|
||||
"content": "<span class=\"text-monospace\">lscom_eng_x86.exe</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\">lscom_eng_x86.exe</span><i class=\"fas fa-download ml-xs\"></i>"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -246,7 +246,7 @@
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/2.0.0/lscom_fra_x86.exe",
|
||||
"modifiers": ["thin"], "localize": false,
|
||||
"content": "<span class=\"text-monospace\">lscom_fra_x86.exe</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\">lscom_fra_x86.exe</span><i class=\"fas fa-download ml-xs\"></i>"
|
||||
}]
|
||||
}
|
||||
],[
|
||||
@@ -258,7 +258,7 @@
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/1.1.0/lscom-x64.exe",
|
||||
"modifiers": ["thin"], "localize": false,
|
||||
"content": "<span class=\"text-monospace\">lscom-x64.exe</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\">lscom-x64.exe</span><i class=\"fas fa-download ml-xs\"></i>"
|
||||
}]
|
||||
}
|
||||
],[
|
||||
@@ -268,7 +268,7 @@
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/1.1.0/lscom-x86.exe",
|
||||
"modifiers": ["thin"], "localize": false,
|
||||
"content": "<span class=\"text-monospace\">lscom-x86.exe</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\">lscom-x86.exe</span><i class=\"fas fa-download ml-xs\"></i>"
|
||||
}]
|
||||
}
|
||||
],[
|
||||
@@ -280,7 +280,7 @@
|
||||
"parts": [{
|
||||
"type": "button", "link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/1.0.0/lscom.exe",
|
||||
"modifiers": ["thin"], "localize": false,
|
||||
"content": "<span class=\"text-monospace\">lscom.exe</span><i class=\"fas fa-download ml-10\"></i>"
|
||||
"content": "<span class=\"text-monospace\">lscom.exe</span><i class=\"fas fa-download ml-xs\"></i>"
|
||||
}]
|
||||
}
|
||||
]
|
||||
@@ -294,7 +294,7 @@
|
||||
"type": "container", "padding": 2, "modifiers": ["pb-0"],
|
||||
"parts": [
|
||||
{
|
||||
"type": "table", "modifiers": ["stylish", "auto-cell-padding"],
|
||||
"type": "table", "modifiers": ["stylish", "auto-cell-padding", "v-center-cells"],
|
||||
"head": [
|
||||
{"type": "raw", "content": "content.commons.version"},
|
||||
{"type": "raw", "content": "content.commons.download.multiple"}
|
||||
@@ -307,12 +307,12 @@
|
||||
{
|
||||
"type": "button", "modifiers": ["thin"],
|
||||
"link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/2.1.0/2.1.0.zip",
|
||||
"content": "<span class=\"text-monospace\">2.1.0.zip</span><i class=\"fas fa-download ml-10\"></i>",
|
||||
"content": "<span class=\"text-monospace\">2.1.0.zip</span><i class=\"fas fa-download ml-xs\"></i>",
|
||||
"localize": false
|
||||
},{
|
||||
"type": "button", "modifiers": ["thin"],
|
||||
"link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/2.1.0/2.1.0.tar.gz",
|
||||
"content": "<span class=\"text-monospace\">2.1.0.tar.gz</span><i class=\"fas fa-download ml-10\"></i>",
|
||||
"content": "<span class=\"text-monospace\">2.1.0.tar.gz</span><i class=\"fas fa-download ml-xs\"></i>",
|
||||
"localize": false
|
||||
}
|
||||
]
|
||||
@@ -325,12 +325,12 @@
|
||||
{
|
||||
"type": "button", "modifiers": ["thin"],
|
||||
"link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/2.0.0/2.0.0.zip",
|
||||
"content": "<span class=\"text-monospace\">2.0.0.zip</span><i class=\"fas fa-download ml-10\"></i>",
|
||||
"content": "<span class=\"text-monospace\">2.0.0.zip</span><i class=\"fas fa-download ml-xs\"></i>",
|
||||
"localize": false
|
||||
},{
|
||||
"type": "button", "modifiers": ["thin"],
|
||||
"link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/2.0.0/2.0.0.tar.gz",
|
||||
"content": "<span class=\"text-monospace\">2.0.0.tar.gz</span><i class=\"fas fa-download ml-10\"></i>",
|
||||
"content": "<span class=\"text-monospace\">2.0.0.tar.gz</span><i class=\"fas fa-download ml-xs\"></i>",
|
||||
"localize": false
|
||||
}
|
||||
]
|
||||
@@ -343,12 +343,12 @@
|
||||
{
|
||||
"type": "button", "modifiers": ["thin"],
|
||||
"link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/1.1.0/1.1.0.zip",
|
||||
"content": "<span class=\"text-monospace\">1.1.0.zip</span><i class=\"fas fa-download ml-10\"></i>",
|
||||
"content": "<span class=\"text-monospace\">1.1.0.zip</span><i class=\"fas fa-download ml-xs\"></i>",
|
||||
"localize": false
|
||||
},{
|
||||
"type": "button", "modifiers": ["thin"],
|
||||
"link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/1.1.0/1.1.0.tar.gz",
|
||||
"content": "<span class=\"text-monospace\">1.1.0.tar.gz</span><i class=\"fas fa-download ml-10\"></i>",
|
||||
"content": "<span class=\"text-monospace\">1.1.0.tar.gz</span><i class=\"fas fa-download ml-xs\"></i>",
|
||||
"localize": false
|
||||
}
|
||||
]
|
||||
@@ -361,12 +361,12 @@
|
||||
{
|
||||
"type": "button", "modifiers": ["thin"],
|
||||
"link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/1.0.0/1.0.0.zip",
|
||||
"content": "<span class=\"text-monospace\">1.0.0.zip</span><i class=\"fas fa-download ml-10\"></i>",
|
||||
"content": "<span class=\"text-monospace\">1.0.0.zip</span><i class=\"fas fa-download ml-xs\"></i>",
|
||||
"localize": false
|
||||
},{
|
||||
"type": "button", "modifiers": ["thin"],
|
||||
"link": "https://files.nibblepoker.lu/downloads/PB-ListComPort/1.0.0/1.0.0.tar.gz",
|
||||
"content": "<span class=\"text-monospace\">1.0.0.tar.gz</span><i class=\"fas fa-download ml-10\"></i>",
|
||||
"content": "<span class=\"text-monospace\">1.0.0.tar.gz</span><i class=\"fas fa-download ml-xs\"></i>",
|
||||
"localize": false
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user