unsexy
This commit is contained in:
parent
1106014e00
commit
242ec22e89
@ -1424,7 +1424,7 @@
|
||||
QR.qr = qr = ui.dialog('qr', {
|
||||
top: '0',
|
||||
left: '0'
|
||||
}, " <a class=close>X</a> <input type=checkbox id=autohide title=autohide> <div class=move> <span class=click> <button>File</button> <span><input form=qr_form placeholder=Subject name=sub><span>Subject</span></span> <span><input form=qr_form placeholder=Name name=name><span>Name</span></span> <span><input form=qr_form placeholder=Email name=email><span>Email</span></span> <span><input form=qr_form placeholder=Password name=pwd type=password><span>Password</span></span> </span> </div> <textarea form=qr_form placeholder=Comment name=com></textarea> <div id=files></div> <form enctype=multipart/form-data method=post action=http://sys.4chan.org/" + g.BOARD + "/post target=iframe id=qr_form> <div hidden> <input name=resto value=" + tid + "> <input name=mode value=regist> <input name=recaptcha_challenge_field id=challenge> <input name=recaptcha_response_field id=response> </div> <div id=captcha> <div><img></div> <span id=cl>120 Captchas</span> <input id=recaptcha_response_field autocomplete=off> </div> <div> <button>Submit</button> <label>[<input type=checkbox id=autopost title=autopost> Autopost]</label> " + QR.spoiler + " </div> <a class=error>Derp</span> </form> ");
|
||||
}, " <a class=close>X</a> <input type=checkbox id=autohide title=autohide> <div class=move> <span class=click> <button>File</button> <input form=qr_form placeholder=Subject name=sub> <input form=qr_form placeholder=Name name=name> <input form=qr_form placeholder=Email name=email> <input form=qr_form placeholder=Password name=pwd type=password> </span> </div> <textarea form=qr_form placeholder=Comment name=com></textarea> <div id=files></div> <form enctype=multipart/form-data method=post action=http://sys.4chan.org/" + g.BOARD + "/post target=iframe id=qr_form> <div hidden> <input name=resto value=" + tid + "> <input name=mode value=regist> <input name=recaptcha_challenge_field id=challenge> <input name=recaptcha_response_field id=response> </div> <div id=captcha> <div><img></div> <span id=cl>120 Captchas</span> <input id=recaptcha_response_field autocomplete=off> </div> <div> <button>Submit</button> <label>[<input type=checkbox id=autopost title=autopost> Autopost]</label> " + QR.spoiler + " </div> <a class=error>Derp</span> </form> ");
|
||||
c = d.cookie;
|
||||
$('[name=name]', qr).value = (m = c.match(/4chan_name=([^;]+)/)) ? decodeURIComponent(m[1]) : '';
|
||||
$('[name=email]', qr).value = (m = c.match(/4chan_email=([^;]+)/)) ? decodeURIComponent(m[1]) : '';
|
||||
@ -3481,14 +3481,7 @@
|
||||
float: right;\
|
||||
}\
|
||||
#qr .click input {\
|
||||
width: 60px;\
|
||||
display: none;\
|
||||
}\
|
||||
#qr .click span:hover input, #qr .click input:focus {\
|
||||
display: inline;\
|
||||
}\
|
||||
#qr .click span:hover span, #qr .click input:focus + span {\
|
||||
display: none;\
|
||||
width: 53px;\
|
||||
}\
|
||||
#qr form {\
|
||||
margin: 0;\
|
||||
|
||||
@ -1075,10 +1075,10 @@ QR =
|
||||
<div class=move>
|
||||
<span class=click>
|
||||
<button>File</button>
|
||||
<span><input form=qr_form placeholder=Subject name=sub><span>Subject</span></span>
|
||||
<span><input form=qr_form placeholder=Name name=name><span>Name</span></span>
|
||||
<span><input form=qr_form placeholder=Email name=email><span>Email</span></span>
|
||||
<span><input form=qr_form placeholder=Password name=pwd type=password><span>Password</span></span>
|
||||
<input form=qr_form placeholder=Subject name=sub>
|
||||
<input form=qr_form placeholder=Name name=name>
|
||||
<input form=qr_form placeholder=Email name=email>
|
||||
<input form=qr_form placeholder=Password name=pwd type=password>
|
||||
</span>
|
||||
</div>
|
||||
<textarea form=qr_form placeholder=Comment name=com></textarea>
|
||||
@ -2756,14 +2756,7 @@ main =
|
||||
float: right;
|
||||
}
|
||||
#qr .click input {
|
||||
width: 60px;
|
||||
display: none;
|
||||
}
|
||||
#qr .click span:hover input, #qr .click input:focus {
|
||||
display: inline;
|
||||
}
|
||||
#qr .click span:hover span, #qr .click input:focus + span {
|
||||
display: none;
|
||||
width: 53px;
|
||||
}
|
||||
#qr form {
|
||||
margin: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user