forked from public/foundryvtt-reve-de-dragon
		
	Amélioration de la fenêtre calendrier: * plus compacte * horloge analogique * normalement compatible pop-out * minimisable (juste la barre de titre)
		
			
				
	
	
		
			20 lines
		
	
	
		
			533 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			533 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| <form class="rdd-dialog-calendar-editor" autocomplete="off">
 | |
|   <header class="sheet-header">
 | |
|       <div class="header-fields">
 | |
|           <h1 class="charname">Edition du Calendrier</h1>
 | |
|       </div>
 | |
|   </header>
 | |
|   
 | |
|   {{!-- Sheet Body --}}
 | |
|   <section class="sheet-body">
 | |
|     <div class="form-group">
 | |
|       {{>"systems/foundryvtt-reve-de-dragon/templates/common/timestamp.hbs" 
 | |
|         (timestamp-extract timestamp)
 | |
|           path='calendar'
 | |
|           label='Date courante'
 | |
|           disabled=''
 | |
|       }}
 | |
|     </div>
 | |
|   </section>
 | |
| </form>
 |