Rework organization
This commit is contained in:
		
							
								
								
									
										27
									
								
								templates/sheets/apps/app_dice_roller.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								templates/sheets/apps/app_dice_roller.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,27 @@ | ||||
| <form> | ||||
|     <div class="dice-roller-container"> | ||||
|         <div class="dice-roller-options"> | ||||
|             <div class="dice-roller-item"> | ||||
|                 <div>Rolling for:</div><div>{{itemName}}</div> | ||||
|             </div> | ||||
|             <div class="dice-roller-item"> | ||||
|                 <div>Character Bonus:</div><div>{{characterBonus}}</div> | ||||
|             </div> | ||||
|             <div class="dice-roller-item"> | ||||
|                 <div>Misc Bonus:</div><div><input name="miscBonus" value="0" /></div> | ||||
|             </div> | ||||
|             <div class="dice-roller-item"> | ||||
|                 <div>Select Roll Type:</div> | ||||
|                 <div> | ||||
|                     <select name="rollType" value="None" itemid="blah"> | ||||
|                     {{#each selectOptions as |option|}} | ||||
|                         <option value="{{option.value}}" {{#if option.selected}}selected{{/if}}>{{option.text}}</option> | ||||
|                     {{/each}} | ||||
|                 </select> | ||||
|             </div> | ||||
|         </div> | ||||
|         <div class="roll-button-container"> | ||||
|             <button type="submit">Roll</button> | ||||
|         </div> | ||||
|     </div> | ||||
| </form> | ||||
		Reference in New Issue
	
	Block a user