Bladeren bron

ISSUE #2371409: Fixed broken paths on BLAST main pages. Fix provided by @antnerves

Lacey Sanderson 10 jaren geleden
bovenliggende
commit
bc6417232d

+ 4 - 4
theme/blast_nucleotide_user_menupage.tpl.php

@@ -37,23 +37,23 @@ local alignment search tool. J. Mol. Biol., 215, 403–410.</blockquote>
   <tr class= "blast-highlighted">
     <td rowspan="2">Nucleotide</td>
     <td>Nucleotide</td>
-    <td><?php print l('blastn', '/blast/nucleotide/nucleotide');?>:
+    <td><?php print l('blastn', 'blast/nucleotide/nucleotide');?>:
       Search a nucleotide database using a nucleotide query.</td>
   </tr>
   <tr class="blast-highlighted">
     <td>Protein</td>
-    <td><?php print l('blastx', '/blast/nucleotide/protein');?>:
+    <td><?php print l('blastx', 'blast/nucleotide/protein');?>:
       Search protein database using a translated nucleotide query.</td>
   </tr>
   <tr>
     <td  rowspan="2">Protein</td>
     <td>Nucleotide</td>
-    <td><?php print l('tblastn', '/blast/protein/nucleotide');?>:
+    <td><?php print l('tblastn', 'blast/protein/nucleotide');?>:
       Search translated nucleotide database using a protein query.</td>
   </tr>
   <tr>
     <td>Protein</td>
-    <td><?php print l('blastp', '/blast/protein/protein');?>:
+    <td><?php print l('blastp', 'blast/protein/protein');?>:
       Search protein database using a protein query.</td>
   </tr>
 </table>

+ 4 - 4
theme/blast_protein_user_menupage.tpl.php

@@ -37,23 +37,23 @@ local alignment search tool. J. Mol. Biol., 215, 403–410.</blockquote>
   <tr>
     <td rowspan="2">Nucleotide</td>
     <td>Nucleotide</td>
-    <td><?php print l('blastn', '/blast/nucleotide/nucleotide');?>:
+    <td><?php print l('blastn', 'blast/nucleotide/nucleotide');?>:
       Search a nucleotide database using a nucleotide query.</td>
   </tr>
   <tr>
     <td>Protein</td>
-    <td><?php print l('blastx', '/blast/nucleotide/protein');?>:
+    <td><?php print l('blastx', 'blast/nucleotide/protein');?>:
       Search protein database using a translated nucleotide query.</td>
   </tr>
   <tr class="blast-highlighted">
     <td  rowspan="2">Protein</td>
     <td>Nucleotide</td>
-    <td><?php print l('tblastn', '/blast/protein/nucleotide');?>:
+    <td><?php print l('tblastn', 'blast/protein/nucleotide');?>:
       Search translated nucleotide database using a protein query.</td>
   </tr>
   <tr class="blast-highlighted">
     <td>Protein</td>
-    <td><?php print l('blastp', '/blast/protein/protein');?>:
+    <td><?php print l('blastp', 'blast/protein/protein');?>:
       Search protein database using a protein query.</td>
   </tr>
 </table>

+ 4 - 4
theme/blast_user_menupage.tpl.php

@@ -31,23 +31,23 @@ local alignment search tool. J. Mol. Biol., 215, 403–410.</blockquote>
   <tr>
     <td  rowspan="2">Nucleotide</td>
     <td>Nucleotide</td>
-    <td><?php print l('blastn', '/blast/nucleotide/nucleotide');?>:
+    <td><?php print l('blastn', 'blast/nucleotide/nucleotide');?>:
       Search a nucleotide database using a nucleotide query.</td>
   </tr>
   <tr>
     <td>Protein</td>
-    <td><?php print l('blastx', '/blast/nucleotide/protein');?>:
+    <td><?php print l('blastx', 'blast/nucleotide/protein');?>:
       Search protein database using a translated nucleotide query.</td>
   </tr>
   <tr>
     <td  rowspan="2">Protein</td>
     <td>Nucleotide</td>
-    <td><?php print l('tblastn', '/blast/protein/nucleotide');?>:
+    <td><?php print l('tblastn', 'blast/protein/nucleotide');?>:
       Search translated nucleotide database using a protein query.</td>
   </tr>
   <tr>
     <td>Protein</td>
-    <td><?php print l('blastp', '/blast/protein/protein');?>:
+    <td><?php print l('blastp', 'blast/protein/protein');?>:
       Search protein database using a protein query.</td>
   </tr>
 </table>