[MOBY-guts] biomoby commit
Eddie Kawas
kawas at dev.open-bio.org
Mon Feb 25 19:27:01 UTC 2008
kawas
Mon Feb 25 14:27:01 EST 2008
Update of /home/repository/moby/moby-live/Perl/templates
In directory dev.open-bio.org:/tmp/cvs-serv14004
Modified Files:
index.tt
Log Message:
modified the template to print :: rather than /
moby-live/Perl/templates index.tt,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/templates/index.tt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Perl/templates/index.tt 2008/02/21 20:15:49 1.1
+++ /home/repository/moby/moby-live/Perl/templates/index.tt 2008/02/25 19:27:01 1.2
@@ -14,7 +14,8 @@
<p>
<ul>
[% FOREACH file IN worklist %]
-<li><a href="./[% file %].html"> [% file %] </a></li>
+[% f = replace(file) %]
+<li><a href="./docs/html/MOBY-Server/lib/[% file %].html"> [% f %] </a></li>
[% END %]
</ul>
</p>
More information about the MOBY-guts
mailing list