Welcome to mirror list, hosted at ThFree Co, Russian Federation.

loginform.php « templates « inc - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da56f7e4e1bd395bf135a8ca2149dfeba9bb432d (plain)
1
2
3
4
5
6
<form method="post" enctype="multipart/form-data" action="/" >
<table cellpadding="5" cellspacing="5" border="0" class="loginform">
<tr><td>login:</td><td><input type="text" name="login" size="30" class="formstyle"></input></td></tr>
<tr><td>password:</td><td><input type="password" name="password" size="30" class="formstyle"></input></td></tr>
<tr><td></td><td><input type="submit" name="loginbutton" alt="login" value="login" class="formstyle" /></td></tr>
</table></form>