changeset 91:9dfbe4e29c6a

Imagen del boton de sign-in con twitter
author Nelo@Kenia.neluz.int
date Fri, 03 Jun 2011 23:57:39 -0300
parents d1688622fa88
children 7027cda13de3
files Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Agendas/trunk/src/Agendas.Web/Content/twitter/sign-in-with-twitter-d-sm.png Agendas/trunk/src/Agendas.Web/Content/twitter/sign-in-with-twitter-d.png Agendas/trunk/src/Agendas.Web/Content/twitter/sign-in-with-twitter-l-sm.png Agendas/trunk/src/Agendas.Web/Content/twitter/sign-in-with-twitter-l.png Agendas/trunk/src/Agendas.Web/Views/Account/LogOn.cshtml
diffstat 6 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj	Fri Jun 03 21:35:59 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj	Fri Jun 03 23:57:39 2011 -0300
@@ -80,6 +80,10 @@
   <ItemGroup>
     <Content Include="Content\altnetlogo.png" />
     <Content Include="Content\question.jpg" />
+    <Content Include="Content\twitter\sign-in-with-twitter-d-sm.png" />
+    <Content Include="Content\twitter\sign-in-with-twitter-d.png" />
+    <Content Include="Content\twitter\sign-in-with-twitter-l-sm.png" />
+    <Content Include="Content\twitter\sign-in-with-twitter-l.png" />
     <Content Include="Global.asax" />
     <Content Include="hibernate.cfg.xml">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
Binary file Agendas/trunk/src/Agendas.Web/Content/twitter/sign-in-with-twitter-d-sm.png has changed
Binary file Agendas/trunk/src/Agendas.Web/Content/twitter/sign-in-with-twitter-d.png has changed
Binary file Agendas/trunk/src/Agendas.Web/Content/twitter/sign-in-with-twitter-l-sm.png has changed
Binary file Agendas/trunk/src/Agendas.Web/Content/twitter/sign-in-with-twitter-l.png has changed
--- a/Agendas/trunk/src/Agendas.Web/Views/Account/LogOn.cshtml	Fri Jun 03 21:35:59 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Views/Account/LogOn.cshtml	Fri Jun 03 23:57:39 2011 -0300
@@ -9,7 +9,6 @@
 
 @Html.ValidationSummary(true, "Login was unsuccessful. Please correct the errors and try again.")
 
-@Html.ActionLink("Twitter", "TwitterLogOn")
 @using (Html.BeginForm()) {
     <div>
         <fieldset>
@@ -42,3 +41,4 @@
         </fieldset>
     </div>
 }
+<a href="@Url.Action("TwitterLogOn")"><img src="@Url.Content("~/Content/twitter/sign-in-with-twitter-d.png")" alt="Sign in with twitter" /></a>