Autofix small errors
This commit is contained in:
+3
-2
@@ -46,8 +46,9 @@ $tm=time();
|
||||
?>
|
||||
<HTML><HEAD>
|
||||
<SCRIPT>
|
||||
var Hint3Name = '';
|
||||
function runmagic1(title, magic, name){
|
||||
let Hint3Name = '';
|
||||
|
||||
function runmagic1(title, magic, name){
|
||||
document.all("hint3").innerHTML = '<table width=100% cellspacing=1 cellpadding=0 bgcolor=CCC3AA><tr><td align=center><B>'+title+'</td><td width=20 align=right valign=top style="cursor: hand" onclick="closehint3();"><BIG><B>x</b></BIG></td></tr><tr><td colspan=2>'+
|
||||
'<form action="orden.php" method=POST><table width=100% cellspacing=0 cellpadding=2 bgcolor=FFF6DD><tr><td colspan=2><INPUT TYPE=hidden name=sd4 value="<? echo @$user['id']; ?>"> <INPUT TYPE=hidden NAME="use" value="'+magic+'">'+
|
||||
'Укажите логин персонажа:<small><BR>(можно щелкнуть по логину в чате)</TD></TR><TR><TD align=left><INPUT TYPE=text NAME="'+name+'">'+
|
||||
|
||||
Reference in New Issue
Block a user