How dare you forget that part?
This commit is contained in:
parent
b6e3d1f0ec
commit
fa5e083cbc
@ -1142,7 +1142,7 @@
|
||||
},
|
||||
dialog: function(link) {
|
||||
var clone, dialog, el, html, resto, script, xpath, _i, _len, _ref;
|
||||
html = " <div class=move>Quick Reply <input type=checkbox id=autohide> <a name=close title=close>X</a></div> <form> <input type=hidden name=MAX_FILE_SIZE value=3145728> <div><input class=inputtext type=text name=name placeholder=Name></div> <div><input class=inputtext type=text name=email placeholder=E-mail> <label> [<input type=checkbox name=spoiler>Spoiler Image?]</label></div> <div><input class=inputtext type=text name=sub placeholder=Subject><input type=submit value=Submit id=com_submit></div> <div><textarea class=inputtext name=com placeholder=Comment></textarea></div> <div id=qr_captcha></div> <div><input type=file name=upfile></div> <div><input class=inputtext type=password name=pwd maxlength=8 placeholder=Password><input type=hidden name=mode value=regist></div> </form> ";
|
||||
html = " <div class=move>Quick Reply <input type=checkbox id=autohide> <a name=close title=close>X</a></div> <form name=post action=http://sys.4chan.org/jp/post method=POST enctype=multipart/form-data> <input type=hidden name=MAX_FILE_SIZE value=3145728> <div><input class=inputtext type=text name=name placeholder=Name></div> <div><input class=inputtext type=text name=email placeholder=E-mail> <label>[<input type=checkbox name=spoiler>Spoiler Image?]</label></div> <div><input class=inputtext type=text name=sub placeholder=Subject><input type=submit value=Submit id=com_submit></div> <div><textarea class=inputtext name=com placeholder=Comment></textarea></div> <div id=qr_captcha></div> <div><input type=file name=upfile></div> <div><input class=inputtext type=password name=pwd maxlength=8 placeholder=Password><input type=hidden name=mode value=regist></div> </form> ";
|
||||
dialog = ui.dialog('qr', {
|
||||
top: '0px',
|
||||
left: '0px'
|
||||
|
||||
@ -877,10 +877,10 @@ qr =
|
||||
dialog: (link) ->
|
||||
html = "
|
||||
<div class=move>Quick Reply <input type=checkbox id=autohide> <a name=close title=close>X</a></div>
|
||||
<form>
|
||||
<form name=post action=http://sys.4chan.org/jp/post method=POST enctype=multipart/form-data>
|
||||
<input type=hidden name=MAX_FILE_SIZE value=3145728>
|
||||
<div><input class=inputtext type=text name=name placeholder=Name></div>
|
||||
<div><input class=inputtext type=text name=email placeholder=E-mail> <label> [<input type=checkbox name=spoiler>Spoiler Image?]</label></div>
|
||||
<div><input class=inputtext type=text name=email placeholder=E-mail> <label>[<input type=checkbox name=spoiler>Spoiler Image?]</label></div>
|
||||
<div><input class=inputtext type=text name=sub placeholder=Subject><input type=submit value=Submit id=com_submit></div>
|
||||
<div><textarea class=inputtext name=com placeholder=Comment></textarea></div>
|
||||
<div id=qr_captcha></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user