Start Theme Repo
This commit is contained in:
13
views/pieces/submissions/fields/hashes.twig
Normal file
13
views/pieces/submissions/fields/hashes.twig
Normal file
@@ -0,0 +1,13 @@
|
||||
<label for="hashes">
|
||||
{{ __( "Hashes:", 'romhackplaza' ) }}
|
||||
</label>
|
||||
<span class="field-helper">{{ __( "Hash of original, unpatched rom. Calculate it here or paste it directly below.", "romhackplaza" ) }}</span>
|
||||
|
||||
<div class="file-upload-container">
|
||||
<label class="drop-container" id="hash-container">
|
||||
<span class="drop-title" id="hash-container-text">{{ __( "Drop files here or click to upload the file", 'romhackplaza' ) }}</span>
|
||||
</label>
|
||||
</div>
|
||||
<div><span id="loading" style="display:none;">{{ __( 'Now Loading...', 'romhackplaza' ) }}</span></div>
|
||||
<textarea id="hashes" name="hashes" rows="4" required>{{ value_hashes }}</textarea>
|
||||
<button id="clearButton" type="button" style="float:right;">{{ __( "Clear", 'romhackplaza' ) }}</button>
|
||||
Reference in New Issue
Block a user