*** empty log message ***

This commit is contained in:
sebastian 2005-08-02 09:49:55 +00:00
parent 58fd5c470c
commit 707805a511
3 changed files with 8 additions and 4 deletions

View file

@ -1,4 +1,7 @@
<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;
function frename(name, id){literal}{{/literal} function frename(name, id){literal}{{/literal}
var s=document.getElementById('ID'+id); var s=document.getElementById('ID'+id);
@ -36,6 +39,7 @@
function popup(url, name, width, height) // popup in center of perent window function popup(url, name, width, height) // popup in center of perent window
{ {
var name = 'popup';
var screenX; var screenX;
var screenY; var screenY;
var Xpos; var Xpos;

View file

@ -1,9 +1,9 @@
{if $USER.userid} {if $USER.userid}
<div class="loginname">##Signed in## : {$USER.login}</div> <div class="loginname">##Signed in## : {$USER.login}</div>
<input type="button" class="button" value="##logout##" onClick='javascript: popup("{$UI_BROWSER}?popup[]=logout", "name", "400", "50");'/> <input type="button" class="button" value="##logout##" onClick='javascript: popup("{$UI_BROWSER}?popup[]=logout", "name", "420", "50");'/>
{* {*
<input type="button" class="button" value="{##sign over##" onClick='javascript: popup("{$UI_BROWSER}?popup[]=signover_1", "name", "400", "150");'/> <input type="button" class="button" value="{##sign over##" onClick='javascript: popup("{$UI_BROWSER}?popup[]=signover_1", "name", "420", "150");'/>
*} *}
{else} {else}
<input type="button" class="button" value="##login##" onClick='javascript: popup("{$UI_BROWSER}?popup[]=login", "name", "400", "150");'/> <input type="button" class="button" value="##login##" onClick='javascript: popup("{$UI_BROWSER}?popup[]=login", "name", "420", "150");'/>
{/if} {/if}

View file

@ -1,6 +1,6 @@
<?php <?php
define('UI_PL_DRAG_ENABLED', TRUE); 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_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');