<% /* * ==================================================================== * Copyright (c) 2005-2009 sventon project. All rights reserved. * * This software is licensed as described in the file LICENSE, which * you should have received as part of this distribution. The terms * are also available at http://www.sventon.org. * If newer versions of this license are posted there, you may use a * newer version instead, at your option. * ==================================================================== */ %> <%@ include file="/WEB-INF/jspf/pageInclude.jspf" %> <%@ include file="/WEB-INF/jspf/pageHead.jspf"%> Diff View <%@ include file="/WEB-INF/jspf/pageTop.jspf"%>

>
Next diff     ${command.fromTarget} @ revision ${command.fromRevision}     ${command.toTarget} @ revision ${command.toRevision}
Next diff <%= row.getLeft().getRowNumberAsString() %> <%= row.getLeft().getAction().getSymbol() %> <% String line = row.getLeft().getLine(); out.print("".equals(line) ? " " : line); %> <%= row.getRight().getRowNumberAsString() %> <%= row.getRight().getAction().getSymbol() %> <% line = row.getRight().getLine(); out.print("".equals(line) ? " " : line); %>

<%@ include file="/WEB-INF/jspf/pageFoot.jspf"%>