small events cleanup
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1549839.tpl
index c9b285f843c2bccf481b9418346dc171e5a6a7f8..66a060e5abed6fcfca6d8e060dd4a92fa51fa732 100644 (file)
@@ -27,7 +27,8 @@
   </tr>
 {*/if*}
   <tr>
-    <td width='{math equation="(x-y)-8" x=$child.depth y=$node.vector_depth}%'></td>
+<!--XXX test oflogarithmic threading (original (x-y)-8 ) XXX TODO fit to resolutions-->
+    <td width='{math equation="10*log((x-y))-18" x=$child.depth y=$node.vector_depth}%'></td>
     <td valign='top' rowspan='2'>
 {* put.Ty hack *}
 {if $child.synapse_creator neq ''}
@@ -37,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-(10*log(x-y))+10" 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>
@@ -79,4 +81,4 @@
 <td><input type='submit' name='get_children_move' value='<<'></td>
 <td><input name='get_children_move' type='submit' value='>>'></td>
 <td><input type='submit' name='get_children_move' value='>'></td>
-</tr></table>
\ No newline at end of file
+</tr></table>
This page took 0.135389 seconds and 4 git commands to generate.