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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'inc/templates/loginform.php')
-rwxr-xr-xinc/templates/loginform.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/templates/loginform.php b/inc/templates/loginform.php
new file mode 100755
index 00000000000..da56f7e4e1b
--- /dev/null
+++ b/inc/templates/loginform.php
@@ -0,0 +1,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>