Commercial products have been discontinued.
[www.jankratochvil.net.git] / product / hotelgate / Index.pm
index 7a772ce..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
@@ -47,6 +48,8 @@ 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";
@@ -78,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;
 }