Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

20
LINES

< > BotCompany Repo | #1030366 // gazelle_logInFormHTML

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (28L/1K).

sS gazelle_logInFormHTML() {
  ret [[
    <div id="id01" class="modal">
      <form class="modal-content" method="POST" action="https://gazelle.rocks/crud/User">
        <div class="container">
          <label for="email"><b>Username</b></label>
          <input type="text" placeholder="Enter Username" name="user" required>
    
          <label for="psw"><b>Password</b></label>
          <input type="password" placeholder="Enter Password" name="pw" required>
    
          <div class="clearfix">
            <button type="submit" class="login">Login</button>
            <button type="button" onclick="location.href='https://gazelle.rocks/register'" class="register">Register</button>
          </div>
        </div>
      </form>
    </div>
  ]];
}

Author comment

Began life as a copy of #1030364

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030366
Snippet name: gazelle_logInFormHTML
Eternal ID of this version: #1030366/1
Text MD5: 43071ed8f84dbb8b3774c3f1f7c03a29
Transpilation MD5: b8d46756f7225656e006c6ec0e98caba
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-12-09 18:05:48
Source code size: 775 bytes / 20 lines
Pitched / IR pitched: No / No
Views / Downloads: 120 / 169
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)