Revision 45 |
Details |
Vergleich mit vorheriger |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 23 |
lars |
1 |
{include file="header.tpl" focus="cd.cd_name"}
|
|
|
2 |
<form name="cd" method="post" enctype="multipart/form-data" action="{$SCRIPT_NAME}" onsubmit="return check_cd_form();">
|
|
|
3 |
<table>
|
|
|
4 |
<tr>
|
|
|
5 |
<th>{$L_PROPERTY}</th>
|
|
|
6 |
<th>{$L_VALUE}</th>
|
|
|
7 |
</tr>
|
|
|
8 |
<tr>
|
|
|
9 |
<td>{$L_CD_NAME}</td>
|
|
|
10 |
<td><input type="text" name="cd_name" value="{$cd_name}" size="50"></td>
|
|
|
11 |
</tr>
|
|
|
12 |
<tr>
|
|
|
13 |
<td>{$L_ALBUM}</td>
|
|
|
14 |
<td>{html_options name="cd_album" options=$albums selected=$cur_album}</td>
|
|
|
15 |
</tr>
|
|
|
16 |
<tr>
|
|
|
17 |
<td>{$L_TITLE}</td>
|
|
|
18 |
<td><input type="input" class="post" name="cd_t_anz" value="{$cd_t_anz}"></td>
|
|
|
19 |
</tr>
|
|
|
20 |
<tr>
|
|
|
21 |
<td class="catBottom" colspan="2"><input class="mainoption" type="submit" value="{$L_SAVE}"></td>
|
|
|
22 |
</tr>
|
|
|
23 |
</table>
|
|
|
24 |
<input type="hidden" name="mode" value="{$new_mode}">
|
|
|
25 |
<input type="hidden" name="id" value="{$id}">
|
|
|
26 |
</form>
|
|
|
27 |
{include file="footer.tpl"}
|