36 lines
761 B
Smarty
36 lines
761 B
Smarty
<table class="title">
|
|
<tr>
|
|
<td class="header">
|
|
<img class="icon" src="images/settings.png" alt="" />
|
|
Import
|
|
</td>
|
|
<td align="right">
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table class="info">
|
|
<tr>
|
|
<td class="header">
|
|
IP Reg import module
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
<table class="info">
|
|
<tr>
|
|
<td class="label">
|
|
Import pfsense NAT settings
|
|
</td>
|
|
<td>
|
|
<form enctype="multipart/form-data" action="import.php" method="post">
|
|
<input type="hidden" name="MAX_FILE_SIZE" value="1000000" />
|
|
pfSense Konfigurationsdatei: <input name="xmlfile" type="file" />
|
|
<input type="submit" name="submit[pfsense]" value="Upload" />
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|