File tree 7 files changed +14
-6
lines changed
BlogEngine/BlogEngine.NET 7 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -186,3 +186,5 @@ BlogEngine/.vs/
186
186
187
187
# Default extensions data
188
188
BlogEngine /BlogEngine.NET /App_Data /datastore /extensions /* .xml
189
+ /.vs /slnx.sqlite
190
+ /.vs /BlogEngine.NET /config /applicationhost.config
Original file line number Diff line number Diff line change 6
6
<head id="Head1" runat="server">
7
7
<title>Account Login</title>
8
8
<meta name="description" content="Account Login Membership User Password" />
9
- <link href='http ://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>
9
+ <link href='https ://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>
10
10
<link href="account.css" rel="stylesheet" />
11
11
<script src="../Scripts/jquery-2.1.4.min.js"></script>
12
12
<script type="text/javascript" src="account.js"></script>
Original file line number Diff line number Diff line change 296
296
<data name =" contact" xml : space =" preserve" >
297
297
<value >Contactarnos</value >
298
298
</data >
299
+ <data name =" share" xml : space =" preserve" >
300
+ <value >Compartir</value >
301
+ </data >
299
302
<data name =" contactForm" xml : space =" preserve" >
300
303
<value >Formulario de Contacto</value >
301
304
</data >
1736
1739
<data name =" phoneMain" xml : space =" preserve" >
1737
1740
<value >Teléfono</value >
1738
1741
</data >
1739
- </root >
1742
+ </root >
Original file line number Diff line number Diff line change 2594
2594
<data name =" changeName" xml : space =" preserve" >
2595
2595
<value >Change Name</value >
2596
2596
</data >
2597
+ <data name =" share" xml : space =" preserve" >
2598
+ <value >Share</value >
2599
+ </data >
2597
2600
</root >
Original file line number Diff line number Diff line change 75
75
{%> <span class =" post-category" ><i class =" fa fa-folder-open" ></i > <%= postCategory %> </span >
76
76
<% } %>
77
77
<div class =" dropdown post-share float-md-right" >
78
- <a class =" dropdown-toggle" href =" #" role =" button" id =" dropdownMenuLink" data-toggle =" dropdown" aria-haspopup =" true" aria-expanded =" false" ><i class =" fa fa-share-alt" ></i >share</a >
78
+ <a class =" dropdown-toggle" href =" #" role =" button" id =" dropdownMenuLink" data-toggle =" dropdown" aria-haspopup =" true" aria-expanded =" false" ><i class =" fa fa-share-alt" ></i ><%= Resources.labels. share %> </a >
79
79
<div class =" dropdown-menu dropdown-menu-right" aria-labelledby =" dropdownMenuLink" >
80
80
<a class =" dropdown-item item-fb" href =" https://www.addtoany.com/add_to/facebook?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-facebook-square" ></i >Facebook</a >
81
81
<a class =" dropdown-item item-tw" href =" https://www.addtoany.com/add_to/twitter?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-twitter-square" ></i >Twitter</a >
82
82
<a class =" dropdown-item item-gp" href =" https://www.addtoany.com/add_to/google_plus?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-google-plus-square" ></i >Google +</a >
83
83
<a class =" dropdown-item item-ln" href =" https://www.addtoany.com/add_to/linkedin?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-linkedin-square" ></i >LinkedIn</a >
84
84
<a class =" dropdown-item item-pi" href =" https://www.addtoany.com/add_to/pinterest?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-pinterest-square" ></i >Pinterest</a >
85
85
<a class =" dropdown-item item-em" href =" https://www.addtoany.com/add_to/email?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-envelope-square" ></i >Email</a >
86
- <a class =" dropdown-item item-em" href =" https://www.addtoany.com/share?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-plus-square" ></i >Share ...</a >
86
+ <a class =" dropdown-item item-em" href =" https://www.addtoany.com/share?linkurl=<%=Post.AbsoluteLink %>& ; linkname=<%=postTitle %>" target =" _blank" ><i class =" fa fa-plus-square" ></i ><%= Resources.labels.share %> ...</a >
87
87
</div >
88
88
</div >
89
89
</div >
Original file line number Diff line number Diff line change 24
24
<html data-ng-app =" blogAdmin" >
25
25
<head >
26
26
<meta charset =" utf-8" />
27
- <link href =' http ://fonts.googleapis.com/css?family=Roboto:300,400,500' rel =' stylesheet' type =' text/css' >
27
+ <link href =' https ://fonts.googleapis.com/css?family=Roboto:300,400,500' rel =' stylesheet' type =' text/css' >
28
28
@Styles.Render( "~/Content/admincss")
29
29
<link href =" ~/admin/themes/standard/css/styles.css" rel =" stylesheet" type =" text/css" />
30
30
<script type =" text/javascript" >
Original file line number Diff line number Diff line change 24
24
<meta http-equiv =" X-UA-Compatible" content =" IE=edge" >
25
25
<meta name =" viewport" content =" width=device-width, initial-scale=1, user-scalable=no" >
26
26
<title >@BlogSettings.Instance.Name (@Security.CurrentMembershipUser.UserName) </title >
27
- <link href =" http ://fonts.googleapis.com/css?family=Roboto:400,500,700" rel =" stylesheet" >
27
+ <link href =" https ://fonts.googleapis.com/css?family=Roboto:400,500,700" rel =" stylesheet" >
28
28
@Styles.Render( "~/Content/admincss")
29
29
<link href =" ~/admin/themes/standard/css/styles.css?ver=4" rel =" stylesheet" >
30
30
<link rel =" shortcut icon" href =" @Href(Utils.ApplicationRelativeWebRoot + " Content /images /blog /blogengine.ico " )" type =" image/x-icon" />
You can’t perform that action at this time.
0 commit comments