File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/UmbracoFileSystemProviders.Azure.Installer/Configurator/Views Expand file tree Collapse file tree 1 file changed +5
-5
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
2
3
- <script src =" ~/umbraco/lib/angular/1.1.5/angular.min.js" ></script >
4
- <script src =" ~/App_Plugins/UmbracoFileSystemProviders/Azure/Install/Configurator/Controllers/Configure.js" ></script >
3
+ <script src =" <%=ResolveUrl( " ~ /umbraco /lib /angular /1.1.5 /angular.min.js " ) %> " ></script >
4
+ <script src =" <%=ResolveUrl( " ~ /App_Plugins /UmbracoFileSystemProviders /Azure /Install /Configurator /Controllers /Configure.js " )%> " ></script >
5
5
6
6
<div ng-app =" UFSPLoader" >
7
7
<div ng-controller =" Loader" >
8
8
<div class =" row" >
9
9
<div class =" span1" >
10
- <img src =" ~/App_Plugins/UmbracoFileSystemProviders/Azure/Install/azure-logo-32.png" />
10
+ <img src =" <%=ResolveUrl( " ~ /App_Plugins /UmbracoFileSystemProviders /Azure /Install /azure-logo-32.png " )%> " />
11
11
</div >
12
12
<div ><h4 >Umbraco Azure File System Provider</h4 ></div >
13
13
</div >
23
23
<ng-form name =" form" >
24
24
<label class =" control-label" for =" param.key" >{{ capitalizeFirstLetter(param.key) }}</label >
25
25
<div class =" controls" >
26
- <span ng-if =" getInputType(param.key) === 'checkbox'" ng-include =" '/App_Plugins/UmbracoFileSystemProviders/Azure/Install/Configurator/Views/checkbox.htm'" ></span >
27
- <span ng-if =" getInputType(param.key) === 'text'" ng-include =" '/App_Plugins/UmbracoFileSystemProviders/Azure/Install/Configurator/Views/textfield.htm'" ></span >
26
+ <span ng-if =" getInputType(param.key) === 'checkbox'" ng-include =" '<%=ResolveUrl( " /App_Plugins /UmbracoFileSystemProviders /Azure /Install /Configurator /Views /checkbox.htm " )%> '" ></span >
27
+ <span ng-if =" getInputType(param.key) === 'text'" ng-include =" '<%=ResolveUrl( " /App_Plugins /UmbracoFileSystemProviders /Azure /Install /Configurator /Views /textfield.htm " )%> '" ></span >
28
28
</div >
29
29
<span data-ng-show =" {{'form.'+param.key+'.$dirty && form.'+param.key+'.$error.required'}}" >Required!</span >
30
30
</ng-form >
You can’t perform that action at this time.
0 commit comments