#! /usr/bin/perl

=head1 NAME

user - produces startpage for account administration

=head1 SYNOPSIS

 https://server/schulkonsole/user

=head1 DESCRIPTION

C<start> produces the startpage of schulkonsole account administration.
The HTML template is user.tt.

=head2 Template variables

There are no other template variables but the variables of
Schulkonsole::Session.

=cut

use strict;
use utf8;
use lib '/usr/share/schulkonsole';
use Schulkonsole::Session;

my $this_file = 'user';


my $sk_session = new Schulkonsole::Session($this_file);



$sk_session->print_page("$this_file.tt", $this_file);


=head2 Form fields

none
