openpgp: 7E25094870599135A83DD2C6C446E92ECE0D66B2
[www.jankratochvil.net.git] / product / hotelgate / Index.pm
index d3fd3f9..041bc5f 100644 (file)
@@ -32,6 +32,7 @@ our @ListItem=(
                "icon"=>"Admin-Login-icon.jpeg",
                "summary"=>"Internet Public Access Gateway",
                "description"=><<"HERE",
+<p><b>This product is no longer maintained.</b></p>
 <p>User-friendly Internet access gateway providing separate rooms / areas
 access control with a single central administration point.</p>
 HERE
@@ -40,15 +41,15 @@ HERE
 sub handler
 {
 Wrequire 'product::hotelgate::Lib';
-my $W=product::hotelgate::Lib->init(
-               "css_push"=>"./Index.css",
-               );
+my $W=product::hotelgate::Lib->init();
 
 my $ListItem=product::Lib->name_to_hashref("hotelgate");
 
 
 print <<"HERE";
 <h1>@{[ product::Lib->title($ListItem) ]}</h1>
+
+<p><b>This product is no longer maintained.</b></p>
 HERE
 
 print rightimg <<"HERE","./rack-1u.jpeg","Rack mountable 1U cased";
@@ -80,21 +81,6 @@ print <<"HERE";
 
 HERE
 
-sub hotel_href($)
-{
-my($content)=@_;
-
-       return a_href_cc {""=>'http://www.hotelsevendays.com/',
-                       "CZ"=>'http://www.hotelsevendays.cz/',
-                       "RU"=>'http://www.hotelsevendays.ru/'},$content;
-}
-
-print rightimg <<"HERE",hotel_href(img 'hotelsevendays.jpeg','Hotel Seven Days photo');
-<h2>Pilot Deployment</h2>
-<p>The initial pilot deployment of this gateway is running since 2004 in
-@{[ hotel_href 'Hotel Seven Days' ]}.</p>
-HERE
-
 
 exit;
 }