The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
%#============================================================================
%# ePortal - WEB Based daily organizer
%# Author - S.Rusakov <rusakov_sa@users.sourceforge.net>
%#
%# Copyright (c) 2000-2004 Sergey Rusakov.  All rights reserved.
%# This program is open source software
%#
%#
%#----------------------------------------------------------------------------

% if ($r->uri =~ /index.htm$/) {
	<% $m->call_next %>

% } else {
	<p align="right">
	<% plink(pick_lang(rus => "Ê îãëàâëåíèþ", eng => "Table of contents"), -href => "index.htm") %>
	</p>
	<p>

  <% $m->call_next_filtered() %>

	<p align="right">
	<% plink(pick_lang(rus => "Ê îãëàâëåíèþ", eng => "Table of contents"), -href => "index.htm") %>
	</p>
% }


%#=== @metags attr =========================================================
<%attr>
Title => {rus => "Ðóêîâîäñòâî ïî ePortal", eng => "ePortal manual"}
</%attr>