wrote js script for maitainer team table

This commit is contained in:
2024-04-30 12:45:03 +02:00
parent 7ea7bc3b11
commit cb7a1123ca
2 changed files with 112 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>Maintainer Team</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="maintainerteam.js"></script>
</head>
<body>
<h1>Maintainer team</h1>
@@ -41,9 +42,9 @@
<td class="inputcell"><input type="text" id="in_leader_id"></td>
</tr>
<tr>
<td colspan="2"><button onclick="addService()">Save</button></td>
<td colspan="2"><button onclick="addmaintainerteam()">Save</button></td>
</tr>
</table>
<div id="addresult"></div>
<h2 id="addresult"></h2>
</body>
</html>