diff options
author | Cranix <you@example.com> | 2013-04-02 08:21:55 -0400 |
---|---|---|
committer | Cranix <you@example.com> | 2013-04-02 08:21:55 -0400 |
commit | f69e171af84694bc0b14f2d76cc9b65c34bed2c1 (patch) | |
tree | 91f9d9aaacf53a457487dbe88974a7e8e72542c9 | |
parent | b109f05eeeb1f91bbb8b152632d3764b14d5b64b (diff) | |
download | Biblioteka-f69e171af84694bc0b14f2d76cc9b65c34bed2c1.tar.gz Biblioteka-f69e171af84694bc0b14f2d76cc9b65c34bed2c1.tar.bz2 Biblioteka-f69e171af84694bc0b14f2d76cc9b65c34bed2c1.tar.xz Biblioteka-f69e171af84694bc0b14f2d76cc9b65c34bed2c1.zip |
Dodano zmienne przechowuj?ce czas w miejsce gdzie s? wywo?ywane - inaczej czas b?dzie nie aktualny.HEADmaster
-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> |