Skip to content

Commit aceee85

Browse files
author
Rafael J. Staib
committed
Add donate button
1 parent ae837d7 commit aceee85

31 files changed

+208
-30
lines changed

JSteps.v11.suo

17.5 KB
Binary file not shown.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Web;
5+
using System.Web.Mvc;
6+
7+
namespace JSteps.Controllers
8+
{
9+
public class DonationController
10+
: Controller
11+
{
12+
public ActionResult Success()
13+
{
14+
return View();
15+
}
16+
}
17+
}

JSteps/JSteps.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
<Compile Include="App_Start\RouteConfig.cs" />
132132
<Compile Include="App_Start\WebApiConfig.cs" />
133133
<Compile Include="Controllers\AboutController.cs" />
134+
<Compile Include="Controllers\DonationController.cs" />
134135
<Compile Include="Controllers\ExamplesController.cs" />
135136
<Compile Include="Controllers\GettingStartedController.cs" />
136137
<Compile Include="Controllers\HomeController.cs" />
@@ -194,6 +195,7 @@
194195
<None Include="Properties\PublishProfiles\FTP Cloud.pubxml" />
195196
<Content Include="Views\Examples\Index.cshtml" />
196197
<Content Include="Views\About\Index.cshtml" />
198+
<Content Include="Views\Donation\Success.cshtml" />
197199
</ItemGroup>
198200
<PropertyGroup>
199201
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>

JSteps/Properties/PublishProfiles/FTP Cloud.pubxml.user

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ by editing this MSBuild file. In order to learn more about this please visit htt
1414
<publishTime>08/13/2013 00:32:49</publishTime>
1515
</File>
1616
<File Include="bin/App_global.asax.compiled">
17-
<publishTime>08/13/2013 00:57:24</publishTime>
17+
<publishTime>08/13/2013 10:13:11</publishTime>
1818
</File>
1919
<File Include="bin/App_global.asax.dll">
20-
<publishTime>08/13/2013 00:57:24</publishTime>
20+
<publishTime>08/13/2013 10:13:11</publishTime>
2121
</File>
2222
<File Include="bin/EntityFramework.dll">
2323
<publishTime>08/13/2013 00:32:47</publishTime>
2424
</File>
2525
<File Include="bin/JSteps.dll">
26-
<publishTime>08/13/2013 00:33:43</publishTime>
26+
<publishTime>08/13/2013 10:13:06</publishTime>
2727
</File>
2828
<File Include="bin/Microsoft.Web.Infrastructure.dll">
2929
<publishTime>08/13/2013 00:32:48</publishTime>
@@ -122,7 +122,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
122122
<publishTime>08/13/2013 00:32:47</publishTime>
123123
</File>
124124
<File Include="PrecompiledApp.config">
125-
<publishTime>08/13/2013 00:57:23</publishTime>
125+
<publishTime>08/13/2013 10:13:10</publishTime>
126126
</File>
127127
<File Include="Scripts/bootstrap.js">
128128
<publishTime>08/13/2013 00:32:46</publishTime>
@@ -152,13 +152,16 @@ by editing this MSBuild file. In order to learn more about this please visit htt
152152
<publishTime>08/13/2013 00:32:46</publishTime>
153153
</File>
154154
<File Include="Views/About/Index.cshtml">
155-
<publishTime>08/13/2013 00:50:38</publishTime>
155+
<publishTime>08/13/2013 10:10:11</publishTime>
156+
</File>
157+
<File Include="Views/Donation/Success.cshtml">
158+
<publishTime>08/13/2013 10:00:09</publishTime>
156159
</File>
157160
<File Include="Views/Examples/Index.cshtml">
158161
<publishTime>08/13/2013 00:32:46</publishTime>
159162
</File>
160163
<File Include="Views/GettingStarted/Index.cshtml">
161-
<publishTime>08/13/2013 00:32:46</publishTime>
164+
<publishTime>08/13/2013 10:10:36</publishTime>
162165
</File>
163166
<File Include="Views/Home/Index.cshtml">
164167
<publishTime>08/13/2013 00:32:46</publishTime>

JSteps/Views/About/Index.cshtml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,16 @@
2424
<p>If you would like to contact me, do not hesitate to send me a message on twitter <a href="http://twitter.com/RafaelStaib" target="_blank">@@RafaelStaib</a> or email me to <a href="mailto:me@rafaelstaib.com">me@rafaelstaib.com</a>.
2525
However in case you want to post bug reports or other contributions (e.g. enhancements or features) please go to <a href="https://github.com/rstaib/jquery-steps/issues" target="_blank">GitHub issue tracker</a>.</p>
2626
<h3>Buy me a beer</h3>
27-
<p>Hi guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
28-
So if you like it spend me a beer! Would be very appreciated ;-) Thanks.</p>
29-
<p>DONATE!!!!!!!</p>
27+
<p>Hey guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
28+
So if you like it, I would very appreciate a beer donation ;-) Thanks.</p>
29+
<p>
30+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
31+
<input type="hidden" name="cmd" value="_s-xclick">
32+
<input type="hidden" name="hosted_button_id" value="2Q69YA36ZTARW">
33+
<input type="image" src="https://www.paypalobjects.com/en_US/DE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
34+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
35+
</form>
36+
</p>
3037
</section>
3138
</div>
3239
</div>

JSteps/Views/Donation/Success.cshtml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
@{
2+
ViewBag.Title = "Donation Successful";
3+
}
4+
5+
@section Header
6+
{
7+
<header id="banner" role="banner">
8+
<h1>Many Thanks</h1>
9+
<p>You bought my next beer!</p>
10+
</header>
11+
}
12+
13+
<div class="content">
14+
<div class="row-fluid">
15+
<div class="span3 me">
16+
<img src="@Url.Content("~/Content/images/me.png")" />
17+
</div>
18+
<div class="span9 main">
19+
<section>
20+
<h2>Hey cool you did it</h2>
21+
<p>Thanks for the beer I will enjoy it ;-)</p>
22+
</section>
23+
</div>
24+
</div>
25+
</div>

JSteps/Views/GettingStarted/Index.cshtml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,16 @@
6262
<p class="muted"><small>* The step position will be saved into a cookie after a step change, add or remove.
6363
After a refresh the latest active step become active again - after initialization.</small></p>
6464
<h3>Buy me a beer</h3>
65-
<p>Hi guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
66-
So if you like it spend me a beer! Would be very appreciated ;-) Thanks.</p>
67-
<p>DONATE!!!!!!!</p>
65+
<p>Hey guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
66+
So if you like it, I would very appreciate a beer donation ;-) Thanks.</p>
67+
<p>
68+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
69+
<input type="hidden" name="cmd" value="_s-xclick">
70+
<input type="hidden" name="hosted_button_id" value="2Q69YA36ZTARW">
71+
<input type="image" src="https://www.paypalobjects.com/en_US/DE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
72+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
73+
</form>
74+
</p>
6875
</section>
6976
<section id="download">
7077
<h2 class="page-header">Download</h2>

JSteps/bin/JSteps.dll

0 Bytes
Binary file not shown.

JSteps/bin/JSteps.pdb

2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

JSteps/obj/Debug/JSteps.dll

0 Bytes
Binary file not shown.

JSteps/obj/Debug/JSteps.pdb

2 KB
Binary file not shown.

JSteps/obj/Release/AspnetCompileMerge/Source/Views/About/Index.cshtml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,16 @@
2424
<p>If you would like to contact me, do not hesitate to send me a message on twitter <a href="http://twitter.com/RafaelStaib" target="_blank">@@RafaelStaib</a> or email me to <a href="mailto:me@rafaelstaib.com">me@rafaelstaib.com</a>.
2525
However in case you want to post bug reports or other contributions (e.g. enhancements or features) please go to <a href="https://github.com/rstaib/jquery-steps/issues" target="_blank">GitHub issue tracker</a>.</p>
2626
<h3>Buy me a beer</h3>
27-
<p>Hi guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
28-
So if you like it spend me a beer! Would be very appreciated ;-) Thanks.</p>
29-
<p>DONATE!!!!!!!</p>
27+
<p>Hey guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
28+
So if you like it, I would very appreciate a beer donation ;-) Thanks.</p>
29+
<p>
30+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
31+
<input type="hidden" name="cmd" value="_s-xclick">
32+
<input type="hidden" name="hosted_button_id" value="2Q69YA36ZTARW">
33+
<input type="image" src="https://www.paypalobjects.com/en_US/DE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
34+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
35+
</form>
36+
</p>
3037
</section>
3138
</div>
3239
</div>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
@{
2+
ViewBag.Title = "Donation Successful";
3+
}
4+
5+
@section Header
6+
{
7+
<header id="banner" role="banner">
8+
<h1>Many Thanks</h1>
9+
<p>You bought my next beer!</p>
10+
</header>
11+
}
12+
13+
<div class="content">
14+
<div class="row-fluid">
15+
<div class="span3 me">
16+
<img src="@Url.Content("~/Content/images/me.png")" />
17+
</div>
18+
<div class="span9 main">
19+
<section>
20+
<h2>Hey cool you did it</h2>
21+
<p>Thanks for the beer I will enjoy it ;-)</p>
22+
</section>
23+
</div>
24+
</div>
25+
</div>

JSteps/obj/Release/AspnetCompileMerge/Source/Views/GettingStarted/Index.cshtml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,16 @@
6262
<p class="muted"><small>* The step position will be saved into a cookie after a step change, add or remove.
6363
After a refresh the latest active step become active again - after initialization.</small></p>
6464
<h3>Buy me a beer</h3>
65-
<p>Hi guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
66-
So if you like it spend me a beer! Would be very appreciated ;-) Thanks.</p>
67-
<p>DONATE!!!!!!!</p>
65+
<p>Hey guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
66+
So if you like it, I would very appreciate a beer donation ;-) Thanks.</p>
67+
<p>
68+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
69+
<input type="hidden" name="cmd" value="_s-xclick">
70+
<input type="hidden" name="hosted_button_id" value="2Q69YA36ZTARW">
71+
<input type="image" src="https://www.paypalobjects.com/en_US/DE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
72+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
73+
</form>
74+
</p>
6875
</section>
6976
<section id="download">
7077
<h2 class="page-header">Download</h2>
Binary file not shown.

JSteps/obj/Release/AspnetCompileMerge/TempBuildDir/Views/About/Index.cshtml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,16 @@
2424
<p>If you would like to contact me, do not hesitate to send me a message on twitter <a href="http://twitter.com/RafaelStaib" target="_blank">@@RafaelStaib</a> or email me to <a href="mailto:me@rafaelstaib.com">me@rafaelstaib.com</a>.
2525
However in case you want to post bug reports or other contributions (e.g. enhancements or features) please go to <a href="https://github.com/rstaib/jquery-steps/issues" target="_blank">GitHub issue tracker</a>.</p>
2626
<h3>Buy me a beer</h3>
27-
<p>Hi guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
28-
So if you like it spend me a beer! Would be very appreciated ;-) Thanks.</p>
29-
<p>DONATE!!!!!!!</p>
27+
<p>Hey guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
28+
So if you like it, I would very appreciate a beer donation ;-) Thanks.</p>
29+
<p>
30+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
31+
<input type="hidden" name="cmd" value="_s-xclick">
32+
<input type="hidden" name="hosted_button_id" value="2Q69YA36ZTARW">
33+
<input type="image" src="https://www.paypalobjects.com/en_US/DE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
34+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
35+
</form>
36+
</p>
3037
</section>
3138
</div>
3239
</div>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
@{
2+
ViewBag.Title = "Donation Successful";
3+
}
4+
5+
@section Header
6+
{
7+
<header id="banner" role="banner">
8+
<h1>Many Thanks</h1>
9+
<p>You bought my next beer!</p>
10+
</header>
11+
}
12+
13+
<div class="content">
14+
<div class="row-fluid">
15+
<div class="span3 me">
16+
<img src="@Url.Content("~/Content/images/me.png")" />
17+
</div>
18+
<div class="span9 main">
19+
<section>
20+
<h2>Hey cool you did it</h2>
21+
<p>Thanks for the beer I will enjoy it ;-)</p>
22+
</section>
23+
</div>
24+
</div>
25+
</div>

JSteps/obj/Release/AspnetCompileMerge/TempBuildDir/Views/GettingStarted/Index.cshtml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,16 @@
6262
<p class="muted"><small>* The step position will be saved into a cookie after a step change, add or remove.
6363
After a refresh the latest active step become active again - after initialization.</small></p>
6464
<h3>Buy me a beer</h3>
65-
<p>Hi guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
66-
So if you like it spend me a beer! Would be very appreciated ;-) Thanks.</p>
67-
<p>DONATE!!!!!!!</p>
65+
<p>Hey guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
66+
So if you like it, I would very appreciate a beer donation ;-) Thanks.</p>
67+
<p>
68+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
69+
<input type="hidden" name="cmd" value="_s-xclick">
70+
<input type="hidden" name="hosted_button_id" value="2Q69YA36ZTARW">
71+
<input type="image" src="https://www.paypalobjects.com/en_US/DE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
72+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
73+
</form>
74+
</p>
6875
</section>
6976
<section id="download">
7077
<h2 class="page-header">Download</h2>
Binary file not shown.
Binary file not shown.
Binary file not shown.

JSteps/obj/Release/JSteps.dll

0 Bytes
Binary file not shown.

JSteps/obj/Release/JSteps.pdb

2 KB
Binary file not shown.

JSteps/obj/Release/Package/PackageTmp/Views/About/Index.cshtml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,16 @@
2424
<p>If you would like to contact me, do not hesitate to send me a message on twitter <a href="http://twitter.com/RafaelStaib" target="_blank">@@RafaelStaib</a> or email me to <a href="mailto:me@rafaelstaib.com">me@rafaelstaib.com</a>.
2525
However in case you want to post bug reports or other contributions (e.g. enhancements or features) please go to <a href="https://github.com/rstaib/jquery-steps/issues" target="_blank">GitHub issue tracker</a>.</p>
2626
<h3>Buy me a beer</h3>
27-
<p>Hi guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
28-
So if you like it spend me a beer! Would be very appreciated ;-) Thanks.</p>
29-
<p>DONATE!!!!!!!</p>
27+
<p>Hey guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
28+
So if you like it, I would very appreciate a beer donation ;-) Thanks.</p>
29+
<p>
30+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
31+
<input type="hidden" name="cmd" value="_s-xclick">
32+
<input type="hidden" name="hosted_button_id" value="2Q69YA36ZTARW">
33+
<input type="image" src="https://www.paypalobjects.com/en_US/DE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
34+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
35+
</form>
36+
</p>
3037
</section>
3138
</div>
3239
</div>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
@{
2+
ViewBag.Title = "Donation Successful";
3+
}
4+
5+
@section Header
6+
{
7+
<header id="banner" role="banner">
8+
<h1>Many Thanks</h1>
9+
<p>You bought my next beer!</p>
10+
</header>
11+
}
12+
13+
<div class="content">
14+
<div class="row-fluid">
15+
<div class="span3 me">
16+
<img src="@Url.Content("~/Content/images/me.png")" />
17+
</div>
18+
<div class="span9 main">
19+
<section>
20+
<h2>Hey cool you did it</h2>
21+
<p>Thanks for the beer I will enjoy it ;-)</p>
22+
</section>
23+
</div>
24+
</div>
25+
</div>

JSteps/obj/Release/Package/PackageTmp/Views/GettingStarted/Index.cshtml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,16 @@
6262
<p class="muted"><small>* The step position will be saved into a cookie after a step change, add or remove.
6363
After a refresh the latest active step become active again - after initialization.</small></p>
6464
<h3>Buy me a beer</h3>
65-
<p>Hi guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
66-
So if you like it spend me a beer! Would be very appreciated ;-) Thanks.</p>
67-
<p>DONATE!!!!!!!</p>
65+
<p>Hey guys, I invested tons of time and still investing to offer you a great feeling and nice looking component.
66+
So if you like it, I would very appreciate a beer donation ;-) Thanks.</p>
67+
<p>
68+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
69+
<input type="hidden" name="cmd" value="_s-xclick">
70+
<input type="hidden" name="hosted_button_id" value="2Q69YA36ZTARW">
71+
<input type="image" src="https://www.paypalobjects.com/en_US/DE/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
72+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
73+
</form>
74+
</p>
6875
</section>
6976
<section id="download">
7077
<h2 class="page-header">Download</h2>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)