Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Utorok, 16. apríl 2024

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

Revízia 1.2, Tue Jul 29 17:00:24 2008 UTC (15 years, 8 months ago) by nepto


Zmeny od 1.1: +6 -0 [lines]

Added author's position and location fields

<|INCLUDE|header|>

<|CMD| if (strlen($author_username) > 0): |>
    <h1>Edit user: <|$author_username|></h1>
<|CMD| else: |>
    <h1>New user</h1>
<|CMD| endif; |>

<|CMD| if ($author_save_error): |>
<ul style="color:red;">
<| $author_save_subject_missing     ? '<li>Subject missing</li>'      : '' |>
<| $author_save_author_missing      ? '<li>Author missing</li>'       : '' |>
<| $author_save_author_missing     ? '<li>Message text missing</li>' : '' |>
<| $author_save_antispam_protection ? '<li>Antispam protection</li>'  : '' |>
<| $author_save_flood_protection    ? '<li>Flood protection</li>'     : '' |>
<| $author_save_unknown_error       ? '<li>Unknown error</li>'        : '' |>
</ul>
<|CMD| endif; |>

<form method="post" action="<|$author_link|>">

<p>Username<br>
<input type="text" name="ezin_username" value="<|$author_username|>" class="link"
<|CMD| if (strlen($author_username) > 0): |>
disabled="disabled"
<|CMD| endif; |>
>

<p>Password<br>
<input type="password" name="ezin_password" value="" class="link">

<p>Password repeat<br>
<input type="password" name="ezin_password_repeat" value="" class="link">

<p>Name<br>
<input type="text" name="ezin_name" value="<|$author_name|>" class="link">

<p>Position<br>
<input type="text" name="ezin_position" value="<|$author_position|>" class="link">

<p>Location<br>
<input type="text" name="ezin_location" value="<|$author_location|>" class="link">

<p>E-mail<br>
<input type="text" name="ezin_email" value="<|$author_email|>" class="link">

<p>Homepage<br>
<input type="text" name="ezin_homepage" value="<|$author_homepage|>" class="link">

<p>Personal description<br>
<textarea rows="8" cols="40" name="ezin_description"><|$author_description|></textarea>

    <|CMD| if (strlen($ezin_antispam_answer) > 0): |>
        <p>
        <|$ezin_antispam_question|>: 
        <input type="text" name="ezin_antispam" value="" size="5">
        (<|$ezin_antispam_answer|>)
        <br>
    <|CMD| endif; |>

<input type="hidden" name="ezin_author_id" value="<|$article_id|>">
<input type="submit" name="ezin_save_author" value="Save" class="link">
</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