6 lines
553 B
Plaintext
Executable File
6 lines
553 B
Plaintext
Executable File
print "<table width=100% border>\n";
|
|
if ( "$postform" eq "selact") { print "<tr $tb> <td><font color='$revtext'><b>$text{'titidx_selact'}</b></font></td> </tr>\n" };
|
|
if ( "$postform" eq "delact") { print "<tr $tb> <td><font color='$revtext'><b>$text{'titidx_delact'}</b></font></td> </tr>\n" };
|
|
if ( "$postform" eq "modact") { print "<tr $tb> <td><font color='$revtext'><b>$text{'titidx_modact'}</b></font></td> </tr>\n" };
|
|
if ( "$postform" eq "runact") { print "<tr $tb> <td><font color='$revtext'><b>$text{'titidx_runact'}</b></font></td> </tr>\n" };
|