|
|
|
@ -1,5 +1,4 @@
|
|
|
|
|
@using Helpers;
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
|
|
<head runat="server">
|
|
|
|
@ -10,11 +9,9 @@
|
|
|
|
|
.Add("telerik.sitefinity.css")
|
|
|
|
|
.Add("notibar.css"))
|
|
|
|
|
.Render();}
|
|
|
|
|
|
|
|
|
|
<link href="../../Content/style.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
<link href="../../Content/jquery-ui.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
<link href="../../Content/jquery-ui.custom.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
|
|
|
|
|
@RenderSection("HeaderContent", required: false)
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
@ -39,14 +36,12 @@
|
|
|
|
|
<div id="footer">
|
|
|
|
|
@{Html.RenderAction("Footer", "Shared");}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="msgBox">
|
|
|
|
|
<span id="msgText">Scanning Series Folder...</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
@RenderSection("Scripts", required: false)
|
|
|
|
|
|
|
|
|
|
@{Html.Telerik().ScriptRegistrar().Scripts(
|
|
|
|
|
c => c.Add("jquery-ui-1.8.8.min.js")
|
|
|
|
|
.Add("jquery.form.js")
|
|
|
|
|