Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/wiki.remmina.org.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTukusej’s Sirs <tukusejssirs@protonmail.com>2021-07-17 05:29:03 +0300
committerRemmina Bot <admin@remmina.org>2021-07-17 05:29:03 +0300
commitaca54aa765bfbc52d35d4c3a1e9c25131a1f19d6 (patch)
treef709e241fc73ac1b0f1ceb513dc2b2a10e102268 /test_js_2.html
parent5d6ac540fcd42f7e4b68e8fbdeff8856de56f5b4 (diff)
docs: update test_js_2
Diffstat (limited to 'test_js_2.html')
-rw-r--r--test_js_2.html46
1 files changed, 2 insertions, 44 deletions
diff --git a/test_js_2.html b/test_js_2.html
index 23c47ae..60b02e9 100644
--- a/test_js_2.html
+++ b/test_js_2.html
@@ -2,57 +2,15 @@
title: Untitled Page
description:
published: true
-date: 2021-07-17T02:20:36.856Z
+date: 2021-07-17T02:29:00.156Z
tags:
editor: code
dateCreated: 2021-07-17T02:20:36.856Z
-->
-
- <!-- TODO: Style this and add titles to the rolling boxes. -->
- <div id='form'>
- <!-- Note: Remmina versions are arbitrary in the MWE. -->
<select name='remminaVersion'>
<option value='1.0'>1.0</option>
<option value='1.1'>1.1</option>
<option value='1.2'>1.2</option>
<option value='1.3'>1.3</option>
- </select>
- <select name='packageManager'>
- <option value='dnf'>DNF</option>
- <option value='pacman'>Pacman</option>
- <option value='apt'>APT</option>
- <option value='yum'>YUM</option>
- <option value='emerge'>Emerge</option>
- <option value='pkg'>PKG</option>
- </select>
- <!-- Note: We might want to add additional distribution derrivatives (like Manjaro, Raspbian, etc). -->
- <select name='distro'>
- <option value='arch'>Arch Linux</option>
- <option value='debian'>Debian</option>
- <option value='freebsd'>FreeBSD</option>
- <option value='ubuntu'>Ubuntu</option>
- <option value='fedora'>Fedora</option>
- <option value='centos'>CentOS</option>
- <option value='gentoo'>Gentoo</option>
- </select>
- <!-- Note: Distribution versions are arbitrary in the MWE. In production, we need to make the values dependent on the `distro` value. -->
- <select name='distroVersion'>
- <option value='1'>1</option>
- <option value='2'>2</option>
- <option value='3'>3</option>
- <option value='4'>4</option>
- </select>
- <select name='guideType'>
- <option value='html'>1</option>
- <option value='bash'>2</option>
- </select>
- </div>
- <div id='content'>
- <div id='build'>
- <p>This is the default <b>build</b> content.</p>
- </div>
- <div id='installation'>
- <p>This is the default <b>installation</b> content.</p>
- </div>
- </div> \ No newline at end of file
+ </select> \ No newline at end of file