mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code refactor and reformat.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user