*** empty log message ***
This commit is contained in:
parent
c676cd5cc1
commit
495b118309
4 changed files with 10 additions and 7 deletions
|
@ -1,5 +1,4 @@
|
||||||
{*Smarty template*}
|
</div>
|
||||||
|
<div class="copyright">LiveSupport Version 0.9 ©2005 <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>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -2,4 +2,7 @@
|
||||||
|
|
||||||
{include file="header.tpl"}
|
{include file="header.tpl"}
|
||||||
{include file="masterpanel.tpl"}
|
{include file="masterpanel.tpl"}
|
||||||
</body></html>
|
<div class="copyright">LiveSupport 0.9 "Fritz" ©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>
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
*}
|
*}
|
||||||
</li>
|
</li>
|
||||||
|
<li><a href="#" onClick="window.open('help.html','','scrollbars=yes,resizable=yes,width=500,height=400')">##Help##</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- end nav -->
|
<!-- end nav -->
|
|
@ -27,7 +27,7 @@
|
||||||
{foreach from=$PL->getFlat() key='pos' item='i'}
|
{foreach from=$PL->getFlat() key='pos' item='i'}
|
||||||
<!-- {$n++} -->
|
<!-- {$n++} -->
|
||||||
<!-- fade information -->
|
<!-- 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></td>
|
||||||
<td colspan="5" style="border: 0">##Fade## {$i.fadein_ms|string_format:"%d"} ms</td>
|
<td colspan="5" style="border: 0">##Fade## {$i.fadein_ms|string_format:"%d"} ms</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
{/foreach}
|
{/foreach}
|
||||||
{if $n}
|
{if $n}
|
||||||
<!-- fade information -->
|
<!-- 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></td>
|
||||||
<td colspan="5" style="border: 0">##Fade## {$i.fadein_ms|string_format:"%d"} ms</td>
|
<td colspan="5" style="border: 0">##Fade## {$i.fadein_ms|string_format:"%d"} ms</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue