Tuning of logarithmic threads
authorniekt0 <niekt0@kyberia.cz>
Sun, 21 Nov 2010 00:10:27 +0000 (01:10 +0100)
committerniekt0 <niekt0@kyberia.cz>
Sun, 21 Nov 2010 00:10:27 +0000 (01:10 +0100)
data/templates/own_templates/1549839.tpl

index bdcfacdfe988ab2fdf388459001f9db25f9a5855..ff07e4f7cd5b4f59de5a888087e99fd93ffdbecb 100644 (file)
@@ -28,7 +28,7 @@
 {*/if*}
   <tr>
 <!--XXX test oflogarithmic threading (original (x-y)-8 )-->
-    <td width='{math equation="10*log(3+(x-y))-8" x=$child.depth y=$node.vector_depth}%'></td>
+    <td width='{math equation="5*log((x-y))-8" x=$child.depth y=$node.vector_depth}%'></td>
     <td valign='top' rowspan='2'>
 {* put.Ty hack *}
 {if $child.synapse_creator neq ''}
@@ -38,7 +38,8 @@
 {/if}
 {*end of put.Ty hack *}
     </td>
-    <td width='{math equation="100-(x-y)" x=$child.depth y=$node.vector_depth}%'>
+    <!--XXX orig: 100-(x-y)-->
+    <td width='{math equation="100-(5*log(x-y))" x=$child.depth y=$node.vector_depth}%'>
       <table class='bordered' width='100%'><tr class='header'>
         <td>
           &nbsp;<a href='/id/{$child.node_creator}'>{$child.login}</a>
This page took 0.121311 seconds and 4 git commands to generate.