New version, make window bigger

This commit is contained in:
Jamie Cameron
2009-09-27 10:40:21 -07:00
parent 581df3a5ec
commit 0000c8a396
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B

View File

@@ -56,8 +56,8 @@ close(TEST2);
# Show the iframe
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'}'><p>\n";
"width=700 height=500 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=700,height=500\")' value='$text{'index_popup'}'><p>\n";
print &text('index_credits', 'http://antony.lesuisse.org/software/ajaxterm/'),
"<p>\n";
print "</center>\n";

View File

@@ -1,3 +1,3 @@
desc=Text Login
name=ajaxterm
version=1.1
version=1.2