[svn] julian's quick makework and index page

Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8169 by julian @ 1/17/2009 7:46 PM
This commit is contained in:
substantialnoninfringinguser
2009-05-13 05:33:29 +01:00
parent 4fe4f8e578
commit 8d13864181
6 changed files with 56 additions and 29 deletions

View File

@@ -19,13 +19,13 @@ urlpatterns = patterns('',
(r'^survex/(?P<survex_file>.*)\.log$', log),
(r'^survex/(?P<survex_file>.*)\.err$', err),
(r'^person/?$', personindex),
url(r'^personindex$', personindex, name="personindex"),
(r'^person/(?P<person_id>\d*)(?P<first_name>[a-zA-Z]*)[-_/\.\s(\%20)]*(?P<last_name>[a-zA-Z]*)/?$', person),
(r'^logbookentry/(.*)/?$', logbookentry),
(r'^logbooksearch/(.*)/?$', logbookSearch),
url(r'^logbooksearch/(.*)/?$', logbookSearch),
(r'^statistics/?$', stats),
url(r'^statistics/?$', stats, name="stats"),
(r'^survey/?$', surveyindex),
(r'^survey/(?P<year>\d\d\d\d)\#(?P<wallet_number>\d*)$', survey),