Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Zeitlhofer
ESE_Zeitlhofer_Bajer
Commits
859af0a2
Commit
859af0a2
authored
May 10, 2020
by
Thomas Zeitlhofer
Browse files
Commit 04: CSS-Test (Farben + Übersichtlichere Gestaltung; Padding funktioniert noch nicht)
parent
2705536d
Changes
1
Hide whitespace changes
Inline
Side-by-side
cgi/htdocs/index.html
View file @
859af0a2
...
...
@@ -13,6 +13,13 @@
</a>
</nav>
<body>
<style>
.button
{
background-color
:
#4CAF50
;
/* Green */
}
.button2
{
background-color
:
#008CBA
;}
/* Blue */
.button3
{
background-color
:
#f44336
;}
/* Red */
.button4
{
background-color
:
#e7e7e7
;
color
:
black
;}
/* Gray */
.button5
{
background-color
:
#555555
;}
/* Black */
</style>
<div
class =
"container"
>
<div
class =
"row"
>
<div
class =
"col-5"
>
...
...
@@ -24,7 +31,7 @@
<input
type=
"text"
id=
"variable2"
class=
"form-control"
name=
"multi2"
value=
"Json/1.json"
required
>
<label
for=
"result1"
>
ID for Result Matrix:
</label>
<input
type=
"text"
id=
"result1"
class=
"form-control"
name=
"result1"
value=
"Json/21.json"
required
>
<button
type=
"submit"
class=
"btn b
tn-success
"
>
<button
type=
"submit"
class=
"btn b
utton
"
>
Multiply matrix by ID
</button>
</form>
...
...
@@ -33,7 +40,7 @@
<h3>
Generate a Matrix
</h3>
<form
action=
"/cgi-bin/generate.cgi"
method=
"post"
>
<input
type=
"text"
class=
"form-control"
name=
"dimension"
value=
"1000"
required
>
<button
type=
"submit"
class=
"btn b
tn-primary
"
>
<button
type=
"submit"
class=
"btn b
utton2
"
>
generate matrix
</button>
</form>
...
...
@@ -41,7 +48,7 @@
<div
class =
"col-5"
>
<h3>
Show Matrix
</h3>
<form
action=
"/cgi-bin/show.cgi"
method=
"get"
>
<button
type=
"submit"
class=
"btn b
tn-primary
"
>
<button
type=
"submit"
class=
"btn b
utton3
"
>
render matrix
</button>
</form>
...
...
@@ -49,7 +56,7 @@
<div
class =
"col-5"
>
<h3>
Delete Matrix
</h3>
<form
action=
"/cgi-bin/delete.cgi"
method=
"get"
color=
"red"
>
<button
type=
"submit"
class=
"btn b
tn-primary
"
>
<button
type=
"submit"
class=
"btn b
utton4
"
>
delete matrix
</button>
</form>
...
...
@@ -58,7 +65,7 @@
<h3>
List all Matrices
</h3>
<form
action=
"/cgi-bin/list.cgi"
method=
"get"
>
<!-- <input type="text" class="form-control" name="dimension" value="1000" required>-->
<button
type=
"submit"
class=
"btn b
tn-success
"
>
<button
type=
"submit"
class=
"btn b
utton5
"
>
list matrices
</button>
</form>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment