File tree Expand file tree Collapse file tree 9 files changed +6477
-559
lines changed
Analytics/App_Plugins/Analytics/backOffice Expand file tree Collapse file tree 9 files changed +6477
-559
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
- {
2
- "Id": "4113171",
3
- "Name": "www.nibble.be",
4
- "Created": "2008-04-13T14:26:12+02:00",
5
- "Updated": "2011-07-20T00:58:59.981+02:00"
6
- }
1
+
Original file line number Diff line number Diff line change 1
1
< div ng-controller ="Analytics.SettingsController ">
2
2
< div class ="umb-pane ">
3
3
< umb-control-group ng-hide ="hasAuthd() " label ="Authorisation " description ="Login with Google via oAuth to verify ">
4
- < button class ="btn btn-success " ng-click ="auth() "> Authorize</ button >
4
+ < button class ="btn btn-success " ng-click ="auth() "> < span class =" icon-lock " > </ span > Authorize</ button >
5
5
</ umb-control-group >
6
6
7
7
< umb-control-group ng-repeat ="setting in settings " label ="{{ setting.Label }} " description ="{{ setting.Description }} ">
Original file line number Diff line number Diff line change 4
4
<head >
5
5
<title >Analytics for Umbraco oAuth</title >
6
6
<link rel =" stylesheet" href =" /umbraco/assets/css/umbraco.css" />
7
+
8
+ <style >
9
+ .authcontainer {
10
+ padding : 20px ;
11
+ }
12
+
13
+ h1 {
14
+ margin : 0 0 25px 0 ;
15
+ }
16
+ </style >
7
17
</head >
8
18
<body >
9
19
<script type =" text/javascript" >
17
27
}
18
28
</script >
19
29
20
- <div class =" container " >
21
- <div class = " row " >
22
- <div class =" span10 " >
23
- < h1 > Analytics for Umbraco</ h1 >
24
- < asp:Literal runat = " server " ID = " Content " / >
25
- </ div >
26
- </ div >
30
+ <div class =" authcontainer " >
31
+ <h1 >
32
+ <span class =" icon-pulse " ></ span >
33
+ Analytics for Umbraco
34
+ </ h1 >
35
+
36
+ <asp:Literal runat = " server " ID = " Content " / >
27
37
</div >
28
38
29
39
</body >
Original file line number Diff line number Diff line change 1
- {
2
- "Id": "8245037",
3
- "AccountId": "4113171",
4
- "WebPropertyId": "UA-4113171-1",
5
- "InternalWebPropertyId": "7923617",
6
- "Name": "www.nibble.be",
7
- "Currency": "USD",
8
- "Timezone": "Europe/Brussels",
9
- "WebsiteUrl": "www.nibble.be",
10
- "Type": "WEB",
11
- "Created": "2008-04-13T14:26:12+02:00",
12
- "Updated": "2011-09-20T09:34:04.996+02:00"
13
- }
1
+
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Analytics >
3
3
<ClientId label =" Client ID" description =" This is the Client ID key from the Google API" >206456221167-1a6npdlit92260gfaekomgon8cm0ratg</ClientId >
4
4
<ClientSecret label =" Client Secret" description =" This is the Client Secret from the Google API" >_LklwvmJC0EIkEprcRB4keQ_</ClientSecret >
5
- <RefreshToken label =" Refresh Token" description =" The refresh token used to acquire new access tokens. This is sensitive information." >1/8yPreeBbqoFR5jVLWfH_lGCCWQnGTwrW84mKQ7jbv70 </RefreshToken >
5
+ <RefreshToken label =" Refresh Token" description =" The refresh token used to acquire new access tokens. This is sensitive information." ></RefreshToken >
6
6
</Analytics >
Original file line number Diff line number Diff line change 1
1
< div ng-controller ="Analytics.SettingsController ">
2
2
< div class ="umb-pane ">
3
3
< umb-control-group ng-hide ="hasAuthd() " label ="Authorisation " description ="Login with Google via oAuth to verify ">
4
- < button class ="btn btn-success " ng-click ="auth() "> Authorize</ button >
4
+ < button class ="btn btn-success " ng-click ="auth() "> < span class =" icon-lock " > </ span > Authorize</ button >
5
5
</ umb-control-group >
6
6
7
7
< umb-control-group ng-repeat ="setting in settings " label ="{{ setting.Label }} " description ="{{ setting.Description }} ">
Original file line number Diff line number Diff line change 4
4
<head >
5
5
<title >Analytics for Umbraco oAuth</title >
6
6
<link rel =" stylesheet" href =" /umbraco/assets/css/umbraco.css" />
7
+
8
+ <style >
9
+ .authcontainer {
10
+ padding : 20px ;
11
+ }
12
+
13
+ h1 {
14
+ margin : 0 0 25px 0 ;
15
+ }
16
+ </style >
7
17
</head >
8
18
<body >
9
19
<script type =" text/javascript" >
17
27
}
18
28
</script >
19
29
20
- <div class =" container " >
21
- <div class = " row " >
22
- <div class =" span10 " >
23
- < h1 > Analytics for Umbraco</ h1 >
24
- < asp:Literal runat = " server " ID = " Content " / >
25
- </ div >
26
- </ div >
30
+ <div class =" authcontainer " >
31
+ <h1 >
32
+ <span class =" icon-pulse " ></ span >
33
+ Analytics for Umbraco
34
+ </ h1 >
35
+
36
+ <asp:Literal runat = " server " ID = " Content " / >
27
37
</div >
28
38
29
39
</body >
You can’t perform that action at this time.
0 commit comments