Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Štvrtok, 28. marec 2024

Súbor: [Platon] / Metafox / themes / default / article.tmpl (stiahnutie)

Revízia 1.5, Sat Jun 6 22:43:21 2009 UTC (14 years, 9 months ago) by nepto


Zmeny od 1.4: +21 -1 [lines]

Article relation added to the Editorials
(now certain articles can have its own editorial)

<|INCLUDE|header|>

<h1>Article (article.tmpl) -- <|$article_title|></h1>

    <b>ID ($article_id):</b> <|$article_id|><br>
    <b>ID2 ($article_id2):</b> <|$article_id2|><br>
    <b>Access key ($article_access_key):</b> <|$article_access_key|><br>
    <b>Template key ($article_template_key):</b> <|$article_template_key|><br>
    <b>Annotation title ($article_atitle):</b> <|$article_atitle|><br>
    <b>Title ($article_title):</b> <|$article_title|><br>
    <b>Status ($article_status):</b> <|$article_status|><br>
    <b>Accesses count ($article_accesses_count):</b> <|$article_accesses_count|><br>
    <b>Sessions count ($article_sessions_count):</b> <|$article_sessions_count|><br>
    <b>Message count ($article_message_count):</b> <|$article_message_count|><br>
    <b>Timestamp ($article_timestamp):</b> <|$article_timestamp|><br>
    <b>Date ($article_date):</b> <|$article_date|><br>
    <b>Date & Time ($article_datetime):</b> <|$article_datetime|><br>
    <b>Link ($article_link):</b> <a href="<|$article_link|>"><|$article_link|></a><br>
    <b>Print link ($article_print_link):</b> <a href="<|$article_print_link|>"><|$article_print_link|></a><br>
    <b>Show all link ($article_show_all_link):</b> <a href="<|$article_show_all_link|>"><|$article_show_all_link|></a><br>
    <b>Add new link ($article_add_new_link):</b> <a href="<|$article_add_new_link|>"><|$article_add_new_link|></a><br>
    <b>Annotation ($article_hometext):</b> <|$article_hometext|><br>
    <b>Body text ($article_bodytext):</b> <|$article_bodytext|><br>
    <b><u>Author</u></b><br>
    <b>Author ID ($article_author_id):</b> <|$article_author_id|><br>
    <b>Author ID2 ($article_author_id2):</b> <|$article_author_id2|><br>
    <b>Author name ($article_author_name):</b> <|$article_author_name|><br>
    <b>Author position ($article_author_position):</b> <|$article_author_position|><br>
    <b>Author location ($article_author_location):</b> <|$article_author_location|><br>
    <b>Author e-mail ($article_author_email):</b>
        <a href="mailto:<|$article_author_email|>"><|$article_author_email|></a><br>
    <b>Author homepage ($article_author_homepage):</b>
        <a href="<|$article_author_homepage|>"><|$article_author_homepage|></a><br>
    <b>Section link ($article_author_link):</b>
        <a href="<|$article_author_link|>"><|$article_author_link|></a><br>
    <b><u>Section</u> (from article variables)</b><br>
    <b>Section ID ($article_section_id):</b> <|$article_section_id|><br>
    <b>Section ID2 ($article_section_id2):</b> <|$article_section_id2|><br>
    <b>Section name ($article_section_name):</b> <|$article_section_name|><br>
    <b>Section type ($article_section_type):</b> <|$article_section_type|><br>
    <b>Section link ($article_section_link):</b>
        <a href="<|$article_section_link|>"><|$article_section_link|></a><br>
    <b><u>Section</u> (from section variables)</b><br>
    <b>ID ($section_id):</b> <|$section_id|><br>
    <b>ID2 ($section_id2):</b> <|$section_id2|><br>
    <b>Access key ($section_access_key):</b> <|$section_access_key|><br>
    <b>Template key ($section_template_key):</b> <|$section_template_key|><br>
    <b>Type ($section_type):</b> <|$section_type|><br>
    <b>Order ($section_ord):</b> <|$section_ord|><br>
    <b>Limit ($section_limit):</b> <|$section_limit|><br>
    <b>Accesses count ($section_accesses_count):</b> <|$section_accesses_count|><br>
    <b>Sessions count ($section_sessions_count):</b> <|$section_sessions_count|><br>
    <b>Raw accesses count ($section_raw_accesses_count):</b> <|$section_raw_accesses_count|><br>
    <b>Raw sessions count ($section_raw_sessions_count):</b> <|$section_raw_sessions_count|><br>
    <b>Section name ($section_name):</b> <|$section_name|><br>
    <b>Link ($section_link):</b> <a href="<|$section_link|>"><|$section_link|></a><br>
    <b><u>Editorial</u></b><br>
    <b>Editorial timestamp ($section_editorial_timestamp):</b> <|$section_editorial_timestamp|><br>
    <b>Editorial date ($section_editorial_date):</b> <|$section_editorial_date|><br>
    <b>Editorial datetime ($section_editorial_datetime):</b> <|$section_editorial_datetime|><br>
    <b>Editorial title ($section_editorial_title):</b> <|$section_editorial_title|><br>
    <b>Editorial text ($section_editorial_text):</b> <|$section_editorial_text|><br>

<a name="discussion"></a>
<p><h2>Message items ($message_items)</h2>
    <form method="POST" action="<|$article_link|>">
    <input type=hidden name=ezin_article_id value="<|$article_id|>">
    List of messages for current articles. They are ordered by '$message_datetime'.
    <|CMD| if ($article_message_count): |>
        <|$message_items|>
        <hr>
        <input type=Submit name=ezin_show_all value="Show all">&nbsp;
        <input type=Submit name=ezin_show_selected value="Show selected">&nbsp;
    <|CMD| else: |>
        <hr>No messages<hr>
    <|CMD| endif; |>
    <input type=Submit name=ezin_add_new value="Add new">
    </form>

<|INCLUDE|footer|>


Platon Group <platon@platon.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok