annotate vendor/plugins/classic_pagination/test/fixtures/.svn/text-base/developers.yml.svn-base @ 595:84e8d34d024c feature_36

DEV Commit: now generating the seach "author select box" with the appropriate options and element names and id's, so that it gets correctly submitted with the form.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 16 Aug 2011 02:06:36 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 david:
Chris@0 2 id: 1
Chris@0 3 name: David
Chris@0 4 salary: 80000
Chris@0 5
Chris@0 6 jamis:
Chris@0 7 id: 2
Chris@0 8 name: Jamis
Chris@0 9 salary: 150000
Chris@0 10
Chris@0 11 <% for digit in 3..10 %>
Chris@0 12 dev_<%= digit %>:
Chris@0 13 id: <%= digit %>
Chris@0 14 name: fixture_<%= digit %>
Chris@0 15 salary: 100000
Chris@0 16 <% end %>
Chris@0 17
Chris@0 18 poor_jamis:
Chris@0 19 id: 11
Chris@0 20 name: Jamis
Chris@0 21 salary: 9000