*** empty log message ***

This commit is contained in:
sebastian 2005-03-24 21:19:41 +00:00
parent c676cd5cc1
commit 495b118309
4 changed files with 10 additions and 7 deletions

View file

@ -1,5 +1,4 @@
{*Smarty template*}
</div>
<div class="copyright">LiveSupport Version 0.9 &copy2005 <a href="http://mdlf.org" target="_blank">MDLF</a> - maintained and distributed under GNU/GPL by <a href="http://www.campware.org" target="_blank">CAMPWARE</a></div>
</body>
</html>

View file

@ -2,4 +2,7 @@
{include file="header.tpl"}
{include file="masterpanel.tpl"}
</body></html>
<div class="copyright">LiveSupport 0.9 "Fritz" &copy;2005 <a href="http://www.mdlf.org" target="_blank">MDLF</a> - maintained and distributed under GNU/GPL by <a href="http://www.campware.org" target="_blank">CAMPWARE</a></div>
</div>
</body>
</html>

View file

@ -26,6 +26,7 @@
</ul>
*}
</li>
<li><a href="#" onClick="window.open('help.html','','scrollbars=yes,resizable=yes,width=500,height=400')">##Help##</a></li>
</ul>
</div>
<!-- end nav -->

View file

@ -27,7 +27,7 @@
{foreach from=$PL->getFlat() key='pos' item='i'}
<!-- {$n++} -->
<!-- fade information -->
<tr onContextmenu="return contextmenu('{$i.attrs.id}', {if $n == 1}'PL.changeFadeIn'{else}'PL.changeTransition'{/if})}" style="background-color: #999">
<tr onContextmenu="return contextmenu('{$i.attrs.id}', {if $n == 1}'PL.changeFadeIn'{else}'PL.changeTransition'{/if})}" style="background-color: #bbb">
<td></td>
<td colspan="5" style="border: 0">##Fade## {$i.fadein_ms|string_format:"%d"} ms</td>
</tr>
@ -47,7 +47,7 @@
{/foreach}
{if $n}
<!-- fade information -->
<tr onContextmenu="return contextmenu('{$i.attrs.id}', {if $n == 1}'PL.changeFadeIn'{else}'PL.changeTransition'{/if})}" style="background-color: #999">
<tr onContextmenu="return contextmenu('{$i.attrs.id}', {if $n == 1}'PL.changeFadeIn'{else}'PL.changeTransition'{/if})}" style="background-color: #bbb">
<td></td>
<td colspan="5" style="border: 0">##Fade## {$i.fadein_ms|string_format:"%d"} ms</td>
</tr>