Give credit
authorJamie Cameron <jcameron@webmin.com>
Sat, 5 Sep 2009 20:02:13 +0000 (13:02 -0700)
committerJamie Cameron <jcameron@webmin.com>
Sat, 5 Sep 2009 20:02:13 +0000 (13:02 -0700)
ajaxterm/index.cgi
ajaxterm/lang/en

index 533c51f..31e1b30 100755 (executable)
@@ -57,7 +57,9 @@ close(TEST2);
 print "<center>\n";
 print "<iframe src=$gconfig{'webprefix'}/$module_name/proxy.cgi/$port/ ",
       "width=580 height=420 frameborder=0></iframe><br>\n";
-print "<input type=button onClick='window.open(\"proxy.cgi/$port/\", \"ajaxterm\", \"toolbar=no,menubar=no,scrollbars=no,resizable=yes,width=580,height=420\")' value='$text{'index_popup'}'>\n";
+print "<input type=button onClick='window.open(\"proxy.cgi/$port/\", \"ajaxterm\", \"toolbar=no,menubar=no,scrollbars=no,resizable=yes,width=580,height=420\")' value='$text{'index_popup'}'><p>\n";
+print &text('index_credits', 'http://antony.lesuisse.org/software/ajaxterm/'),
+      "<p>\n";
 print "</center>\n";
 
 # Fork process that checks for inactivity
index 472a76d..806b3f8 100644 (file)
@@ -2,3 +2,4 @@ index_title=Text Login
 index_epython=Ajaxterm requires Python to run, but the $1 command was not found on your system.
 index_estart=Ajaxterm did not start accepting connections on port $2 after $1 seconds.
 index_popup=Open in separate window ..
+index_credits=Uses code from <a href='$1' target=_new>Ajaxterm</a> by Antony Lesuisse.