%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/old/components/com_phocadownload/views/phocadownloadlinkcats/tmpl/ |
Upload File : |
<?php defined('_JEXEC') or die('Restricted access'); JHTML::_('behavior.tooltip'); ?> <script type="text/javascript"> function insertLink() { var title = document.getElementById("title").value; if (title != '') { title = "|text="+title; } var target = document.getElementById("target").value; if (target != '') { target = "|target="+target; } var tag = "{phocadownload view=categories"+title+target+"}"; window.parent.jInsertEditorText(tag, '<?php echo $this->t['ename']; ?>'); //window.parent.document.getElementById('sbox-window').close(); window.parent.SqueezeBox.close(); return false; } </script> <div id="phocadownload-links"> <fieldset class="adminform"> <legend><?php echo JText::_( 'COM_PHOCADOWNLOAD_CATEGORIES' ); ?></legend> <form name="adminFormLink" id="adminFormLink"> <table class="admintable" width="100%"> <tr> <td class="key" align="right" width="20%"> <label for="title"> <?php echo JText::_( 'COM_PHOCADOWNLOAD_TITLE' ); ?> </label> </td> <td width="80%"> <input type="text" id="title" name="title" /> </td> </tr> <tr > <td class="key" align="right"> <label for="target"> <?php echo JText::_( 'COM_PHOCADOWNLOAD_TARGET' ); ?> </label> </td> <td> <select name="target" id="target"> <option value="s" selected="selected"><?php echo JText::_( 'COM_PHOCADOWNLOAD_TARGET_SELF' ); ?></option> <option value="b"><?php echo JText::_( 'COM_PHOCADOWNLOAD_TARGET_BLANK' ); ?></option> <option value="t"><?php echo JText::_( 'COM_PHOCADOWNLOAD_TARGET_TOP' ); ?></option> <option value="p"><?php echo JText::_( 'COM_PHOCADOWNLOAD_TARGET_PARENT' ); ?></option> </select> </td> </tr> <tr> <td> </td> <td align="right"><button class="btn btn-primary plg-button-insert " onclick="insertLink();"><span class="icon-ok"></span> <?php echo JText::_( 'COM_PHOCADOWNLOAD_INSERT_CODE' ); ?></button></td> </tr> </table> </form> </fieldset> <div style="text-align:left;"><span class="icon-16-edb-back"><a style="text-decoration:underline" href="<?php echo $this->tmpl['backlink'];?>"><?php echo JText::_('COM_PHOCADOWNLOAD_BACK')?></a></span></div> </div>