13 lines
758 B
Twig
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>
|