Initial import
This commit is contained in:
22
templates/roll-dialog-damage-chi.html
Normal file
22
templates/roll-dialog-damage-chi.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<form class="skill-roll-dialog">
|
||||
<header class="roll-dialog-header">
|
||||
<img class="actor-icon" src="{{img}}" data-edit="img" title="{{name}}" />
|
||||
<h1 class="dialog-roll-title roll-dialog-header">{{title}}</h1>
|
||||
</header>
|
||||
|
||||
<div class="floxrow">
|
||||
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label" >Select Chi : </span>
|
||||
<select class="roll-dialog-label" id="selectedChi" type="text" name="selectedChi" value="{{selectedChi}}" data-dtype="String">
|
||||
{{#select selectedChi}}
|
||||
{{#each chiList as |chi key|}}
|
||||
<option value="{{chi.key}}">{{chi.chi}} ({{chi.chiscore}})</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
Reference in New Issue
Block a user