<FORM name="DirHolen" action="../Bildkatalog/pt_BildKatalogCreate" method="POST">
<TABLE width="100%" CELLSPACING="5" CELLPADDING="0" BORDER="0" class="contentArea">
<TR>
<td nowrap align="right"><span class="label">Dateiname:</span></td>
<TD>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><span>
<input type="text" style="width: 150px" name="fileBrowseResult" tal:attributes="value request/szCurrentDir" readonly>
<input type="text" size="20" name="szFilter" tal:attributes="value python:browse_info['szFilter']" readonly></span>
</TD>
</tr>
</table>
</td>
</TR>
<table>
<TR>
<td nowrap align="right">
</TD>
<TD NOWRAP ALIGN="RIGHT">
<input type="submit" class="Button" name="submit" value="Übernehmen">
<input type="Button" class="Button" name="Abort" value="Abbrechen" onClick="window.close()">
</td>
</tr>
</table>
</TABLE>
</FORM> |