Subversion-Projekte lars-tiefland.medien

Revision

Revision 45 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

{include file="header.tpl" focus="cd.cd_name"}
<form name="cd" method="post" enctype="multipart/form-data" action="{$SCRIPT_NAME}" onsubmit="return check_cd_form();">
        <table>
                <tr>
                        <th>{$L_PROPERTY}</th>
                        <th>{$L_VALUE}</th>
                </tr>
                <tr>
                        <td>{$L_CD_NAME}</td>
                        <td><input type="text" name="cd_name" value="{$cd_name}" size="50"></td>
                </tr>
                <tr>
                        <td>{$L_ALBUM}</td>
                        <td>{html_options name="cd_album" options=$albums selected=$cur_album}</td>
                </tr>
                <tr>
                        <td>{$L_TITLE}</td>
                        <td><input type="input" class="post" name="cd_t_anz" value="{$cd_t_anz}"></td>
                </tr>   
                <tr>
                        <td class="catBottom" colspan="2"><input class="mainoption" type="submit" value="{$L_SAVE}"></td>
                </tr>
        </table>
        <input type="hidden" name="mode" value="{$new_mode}">
        <input type="hidden" name="id" value="{$id}">
</form>
{include file="footer.tpl"}