Remove BlackBerry customizations
This commit is contained in:
@@ -1,38 +1,24 @@
|
||||
@using MileageTraker.Web.Utility
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Mileage Traker - ETHRA - @ViewBag.Title</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link href="@Url.Content("~/Content/Site.min.css")" rel="stylesheet" type="text/css" />
|
||||
@if (Request.IsBlackBerry())
|
||||
{
|
||||
<link href="@Url.Content("~/Content/BlackBerry.css")" rel="stylesheet" type="text/css" />
|
||||
}
|
||||
else
|
||||
{
|
||||
<link href="@Url.Content("~/Content/themes/custom-theme/jquery-ui-1.8.13.custom.css")" rel="stylesheet" type="text/css" />
|
||||
}
|
||||
@if (ViewBag.PageStyle != null)
|
||||
{
|
||||
<link href="@Url.Content(ViewBag.PageStyle)" rel="stylesheet" type="text/css" />
|
||||
}
|
||||
<script src="@Url.Content("~/Scripts/jquery-1.7.2.min.js")" type="text/javascript"></script>
|
||||
<script src="@Url.Content("~/Scripts/jquery.numeric.js")" type="text/javascript"></script>
|
||||
@if (!Request.IsBlackBerry())
|
||||
{
|
||||
<script src="@Url.Content("~/Scripts/jquery-ui-1.8.13.custom.min.js")" type="text/javascript"></script>
|
||||
<script src="@Url.Content("~/Scripts/Shared/Site.js")" type="text/javascript"></script>
|
||||
}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@if (!Request.IsBlackBerry())
|
||||
{
|
||||
<div id="header">
|
||||
<img src="@Url.Content("~/Content/Header_white.png")" alt="Mileage Traker" />
|
||||
</div>
|
||||
}
|
||||
@RenderBody()
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user