wrote js script for maitainer team table
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user