@{
string style = "";
if (ViewBag.Banner != null)
{
style = "background: url(\"" + ViewBag.Banner + "\") center center fixed;background-size:cover;";
}
}
Do things seem broken? We are currently working on streamlining the permission system and its backend. Please be patient!
@if (!ACL.UserEmailConfirmed(User.Identity.Name))
{
Email address not confirmed! Hi! It appears that your email has not been confirmed. Please check your email. @Html.ActionLink("Resend confirmation link", "ResendConf", "Account")
}
@RenderBody()
© @DateTime.Now.Year Michael VanOverbeek and the ShiftOS Dev Team
Website styling courtesy of Victor Tran .
Community
@Html.ActionLink("Forums", "Index", "Forum")
@Html.ActionLink("Discord", "Discord", "Home")
@Html.ActionLink("Wiki", "Index", "Wiki")
@Html.ActionLink("Skin Repository", "Index", "Skins")
Help & About
@Html.ActionLink("Terms of service", "TOS", "Legal")
@Html.ActionLink("Privacy Policy", "Privacy", "Legal")
@Html.ActionLink("About Project: Unite", "AboutUnite", "Home")
@Html.ActionLink("About ShiftOS", "About", "Home")
@Html.ActionLink("Get in touch", "Contact", "Home")
We'd like to formally thank Philip Adams. Without him, we would not exist. Phil has contributed years of work and help to ShiftOS and is the original developer of the game. He has written code that is still used to this day in modern ShiftOS, and much of the ideas and mechanics in the game are from his mind.
Check Phil out on YouTube: OSFirstTimer | AstralPhaser | YouTube Millionaire
@if ((bool)User.Identity?.IsAdmin())
{
@Html.ActionLink("Administrator Control Panel", "Index", "Admin")
}