General code refactor and reformat.

This commit is contained in:
2018-12-31 13:17:27 +00:00
parent 6b12cd1a8e
commit f2caa8c40f
413 changed files with 3554 additions and 6549 deletions

View File

@@ -43,7 +43,8 @@
<link href="../../styles/dicserver_highcharts.css"
rel="stylesheet"type="text/css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no"
name="viewport">
<title>@ViewBag.Title</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async

View File

@@ -1,3 +1,4 @@
@using DiscImageChef.CommonTypes.Metadata
@{
// /***************************************************************************
// The Disc Image Chef
@@ -31,7 +32,6 @@
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
}
@using DiscImageChef.CommonTypes.Metadata
<!DOCTYPE html>
<html lang="en">
<head>

View File

@@ -1,3 +1,9 @@
@using System.Collections
@using DiscImageChef.CommonTypes.Metadata
@using DiscImageChef.Server.Models
@using Highsoft.Web.Mvc.Charts
@using Chart = Highsoft.Web.Mvc.Charts.Chart
@using Filter = DiscImageChef.Server.Models.Filter
@{
// /***************************************************************************
// The Disc Image Chef
@@ -31,12 +37,6 @@
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
}
@using System.Collections
@using DiscImageChef.CommonTypes.Metadata
@using DiscImageChef.Server.Models
@using Highsoft.Web.Mvc.Charts
@using Chart = Highsoft.Web.Mvc.Charts.Chart
@using Filter = DiscImageChef.Server.Models.Filter
@{
ViewBag.Title = "DiscImageChef Statistics";
}