All checks were successful
continuous-integration/drone/push Build is passing
Fixes #837
36 lines
571 B
HTML
36 lines
571 B
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<html>
|
|
<version>1</version>
|
|
|
|
<head>
|
|
<title>FSFE - Internal Tools - per diem calculator</title>
|
|
<style type="text/css">
|
|
tr.descr {
|
|
font-style: italic;
|
|
font-size: small;
|
|
}
|
|
#content input[type="radio"] {
|
|
margin: 0 5px 0 15px;
|
|
}
|
|
label {
|
|
font-weight: normal;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Result of calculated per diem</h1>
|
|
|
|
<div id="pd-result">:RESULT:</div>
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|
|
<!--
|
|
Local Variables: ***
|
|
mode: xml ***
|
|
End: ***
|
|
-->
|