From 1493a6180ae186ad6000fdb2d429e565e86bc0fb Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Tue, 26 Jan 2010 19:02:21 +0000 Subject: [PATCH] moving html templates to cmslu git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@558 e52654a7-88a9-db11-a3e9-0013d4bc506e --- html/dir_last_info.html | 1 + html/err_404.html | 3 + html/err_abuse.html | 8 ++ html/err_item_required.html | 3 + html/err_others.html | 5 ++ html/err_per_denied.html | 3 + html/fun_cat.html | 30 +++++++ html/fun_createthread.html | 23 +++++ html/fun_createticket.html | 167 ++++++++++++++++++++++++++++++++++++ html/fun_default.html | 25 ++++++ html/fun_emacs.html | 39 +++++++++ html/fun_emacs_post.html | 17 ++++ html/fun_last.html | 14 +++ html/fun_ls.html | 34 ++++++++ html/fun_mkdir.html | 18 ++++ html/fun_priv.html | 32 +++++++ html/fun_reload.html | 24 ++++++ html/fun_rm.html | 26 ++++++ html/fun_run.html | 13 +++ html/fun_thread.html | 38 ++++++++ html/fun_ticket.html | 61 +++++++++++++ html/fun_upload.html | 43 ++++++++++ html/fun_who.html | 17 ++++ html/index.html | 114 ++++++++++++++++++++++++ html/item_info.html | 1 + html/item_modify_info.html | 42 +++++++++ html/item_options.html | 13 +++ html/item_tab_info.html | 1 + html/notify_email.txt | 52 +++++++++++ 29 files changed, 867 insertions(+) create mode 100755 html/dir_last_info.html create mode 100755 html/err_404.html create mode 100755 html/err_abuse.html create mode 100755 html/err_item_required.html create mode 100755 html/err_others.html create mode 100755 html/err_per_denied.html create mode 100755 html/fun_cat.html create mode 100755 html/fun_createthread.html create mode 100755 html/fun_createticket.html create mode 100755 html/fun_default.html create mode 100755 html/fun_emacs.html create mode 100755 html/fun_emacs_post.html create mode 100755 html/fun_last.html create mode 100755 html/fun_ls.html create mode 100755 html/fun_mkdir.html create mode 100755 html/fun_priv.html create mode 100755 html/fun_reload.html create mode 100755 html/fun_rm.html create mode 100755 html/fun_run.html create mode 100755 html/fun_thread.html create mode 100755 html/fun_ticket.html create mode 100755 html/fun_upload.html create mode 100755 html/fun_who.html create mode 100755 html/index.html create mode 100755 html/item_info.html create mode 100755 html/item_modify_info.html create mode 100755 html/item_options.html create mode 100755 html/item_tab_info.html create mode 100755 html/notify_email.txt diff --git a/html/dir_last_info.html b/html/dir_last_info.html new file mode 100755 index 0000000..4ea17d2 --- /dev/null +++ b/html/dir_last_info.html @@ -0,0 +1 @@ +

Dodane przez: [dir_last_user], [dir_last_date_creation][if-no dir_last_dates_equal], ostatnio modyfikowany: [dir_last_date_modification][end]

diff --git a/html/err_404.html b/html/err_404.html new file mode 100755 index 0000000..c0943ac --- /dev/null +++ b/html/err_404.html @@ -0,0 +1,3 @@ +

Błąd 404

+ +

Przykro nam ale podanej strony nie ma w naszym serwisie.

diff --git a/html/err_abuse.html b/html/err_abuse.html new file mode 100755 index 0000000..a8e70d1 --- /dev/null +++ b/html/err_abuse.html @@ -0,0 +1,8 @@ +[if-any done_is_error] + [if-any done_status_incorrect_rebus] +

Proszę rozwiązać rebus!

+ [else] + [if-any done_status_spam] +

Jesteś podejrzany jako spamer,
nie możesz nic wysłać do czasu zalogowania się!

+ [end] +[end] diff --git a/html/err_item_required.html b/html/err_item_required.html new file mode 100755 index 0000000..42416e2 --- /dev/null +++ b/html/err_item_required.html @@ -0,0 +1,3 @@ +

Item required

+ +

This function can only be used with an item

diff --git a/html/err_others.html b/html/err_others.html new file mode 100755 index 0000000..fc6899e --- /dev/null +++ b/html/err_others.html @@ -0,0 +1,5 @@ +[if-one doc_is_error done_is_error] +

Przepraszamy ale wystąpiły problemy z wykonaniem tej operacji.

+

Kod błędu: [if-one doc_is_error]doc:[doc_status][end], [if-one done_is_error]done:[done_status][end]

+[end] + diff --git a/html/err_per_denied.html b/html/err_per_denied.html new file mode 100755 index 0000000..b5aca88 --- /dev/null +++ b/html/err_per_denied.html @@ -0,0 +1,3 @@ +

Brak dostępu

+ +

Przykro nam ale nie masz dostępu do tej części serwisu.

diff --git a/html/fun_cat.html b/html/fun_cat.html new file mode 100755 index 0000000..d9ef4bd --- /dev/null +++ b/html/fun_cat.html @@ -0,0 +1,30 @@ +
+ [is mount_page_is "subject"] + [is mount_page_is "info"] +

[else]

[end][item_subject]

+ [end] + [is mount_page_is "info"] + [item_info] + [end] + + [if-one item_static_auth_is_image] + [item_subject] + [item_print_content] + [else] + [if-one item_static_auth_is_other] + Ściągnij plik: [item_subject] + [item_print_content] + [else] + [if-one item_static_auth_is_none] + [item_print_content] + [end] + [end] + [end] +
+ + + +[include "item_options.html"] + + + diff --git a/html/fun_createthread.html b/html/fun_createthread.html new file mode 100755 index 0000000..05c2734 --- /dev/null +++ b/html/fun_createthread.html @@ -0,0 +1,23 @@ +

Załóż wątek

+ +[include "err_abuse.html"] + +
+
+Wypełnij wszystkie pozycje formularza + +

Tytuł:

+ + +[include "fun_emacs_post.html"] + +[if-no user_logged] +

Nick:

+ + +

Rebus: Ile to jest [rebus_question]?

+ +[end] + +
+
diff --git a/html/fun_createticket.html b/html/fun_createticket.html new file mode 100755 index 0000000..3dd9588 --- /dev/null +++ b/html/fun_createticket.html @@ -0,0 +1,167 @@ +[if-one ticket_is]

Edytuj zgłoszenie

[else]

Nowe zgłoszenie

[end] + +[include "err_abuse.html"] + +
+
+ +[if-one ticket_is] +Formularz edycji zgłoszenia. +[else] +Formularz nowego zgłoszenia. +[end] + +

Tytuł:

+ + + + +[if-one ticket_type_tab_defined] + [if-one ticket_type_tab] + + + + + [end] +[else] + + + + +[end] + + + +[if-one ticket_status_tab_defined] + [if-one ticket_status_tab] + + + + + [end] +[else] + + + + +[end] + + + + +[if-one ticket_priority_tab_defined] + [if-one ticket_priority_tab] + + + + + [end] +[else] + + + + +[end] + + + +[if-one ticket_category_tab_defined] + [if-one ticket_category_tab] + + + + + [end] +[else] + + + + +[end] + + +[if-one ticket_expected_tab_defined] + [if-one ticket_expected_tab] + + + + + [end] +[else] + + + + +[end] + + + + + + + +
Rodzaj zgłoszenia: + +
Rodzaj zgłoszenia: + +
Status: + +
Status: + +
Priorytet: + +
Priorytet: + +
Kategoria: + +
Kategoria: + +
Oczekiwany w: + +
Oczekiwany w: + +
Postęp prac (0-100):
+ +[include "fun_emacs_post.html"] + + +[if-no user_logged] +

Nick:

+ + +

Rebus: Ile to jest [rebus_question]?

+ +[end] + +
+
diff --git a/html/fun_default.html b/html/fun_default.html new file mode 100755 index 0000000..0d42423 --- /dev/null +++ b/html/fun_default.html @@ -0,0 +1,25 @@ +

Domyślna pozycja w katalogu

+ +[if-any done_defaulted_dir done_is_error] +

Przykro nam ale wystąpiły błędy podczas zmiany domyślnej pozycji.
+ +[if-any done_status_incorrect_dir] +

Podano nie istniejący katalog.

+[else] +[if-any done_status_no_item] +

Podano nie istniejąca pozycję.

+[else] +Kod błędu: [done_status]

+[end] +[end] +[end] + + +
+
+Wypełnij wszystkie pozycje formularza +Url:
+ + +
+
diff --git a/html/fun_emacs.html b/html/fun_emacs.html new file mode 100755 index 0000000..f0039bf --- /dev/null +++ b/html/fun_emacs.html @@ -0,0 +1,39 @@ +[if-one item_is]

Edytuj

[else]

Dodaj

[end] + +[include "err_abuse.html"] + +
+
+ Formularz edycji. + + [if-one mount_type_is_cms] +

Tytuł:

+ + +

Url:

+ + [end] + + [if-one mount_type_is_thread] + [is mount_thread_is "subject"] +

Tytuł:

+ + +

Url:

+ + [end] + [end] + + [include "fun_emacs_post.html"] + + [if-no user_logged] +

Nick:

+ + +

Rebus: Ile to jest [rebus_question]?

+ + [end] + + +
+
diff --git a/html/fun_emacs_post.html b/html/fun_emacs_post.html new file mode 100755 index 0000000..aac329c --- /dev/null +++ b/html/fun_emacs_post.html @@ -0,0 +1,17 @@ +[if-one mount_type_is_cms]

Zawartość:

[end] +[if-one mount_type_is_thread]

Post:

[end] +[if-one mount_type_is_ticket]

Opis:

[end] + + + + + +

Rodzaj wiadomości:

+ + diff --git a/html/fun_last.html b/html/fun_last.html new file mode 100755 index 0000000..7ac06e3 --- /dev/null +++ b/html/fun_last.html @@ -0,0 +1,14 @@ +

Ostatnio logowani użytkownicy

+ +[if-one last_tab] + + + +[for last_tab] + +[end] +
LoginAdres IPCzas zalogowaniaCzas wylogowania
[last_tab_name][last_tab_ip][last_tab_start][last_tab_end]
+ +[else] +

Nie ma dostępnych żadnych informacji.

+[end] diff --git a/html/fun_ls.html b/html/fun_ls.html new file mode 100755 index 0000000..7e29d3b --- /dev/null +++ b/html/fun_ls.html @@ -0,0 +1,34 @@ + +[if-one dir_can_write dir_can_remove] + +[end] + + +[if-no item_is] + +[if-one dir_childs_tab] + + + +[end] + +[end] + + +[if-one item_tab] + + + +[end] + + diff --git a/html/fun_mkdir.html b/html/fun_mkdir.html new file mode 100755 index 0000000..6f225ef --- /dev/null +++ b/html/fun_mkdir.html @@ -0,0 +1,18 @@ +

Stwórz katalog

+ +[if-any done_added_dir done_is_error] +

Przykro nam ale wystąpiły błędy podczas tworzenia tego katalogu.
+Kod błędu: [done_status]

+[end] + + +
+
+Wypełnij wszystkie pozycje formularza +Tytuł:
+ +Url:
+ + +
+
diff --git a/html/fun_priv.html b/html/fun_priv.html new file mode 100755 index 0000000..ba027b4 --- /dev/null +++ b/html/fun_priv.html @@ -0,0 +1,32 @@ +

Zmień uprawnienia dostępu

+ +[if-any done_privileged_item done_is_error] +

Przykro nam ale wystąpiły błędy podczas zmiany uprawnień.
+Kod błędu: [done_status]

+[end] + +
+
+Uprawnienia + + + + + + + + +
Użytkownik: + +
Grupa: + +
Uprawnienia:
+ + +
+
+ diff --git a/html/fun_reload.html b/html/fun_reload.html new file mode 100755 index 0000000..1e5ea94 --- /dev/null +++ b/html/fun_reload.html @@ -0,0 +1,24 @@ +

Reload

+ +[if-any done_reloaded_templates] + +[if-any done_is_error] +

Przykro nam ale wystąpiły błędy podczas ponownego wczytywania.
+Kod błędu: [done_status]

+[end] + +[if-no done_is_error] + +[if-any done_reloaded_templates] +

Szablony zostały pomyślnie wczytane.

+[end] + +[end] + + +[end] + + +

Wybierz pozycję:

+templates + diff --git a/html/fun_rm.html b/html/fun_rm.html new file mode 100755 index 0000000..69847cb --- /dev/null +++ b/html/fun_rm.html @@ -0,0 +1,26 @@ +[if-one item_is] +

Czy napewno chcesz usunąć podaną pozycję?

+ +

+URL: [doc_base_url][dir][item_url]
+Krótki URL: [doc_base_url]/node/[item_id]
+Tytuł: [item_subject] +

+ + + +[else] +

Czy napewno chcesz usunąć podany katalog?

+ +

+URL: [doc_base_url][dir] +

+ + +[end] diff --git a/html/fun_run.html b/html/fun_run.html new file mode 100755 index 0000000..3dff9f4 --- /dev/null +++ b/html/fun_run.html @@ -0,0 +1,13 @@ +
+[is mount_page_is "subject"] +[is mount_page_is "info"]

[else]

[end][item_subject]

+[end] +[is mount_page_is "info"] +[item_info] +[end] +[item_run] +
+ + + +[include "item_options.html"] diff --git a/html/fun_thread.html b/html/fun_thread.html new file mode 100755 index 0000000..c854f3e --- /dev/null +++ b/html/fun_thread.html @@ -0,0 +1,38 @@ +[if-one thread_can_create] + +[is mount_page_is "subject"][dir_last_subject][end] +[is mount_page_is "info"][dir_last_info][end] + + + +[if-one thread_tab] + + +[for thread_tab] +[end] +
Tytuł wątkuAutorRep.Ostatni post
[thread_tab_subject][thread_tab_author][thread_tab_answers][thread_tab_last_item_date_modification] ([thread_tab_last_item_user])
+[end] +[end] + + +[if-one thread_is] + +[is mount_page_is "subject"][dir_last_subject][end] +[is mount_page_is "info"][dir_last_info][end] + +[if-one dir_can_use_emacs] + +[end] + +[for item_tab] +
+[is mount_thread_is "subject"][item_tab_subject][end] +[is mount_thread_is "info"][item_tab_info][end] +[item_tab_print_content] +
+[end] +[end] diff --git a/html/fun_ticket.html b/html/fun_ticket.html new file mode 100755 index 0000000..5c6d07b --- /dev/null +++ b/html/fun_ticket.html @@ -0,0 +1,61 @@ +[is mount_page_is "subject"][dir_last_subject][end] +[is mount_page_is "info"][dir_last_info][end] + + +[if-one ticket_can_create] + +[end] + + +[if-one ticket_tab] + + + + [if-any ticket_type_tab][end] + [if-any ticket_status_tab][end] + [if-any ticket_priority_tab][end] + [if-any ticket_expected_tab][end] + + [for ticket_tab] + + + [if-any ticket_type_tab][end] + [if-any ticket_status_tab][end] + [if-any ticket_priority_tab][end] + [if-any ticket_expected_tab][end] + + [end] +
ZgłoszenieRodzajStatusPriorytetOczeki-
wany w
[if-no ticket_tab_subject_empty][ticket_tab_subject][else]<[ticket_tab_url]>[else][ticket_tab_type][ticket_tab_status][ticket_tab_priority][ticket_tab_expected]
+[end] + + +[if-one ticket_is] +
+

\[Edytuj\]

+ + [if-any ticket_type_tab][end] + [if-any ticket_status_tab][end] + [if-any ticket_priority_tab][end] + [if-any ticket_category_tab][end] + [if-any ticket_expected_tab][end] + +
Rodzaj zgłoszenia:[ticket_type]
Status:[ticket_status]
Piorytet:[ticket_priority]
Kategoria:[ticket_category]
Oczekiwany w:[ticket_expected]
Postęp prac:[ticket_progress]%
+ [item_print_content] +
+ + [if-one dir_can_use_emacs] + + [end] + + [for item_tab] +
+ [is mount_thread_is "subject"][item_tab_subject][end] + [is mount_thread_is "info"][item_tab_info][end] + [item_tab_print_content] +
+ [end] +[end] diff --git a/html/fun_upload.html b/html/fun_upload.html new file mode 100755 index 0000000..1b553da --- /dev/null +++ b/html/fun_upload.html @@ -0,0 +1,43 @@ +[if-one item_is]

Edytuj pozycję

[else]

Dodaj pozycję

[end] + +[include "err_abuse.html"] + +
+
+Edycja pozycji. + + + + +[if-one mount_type_is_cms] +

Tytuł:

+ + +

Url:

+ +[end] + +[if-one mount_type_is_thread] + [is mount_thread_is "subject"] +

Tytuł:

+ + +

Url:

+ + [end] +[end] + +

Post:

+ + +[if-no user_logged] +

Nick:

+ + +

Rebus: Ile to jest [rebus_question]?

+ +[end] + + +
+
diff --git a/html/fun_who.html b/html/fun_who.html new file mode 100755 index 0000000..fd98e25 --- /dev/null +++ b/html/fun_who.html @@ -0,0 +1,17 @@ + +

Lista sesji

+ +[if-any who_tab] + + +[for who_tab] + +[end] +
L.p.UżytkownikStartOstatnio aktywny
[who_tab_lp][who_tab_user][who_tab_time][who_tab_last_time]
+[else] +

Nie ma żadnych dostępnych sesji.

+[end] + + + + diff --git a/html/index.html b/html/index.html new file mode 100755 index 0000000..63f1121 --- /dev/null +++ b/html/index.html @@ -0,0 +1,114 @@ + + + + +Slimaczek.pl[doc_title] + + + + + + + + +
+ + + + +
+

Quake 3

+ + + +

Counter Strike

+ + +

Forum

+ + +[if-one is_group_tv] + +

Radio

+ + +

Telewizja

+ + +[end] + + +
+ +
+ +[if-one done_loggedout] + +[end] + +[content] +
+ + + +
+ + diff --git a/html/item_info.html b/html/item_info.html new file mode 100755 index 0000000..7b4381a --- /dev/null +++ b/html/item_info.html @@ -0,0 +1 @@ +

Dodane przez: [item_user], [item_date_creation][if-no item_dates_equal], ostatnio modyfikowany: [item_date_modification][end]

diff --git a/html/item_modify_info.html b/html/item_modify_info.html new file mode 100755 index 0000000..7c0d9a9 --- /dev/null +++ b/html/item_modify_info.html @@ -0,0 +1,42 @@ +[if-one done_added_dir] +[if-no done_is_error] +

Katalog został dodany:
+URL: [doc_base_url][item_old_dir][item_old_url]
+Krótki URL: [doc_base_url]/node/[item_old_id]

+[end] +[end] + +[if-one done_deleted_dir] +[if-no done_is_error] +

Katalog został usunięty:
+URL: [doc_base_url][dir_old] +

+[end] +[end] + +[if-one done_added_item] +[if-no done_is_error] +

Pozycja została dodana:
+URL: [doc_base_url][item_old_dir][item_old_url]
+Krótki URL: [doc_base_url]/node/[item_old_id]

+[end] +[end] + +[if-one done_edited_item] +[if-no done_is_error] +

Pozycja została zmodyfikowana:
+URL: [doc_base_url][item_old_dir][item_old_url]
+Krótki URL: [doc_base_url]/node/[item_old_id]

+[end] +[end] + +[if-one done_deleted_item] +[if-one done_is_error] +

Nie udało się skasować poniższej pozycji, możliwe że link jest nie prawidłowy:
+[else] +

Skasowano następującą pozycję:
+Tytuł: [item_old_subject]
+URL: [doc_base_url][item_old_dir][item_old_url]
+Krótki URL: [doc_base_url]/node/[item_old_id]

+[end] +[end] diff --git a/html/item_options.html b/html/item_options.html new file mode 100755 index 0000000..1c685e1 --- /dev/null +++ b/html/item_options.html @@ -0,0 +1,13 @@ +[if-one dir_can_write item_can_write] +
+

Dostępne opcje administracyjne:

+ + +
+[end] + diff --git a/html/item_tab_info.html b/html/item_tab_info.html new file mode 100755 index 0000000..074ff75 --- /dev/null +++ b/html/item_tab_info.html @@ -0,0 +1 @@ +

Dodane przez: [item_tab_user], [item_tab_date_creation][if-no item_tab_dates_equal], ostatnio modyfikowany: [item_tab_date_modification][end]

diff --git a/html/notify_email.txt b/html/notify_email.txt new file mode 100755 index 0000000..af6a371 --- /dev/null +++ b/html/notify_email.txt @@ -0,0 +1,52 @@ +Subject: [if-one notify_item_added]Nowości[else]Zmiany[end] +From: Ślimaczkowe powiadomienia +To: [notify_to] +Content-Type: text/plain; charset="ISO-8859-2" + +Witamy + +Chcielibyśmy powiadomić że właśnie[if-one notify_mount_type_is_thread] + +[if-one notify_dir_added] ktoś rozpoczął nowy wątek: +[notify_doc_base_url][notify_item_dir] +[else] +[if-one notify_item_added] ktoś odpowiedział w wątku: +[notify_doc_base_url][notify_item_dir] +[end] +[end] + +[if-one notify_item_edited] ktoś zmienił swoją odpowiedź w wątku: +[notify_doc_base_url][notify_item_dir] +[end] + +[if-one notify_item_deleted] czyjaś odpowiedź została skasowana z wątku: +[notify_doc_base_url][notify_item_dir] +[end] + +[else] +[if-one notify_mount_type_is_cms] + +[if-one notify_item_added] pojawiła się nowa pozycja do poczytania: +[notify_item_link] +[end] + +[if-one notify_item_edited] zmieniono coś na: +[notify_item_link] +[end] + +[if-one notify_item_deleted] skasowano następującą pozycję: +[notify_item_link] +[end] + +[end] +[end] + +Życzymy miłego dnia i zapraszamy do lektury. + + + +-- +http://www.slimaczek.pl +Ta wiadomość została wysłana automatycznie - prosimy na nią nie odpowiadać. +Jeśli nie chcesz dostawać więcej takich wiadomości możesz je wyłączyć +w swoim panelu użytkownika.