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:20:40 +0300
committerRemmina Bot <admin@remmina.org>2021-07-17 05:20:40 +0300
commit5d6ac540fcd42f7e4b68e8fbdeff8856de56f5b4 (patch)
tree38acdaad38382ab550aec6bd1775e297ba71b2a6 /test_js_2.html
parent674d62f897b155dab93508041c6c6697fcf7e9b0 (diff)
docs: create test_js_2
Diffstat (limited to 'test_js_2.html')
-rw-r--r--test_js_2.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/test_js_2.html b/test_js_2.html
new file mode 100644
index 0000000..23c47ae
--- /dev/null
+++ b/test_js_2.html
@@ -0,0 +1,58 @@
+<!--
+title: Untitled Page
+description:
+published: true
+date: 2021-07-17T02:20:36.856Z
+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