1a107601fa490ca69215facceebe3d0dc5e7f1f86bcef0037bdb2d139a15065c3f31e872bae79df3
25
   %>
25
   %>
26
<%inherit  file="printable.mobile"/>
26
<%inherit  file="printable.mobile"/>
27
 
27
 
 
 
28
<%namespace file="utils.html" import="plain_link"/>
 
 
29
 
28
<%def name="numcol()">
30
<%def name="numcol()">
29
</%def>
31
</%def>
30
 
32
 
...
 
...
 
32
<%def name="entry()">
34
<%def name="entry()">
33
<% fullname = thing._fullname %>
35
<% fullname = thing._fullname %>
34
<p>
36
<p>
35
  <a class="title" href="${thing.path}">
37
  ${plain_link(thing.title, thing.path, _class="title")}
36
    ${thing.title} 
 
 
37
  </a>
 
 
38
  <span class="domain">(${thing.path})</span> 
38
  <span class="domain">(${thing.path})</span> 
39
</p>
39
</p>
40
%if thing.description:
40
%if thing.description: