Blame | Letzte Änderung | Log anzeigen | RSS feed
{include file="header.tpl"}<form name="cd_tracks" method="post" action="{$SCRIPT_NAME}" onsubmit="return check_cd_track_form();"><table><tr><th>{$L_PROPERTY}</th><th>{$L_VALUE}</th></tr><tr><td>{$L_TRACK_NAME}</td><td>{html_options name="t_id" options=$tracks selected=$cur_track}</td></tr><tr><td>{$L_CD_NAME}</td><td>{html_options name="cd_id" options=$cds selected=$cur_cd}</td></tr><tr><td>{$L_TRACK_NO}</td><td><input type="text" name="track_no" value="{$track_no}" size="2" maxlength=2></td></tr><tr><td class="catBottom" colspan="2" ><input type="submit" class="mainoption" value="{$L_SAVE}"></td></table><input type="hidden" name="id" value="{$id}"><input type="hidden" name="mode" value="{$new_mode}"></form>{include file="footer.tpl"}