%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/phocadownloadlinkytb/tmpl/ |
Upload File : |
<?php defined('_JEXEC') or die('Restricted access'); JHTML::_('behavior.tooltip'); ?> <script type="text/javascript"> function insertLink() { var urlOutput; var url = document.getElementById("url").value; if (url != '' ) { urlOutput = "|url="+url; } if (urlOutput != '' && urlOutput) { var tag = "{phocadownload view=youtube"+urlOutput+"}"; window.parent.jInsertEditorText(tag, '<?php echo $this->t['ename']; ?>'); //window.parent.document.getElementById('sbox-window').close(); window.parent.SqueezeBox.close(); return false; } else { alert("<?php echo JText::_( 'COM_PHOCADOWNLOAD_WARNING_SET_YOUTUBE_URL', true ); ?>"); return false; } } </script> <div id="phocadownload-links"> <fieldset class="adminform"> <legend><?php echo JText::_( 'COM_PHOCADOWNLOAD_YOUTUBE_VIDEO' ); ?></legend> <form name="adminFormLink" id="adminFormLink"> <table class="admintable" width="100%"> <tr > <td class="key" align="right" > <label for="url"> <?php echo JText::_( 'COM_PHOCADOWNLOAD_YOUTUBE_URL' ); ?> </label> </td> <td> <input type="text" id="url" name="url" /> </td> </tr> <tr> <td> </td> <td align="right"><button class="btn btn-primary plg-button-insert " onclick="insertLink();return false;"><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>