REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1002 B
Close
/proc/thread-self/root/usr/local/lsws/add-ons/webcachemgr/src/View/Tpl/Blocks/InputSubmitBtn.tpl
Text
Base64
<?php /** * Expects: $d['name'], $d['value'] * Optional: $d['class'], $d['title'], $d['confirm'], $d['onclick'], * $d['attributes'], $d['state'], and $d['text'] */ ?> <button type="submit" name="<?php echo $d['name']; ?>" value="<?php echo $d['value']; ?>" <?php if ( isset($d['class']) ) : ?> class="<?php echo $d['class']; ?>" <?php endif; if ( isset($d['title']) ): ?> title="<?php echo $d['title']; ?>" <?php endif; if ( isset($d['confirm']) ) : ?> onclick="return confirm('<?php echo $d['confirm']; ?>')" <?php elseif ( isset($d['onclick']) ): ?> onclick="return <?php echo $d['onclick']; ?>" <?php endif; echo (isset($d['attributes'])) ? " {$d['attributes']}" : ''; echo (isset($d['state'])) ? " {$d['state']}" : ''; ?> > <?php echo (isset($d['text'])) ? $d['text'] : $d['value']; ?> </button>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
InputSubmitBtn.tpl
1002 B
lrw-rw-r--
2026-05-26 17:51:34
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).