[hideprofile][html]<div class="homeland">
<ams><a href="https://ashadows.rusff.me/profile.php?id=4">jihyo</a> <a href="https://ashadows.rusff.me/profile.php?id=2">wonyoung</a> <a href="https://ashadows.rusff.me/profile.php?id=96">yeji</a> <a href="https://ashadows.rusff.me/profile.php?id=13">yeonjun</a> <a href="https://ashadows.rusff.me/profile.php?id=3">yujin</a></ams>
<konp><a href="https://ashadows.rusff.me/viewtopic.php?id=8">нужные</a> <a href="https://ashadows.rusff.me/viewtopic.php?id=9">хотим видеть</a> <a href="https://ashadows.rusff.me/viewtopic.php?id=32">правила</a></konp>
<t>добро пожаловать на мультилакационный форум по южной корее. за окном 2025 год, солнечно. для того, чтобы задержаться с нами и остаться навсегда важно помнить: — за гостем и подумать: внешность придерживается на сутки; — за зарегистрированным: на 3 (три) дня. первые два твинка — бесплатно. межрасовых дискриминаций нет — европейцы так же разрешены (особенно, если вы егор булаткин-крид сплит). все даты указаны включительно</t>
<girls>
<br><do>02.04</do><br>
<a href="<a href="https://ashadows.rusff.me/profile.php?id=279">kim minji</a> — njz <br>
</girls>
<boys>
<br><do>бессрочно</do><br>
<a href="https://ashadows.rusff.me/profile.php?id=13">choi soobin</a> — txt</a><br>
<br><do>до 01.04</do><br>
<a href="https://ashadows.rusff.me/profile.php?id=313">choi chanhee</a> — the boyz <br>
<br><do>до 03.04</do><br>
<a href="https://ashadows.rusff.me/profile.php?id=317">park sunghoon</a> — enhypen <br>
</boys>
<div class="reserve-block">
<div class="reserve-form">
<input type="text" id="reserveLink" class="reserve-input link" placeholder="ссылка на профиль">
<input type="text" id="reserveName" class="reserve-input name" placeholder="имя на англ">
<input type="text" id="reserveGroup" class="reserve-input group" placeholder="группа на англ">
<button class="reserve-button">скопировать в буфер</button>
</div>
<div class="reserve-alert">Код скопирован!</div>
</div>
</div>
<script>
document.querySelector('.reserve-button').addEventListener('click', function() {
const link = document.getElementById('reserveLink').value;
const name = document.getElementById('reserveName').value;
const group = document.getElementById('reserveGroup').value;
if(!link || !name || !group) {
alert('Заполните все поля!');
return;
}
const code = `<a href="${link}">${name}</a> — ${group} <br>`;
const temp = document.createElement('textarea');
temp.value = code;
document.body.appendChild(temp);
temp.select();
try {
document.execCommand('copy');
document.querySelector('.reserve-alert').style.display = 'block';
setTimeout(() => {
document.querySelector('.reserve-alert').style.display = 'none';
}, 2000);
} catch(err) {
alert('Ошибка копирования: ' + err);
}
document.body.removeChild(temp);
});
</script>
[/html]