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 >
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 & No code-gen - Complete Ajax CRUD app in
152+ Clean mark-up, No config & 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 >></ 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