[pysignup] / trunk / cgi / indextmpl.html Repository:
ViewVC logotype

Log of /trunk/cgi/indextmpl.html

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 106 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 18 14:14:56 2010 UTC (2 months, 3 weeks ago) by pinky
File length: 1509 byte(s)
Diff to previous 96
Change URL

Revision 96 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 4 19:51:57 2008 UTC (23 months ago) by pinky
File length: 1506 byte(s)
Diff to previous 95
updating 'powered by' thing at the bottom

Revision 95 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 4 19:50:02 2008 UTC (23 months ago) by pinky
File length: 1572 byte(s)
Diff to previous 79
removing valid xhtml link/image: unnecessary

Revision 79 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 15 16:57:11 2008 UTC (23 months, 3 weeks ago) by pinky
File length: 1773 byte(s)
Diff to previous 78
partial rv of r78, some extra stuff was added by accident

Revision 78 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 15 16:53:56 2008 UTC (23 months, 3 weeks ago) by pinky
File length: 1825 byte(s)
Diff to previous 72
adding support for sending multiple emails

Revision 72 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Aug 31 06:36:34 2008 UTC (2 years ago) by pinky
File length: 1773 byte(s)
Diff to previous 67
release of PySignup 1.2!!!

* adding support for custom fields
** the datafields entry specifies what fields should be collected from users
** each datafield can be either optional or required, with one being the primary
** see the help on datafields for more info
* other minor bugfixes

Revision 67 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 15 12:40:28 2008 UTC (2 years ago) by pinky
File length: 2073 byte(s)
Diff to previous 56
merging devel branch into trunk - version 1.1

Revision 56 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 14 08:31:42 2008 UTC (2 years ago) by pinky
File length: 2093 byte(s)
Copied from: trunk/indextmpl.html revision 55
Diff to previous 47
moving contents of trunk to trunk/cgi

Revision 47 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 11 19:30:00 2008 UTC (2 years ago) by pinky
Original Path: trunk/indextmpl.html
File length: 2093 byte(s)
Copied from: trunk/indexhtml.tmpl revision 46
Diff to previous 46
renaming *html.tmpl to *tmpl.html (makes more sense)

Revision 46 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 11 19:22:35 2008 UTC (2 years ago) by pinky
Original Path: trunk/indexhtml.tmpl
File length: 2093 byte(s)
Diff to previous 37
update 'powered by' links

Revision 37 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 8 19:35:01 2008 UTC (2 years, 1 month ago) by pinky
Original Path: trunk/indexhtml.tmpl
File length: 2059 byte(s)
Diff to previous 22
Merging devel branch into trunk - now version 1.0

Revision 22 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 29 07:11:52 2008 UTC (2 years, 1 month ago) by pinky
Original Path: trunk/indexhtml.tmpl
File length: 2025 byte(s)
Diff to previous 20
* Moved all JavaScript to seperate files
** main.js holds basic JavaScript for PySignup, just the stuff that's necessary
   for PySignup
** user.js can be created by the user, for additional JavaScript capabilities
** more JS files may be added in the future

Revision 20 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 28 16:27:30 2008 UTC (2 years, 1 month ago) by pinky
Original Path: trunk/indexhtml.tmpl
File length: 1914 byte(s)
Diff to previous 13
* changed HTML code to use Cascading Style Sheets
** main.css holds the basic CSS for PySignup, nothing more than was in the 
   HTML in prior versions
** user.css can be created by the user, allowing additional CSS styling
** more CSS files will be added in the future (i.e. for pickable "themes")
** there's still some html that doesn't have an id or class

Revision 13 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 20 17:58:37 2008 UTC (2 years, 1 month ago) by pinky
Original Path: trunk/indexhtml.tmpl
File length: 1818 byte(s)
Diff to previous 12
version 0.9
* rewrote change.py completely
** it's now a web interface for editing settings.conf
* added defaultsettings.conf file, which is not used by the main signup sheet
  file (index.py), but is overwritten by change.py, and so variables that are
  added in a newer version of pysignup are written to settings.conf 
  automatically after modifying change.py. also, if settings.conf doesn't yet
  exist, it will automatically be made after using the change.py web interface
  with defaultsettings.conf as the template.
* fix in index.py so that non-list locations that don't use google maps work
* removed setup.py - no longer necessary with change.py/defaultsettings.conf
* updated README, etc. in accordance with other changes
* changed nextgame configuration variable -> nextevent
* added RELEASE-NOTES

Revision 12 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 11 19:51:53 2008 UTC (2 years, 2 months ago) by pinky
Original Path: trunk/indexhtml.tmpl
File length: 1817 byte(s)
Diff to previous 10
updating index html, bolding key words, explaining how to treat the form, and moving modify button to the bottom of the page

Revision 10 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 11 18:31:26 2008 UTC (2 years, 2 months ago) by pinky
Original Path: trunk/indexhtml.tmpl
File length: 1732 byte(s)
Diff to previous 9
Modifying index.py html, now form calls itself instead of specifically index.py, and text size of source code link is specified as a %, not just 'small'

Revision 9 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 11 18:25:50 2008 UTC (2 years, 2 months ago) by pinky
Original Path: trunk/indexhtml.tmpl
File length: 1751 byte(s)
Diff to previous 8
* Adding optional list feature to location variable, you can seperate
  different locations with commas, and it will be rendered as an ordered list 
** Added same feature to fulllocation variable 
* Added message variable, which allows you to specify a custom message that 
  will be displayed below the location
* a few other minor tweaks to index.py
 

Revision 8 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 10 07:50:58 2008 UTC (2 years, 2 months ago) by pinky
Original Path: trunk/indexhtml.tmpl
File length: 1714 byte(s)
Diff to previous 4
if an incorrect captcha is entered, the user-entered form data will remain, so they don't have to retype it all

Revision 4 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 9 16:08:46 2008 UTC (2 years, 2 months ago) by pinky
Original Path: trunk/indexhtml.tmpl
File length: 1653 byte(s)
Diff to previous 1
adding link to source code

Revision 1 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Jun 30 22:56:50 2008 UTC (2 years, 2 months ago) by pinky
Original Path: trunk/indexhtml.tmpl
File length: 1508 byte(s)
Adding initial trunk, branches, and tags directories, and initial import of PySignup, v0.8.2

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Report a bug
ViewVC Help
Powered by ViewVC 1.0.5