mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	
		
			
	
	
		
			25 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			25 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								<div id="prompt-dialog" class="modal mx-auto" tabindex="-1" role="dialog">
							 | 
						||
| 
								 | 
							
								    <div class="modal-dialog" role="document">
							 | 
						||
| 
								 | 
							
								        <div class="modal-content">
							 | 
						||
| 
								 | 
							
								            <form id="prompt-dialog-form">
							 | 
						||
| 
								 | 
							
								                <div class="modal-header">
							 | 
						||
| 
								 | 
							
								                    <h5 class="modal-title mr-auto">Prompt</h5>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								                    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
							 | 
						||
| 
								 | 
							
								                        <span aria-hidden="true">×</span>
							 | 
						||
| 
								 | 
							
								                    </button>
							 | 
						||
| 
								 | 
							
								                </div>
							 | 
						||
| 
								 | 
							
								                <div class="modal-body">
							 | 
						||
| 
								 | 
							
								                    <div class="form-group">
							 | 
						||
| 
								 | 
							
								                        <label for="prompt-dialog-answer" id="prompt-dialog-question"></label>
							 | 
						||
| 
								 | 
							
								                        <input type="text" class="form-control" id="prompt-dialog-answer" placeholder="">
							 | 
						||
| 
								 | 
							
								                    </div>
							 | 
						||
| 
								 | 
							
								                </div>
							 | 
						||
| 
								 | 
							
								                <div class="modal-footer">
							 | 
						||
| 
								 | 
							
								                    <button class="btn btn-primary btn-sm" id="prompt-dialog-ok-button">OK <kbd>enter</kbd></button>
							 | 
						||
| 
								 | 
							
								                </div>
							 | 
						||
| 
								 | 
							
								            </form>
							 | 
						||
| 
								 | 
							
								        </div>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								</div>
							 |