moving html templates to cmslu

git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@558 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2010-01-26 19:02:21 +00:00
parent 848ddcebd7
commit 1493a6180a
29 changed files with 867 additions and 0 deletions

1
html/dir_last_info.html Executable file
View File

@ -0,0 +1 @@
<p class="iteminfo">Dodane przez: [dir_last_user], [dir_last_date_creation][if-no dir_last_dates_equal], ostatnio modyfikowany: [dir_last_date_modification][end]</p>

3
html/err_404.html Executable file
View File

@ -0,0 +1,3 @@
<h1>Błąd 404</h1>
<p>Przykro nam ale podanej strony nie ma w naszym serwisie.</p>

8
html/err_abuse.html Executable file
View File

@ -0,0 +1,8 @@
[if-any done_is_error]
[if-any done_status_incorrect_rebus]
<p class="error">Proszę rozwiązać rebus!</p>
[else]
[if-any done_status_spam]
<p class="error">Jesteś podejrzany jako spamer,<br> nie możesz nic wysłać do czasu zalogowania się!</p>
[end]
[end]

3
html/err_item_required.html Executable file
View File

@ -0,0 +1,3 @@
<h1>Item required</h1>
<p>This function can only be used with an item</p>

5
html/err_others.html Executable file
View File

@ -0,0 +1,5 @@
[if-one doc_is_error done_is_error]
<h1>Przepraszamy ale wyst±pi³y problemy z wykonaniem tej operacji.</h1>
<p>Kod b³êdu: [if-one doc_is_error]doc:[doc_status][end], [if-one done_is_error]done:[done_status][end]</p>
[end]

3
html/err_per_denied.html Executable file
View File

@ -0,0 +1,3 @@
<h1>Brak dostępu</h1>
<p>Przykro nam ale nie masz dostępu do tej części serwisu.</p>

30
html/fun_cat.html Executable file
View File

@ -0,0 +1,30 @@
<div>
[is mount_page_is "subject"]
[is mount_page_is "info"]
<h1 class="withinfo">[else]<h1>[end][item_subject]</h1>
[end]
[is mount_page_is "info"]
[item_info]
[end]
[if-one item_static_auth_is_image]
<img src="[item_link_static_auth]" alt="[item_subject]">
[item_print_content]
[else]
[if-one item_static_auth_is_other]
¦ci±gnij plik: <a href="[item_link_static_auth]" title="[item_subject]">[item_subject]</a>
[item_print_content]
[else]
[if-one item_static_auth_is_none]
[item_print_content]
[end]
[end]
[end]
</div>
[include "item_options.html"]

23
html/fun_createthread.html Executable file
View File

@ -0,0 +1,23 @@
<h1>Za³ó¿ w±tek</h1>
[include "err_abuse.html"]
<form id="additem" method="post" action="[doc_base_url][dir]createthread">
<fieldset>
<legend>Wype³nij wszystkie pozycje formularza</legend>
<p class="withnext">Tytu³:</p>
<input class="edit" type="text" name="subject" value="[item_subject]">
[include "fun_emacs_post.html"]
[if-no user_logged]
<p class="withnext">Nick:</p>
<input class="edit" type="text" name="guestname" value="[item_guest_name]">
<p class="withnext">Rebus: Ile to jest [rebus_question]?</p>
<input class="edit" type="text" name="rebus">
[end]
<input class="submit" type="submit" value="Za³ó¿ w±tek">
</fieldset>
</form>

167
html/fun_createticket.html Executable file
View File

@ -0,0 +1,167 @@
[if-one ticket_is]<h1>Edytuj zg³oszenie</h1>[else]<h1>Nowe zg³oszenie</h1>[end]
[include "err_abuse.html"]
<form id="additem" method="post" action="[doc_base_url][dir][if-one ticket_is]editticket[else]createticket[end]">
<fieldset>
[if-one ticket_is]
<legend>Formularz edycji zg³oszenia.</legend>
[else]
<legend>Formularz nowego zg³oszenia.</legend>
[end]
<p class="withnext">Tytu³:</p>
<input class="edit" type="text" name="subject" value="[item_subject]">
<table class="ticket">
[if-one ticket_type_tab_defined]
[if-one ticket_type_tab]
<tr>
<th>Rodzaj zg³oszenia:</th>
<td>
<select name="type">
[for ticket_type_tab]
<option [if-one ticket_type_tab_isdefault]selected [end]value="[ticket_type_tab_index]">[ticket_type_tab_name]</option>
[end]
</select>
</td>
</tr>
[end]
[else]
<tr>
<th>Rodzaj zg³oszenia:</th>
<td>
<select name="type">
<option value="0">-</option>
</select>
</td>
</tr>
[end]
[if-one ticket_status_tab_defined]
[if-one ticket_status_tab]
<tr>
<th>Status:</th>
<td>
<select name="status">
[for ticket_status_tab]
<option [if-one ticket_status_tab_isdefault]selected [end]value="[ticket_status_tab_index]">[ticket_status_tab_name]</option>
[end]
</select>
</td>
</tr>
[end]
[else]
<tr>
<th>Status:</th>
<td>
<select name="status">
<option value="0">-</option>
</select>
</td>
</tr>
[end]
[if-one ticket_priority_tab_defined]
[if-one ticket_priority_tab]
<tr>
<th>Priorytet:</th>
<td>
<select name="priority">
[for ticket_priority_tab]
<option [if-one ticket_priority_tab_isdefault]selected [end]value="[ticket_priority_tab_index]">[ticket_priority_tab_name]</option>
[end]
</select>
</td>
</tr>
[end]
[else]
<tr>
<th>Priorytet:</th>
<td>
<select name="priority">
<option value="0">-</option>
</select>
</td>
</tr>
[end]
[if-one ticket_category_tab_defined]
[if-one ticket_category_tab]
<tr>
<th>Kategoria:</th>
<td>
<select name="category">
[for ticket_category_tab]
<option [if-one ticket_category_tab_isdefault]selected [end]value="[ticket_category_tab_index]">[ticket_category_tab_name]</option>
[end]
</select>
</td>
</tr>
[end]
[else]
<tr>
<th>Kategoria:</th>
<td>
<select name="category">
<option value="0">-</option>
</select>
</td>
</tr>
[end]
[if-one ticket_expected_tab_defined]
[if-one ticket_expected_tab]
<tr>
<th>Oczekiwany w:</th>
<td>
<select name="expected">
[for ticket_expected_tab]
<option [if-one ticket_expected_tab_isdefault]selected [end]value="[ticket_expected_tab_index]">[ticket_expected_tab_name]</option>
[end]
</select>
</td>
</tr>
[end]
[else]
<tr>
<th>Oczekiwany w:</th>
<td>
<select name="expected">
<option value="0">-</option>
</select>
</td>
</tr>
[end]
<tr>
<th>Postêp prac (0-100):</th>
<td><input type="text" name="progress" value="[ticket_progress]"></td>
</tr>
</table>
[include "fun_emacs_post.html"]
[if-no user_logged]
<p class="withnext">Nick:</p>
<input class="edit" type="text" name="guestname" value="[item_guest_name]">
<p class="withnext">Rebus: Ile to jest [rebus_question]?</p>
<input class="edit" type="text" name="rebus">
[end]
<input class="submit" type="submit" value="[if-one ticket_is]Edytuj zg³oszenie[else]Za³ó¿ zg³oszenie[end]">
</fieldset>
</form>

25
html/fun_default.html Executable file
View File

@ -0,0 +1,25 @@
<h1>Domy¶lna pozycja w katalogu</h1>
[if-any done_defaulted_dir done_is_error]
<p>Przykro nam ale wyst±pi³y b³êdy podczas zmiany domy¶lnej pozycji.<br>
[if-any done_status_incorrect_dir]
<p>Podano nie istniej±cy katalog.</p>
[else]
[if-any done_status_no_item]
<p>Podano nie istniej±ca pozycjê.</p>
[else]
Kod b³êdu: [done_status]</p>
[end]
[end]
[end]
<form id="additem" method="post" action="[doc_base_url][dir]default">
<fieldset>
<legend>Wype³nij wszystkie pozycje formularza</legend>
Url:<br>
<input class="edit" type="text" name="defaultitem" value="[dir_last_default_item_dir][dir_last_default_item_url]">
<input class="submit" type="submit" value="Dodaj">
</fieldset>
</form>

39
html/fun_emacs.html Executable file
View File

@ -0,0 +1,39 @@
[if-one item_is]<h1>Edytuj</h1>[else]<h1>Dodaj</h1>[end]
[include "err_abuse.html"]
<form id="additem" method="post" action="[doc_base_url][dir][if-one item_is][item_url]/[end]emacs">
<fieldset>
<legend>Formularz edycji.</legend>
[if-one mount_type_is_cms]
<p class="withnext">Tytu³:</p>
<input class="edit" type="text" name="subject" value="[item_subject]">
<p class="withnext">Url:</p>
<input class="edit" type="text" name="url" value="[item_url]">
[end]
[if-one mount_type_is_thread]
[is mount_thread_is "subject"]
<p class="withnext">Tytu³:</p>
<input class="edit" type="text" name="subject" value="[item_subject]">
<p class="withnext">Url:</p>
<input class="edit" type="text" name="url" value="[item_url]">
[end]
[end]
[include "fun_emacs_post.html"]
[if-no user_logged]
<p class="withnext">Nick:</p>
<input class="edit" type="text" name="guestname" value="[item_guest_name]">
<p class="withnext">Rebus: Ile to jest [rebus_question]?</p>
<input class="edit" type="text" name="rebus">
[end]
<input class="submit" type="submit" value="[if-one item_is]Zmieñ[else]Dodaj[end]">
</fieldset>
</form>

17
html/fun_emacs_post.html Executable file
View File

@ -0,0 +1,17 @@
[if-one mount_type_is_cms]<p class="withnext">Zawarto¶æ:</p>[end]
[if-one mount_type_is_thread]<p class="withnext">Post:</p>[end]
[if-one mount_type_is_ticket]<p class="withnext">Opis:</p>[end]
<textarea class="multitext" rows="[if-one mount_type_is_cms]30[else]10[end]" cols="60" name="content">[item_content]</textarea>
<p class="withnext">Rodzaj wiadomo¶ci:</p>
<select name="contenttype" class="contenttype">
<option[is item_content_type_is "text"] selected[end] value="0">text</option>
<option[is item_content_type_is "formatted text"] selected[end] value="1">sformatowany text</option>
[if-one user_can_use_html]<option[is item_content_type_is "html"] selected[end] value="2">html</option>[end]
[if-one user_can_use_bbcode]<option[is item_content_type_is "bbcode"] selected[end] value="3">bbcode</option>[end]
[if-one user_can_use_raw]<option[is item_content_type_is "raw"] selected[end] value="4">surowa postaæ</option>[end]
</select>

14
html/fun_last.html Executable file
View File

@ -0,0 +1,14 @@
<h1 class="simple">Ostatnio logowani u¿ytkownicy</h1>
[if-one last_tab]
<table>
<tr><th>Login</th><th>Adres IP</th><th>Czas zalogowania</th><th>Czas wylogowania</th></tr>
[for last_tab]
<tr><td>[last_tab_name]</td><td>[last_tab_ip]</td><td>[last_tab_start]</td><td>[last_tab_end]</td></tr>
[end]
</table>
[else]
<p>Nie ma dostêpnych ¿adnych informacji.</p>
[end]

34
html/fun_ls.html Executable file
View File

@ -0,0 +1,34 @@
[if-one dir_can_write dir_can_remove]
<ul class="itemmenu">
[if-one dir_can_write]<li><a href="[doc_base_url][dir]mkdir">Dodaj katalog</a></li>[end]
[if-one dir_can_remove]<li><a href="[doc_base_url][dir]rm/confirm">Usuñ katalog</a></li>[end]
[if-one dir_can_write]<li><a href="[doc_base_url][dir]emacs">Dodaj pozycjê</a></li>[end]
</ul>
[end]
[if-no item_is]
[if-one dir_childs_tab]
<!--<h2>Katalogi:</h2>-->
<ul>
[for dir_childs_tab]
<li><a href="[doc_base_url][dir][dir_childs_tab_url]">[dir_childs_tab_url]/</a></li>[end]
</ul>
[end]
[end]
[if-one item_tab]
<!--<h2>Pozycje:</h2>-->
<ul>
[for item_tab]
<li><a href="[doc_base_url][dir][item_tab_url]">[item_tab_url]</a></li>[end]
</ul>
[end]

18
html/fun_mkdir.html Executable file
View File

@ -0,0 +1,18 @@
<h1>Stwórz katalog</h1>
[if-any done_added_dir done_is_error]
<p>Przykro nam ale wyst±pi³y b³êdy podczas tworzenia tego katalogu.<br>
Kod b³êdu: [done_status]</p>
[end]
<form id="additem" method="post" action="[doc_base_url][dir]mkdir">
<fieldset>
<legend>Wype³nij wszystkie pozycje formularza</legend>
Tytu³:<br>
<input class="edit" type="text" name="subject" value="">
Url:<br>
<input class="edit" type="text" name="url" value="">
<input class="submit" type="submit" value="Dodaj">
</fieldset>
</form>

32
html/fun_priv.html Executable file
View File

@ -0,0 +1,32 @@
<h1>Zmieñ uprawnienia dostêpu</h1>
[if-any done_privileged_item done_is_error]
<p>Przykro nam ale wyst±pi³y b³êdy podczas zmiany uprawnieñ.<br>
Kod b³êdu: [done_status]</p>
[end]
<form id="additem" method="post" action="[doc_base_url][dir][if-one item_is][item_url]/[end]priv">
<fieldset>
<legend>Uprawnienia</legend>
<table class="withoutborder">
<tr><td>U¿ytkownik:</td><td>
<select name="user" class="users">[for priv_user_tab]
<option[if-one priv_user_tab_isdefault] selected[end]>[priv_user_tab_name]</option>[end]
</select>
</td></tr>
<tr><td>Grupa: </td><td>
<select name="group" class="groups">[for priv_group_tab]
<option[if-one priv_group_tab_isdefault] selected[end]>[priv_group_tab_name]</option>[end]
</select>
</td></tr>
<tr><td>Uprawnienia:</td><td><input class="privileges" type="text" name="privileges" value="[priv_privileges]"></td></tr>
</table>
<input class="submit" type="submit" value="Zmieñ">
</fieldset>
</form>

24
html/fun_reload.html Executable file
View File

@ -0,0 +1,24 @@
<h1>Reload</h1>
[if-any done_reloaded_templates]
[if-any done_is_error]
<p>Przykro nam ale wyst±pi³y b³êdy podczas ponownego wczytywania.<br>
Kod b³êdu: [done_status]</p>
[end]
[if-no done_is_error]
[if-any done_reloaded_templates]
<p>Szablony zosta³y pomy¶lnie wczytane.</p>
[end]
[end]
[end]
<p>Wybierz pozycjê:</p>
<a href="[doc_base_url][dir]reload/templates">templates</a>

26
html/fun_rm.html Executable file
View File

@ -0,0 +1,26 @@
[if-one item_is]
<h1>Czy napewno chcesz usunąć podaną pozycję?</h1>
<p>
URL: <a href="[doc_base_url][dir][item_url]">[doc_base_url][dir][item_url]</a><br>
Krótki URL: <a href="[doc_base_url]/node/[item_id]">[doc_base_url]/node/[item_id]</a><br>
Tytuł: [item_subject]
</p>
<ul>
<li><a href="[doc_base_url][dir][item_url]/rm">Tak</a></li>
<li><a href="[doc_base_url][dir][item_url]">Nie (powrót do tej pozycji)</a></li>
</ul>
[else]
<h1>Czy napewno chcesz usunąć podany katalog?</h1>
<p>
URL: <a href="[doc_base_url][dir]">[doc_base_url][dir]</a>
</p>
<ul>
<li><a href="[doc_base_url][dir]rm/r">Tak</a></li>
<li><a href="[doc_base_url][dir]">Nie (powrót do tego katalogu)</a></li>
</ul>
[end]

13
html/fun_run.html Executable file
View File

@ -0,0 +1,13 @@
<div>
[is mount_page_is "subject"]
[is mount_page_is "info"]<h1 class="withinfo">[else]<h1>[end][item_subject]</h1>
[end]
[is mount_page_is "info"]
[item_info]
[end]
[item_run]
</div>
[include "item_options.html"]

38
html/fun_thread.html Executable file
View File

@ -0,0 +1,38 @@
[if-one thread_can_create]
[is mount_page_is "subject"]<h1[is mount_page_is "info"] class="withinfo"[end]>[dir_last_subject]</h1>[end]
[is mount_page_is "info"][dir_last_info][end]
<ul class="itemmenu">
[if-one thread_can_create]<li><a href="[doc_base_url][dir]createthread">Za³ó¿ nowy w±tek</a></li>[end]
</ul>
[if-one thread_tab]
<table class="forum">
<tr><th>Tytu³ w±tku</th><th>Autor</th><th>Rep.</th><th>Ostatni post</th></tr>
[for thread_tab]
<tr><td><a href="[doc_base_url][dir][thread_tab_url]">[thread_tab_subject]</a></td><td class="smallfont">[thread_tab_author]</td><td class="smallfont">[thread_tab_answers]</td><td class="smallfont">[thread_tab_last_item_date_modification] ([thread_tab_last_item_user])</td></tr>[end]
</table>
[end]
[end]
[if-one thread_is]
[is mount_page_is "subject"]<h1[is mount_page_is "info"] class="withinfo"[end]>[dir_last_subject]</h1>[end]
[is mount_page_is "info"][dir_last_info][end]
[if-one dir_can_use_emacs]
<ul class="itemmenu">
[if-one dir_can_use_emacs]<li><a href="[doc_base_url][dir]emacs">Odpowiedz w tym w±tku</a></li>[end]
</ul>
[end]
[for item_tab]
<div class="threadbox[if-index item_tab odd] threadboxcolor[end]">
[is mount_thread_is "subject"]<h2[is mount_thread_is "info"] class="withinfo"[end]>[item_tab_subject]</h2>[end]
[is mount_thread_is "info"][item_tab_info][end]
[item_tab_print_content]
</div>
[end]
[end]

61
html/fun_ticket.html Executable file
View File

@ -0,0 +1,61 @@
[is mount_page_is "subject"]<h1[is mount_page_is "info"] class="withinfo"[end]>[dir_last_subject]</h1>[end]
[is mount_page_is "info"][dir_last_info][end]
[if-one ticket_can_create]
<ul class="itemmenu">
<li><a href="[doc_base_url][dir]createticket">Za³ó¿ nowe zg³oszenie</a></li>
</ul>
[end]
[if-one ticket_tab]
<table class="forum">
<tr>
<th>Zg³oszenie</th>
[if-any ticket_type_tab]<th>Rodzaj</th>[end]
[if-any ticket_status_tab]<th>Status</th>[end]
[if-any ticket_priority_tab]<th>Priorytet</th>[end]
[if-any ticket_expected_tab]<th>Oczeki-<br>wany w</th>[end]
</tr>
[for ticket_tab]
<tr>
<td><a href="[doc_base_url][dir][ticket_tab_url]">[if-no ticket_tab_subject_empty][ticket_tab_subject][else]&lt;[ticket_tab_url]&gt;[else]</a></td>
[if-any ticket_type_tab]<td class="smallfont">[ticket_tab_type]</td>[end]
[if-any ticket_status_tab]<td class="smallfont">[ticket_tab_status]</td>[end]
[if-any ticket_priority_tab]<td class="smallfont">[ticket_tab_priority]</td>[end]
[if-any ticket_expected_tab]<td class="smallfont">[ticket_tab_expected]</td>[end]
</tr>
[end]
</table>
[end]
[if-one ticket_is]
<div class="ticketinfo">
<p class="edit"><a href="[doc_base_url][dir]editticket">\[Edytuj\]</a></p>
<table>
[if-any ticket_type_tab]<tr><th>Rodzaj zg³oszenia:</th><td>[ticket_type]</td></tr>[end]
[if-any ticket_status_tab]<tr><th>Status:</th><td>[ticket_status]</td></tr>[end]
[if-any ticket_priority_tab]<tr><th>Piorytet:</th><td>[ticket_priority]</td></tr>[end]
[if-any ticket_category_tab]<tr><th>Kategoria:</th><td>[ticket_category]</td></tr>[end]
[if-any ticket_expected_tab]<tr><th>Oczekiwany w:</th><td>[ticket_expected]</td></tr>[end]
<tr><th>Postêp prac:</th><td>[ticket_progress]%</td></tr>
</table>
[item_print_content]
</div>
[if-one dir_can_use_emacs]
<ul class="itemmenu">
[if-one dir_can_use_emacs]<li><a href="[doc_base_url][dir]emacs">Odpowiedz w tym w±tku</a></li>[end]
</ul>
[end]
[for item_tab]
<div class="threadbox[if-index item_tab odd] threadboxcolor[end]">
[is mount_thread_is "subject"]<h2[is mount_thread_is "info"] class="withinfo"[end]>[item_tab_subject]</h2>[end]
[is mount_thread_is "info"][item_tab_info][end]
[item_tab_print_content]
</div>
[end]
[end]

43
html/fun_upload.html Executable file
View File

@ -0,0 +1,43 @@
[if-one item_is]<h1>Edytuj pozycjê</h1>[else]<h1>Dodaj pozycjê</h1>[end]
[include "err_abuse.html"]
<form id="additem" method="post" action="[doc_base_url][dir][if-one item_is][item_url]/[end]upload" enctype="multipart/form-data">
<fieldset>
<legend>Edycja pozycji.</legend>
<input type="file" name="fileupload">
[if-one mount_type_is_cms]
<p class="withnext">Tytu³:</p>
<input class="edit" type="text" name="subject" value="[item_subject]">
<p class="withnext">Url:</p>
<input class="edit" type="text" name="url" value="[item_url]">
[end]
[if-one mount_type_is_thread]
[is mount_thread_is "subject"]
<p class="withnext">Tytu³:</p>
<input class="edit" type="text" name="subject" value="[item_subject]">
<p class="withnext">Url:</p>
<input class="edit" type="text" name="url" value="[item_url]">
[end]
[end]
<p class="withnext">Post:</p>
<textarea class="multitext" rows="[if-one thread_is]10[else]30[end]" cols="60" name="content">[item_content]</textarea>
[if-no user_logged]
<p class="withnext">Nick:</p>
<input class="edit" type="text" name="guestname" value="[item_guest_name]">
<p class="withnext">Rebus: Ile to jest [rebus_question]?</p>
<input class="edit" type="text" name="rebus">
[end]
<input class="submit" type="submit" value="[if-one item_is]Zmieñ[else]Dodaj[end]">
</fieldset>
</form>

17
html/fun_who.html Executable file
View File

@ -0,0 +1,17 @@
<h1>Lista sesji</h1>
[if-any who_tab]
<table class="who">
<tr><th>L.p.</th><th>U¿ytkownik</th><th>Start</th><th>Ostatnio aktywny</th></tr>
[for who_tab]
<tr><td>[who_tab_lp]</td><td>[who_tab_user]</td><td>[who_tab_time]</td><td>[who_tab_last_time]</td></tr>
[end]
</table>
[else]
<p>Nie ma ¿adnych dostêpnych sesji.</p>
[end]

114
html/index.html Executable file
View File

@ -0,0 +1,114 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="[doc_language]">
<head>
<title>Slimaczek.pl[doc_title]</title>
<meta http-equiv="content-type" content="text/html; charset=[doc_charset]">
<meta name="description" content="M³odzie¿owe Stowarzyszenie Satanistyczno-Terrorystyczne">
<meta name="keywords" content="slimaczek, quake, counter-strike, cs">
<link rel="stylesheet" href="[doc_base_url_static]/css/styles.css" type="text/css">
<link rel="shortcut icon" href="[doc_base_url_static]/favicon.ico">
</head>
<body>
<div id="container">
<div id="header">
[if-one user_logged]
<span id="zalogowany">zalogowany jako: [user_name]
<a href="[doc_base_url][if-one dir_can_read_exec][dir][if-any item_is item_can_read][item_url]/[end][else]/[end]logout">wyloguj</a></span>
[else]
<form id="loguj" method="post" action="[doc_base_url][if-one dir_can_read_exec][dir][if-any item_is item_can_read][item_url]/[end][else]/[end]login">
<fieldset>
<legend>Logowanie:</legend>
<input class="edit" type="text" name="login">
<input class="edit" type="password" name="password">
<input class="submit" type="submit" value="Loguj">
<p><label><input class="remember" type="checkbox" name="rememberme">Zapamiêtaj mnie</label></p>
</fieldset>
</form>
[end]
<a href="[doc_base_url]" id="logo">Strona g³ówna</a>
[if-one dir_tab]
<ul id="current_dir">
[for dir_tab]
<li><a href="[dir_tab_link]">[dir_tab_url] /&nbsp;</a></li>[end]
[if-one item_is]
<li><a href="[item_link]">[item_url]</a></li>
[end]
</ul>
[end]
</div> <!-- header -->
<div id="contentleft">
<h2>Quake 3</h2>
<ul class="menu">
<li><a href="[doc_base_url]/quake3/o_nas">O nas</a></li>
<li><a href="[doc_base_url]/quake3/nasze_serwery">Nasze serwery</a></li>
<li><a href="[doc_base_url]/quake3/glosowanie">G³osowanie</a></li>
<li><a href="[doc_base_url]/quake3/dodatkowe_mapy">Dodatkowe mapy</a></li>
<li><a href="[doc_base_url]/quake3/dodatki">Dodatki</a></li>
<li><a href="[doc_base_url]/quake3/konfig">Konfig</a></li>
<li><a href="[doc_base_url]/quake3/ustawienia_sieciowe">Ustawienia sieciowe</a></li>
<li><a href="[doc_base_url]/quake3/administratorzy">Administratorzy</a></li>
<li><a href="[doc_base_url]/quake3/konkurs">Konkurs</a></li>
</ul>
<h2 class="next">Counter Strike</h2>
<ul class="menu">
<li><a href="[doc_base_url]/cs/nasze_serwery">Nasze serwery</a></li>
</ul>
<h2 class="next">Forum</h2>
<ul class="menu">
<li><a href="[doc_base_url]/forum/ogolne">Ogólne</a></li>
[if-one is_group_tv]<li><a href="[doc_base_url]/forum/tv">Telewizja</a></li>
[end]
</ul>
[if-one is_group_tv]
<h2 class="next">Radio</h2>
<ul class="menu">
<li><a href="[doc_base_url]/radio/slimaczek_rock">¦limaczek Rock</a></li>
</ul>
<h2 class="next">Telewizja</h2>
<ul class="menu">
<li><a href="[doc_base_url]/tv/jak_nas_odbierac">Jak nas odbieraæ</a></li>
<li><a href="[doc_base_url]/tv/program">Program</a></li>
<li><a href="[doc_base_url]/tv/bugs">Znane problemy</a></li>
</ul>
[end]
</div> <!-- contentleft -->
<div id="contentright">
[if-one done_loggedout]
<!--
<h1>Dziêkujemy za po¶wiêcony nam czas</h1>
<p>Zosta³e¶ wylogowany.</p>
-->
[end]
[content]
</div> <!-- contentright -->
<div id="footer">
<ul id="menu2">
<li><a href="[doc_base_url]/regulamin">Regulamin</a></li>
<li class="last"><a href="[doc_base_url]/kontakt">Kontakt</a></li>
</ul>
</div> <!-- footer -->
</div> <!-- container -->
</body>
</html>

1
html/item_info.html Executable file
View File

@ -0,0 +1 @@
<p class="iteminfo">Dodane przez: [item_user], [item_date_creation][if-no item_dates_equal], ostatnio modyfikowany: [item_date_modification][end]</p>

42
html/item_modify_info.html Executable file
View File

@ -0,0 +1,42 @@
[if-one done_added_dir]
[if-no done_is_error]
<p>Katalog zosta³ dodany:<br>
URL: <a href="[doc_base_url][item_old_dir][item_old_url]">[doc_base_url][item_old_dir][item_old_url]</a><br>
Krótki URL: <a href="[doc_base_url]/node/[item_old_id]">[doc_base_url]/node/[item_old_id]</a></p>
[end]
[end]
[if-one done_deleted_dir]
[if-no done_is_error]
<p>Katalog zosta³ usuniêty:<br>
URL: [doc_base_url][dir_old]
</p>
[end]
[end]
[if-one done_added_item]
[if-no done_is_error]
<p>Pozycja zosta³a dodana:<br>
URL: <a href="[doc_base_url][item_old_dir][item_old_url]">[doc_base_url][item_old_dir][item_old_url]</a><br>
Krótki URL: <a href="[doc_base_url]/node/[item_old_id]">[doc_base_url]/node/[item_old_id]</a></p>
[end]
[end]
[if-one done_edited_item]
[if-no done_is_error]
<p>Pozycja zosta³a zmodyfikowana:<br>
URL: <a href="[doc_base_url][item_old_dir][item_old_url]">[doc_base_url][item_old_dir][item_old_url]</a><br>
Krótki URL: <a href="[doc_base_url]/node/[item_old_id]">[doc_base_url]/node/[item_old_id]</a></p>
[end]
[end]
[if-one done_deleted_item]
[if-one done_is_error]
<p>Nie uda³o siê skasowaæ poni¿szej pozycji, mo¿liwe ¿e link jest nie prawid³owy:<br>
[else]
<p>Skasowano nastêpuj±c± pozycjê:<br>
Tytu³: [item_old_subject]<br>
URL: [doc_base_url][item_old_dir][item_old_url]<br>
Krótki URL: [doc_base_url]/node/[item_old_id]</p>
[end]
[end]

13
html/item_options.html Executable file
View File

@ -0,0 +1,13 @@
[if-one dir_can_write item_can_write]
<div class="itemoptions">
<h2>Dostêpne opcje administracyjne:</h2>
<ul class="itemmenu">
[if-one dir_can_write]<li><a href="[doc_base_url][dir]mkdir">Dodaj katalog</a></li>[end]
[if-one dir_can_write]<li><a href="[doc_base_url][dir]emacs">Dodaj pozycjê</a></li>[end]
[if-one item_can_write]<li><a href="[doc_base_url][dir][item_url]/emacs">Edytuj pozycjê</a></li>[end]
[if-one dir_can_write]<li><a href="[doc_base_url][dir][item_url]/rm/confirm">Usuñ pozycjê</a></li>[end]
</ul>
</div>
[end]

1
html/item_tab_info.html Executable file
View File

@ -0,0 +1 @@
<p class="[if-index item_tab odd]itemtabinfo[else][is mount_thread_is "subject"]itemtabinfo[else]itemtabinfo2[end][end]">Dodane przez: [item_tab_user], [item_tab_date_creation][if-no item_tab_dates_equal], ostatnio modyfikowany: [item_tab_date_modification][end]</p>

52
html/notify_email.txt Executable file
View File

@ -0,0 +1,52 @@
Subject: [if-one notify_item_added]Nowości[else]Zmiany[end]
From: Ślimaczkowe powiadomienia <dontreply@slimaczek.pl>
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.