mirror of
https://gitlab.kit.edu/uskyk/kv.git
synced 2024-11-09 10:50:41 +00:00
Add header and source code link
This commit is contained in:
parent
443212a62b
commit
50b1f4cfd6
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
||||||
<title>KV diagram calculator</title>
|
<title>KV diagram calculator</title>
|
||||||
@ -27,9 +27,14 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
h1 {
|
||||||
|
display: inline-block;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div><h1>KV diagram calculator</h1><a href="https://git.scc.kit.edu/uskyk/kv">(source code)</a></div>
|
||||||
<div id="main">
|
<div id="main">
|
||||||
<div id="settings">
|
<div id="settings">
|
||||||
<label>Number of variables: <input type="number" min="1" value="3" id="variables"></label><button id="apply-variables">Apply</button>
|
<label>Number of variables: <input type="number" min="1" value="3" id="variables"></label><button id="apply-variables">Apply</button>
|
||||||
@ -46,7 +51,7 @@
|
|||||||
<option value="dmf">DMF</option>
|
<option value="dmf">DMF</option>
|
||||||
<option value="kmf">KMF</option>
|
<option value="kmf">KMF</option>
|
||||||
</select></label>
|
</select></label>
|
||||||
<label><input type="checkbox" id="labels">Print variable labels</label></div>
|
<label><input type="checkbox" id="labels" checked>Print variable labels</label></div>
|
||||||
<button id="calculate">Run</button>
|
<button id="calculate">Run</button>
|
||||||
<div id="output-help"></div>
|
<div id="output-help"></div>
|
||||||
<div id="output-container"></div>
|
<div id="output-container"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user