aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Views/Shared
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Views/Shared')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Views/Shared/_FSELayout.cshtml42
1 files changed, 0 insertions, 42 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Views/Shared/_FSELayout.cshtml b/Software/Visual_Studio/Web/Tango.MachineService/Views/Shared/_FSELayout.cshtml
deleted file mode 100644
index 15ca9f651..000000000
--- a/Software/Visual_Studio/Web/Tango.MachineService/Views/Shared/_FSELayout.cshtml
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width" />
- <title>@ViewBag.Title</title>
- @*@Styles.Render("~/Content/css")*@
- @*@Scripts.Render("~/bundles/modernizr")*@
-
- <link rel="stylesheet" href="~/Styles/FSE/FSELayout.css">
- @RenderSection("styles", required: false)
-</head>
-<body class="fse_primary_background fse_primary_foreground">
-
- <header class="header"></header>
-
- <div>
-
- <div id="fseAbstract" class="fse_side_abstract">
- <div class="fse_side_abstract_top">
-
- </div>
- </div>
-
- <div class="fse_header_back fse_primary_background_light">
- <img src="~/Images/fse/machine_full.png" class="fse_machine_logo" />
- <span class="fse_title">Tango FSE</span>
- <img src="~/Images/fse/twine_logo_colored.png" class="fse_twine_logo" />
- </div>
-
- <div>
- <div class="fse_container">
- @RenderBody()
- </div>
- </div>
- </div>
-
- @Scripts.Render("~/bundles/jquery")
- @*@Scripts.Render("~/bundles/bootstrap")*@
- @RenderSection("scripts", required: false)
-</body>
-</html>