*** empty log message ***
This commit is contained in:
parent
f7745e6f59
commit
26e76a82cb
4 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
||||||
{literal}
|
{literal}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
// Browser detection
|
||||||
|
ie5 = (document.getElementById && document.all && document.styleSheets) ? 1 : 0;
|
||||||
|
nn6 = (document.getElementById && !document.all) ? 1 : 0;
|
||||||
|
|
||||||
document.write('<div id="alttextContainer"></div>');
|
document.write('<div id="alttextContainer"></div>');
|
||||||
|
|
||||||
function showalttext(param) {
|
function showalttext(param) {
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
screenX = (Xpos + Pwidth/2 - width/2);
|
screenX = (Xpos + Pwidth/2 - width/2);
|
||||||
screenY = (Ypos + Pheight/2 - height/2);
|
screenY = (Ypos + Pheight/2 - height/2);
|
||||||
url = url + '&is_popup=1';
|
url = url + '&is_popup=1';
|
||||||
arg = 'width='+width+', height='+height+', scrollbars=no, menubar=no, depend=yes, left='+screenX+', top='+screenY;
|
arg = 'width='+width+', height='+height+', scrollbars=yes, menubar=no, depend=yes, left='+screenX+', top='+screenY;
|
||||||
|
|
||||||
popupwin = window.open(url, name, arg);
|
popupwin = window.open(url, name, arg);
|
||||||
window.popupwin.focus();
|
window.popupwin.focus();
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
// www.jjam.de - Kontextmenü mit JavaScript - Version 15.12.2002
|
// www.jjam.de - Kontextmenü mit JavaScript - Version 15.12.2002
|
||||||
|
|
||||||
// Nur für IE 5+ und NN 6+
|
// Browser detection
|
||||||
ie5 = (document.getElementById && document.all && document.styleSheets) ? 1 : 0;
|
ie5 = (document.getElementById && document.all && document.styleSheets) ? 1 : 0;
|
||||||
nn6 = (document.getElementById && !document.all) ? 1 : 0;
|
nn6 = (document.getElementById && !document.all) ? 1 : 0;
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "listen":
|
case "listen":
|
||||||
contextmenuHtml = contextmenuHtml + "<li><a class='contextmenu' href='{$CONFIG.accessRawAudioUrl}?sessid={$START.sessid}&id="+contextmenu.arguments[++i]+"' "+oF+"> ##Listen ## "+contextmenu.arguments[++i]+" </a></li>";
|
contextmenuHtml = contextmenuHtml + "<li><a class='contextmenu' href='{$CONFIG.accessRawAudioUrl}?sessid={$START.sessid}&id="+contextmenu.arguments[++i]+"' "+oF+"> ##Listen to ## "+contextmenu.arguments[++i]+" </a></li>";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "edit":
|
case "edit":
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
define('UI_PL_DRAG_ENABLED', TRUE);
|
||||||
|
define('UI_PL_DRAG_INTRO', '##Here you can simply rearrange whole playlist on just drag items up or down.##');
|
||||||
define('UI_VERSION', 'LiveSupport 1.0');
|
define('UI_VERSION', 'LiveSupport 1.0');
|
||||||
define('UI_VERSION_FULLNAME', 'LiveSupport 1.0 stable');
|
define('UI_VERSION_FULLNAME', 'LiveSupport 1.0 stable');
|
||||||
define('UI_TESTSTREAM_MU3_TMP', 'img/test.m3u');
|
define('UI_TESTSTREAM_MU3_TMP', 'img/test.m3u');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue