summaryrefslogtreecommitdiffstats
path: root/webui_templates/login.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'webui_templates/login.tmpl')
-rw-r--r--webui_templates/login.tmpl28
1 files changed, 0 insertions, 28 deletions
diff --git a/webui_templates/login.tmpl b/webui_templates/login.tmpl
deleted file mode 100644
index 891dc4c..0000000
--- a/webui_templates/login.tmpl
+++ /dev/null
@@ -1,28 +0,0 @@
-#extends cobbler.webui.master
-
-#block body
-<form method="post" action="$base_url/login_submit">
-
-#if $message
- <h1>$message</h1>
-#end if
-
-<fieldset id="cform">
- <legend>Log In</legend>
-
- <label for="username">Username:</label>
- <input type="text" id="username" name="username" style="width: 150px;" value="" size="16"/>
-
- <br/>
-
- <label for="password">Password:</label>
- <input type="password" id="password" name="password" style="width: 150px;" value="" size="16"/>
-
- <br/>
-
- <input type="submit" name="submit" value="Login"/>
-
-</fieldset>
-</form>
-#end block body
-