Charts, login, manage queue, styling
This commit is contained in:
@@ -619,6 +619,7 @@
|
||||
<Content Include="scripts\bootstrap.js" />
|
||||
<Content Include="scripts\bootstrap.min.js" />
|
||||
<None Include="scripts\jquery-1.11.1.intellisense.js" />
|
||||
<Content Include="scripts\Chart.js" />
|
||||
<Content Include="scripts\jquery-1.11.1.js" />
|
||||
<Content Include="scripts\jquery-1.11.1.min.js" />
|
||||
<Content Include="scripts\jquery.autocomplete.js" />
|
||||
@@ -690,6 +691,17 @@
|
||||
<Content Include="Views\Results\DownloadNotFound.cshtml" />
|
||||
<Content Include="Views\Results\Index.cshtml" />
|
||||
<Content Include="Views\MacroPartials\Results.cshtml" />
|
||||
<Content Include="Views\Chart\DataError.cshtml" />
|
||||
<Content Include="Views\Chart\Index.cshtml" />
|
||||
<Content Include="Views\MacroPartials\Chart.cshtml" />
|
||||
<Content Include="Views\MacroPartials\BannerLink.cshtml" />
|
||||
<Content Include="Views\MacroPartials\Membership\Login.cshtml" />
|
||||
<Content Include="Views\Queue\Index.cshtml" />
|
||||
<Content Include="Views\Queue\DownloadNotFound.cshtml" />
|
||||
<Content Include="Views\Queue\Details.cshtml" />
|
||||
<Content Include="Views\MacroPartials\BlogHighlights.cshtml" />
|
||||
<Content Include="Views\MacroPartials\Queue.cshtml" />
|
||||
<Content Include="Views\Partials\LoginStatus.cshtml" />
|
||||
<None Include="Web.Debug.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
</None>
|
||||
@@ -740,9 +752,12 @@
|
||||
<Compile Include="Controllers\ActionLogAttribute.cs" />
|
||||
<Compile Include="Controllers\BackloadController.cs" />
|
||||
<Compile Include="Controllers\BaseController.cs" />
|
||||
<Compile Include="Controllers\ChartController.cs" />
|
||||
<Compile Include="Controllers\FluxnetSiteController.cs" />
|
||||
<Compile Include="Controllers\LeafInputController.cs" />
|
||||
<Compile Include="Controllers\QueueController.cs" />
|
||||
<Compile Include="Controllers\ResultsController.cs" />
|
||||
<Compile Include="Models\ChartViewModel.cs" />
|
||||
<Compile Include="Models\LeafInputCreate.cs" />
|
||||
<Compile Include="Models\ResultStatusViewModel.cs" />
|
||||
<Compile Include="Models\SelectListViewModel.cs" />
|
||||
|
||||
Reference in New Issue
Block a user