Skip to content

Commit

Permalink
remove / from />
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Mar 6, 2023
1 parent 5c27f2b commit 4e6c93e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions FAIme/cloud/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ <h5>

<div class="row">
<form action="/cgi/faime.cgi" method="post" enctype="multipart/form-data">
<input type="hidden" name="type" value="cloud"/>
<input type="hidden" name="type" value="cloud">


<div class="col s12 m10">
<p class="col s12 m4">
Disk size in Gbytes (<=99):
</p>
<div class="input-field col s1">
<input size=1 id="disksize" name="disksize" type="text" value="5" maxlength="2" style="margin-right: 20px" required />
<input size=1 id="disksize" name="disksize" type="text" value="5" maxlength="2" style="margin-right: 20px" required >
</div>
</div>

Expand All @@ -87,7 +87,7 @@ <h5>
Host name:
</p>
<div class="input-field col s12 m6">
<input size=4 id="hostname" name="hostname" type="text" value="debian" required />
<input size=4 id="hostname" name="hostname" type="text" value="debian" required >
</div>
</div>

Expand Down
16 changes: 8 additions & 8 deletions FAIme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h5>
<form action="../cgi/faime.cgi" method="post" enctype="multipart/form-data">

<p>
<input type="hidden" name="type" value="install"/>
<input type="hidden" name="type" value="install">
</p>

<!--#include virtual="user_name_pw.html" -->
Expand Down Expand Up @@ -90,7 +90,7 @@ <h5>
Add one public available Debian package repository
</p>
<div class="col s12 m6 input-field">
<input type="text" id="repo" name="repo"/>
<input type="text" id="repo" name="repo">
<span class="helper-text">
Only http(s) is allowed. Examples:
<br>
Expand All @@ -112,7 +112,7 @@ <h5>
Custom script to put into /usr/local/bin/
</p>
<div class="col s12 m6 input-field">
<label for="postinst"> <input size="2" id="postinst" type="file" accept=".sh,.sh.gz" name="postinst" style="margin-right: -50px"/>
<label for="postinst"> <input size="2" id="postinst" type="file" accept=".sh,.sh.gz" name="postinst" style="margin-right: -50px">
</label>
</div>
</div>
Expand All @@ -123,7 +123,7 @@ <h5>

<div class="col s12 m6 input-field">
<label>
<input type="checkbox" class="filled-in" name="rclocal" value="1" checked />
<input type="checkbox" class="filled-in" name="rclocal" value="1" checked >
<span> </span>

</label>
Expand All @@ -136,7 +136,7 @@ <h5>
Grub options (optional)
</p>
<div class="col s12 m6 input-field">
<input type="text" id="cmdline" name="cmdline"/>
<input type="text" id="cmdline" name="cmdline">
<span class="helper-text">Will be used during installation and for the new system</span>
</div>
</div>
Expand All @@ -145,17 +145,17 @@ <h5>

<div class="col s12 m12">
<label>
<input class="with-gap" type="radio" name="cl8" value="REBOOT"/>
<input class="with-gap" type="radio" name="cl8" value="REBOOT">
<span>reboot computer after installation</span>
</label>
<br>
<label>
<input class="with-gap" type="radio" name="cl8" value="HALT"/>
<input class="with-gap" type="radio" name="cl8" value="HALT">
<span>shutdown the computer at the end</span>
</label>
<br>
<label>
<input class="with-gap" type="radio" name="cl8" value="" checked="checked"/>
<input class="with-gap" type="radio" name="cl8" value="" checked="checked">
<span>wait to press Return at the end.</span>
</label>

Expand Down
16 changes: 8 additions & 8 deletions FAIme/key-distr-desk-pkgs.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</select>
</div>
<label>
<input type="checkbox" class="filled-in" name="cl1" value="BACKPORTS"/>
<input type="checkbox" class="filled-in" name="cl1" value="BACKPORTS">
<span>Enable backports including newer kernel</span>
</label>
</div>
Expand Down Expand Up @@ -75,37 +75,37 @@
<ul class="col s12 m6">
<li>
<label>
<input type="checkbox" class="filled-in" name="cl2" value="DEBIAN_DEVEL"/>
<input type="checkbox" class="filled-in" name="cl2" value="DEBIAN_DEVEL">
<span>Debian developer tools</span>
</label>
</li>
<li>
<label>
<input type="checkbox" class="filled-in" name="cl3" value="WEBSERVER"/>
<input type="checkbox" class="filled-in" name="cl3" value="WEBSERVER">
<span>Web server</span>
</label>
</li>
<li>
<label>
<input type="checkbox" class="filled-in" name="cl4" value="PRINTSERVER"/>
<input type="checkbox" class="filled-in" name="cl4" value="PRINTSERVER">
<span>Print server</span>
</label>
</li>
<li>
<label>
<input type="checkbox" class="filled-in" name="cl5" value="SSH_SERVER" checked="checked"/>
<input type="checkbox" class="filled-in" name="cl5" value="SSH_SERVER" checked="checked">
<span>Openssh server</span>
</label>
</li>
<li>
<label>
<input type="checkbox" class="filled-in" name="cl6" value="STANDARD" checked="checked"/>
<input type="checkbox" class="filled-in" name="cl6" value="STANDARD" checked="checked">
<span>Standard system tools</span>
</label>
</li>
<li>
<label>
<input type="checkbox" class="filled-in" name="cl7" value="NONFREE" checked="checked"/>
<input type="checkbox" class="filled-in" name="cl7" value="NONFREE" checked="checked">
<span>Non-free Linux firmware</span>
</label>
</li>
Expand All @@ -129,7 +129,7 @@
Email (optional)
</p>
<div class="col s12 m6 input-field">
<input id="email" type="email" class="validate" name="email"/>
<input id="email" type="email" class="validate" name="email">
<span class="helper-text" data-error="Invalid input" data-success="You will be informed when the image generation is finished">You will be informed when the image generation is finished</span>
</div>
</div>
6 changes: 3 additions & 3 deletions FAIme/root.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Root password
</p>
<div class="input-field col s12 m6">
<input type="text" id="rootpw" name="rootpw"/>
<input type="text" id="rootpw" name="rootpw">
<span class="helper-text">If not set, sudo will be configured for the user account</span>
</div>
</div>
Expand All @@ -13,7 +13,7 @@
Upload SSH keys for the root account
</p>
<div class="col s12 m6 input-field">
<input id="rootkey" type="file" accept=".pub" name="rootkey" style="margin-top: 1rem;"/>
<input id="rootkey" type="file" accept=".pub" name="rootkey" style="margin-top: 1rem;">
<br>
</div>
</div>
Expand All @@ -23,7 +23,7 @@
Github username
</p>
<div class="col s12 m6 input-field">
<input type="text" name="github" id="github"/>
<input type="text" name="github" id="github">
<span class="helper-text">You can also import your SSH keys from Github</span>
</div>
</div>
4 changes: 2 additions & 2 deletions FAIme/user_name_pw.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Username (Not the full name)
</p>
<div class="input-field col s12 m6">
<input id="user" name="username" type="text" value="debian" required="required"/>
<input id="user" name="username" type="text" value="debian" required="required">
</div>

</div>
Expand All @@ -15,7 +15,7 @@
User password
</p>
<div class="input-field col s12 m6">
<input id="pwd" name="userpw" type="text"/>
<input id="pwd" name="userpw" type="text">
<span class="helper-text">If not set, a password will be generated</span>
</div>
</div>

0 comments on commit 4e6c93e

Please sign in to comment.