| Server IP : 119.195.102.159 / Your IP : 216.73.217.134 Web Server : nginx/1.18.0 System : Linux picell 5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 x86_64 User : altablue ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home6/bios/default2/ |
Upload File : |
<div id="kboard-default-editor" class="confirm">
<form method="post" action="<?php echo esc_url($url->getConfirmExecute($content->uid))?>">
<div class="kboard-attr-row kboard-confirm-row">
<label class="attr-name"><?php echo __('Password', 'kboard')?></label>
<div class="attr-value">
<input type="password" name="password" placeholder="<?php echo __('Password', 'kboard')?>..." autofocus required>
<?php if($board->isConfirmFailed()):?>
<div class="description"><?php echo __('※ Your password is incorrect.', 'kboard')?></div>
<?php endif?>
</div>
</div>
<div class="kboard-control">
<div class="left">
<?php if($content->uid && kboard_mod() != 'document'):?>
<a href="<?php echo esc_url($url->getDocumentURLWithUID($content->uid))?>" class="kboard-default-button-small"><?php echo __('Document', 'kboard')?></a>
<?php endif?>
<a href="<?php echo esc_url($url->getBoardList())?>" class="kboard-default-button-small"><?php echo __('List', 'kboard')?></a>
</div>
<div class="right">
<button type="submit" class="kboard-default-button-small"><?php echo __('Password confirm', 'kboard')?></button>
</div>
</div>
</form>
</div>