Toggle navigation
P3X GitList
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
81f3428dbc8146e671e16b51a3f4d8af2fedc224
Branches
master
Files
Commits
Log
Graph
Stats
RequestForm.git
public
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
New file or directory
New file
Are you sure to add a new file or directory?
If you add a slash to the end of the "filename", you create a directory, otherwise you create a file.
Please, make sure you use a relative path.
Note:
The filename is not created on the current tree browser you are, but that actual root of the repo.
Upload file and/or override/binary
New binary
Are you sure to add a new binary file?
Allow override existing
Clone
SSH
HTTPS
..
css
modified input form to work with IE8 - doesn't support placeholders or client-side validation; new requested_by field, moved taken_by & datetime fields to pdf form
11 years ago
images
adapted for use in other centres using same token system as HILIS request_forms upload; renamed RequestForm::Base -> RequestForm::Class
11 years ago
javascripts
ajax/json autosuggest for referral source; new layouts for pdf & index templates; rearranged pdf form fields
11 years ago
404.html
500B
initial commit - form + validation
11 years ago
500.html
511B
initial commit - form + validation
11 years ago
dispatch.cgi
449B
initial commit - form + validation
11 years ago
favicon.ico
1kB
initial commit - form + validation
11 years ago
request_form.fcgi
824B
renamed dispatch.fcgi -> request_form.fcgi so kill action doesn't affect other default D2 fcgi processes
11 years ago
README.txt
HTML::Barcode::QRCode requires Text::QRCode which requires libqrencode-dev, libqrencode3 & pkg-config packages deployment: * starman & D::C doesn't work without dedicated domain name (can't find statics) apache config: FastCgiServer /home/raj/apps/RequestForm/public/dispatch.fcgi -processes 2 \ -initial-env PERL5LIB=/home/raj/perl5/lib/perl5 # -initial-env PLACK_ENV=deployment # can also specify in .fcgi BEGIN block Alias /request-form /path/to/app/public/dispatch.fcgi