|  | @@ -41,23 +41,23 @@
 | 
	
		
			
				|  |  |            <form name="ftp_settings">
 | 
	
		
			
				|  |  |              <label for="ftp_server" class="col span_1_of_2">Сервер FTP</label>
 | 
	
		
			
				|  |  |              <div class="col span_1_of_2">
 | 
	
		
			
				|  |  | -              <input type="text" class="form-control" id="ftp_server" name="ftp_server">
 | 
	
		
			
				|  |  | +              <input type="text" class="form-control" id="ftp_server" name="ftp_server" maxlength="16">
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |              <label for="ftp_port" class="col span_1_of_2">Порт FTP</label>
 | 
	
		
			
				|  |  |              <div class="col span_1_of_2">
 | 
	
		
			
				|  |  | -              <input type="text" class="form-control" id="ftp_port" name="ftp_port">
 | 
	
		
			
				|  |  | +              <input type="text" class="form-control" id="ftp_port" name="ftp_port" maxlength="5">
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |              <label for="ftp_login" class="col span_1_of_2">Логин</label>
 | 
	
		
			
				|  |  |              <div class="col span_1_of_2">
 | 
	
		
			
				|  |  | -              <input type="text" class="form-control" id="ftp_login" name="ftp_login">
 | 
	
		
			
				|  |  | +              <input type="text" class="form-control" id="ftp_login" name="ftp_login" maxlength="30">
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |              <label for="ftp_password" class="col span_1_of_2">Пароль</label>
 | 
	
		
			
				|  |  |              <div class="col span_1_of_2">
 | 
	
		
			
				|  |  | -              <input type="password" class="form-control" id="ftp_password" name="ftp_password">
 | 
	
		
			
				|  |  | +              <input type="password" class="form-control" id="ftp_password" name="ftp_password" maxlength="30">
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |              <label for="ftp_path" class="col span_1_of_2">Путь к файлу ПО <i style="color: #ADADAD">/dir/fw.bin</i></label>
 | 
	
		
			
				|  |  |              <div class="col span_1_of_2">
 | 
	
		
			
				|  |  | -              <input type="text" class="form-control" id="ftp_path" name="ftp_path">
 | 
	
		
			
				|  |  | +              <input type="text" class="form-control" id="ftp_path" name="ftp_path" maxlength="100">
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |            </form>
 | 
	
		
			
				|  |  |          </div>
 |