Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 98 |
lars |
1 |
{include file="header.tpl"}
|
|
|
2 |
<form name="cd_tracks" method="post" action="{$SCRIPT_NAME}" onsubmit="return check_cd_track_form();">
|
|
|
3 |
<table>
|
|
|
4 |
<tr>
|
|
|
5 |
<th>{$L_PROPERTY}</th>
|
|
|
6 |
<th>{$L_VALUE}</th>
|
|
|
7 |
</tr>
|
|
|
8 |
<tr>
|
|
|
9 |
<td>{$L_TRACK_NAME}</td>
|
|
|
10 |
<td>{html_options name="t_id" options=$tracks selected=$cur_track}</td>
|
|
|
11 |
</tr>
|
|
|
12 |
<tr>
|
|
|
13 |
<td>{$L_CD_NAME}</td>
|
|
|
14 |
<td>{html_options name="cd_id" options=$cds selected=$cur_cd}</td>
|
|
|
15 |
</tr>
|
|
|
16 |
<tr>
|
|
|
17 |
<td>{$L_TRACK_NO}</td>
|
|
|
18 |
<td><input type="text" name="track_no" value="{$track_no}" size="2" maxlength=2></td>
|
|
|
19 |
</tr>
|
|
|
20 |
<tr>
|
|
|
21 |
<td class="catBottom" colspan="2" ><input type="submit" class="mainoption" value="{$L_SAVE}"></td>
|
|
|
22 |
</table>
|
|
|
23 |
<input type="hidden" name="id" value="{$id}">
|
|
|
24 |
<input type="hidden" name="mode" value="{$new_mode}">
|
|
|
25 |
</form>
|
|
|
26 |
{include file="footer.tpl"}
|