Skip to content

Commit 0312d7d

Browse files
committed
added link to new RestFiles demo
1 parent f605388 commit 0312d7d

8 files changed

Lines changed: 34 additions & 27 deletions

File tree

src/ServiceStack.Examples/ServiceStack.Examples.Clients/MovieRestTest.htm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,9 @@ <h3 id="lblDetails"></h3>
294294

295295
<div id="header-links">
296296
<a href="../ServiceStack.Hello/">Hello World</a>
297-
<a href="../ServiceStack.MovieRest/">Nothing but REST!</a>
297+
<a href="../RestFiles/">The Rest Files</a>
298298
<a href="../RedisStackOverflow/">Redis StackOverflow</a>
299+
<a href="../ServiceStack.MovieRest/">REST at the Movies</a>
299300
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
300301
<a href="../ServiceStack.Examples.Clients/Soap11.aspx">Soap 1.1</a>
301302
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>

src/ServiceStack.Examples/ServiceStack.Examples.Clients/Silverlight.htm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@
5454
<body>
5555
<div id="header-links">
5656
<a href="../ServiceStack.Hello/">Hello World</a>
57-
<a href="../ServiceStack.MovieRest/">Nothing but REST!</a>
57+
<a href="../RestFiles/">The Rest Files</a>
5858
<a href="../RedisStackOverflow/">Redis StackOverflow</a>
59+
<a href="../ServiceStack.MovieRest/">REST at the Movies</a>
5960
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
6061
<a href="../ServiceStack.Examples.Clients/Soap11.aspx">Soap 1.1</a>
6162
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>

src/ServiceStack.Examples/ServiceStack.Examples.Clients/Soap11.aspx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111

1212
<div id="header-links">
1313
<a href="../ServiceStack.Hello/">Hello World</a>
14-
<a href="../ServiceStack.MovieRest/">Nothing but REST!</a>
14+
<a href="../RestFiles/">The Rest Files</a>
1515
<a href="../RedisStackOverflow/">Redis StackOverflow</a>
16+
<a href="../ServiceStack.MovieRest/">REST at the Movies</a>
1617
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
1718
<a href="../ServiceStack.Examples.Clients/Soap11.aspx">Soap 1.1</a>
1819
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>

src/ServiceStack.Examples/ServiceStack.Examples.Clients/Soap12.aspx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111

1212
<div id="header-links">
1313
<a href="../ServiceStack.Hello/">Hello World</a>
14-
<a href="../ServiceStack.MovieRest/">Nothing but REST!</a>
14+
<a href="../RestFiles/">The Rest Files</a>
1515
<a href="../RedisStackOverflow/">Redis StackOverflow</a>
16+
<a href="../ServiceStack.MovieRest/">REST at the Movies</a>
1617
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
1718
<a href="../ServiceStack.Examples.Clients/Soap11.aspx">Soap 1.1</a>
1819
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>

src/ServiceStack.Examples/ServiceStack.Examples.Clients/default.htm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,9 @@
133133

134134
<div id="header-links">
135135
<a href="../ServiceStack.Hello/">Hello World</a>
136-
<a href="../ServiceStack.MovieRest/">Nothing but REST!</a>
136+
<a href="../RestFiles/">The Rest Files</a>
137137
<a href="../RedisStackOverflow/">Redis StackOverflow</a>
138+
<a href="../ServiceStack.MovieRest/">REST at the Movies</a>
138139
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
139140
<a href="../ServiceStack.Examples.Clients/Soap11.aspx">Soap 1.1</a>
140141
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>

src/ServiceStack.Hello/default.htm

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#header-links
2222
{
2323
top: 10px;
24-
left: 375px;
24+
left: 270px;
2525
position: absolute;
2626
}
2727
#header-links A, #footer-links A
@@ -65,7 +65,7 @@
6565
margin-top: 1.5em !important;
6666
padding-top: 0.5em !important;
6767
}
68-
H2 A
68+
H2 A
6969
{
7070
color: #039;
7171
}
@@ -128,8 +128,9 @@
128128
<body>
129129
<div id="header-links">
130130
<a href="../ServiceStack.Hello/">Hello World</a>
131-
<a href="../ServiceStack.MovieRest/">Nothing but REST!</a>
131+
<a href="../RestFiles/">The Rest Files</a>
132132
<a href="../RedisStackOverflow/">Redis StackOverflow</a>
133+
<a href="../ServiceStack.MovieRest/">REST at the Movies</a>
133134
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
134135
<a href="../ServiceStack.Examples.Clients/Soap11.aspx">Soap 1.1</a>
135136
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>
@@ -295,7 +296,7 @@ <h4>
295296
/servicestack/<b>[xml<i>|</i>json<i>|</i>jsv<i>|</i>csv]</b>/<b>[syncreply<i>|</i>asynconeway]</b>/<b>[servicename]</b>
296297
</h4>
297298

298-
<h3>SOAP Web Service urls</h3>
299+
<h3>SOAP Web Service urls</h3>
299300
<h4>
300301
/servicestack/<b>[soap11<i>|</i>soap12]</b>
301302
</h4>
@@ -311,9 +312,9 @@ <h4>
311312
</div>
312313

313314

314-
<h2>XML, JSON,
315-
<a href="https://github.com/mythz/ServiceStack.Text/wiki/JSV-Format">JSV</a>,
316-
<a href="https://github.com/mythz/ServiceStack/wiki/ServiceStack-CSV-Format">CSV</a>
315+
<h2>XML, JSON,
316+
<a href="https://github.com/mythz/ServiceStack.Text/wiki/JSV-Format">JSV</a>,
317+
<a href="https://github.com/mythz/ServiceStack/wiki/ServiceStack-CSV-Format">CSV</a>
317318
Web Services via HTTP GET or POST</h2>
318319
<table>
319320
<thead>

src/ServiceStack.MovieRest/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A IMG
1212
#header-links
1313
{
1414
top: 10px;
15-
left: 375px;
15+
left:270px;
1616
position: absolute;
1717
}
1818
#header-links A, #footer-links A

src/ServiceStack.MovieRest/default.htm

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html xmlns="http://www.w3.org/1999/xhtml">
33
<head>
44
<title>ServiceStack Movie Database</title>
5-
5+
66
<link href="default.css" rel="stylesheet" type="text/css" />
77
<script type="text/javascript" src="jquery-1.4.2.min.js"></script>
88
<script type="text/javascript" src="jquery.form.js"></script>
@@ -135,20 +135,21 @@
135135
<body>
136136
<div id="header-links">
137137
<a href="../ServiceStack.Hello/">Hello World</a>
138-
<a href="../ServiceStack.MovieRest/">Nothing but REST!</a>
138+
<a href="../RestFiles/">The Rest Files</a>
139139
<a href="../RedisStackOverflow/">Redis StackOverflow</a>
140+
<a href="../ServiceStack.MovieRest/">REST at the Movies</a>
140141
<a href="../ServiceStack.Examples.Clients/">Ajax Client</a>
141142
<a href="../ServiceStack.Examples.Clients/Soap11.aspx">Soap 1.1</a>
142143
<a href="../ServiceStack.Examples.Clients/Soap12.aspx">Soap 1.2</a>
143144
<a href="../ServiceStack.Examples.Clients/Silverlight.htm">Silverlight</a>
144145
</div>
145-
146+
146147
<a class="lnk-src" href="https://github.com/mythz/ServiceStack"><img src="img/btn-github.png" width="186" height="84" /></a>
147-
148+
148149
<h1><a href="default.htm">Nothing but REST!</a></h1>
149-
150+
150151
<div id="summary">
151-
Clean mark-up, No config &amp; No code-gen - Complete Ajax CRUD app in
152+
Clean mark-up, No config &amp; No code-gen - Complete Ajax CRUD app in
152153
<a href="https://github.com/mythz/ServiceStack.Examples/blob/master/src/ServiceStack.MovieRest/default.htm">1 page of jQuery</a>
153154
and
154155
<a href="https://github.com/mythz/ServiceStack.Examples/blob/master/src/ServiceStack.MovieRest/MovieService.cs">1 page of C# server code</a>.
@@ -165,36 +166,36 @@ <h2>Existing Movies</h2>
165166
<dl id="existing-movies"></dl>
166167
<button id="btnAdd">Add &gt;&gt;</button>
167168
</div>
168-
169+
169170
<form action="movies" method="post">
170171
<h2></h2>
171172
<input type="hidden" name="Id" />
172173
<dl>
173174
<dt>Imdb Id</dt>
174175
<dd><input type="text" name="ImdbId" /></dd>
175-
176+
176177
<dt>Title</dt>
177178
<dd><input type="text" name="Title" /></dd>
178-
179+
179180
<dt>Rating</dt>
180181
<dd><input type="text" name="Rating" /></dd>
181-
182+
182183
<dt>Director</dt>
183184
<dd><input type="text" name="Director" /></dd>
184-
185+
185186
<dt>Release Date</dt>
186187
<dd><input type="text" name="ReleaseDate" /></dd>
187-
188+
188189
<dt>Tag Line</dt>
189190
<dd><input type="text" name="TagLine" /></dd>
190-
191+
191192
<dt>Genres</dt>
192193
<dd><input type="text" name="Genres" /></dd>
193194
</dl>
194195

195196
<input type="submit" />
196197
</form>
197-
198+
198199
<div id="csvformat">
199200
<b>Download all movies</b>
200201
in ServiceStack's new <a href="https://github.com/mythz/ServiceStack/wiki/ServiceStack-CSV-Format">CSV Format</a>

0 commit comments

Comments
 (0)