RSS Git Download  Clone
..
  css added user_id data to request_form table; removed user_profile method from Role::PDS as HILIS supplies ID based on username & centre now 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
  dispatch.fcgi 824B re-configured to run in production as fastcgi process not starman (can't find statics without own domain name); required full path to wkhtmltopdf for apache; replaced {data} with write() setter for session(); removed superfluous style.css from pdf layout (just needed p style declaration); some web pages needed request.uri_base to run as fastcgi 11 years ago
  favicon.ico 1kB initial commit - form + validation 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