You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.2 KiB
Plaintext

10 months ago
@{
}
<style type="text/css">
.glyphicon-warning-sign {
color: #1ab394;
font-size: 30px;
margin-right: 2%;
}
.not-certified {
font-size: 22px;
text-align: center;
margin-top: 200px;
}
.certified {
font-size: 22px;
text-align: center;
margin-top: 20px;
}
.certified a {
color: #1ab394;
margin: 0 7px;
line-height: 25px;
}
.certified a:hover {
padding-bottom: 1px;
border-bottom: 2px solid #1ab394;
}
</style>
<div class="not-certified col-md-12">
<span class="glyphicon glyphicon-warning-sign"></span>@Resources.LangOrder.MsgAccountNotIndentBooking
</div>
@if (ViewBag.IsAdmin)
{
<div class="certified col-md-12">@Resources.LangOrder.MsgClick<a class="tabs" data-url="@Url.Action("Identification", "User")" data-title="@Resources.LangHome.LeftMenuIdentify">@Resources.LangOrder.MsgHere</a>@Resources.LangOrder.MsgForIndent</div>
}
@section styles
{
<link type="text/css" rel="stylesheet" href="~/Content/hplus/css/plugins/footable/footable.core.css" />
}