Added Viewer and
change to App Setting File from Constants
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
@ -8,7 +9,8 @@
|
||||
<script src="~/js/modernizr-3.6.0-custom.js" type="text/javascript" asp-append-version="true"></script>
|
||||
|
||||
<link href="~/styles/bootstrap.min.css" rel="stylesheet" asp-append-version="true" />
|
||||
<link href="~/igniteui/css/themes/bootstrap3/default/infragistics.theme.css" rel="stylesheet" asp-append-version="true" />
|
||||
<link href="~/igniteui/css/themes/bootstrap3/default/infragistics.theme.css" rel="stylesheet"
|
||||
asp-append-version="true" />
|
||||
<link href="~/igniteui/css/structure/infragistics.css" rel="stylesheet" asp-append-version="true" />
|
||||
<link href="~/styles/site.css" rel="stylesheet" asp-append-version="true" />
|
||||
|
||||
@ -32,6 +34,7 @@
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@{
|
||||
bool isTestDatabase = false;
|
||||
@ -40,7 +43,6 @@
|
||||
{
|
||||
Boolean.TryParse(Convert.ToString(testDatabaseValue), out isTestDatabase);
|
||||
}
|
||||
|
||||
}
|
||||
<div class="navbar navbar-fixed-top @(isTestDatabase ? "test-database" : "" )">
|
||||
<div class="container-fluid">
|
||||
@ -52,7 +54,7 @@
|
||||
</button>
|
||||
<div class="navbar-brand">
|
||||
<a href="/"><img src="~/images/IFX_LOGO_RGB.png" height="20" /></a>
|
||||
OI Metrology Viewer - ARCHIVE
|
||||
OI Metrology Viewer - ARCHIVE
|
||||
</div>
|
||||
</div>
|
||||
@if (isTestDatabase)
|
||||
@ -88,5 +90,5 @@
|
||||
<script src="~/js/respond.min.js" type="text/javascript" asp-append-version="true"></script>
|
||||
@RenderSection("scripts", required: false)
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user