Author: tchemit Date: 2012-09-22 17:29:02 +0200 (Sat, 22 Sep 2012) New Revision: 692 Url: http://forge.codelutin.com/repositories/revision/echobase/692 Log: fix doc links Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureAcousticImport.jsp trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureCatchesImport.jsp trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureCommonImport.jsp trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureOperationImport.jsp trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureResultsImport.jsp Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureAcousticImport.jsp =================================================================== --- trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureAcousticImport.jsp 2012-09-22 15:25:32 UTC (rev 691) +++ trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureAcousticImport.jsp 2012-09-22 15:29:02 UTC (rev 692) @@ -53,7 +53,7 @@ </legend> <div class="cleanBoth help"> - <s:a href="%{getDocumentation('imports.html','acoustic')}" target="doc"> + <s:a href="%{getDocumentation('importData.html', null)}" target="doc"> <s:text name="echobase.action.show.import.documentation"/> </s:a> </div> Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureCatchesImport.jsp =================================================================== --- trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureCatchesImport.jsp 2012-09-22 15:25:32 UTC (rev 691) +++ trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureCatchesImport.jsp 2012-09-22 15:29:02 UTC (rev 692) @@ -46,8 +46,7 @@ </legend> <div class="cleanBoth help"> - <s:a href="%{getDocumentation('imports.html','totalsample-subsample-biometrysample')}" - target="doc"> + <s:a href="%{getDocumentation('importData.html', null)}" target="doc"> <s:text name="echobase.action.show.import.documentation"/> </s:a> </div> Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureCommonImport.jsp =================================================================== --- trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureCommonImport.jsp 2012-09-22 15:25:32 UTC (rev 691) +++ trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureCommonImport.jsp 2012-09-22 15:29:02 UTC (rev 692) @@ -61,8 +61,7 @@ </legend> <div class="cleanBoth help"> - <s:a href="%{getDocumentation('imports.html','voyage-transit-transect')}" - target="doc"> + <s:a href="%{getDocumentation('importData.html', null)}" target="doc"> <s:text name="echobase.action.show.import.documentation"/> </s:a> </div> @@ -130,8 +129,7 @@ <s:hidden key="model.importType" value="COMMON_TRANSECT" label=''/> <div class="cleanBoth help"> - <s:a href="%{getDocumentation('imports.html','voyage-transit-transect')}" - target="doc"> + <s:a href="%{getDocumentation('importData.html', null)}" target="doc"> <s:text name="echobase.action.show.import.documentation"/> </s:a> </div> Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureOperationImport.jsp =================================================================== --- trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureOperationImport.jsp 2012-09-22 15:25:32 UTC (rev 691) +++ trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureOperationImport.jsp 2012-09-22 15:29:02 UTC (rev 692) @@ -40,8 +40,7 @@ </legend> <div class="cleanBoth help"> - <s:a href="%{getDocumentation('imports.html','operation-operationmetadatavalue-gearmetadatavalue')}" - target="doc"> + <s:a href="%{getDocumentation('importData.html', null)}" target="doc"> <s:text name="echobase.action.show.import.documentation"/> </s:a> </div> Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureResultsImport.jsp =================================================================== --- trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureResultsImport.jsp 2012-09-22 15:25:32 UTC (rev 691) +++ trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/configureResultsImport.jsp 2012-09-22 15:29:02 UTC (rev 692) @@ -69,8 +69,7 @@ </legend> <div class="cleanBoth help"> - <s:a href="%{getDocumentation('imports.html','r-sultats-voyag')}" - target="doc"> + <s:a href="%{getDocumentation('importData.html', null)}" target="doc"> <s:text name="echobase.action.show.import.documentation"/> </s:a> </div> @@ -110,8 +109,7 @@ </legend> <div class="cleanBoth help"> - <s:a href="%{getDocumentation('imports.html','r-sultats-esdu')}" - target="doc"> + <s:a href="%{getDocumentation('importData.html', null)}" target="doc"> <s:text name="echobase.action.show.import.documentation"/> </s:a> </div> @@ -161,7 +159,7 @@ </legend> <div class="cleanBoth help"> - <s:a href="%{getDocumentation('imports.html','region')}" target="doc"> + <s:a href="%{getDocumentation('importData.html', null)}" target="doc"> <s:text name="echobase.action.show.import.documentation"/> </s:a> </div> @@ -201,7 +199,7 @@ </legend> <div class="cleanBoth help"> - <s:a href="%{getDocumentation('imports.html','map')}" target="doc"> + <s:a href="%{getDocumentation('importData.html', null)}" target="doc"> <s:text name="echobase.action.show.import.documentation"/> </s:a> </div>