~mvngu/igraph/doc

« back to all changes in this revision

Viewing changes to nexus/cgi-bin/templates/datatags.html

  • Committer: Gabor Csardi
  • Date: 2012-02-21 04:05:12 UTC
  • mfrom: (2640.1.1 0.6-main)
  • Revision ID: csardi.gabor@gmail.com-20120221040512-n2orudv0a2cdw3g1
Merged Nexus branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$def with (tags)
 
2
 
 
3
<div class="tags">
 
4
$for t in tags:
 
5
  <span class="tag$t.count">
 
6
    $:link_to_tag(getbase(), t)
 
7
  </span>
 
8
</div>