This commit is contained in:
Paul Schneider 2026-07-04 20:09:58 +01:00
commit c74ac71b5d
8 changed files with 10 additions and 112 deletions

View file

@ -3,21 +3,7 @@
ViewBag.Title = Localizer["ApiScope"]; ViewBag.Title = Localizer["ApiScope"];
} }
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Create</title>
</head>
<body>
<h4>ApiScope</h4> <h4>ApiScope</h4>
<hr />
<div class="row"> <div class="row">
<div class="col-md-4"> <div class="col-md-4">
<form asp-action="Create"> <form asp-action="Create">
@ -67,6 +53,3 @@
<div> <div>
<a asp-action="Index">Back to List</a> <a asp-action="Index">Back to List</a>
</div> </div>
</body>
</html>

View file

@ -3,19 +3,6 @@
ViewBag.Title = Localizer["ApiScope"]; ViewBag.Title = Localizer["ApiScope"];
} }
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Delete</title>
</head>
<body>
<h3>Are you sure you want to delete this?</h3> <h3>Are you sure you want to delete this?</h3>
<div> <div>
<h4>YavscApiScope</h4> <h4>YavscApiScope</h4>
@ -70,6 +57,3 @@
<input type="submit" value="Delete" class="btn btn-danger" /> | <input type="submit" value="Delete" class="btn btn-danger" /> |
<a asp-action="Index">Back to List</a> <a asp-action="Index">Back to List</a>
</form> </form>
</div>
</body>
</html>

View file

@ -3,18 +3,6 @@
ViewBag.Title = Localizer["ApiScope"]; ViewBag.Title = Localizer["ApiScope"];
} }
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Details</title>
</head>
<body>
<div> <div>
<h4>YavscApiScope</h4> <h4>YavscApiScope</h4>
@ -68,5 +56,3 @@
<a asp-action="Edit" asp-route-id="@Model?.Id">Edit</a> | <a asp-action="Edit" asp-route-id="@Model?.Id">Edit</a> |
<a asp-action="Index">Back to List</a> <a asp-action="Index">Back to List</a>
</div> </div>
</body>
</html>

View file

@ -3,18 +3,6 @@
ViewBag.Title = Localizer["ApiScope"]; ViewBag.Title = Localizer["ApiScope"];
} }
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Edit</title>
</head>
<body>
<h4>YavscApiScope</h4> <h4>YavscApiScope</h4>
<hr /> <hr />
@ -68,6 +56,3 @@
<div> <div>
<a asp-action="Index">Back to List</a> <a asp-action="Index">Back to List</a>
</div> </div>
</body>
</html>

View file

@ -2,17 +2,9 @@
@{ @{
ViewBag.Title = Localizer["ApiScope"]; ViewBag.Title = Localizer["ApiScope"];
Layout = null;
} }
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Index</title>
</head>
<body>
<p> <p>
<a asp-action="Create">Create New</a> <a asp-action="Create">Create New</a>
</p> </p>
@ -76,5 +68,3 @@
} }
</tbody> </tbody>
</table> </table>
</body>
</html>

View file

@ -3,19 +3,6 @@
ViewBag.Title = Localizer["SIRENExceptions"]; ViewBag.Title = Localizer["SIRENExceptions"];
} }
@{
Layout = "null";
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Delete</title>
</head>
<body>
<h3>AreYourSureYouWantToDeleteThis</h3> <h3>AreYourSureYouWantToDeleteThis</h3>
<div> <div>
<h4>ExceptionSIREN</h4> <h4>ExceptionSIREN</h4>
@ -30,5 +17,3 @@
</div> </div>
</form> </form>
</div> </div>
</body>
</html>

View file

@ -3,19 +3,6 @@
ViewBag.Title = Localizer["SIRENExceptions"]; ViewBag.Title = Localizer["SIRENExceptions"];
} }
@{
Layout = "null";
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Details</title>
</head>
<body>
<div> <div>
<h4>ExceptionSIREN</h4> <h4>ExceptionSIREN</h4>
<hr /> <hr />
@ -26,5 +13,3 @@
<a asp-action="Edit" asp-route-id="@Model.SIREN">Edit</a> | <a asp-action="Edit" asp-route-id="@Model.SIREN">Edit</a> |
<a asp-action="Index">Back to List</a> <a asp-action="Index">Back to List</a>
</p> </p>
</body>
</html>