Changeset 3 for trunk/grails-app/views/fasta
- Timestamp:
- Jan 12, 2011, 9:45:08 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 4 4 .classpath 5 5 .project 6 fileuploads
-
- Property svn:ignore
-
trunk/grails-app/views/fasta/showProcessResult.gsp
r2 r3 2 2 <head> 3 3 <meta name="layout" content="main" /> 4 <title>Process files for assay ${assay.name} | Metagenomics | dbNP</title>4 <title>Processed files for assay ${assay.name} | Metagenomics | dbNP</title> 5 5 6 <g:javascript src="jquery.ui.tabbeddialog.js" />7 8 6 <script> 9 7 var assayId = ${assay.id}; … … 66 64 </td> 67 65 <td> 68 ${selectedRun}69 66 <g:if test="${sortedRuns.size()}"> 70 67 <select name="file.${i}.run"> … … 116 113 117 114 <p> 118 <g:link action="show" id="${assay.id}">Return to assay</g:link>115 <g:link controller="assay" action="show" id="${assay.id}">Return to assay</g:link> 119 116 </p> 120 117 </body>
Note: See TracChangeset
for help on using the changeset viewer.