mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
11 lines
411 B
Smarty
11 lines
411 B
Smarty
<div class="form-group">
|
|
<label><?php echo $sprache->usedports;?></label>
|
|
<div class="controls" id="portList">
|
|
<?php echo $portList;?>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<label for="inputPortMain"><?php echo $sprache->port;?></label>
|
|
<div class="controls"><input class="form-control" id="inputPortMain" type="number" name="port" value="<?php echo $port;?>" min="1"></div>
|
|
</div> |