<%@ page language="java" import="java.util.*" %> <%@ page import="java.io.*" %> <%@ page import="classes.*" %> <%@ page import="util.*" %> <% int iPath = GUIHelper.getPathDepth(request, "RiverRunTroutfitters"); String sPath = GUIHelper.buildPath(iPath); %> Salmon River, Pulaski, NY: Fishing Reports from our Trusted Guides after steelhead, skaminia, salmon, and trout with Pictures, flies and where to fish.

Stream Reports


To view a different report, click on the river and date links in the box below. Or change month, year selections to view historical information.
Select:

View our entire Stream Report History
<% if (DataView.getSelectedDataObjId() != -1) { %>
<%=DataObj.getTitle()%>
<%=DataObj.getStream()%>
Water Temp: <%=DataObj.getTemp()%>ºF     Flow: <%=DataObj.getCfs()%> cfs

<%=DataObj.getCopy().replaceAll("\n","
")%>
<% if (DataObj.getPhoto1().length()>0) { out.print(GUIHelper.buildThumbnailFrame(DataObj.getPhoto1(),sPath)); }%> <% if (DataObj.getPhoto2().length()>0) { out.print(GUIHelper.buildThumbnailFrame(DataObj.getPhoto2(),sPath)); }%> <% if (DataObj.getPhoto3().length()>0) { out.print(GUIHelper.buildThumbnailFrame(DataObj.getPhoto3(),sPath)); }%>
<% } %>
Stream Reports
<% if (al!=null) al.clear(); //DataView.loadDataObjs(LoginInfo, RrtfDataObj.STREAM_REPORT, DataView.getStreamReportYear(), DataView.getStreamReportMonth(),false); al = DataView.getArrayList(RrtfDataObj.STREAM_REPORT); if (al!=null && !al.isEmpty()) { Iterator it = al.iterator(); boolean bSelected = false; while (it.hasNext()) { RrtfDataObj dObj = (RrtfDataObj)it.next(); if (dObj!=null) { bSelected = DataView.getSelectedDataObjId() == dObj.getId(); if (bSelected) { out.print(""); out.print(dObj.getStream()+": "+Helper.formatAnyDate(dObj.getDate())); out.print(""); } else { out.print(""); out.print(dObj.getStream()+": "+Helper.formatAnyDate(dObj.getDate())); out.print(""); } out.print("
"); } } } else { out.print("There are no reports for "+compareMonth+"/"+compareYear+". Please select another date."); } %>

Click on a thumbnail to view full size ->