mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-13 07:11:14 +01:00
14 lines
No EOL
463 B
HTML
Executable file
14 lines
No EOL
463 B
HTML
Executable file
<div class="git_login_area">
|
|
<div class="content">
|
|
<label>Login</label>
|
|
<label for="passphrase">Passphrase</label>
|
|
<input type="password" name="passphrase" id="passphrase">
|
|
</div>
|
|
<footer>
|
|
<button onclick="codiad.CodeGit.login(); return false;">Login</button>
|
|
<button onclick="codiad.modal.unload(); return false;">Close</button>
|
|
</footer>
|
|
<script>
|
|
$('#passphrase').focus();
|
|
</script>
|
|
</div> |