Files
Romhack-Plaza---WordPress-T…/views/pieces/submissions/fields/hashes.twig
2026-01-29 19:10:03 +01:00

13 lines
758 B
Twig

<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>