File tree Expand file tree Collapse file tree 3 files changed +3
-37
lines changed
src/UmbracoFileSystemProviders.Azure.Installer Expand file tree Collapse file tree 3 files changed +3
-37
lines changed Original file line number Diff line number Diff line change 1
1
<% @ Control Language= " c#" AutoEventWireup= " True" TargetSchema= " http://schemas.microsoft.com/intellisense/ie5" %>
2
- <% @ Import Namespace= " Our.Umbraco.FileSystemProviders.Azure.Installer" %>
3
2
4
- <%
5
- string angularSrc = " /umbraco/lib/angular/1.1.5/angular.min.js" ;
6
- string span = string .Empty ;
7
- if (Helpers.GetUmbracoVersion().Major < 7 )
8
- {
9
- angularSrc = " //cdnjs.cloudflare.com/ajax/libs/angular.js/1.1.5/angular.js" ;
10
- span = " class=\" span12\" " ;
11
- %>
12
- <link href =" //cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.css" type =" text/css" rel =" stylesheet" />
13
- <%
14
- }
15
- %>
16
-
17
- <script src =" <%=angularSrc%>" ></script >
3
+ <script src =" /umbraco/lib/angular/1.1.5/angular.min.js" ></script >
18
4
<script src =" /App_Plugins/UmbracoFileSystemProviders/Azure/Install/Configurator/Controllers/Configure.js" ></script >
19
5
20
6
<div ng-app =" UFSPLoader" >
29
15
<div ><hr /></div >
30
16
</div >
31
17
<div class =" row" ng-show =" !saved" >
32
- <div < % = span % > >
18
+ <div >
33
19
<fieldset >
34
20
<legend ><h4 >To complete installation, please enter the required parameters for the Azure storage provider below</h4 ></legend >
35
21
<form name =" paramForm" class =" form-horizontal" role =" form" >
53
39
</div >
54
40
55
41
<div class =" row" >
56
- <div < % = span % > >
42
+ <div >
57
43
<div class =" alert alert-success" ng-show =" saved && (status === 'Ok' || status === 'ImageProcessorWebCompatibility' || status === 'ImageProcessorWebConfigError')" >
58
44
The Azure storage provider was sucessfully configured and your media is now as light as candyfloss
59
45
</div >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 255
255
<ItemGroup >
256
256
<Compile Include =" Constants.cs" />
257
257
<Compile Include =" Enums\InstallerStatus.cs" />
258
- <Compile Include =" Helpers.cs" />
259
258
<Compile Include =" Properties\AssemblyInfo.cs" />
260
259
<Compile Include =" Models\Parameter.cs" />
261
260
<Compile Include =" InstallerController.cs" />
You can’t perform that action at this time.
0 commit comments