diff options
-rw-r--r-- | notatki/rezerwacja_propozycja | 3 | ||||
-rw-r--r-- | views/login.tt | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/notatki/rezerwacja_propozycja b/notatki/rezerwacja_propozycja new file mode 100644 index 0000000..750a188 --- /dev/null +++ b/notatki/rezerwacja_propozycja @@ -0,0 +1,3 @@ +Albo rezerwacja tylko po zalogowaniu przy uzyciu LDAPA i wiadomo kto zarezerwowal, +w tedy tez dodac mechanizm pozwalajacy na wziecie ksiazki tej osobie, +chyba najlepszy pomysl... diff --git a/views/login.tt b/views/login.tt new file mode 100644 index 0000000..e96e026 --- /dev/null +++ b/views/login.tt @@ -0,0 +1,8 @@ +<html> + <body> + <form action="http://i.am-a.cat:3000/login" method="post"> + Login:<input type="text" name="user"><br> + Haslo:<input type="password" name="password"><br> + <input type="submit" value="zaloguj sie"> + </body> +</html> |