26 lines
900 B
Perl
Executable File
26 lines
900 B
Perl
Executable File
#!/usr/bin/perl
|
|
# tta_works.cgi
|
|
# ... Services with Tarantella.
|
|
# STTA Rev. 1.3 Copyright (c) 2001-2004 Jesús Pérez Lorenzo --- license GNU GPL
|
|
# stta: (@#) 1.31051043346- [2004_01_29_102036]
|
|
|
|
require './stta-lib.pl';
|
|
&headerstta($text{'index_works'}, "", "",undef,1,0,"$text{'headpage_right'}"."$text{'head_logout'}",undef,undef,"$text{head_below}" );
|
|
|
|
print "<hr><p>\n";
|
|
print "<table width=100% border>\n";
|
|
print "<tr $tb> <td><font color='$revtext'><b>$text{'titidx_works'}</b></td> </tr>\n";
|
|
print "<tr $cb> <td><table width=100%>\n";
|
|
|
|
print "<h1> <font color='#000099'>$text{msg_works}</font></h1></center>";
|
|
print "<center>";
|
|
#print "<p><img SRC='images/duke_404.gif' height=258 width=390></center>";
|
|
print "<p><img SRC='images/duke_404.gif'></center>";
|
|
|
|
print "<tr><tr>\n";
|
|
print "</table></table>\n";
|
|
&footer($config{'back_return'},$text{'index'});
|
|
do "footer.pl";
|
|
exit;
|
|
|