#!/usr/bin/perl # Creation date: 2005-05-16 13:35:01 # Authors: Kevin # Change log: # $Id$ use strict; use Carp; use lib './lib/'; use site; # main { local($SIG{__DIE__}) = sub { local(*STDERR) = *STDOUT; print "Content-Type: text/plain\n\n"; &Carp::cluck(); exit 0 }; my $self = site->new; my $db = $self->getDbObj; my $args = $self->getArgs; my $cgi = $self->{_cgi}; my $cookies = $cgi->getParsedCookies(); my $login = $db->nativeSelect(qq{SELECT * FROM login WHERE user_name = ?},$cookies->{username}); my $entitlement = $db->nativeSelect(qq{SELECT * FROM entitlement WHERE login_id = ?},$login->{login_id}); print "Content-Type: text/html\n\n"; print q{ Comprise Technologies

HOME

SOLUTIONS

SUPPORT

CUSTOMERS

COMPANY

NEWS & EVENTS

CONTACT

 
> SAM in the News
Comprise Launches
NEW Web Site
We are proud to announce the launch of our new and improved web site. The new site provides customers and prospects with access to more information, powerful tools and resources in support of our leading access management system, SAM.
Comprise Integrates
Wireless Access Management
SAM now offers libraries access management for patrons using personal laptops and handheld devices. SAM integrates such essentials as authentication, session controls, CIPA compliance and much more for wireless users.
Comprise Provides
Real-Time Cash Management Reconciliation
The SAM account-based system option provides libraries with centralized customer accounts enabling them to pay for services such as print, copy and fee and fines without staff involvement. This powerful system works with existing library cards and provides real-time financial reconciliation for single site to large multi-site library systems.

 

 

 
}; if ($entitlement->{admin}){ print qq{
Edit Edit
}; } print q{}; my $content = $self->getPageContent('samnews'); print $content->{content}; print q{

SAM in the News

2005: Confirming the Promise of 2004 (PDF)
American Libraries Magazine
March 2005

 

Lemonade From Lemons (PDF)
American Libraries Magazine
January, 2005


if ($entitlement->{admin}){ print q{
}; } print q{



home | solutions | support | customers | company | news & events | contact
© 2000-2005 Comprise Technologies, Inc. All Rights Reserved.