mirror of
				https://github.com/valentineus/iii-module.git
				synced 2025-11-04 04:29:44 +03:00 
			
		
		
		
	Demo in beta mode.
This commit is contained in:
		
							
								
								
									
										24
									
								
								demo/components/settings.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								demo/components/settings.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,24 @@
 | 
			
		||||
<!-- Start pop-up window for the settings -->
 | 
			
		||||
<div class="modal fade" id="SettingsModal" tabindex="-1" role="dialog" aria-labelledby="SettingsModal">
 | 
			
		||||
  <div class="modal-dialog" role="document">
 | 
			
		||||
    <div class="modal-content">
 | 
			
		||||
      <form class="form-horizontal" method="post">
 | 
			
		||||
        <div class="modal-body">
 | 
			
		||||
          <!-- Elements of a modal window -->
 | 
			
		||||
          <div class="form-group">
 | 
			
		||||
            <label for="inputPassword" class="col-sm-2 control-label">ID:</label>
 | 
			
		||||
            <div class="col-sm-10">
 | 
			
		||||
              <input type="text" class="form-control" id="inputPassword" name="BOT_TOKEN" placeholder="109cd867-0ef3-4473-af71-7543a9b2fccd">
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <!-- The window control buttons -->
 | 
			
		||||
        <div class="modal-footer">
 | 
			
		||||
          <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
 | 
			
		||||
          <button type="submit" class="btn btn-success">Save changes</button>
 | 
			
		||||
        </div>
 | 
			
		||||
      </form>
 | 
			
		||||
    </div><!-- modal-content -->
 | 
			
		||||
  </div><!-- modal-dialog -->
 | 
			
		||||
</div>
 | 
			
		||||
<!-- End pop-up window for the settings -->
 | 
			
		||||
		Reference in New Issue
	
	Block a user