<%@ page import="org.sventon.model.SideBySideDiffRow" %> <% /* * ==================================================================== * 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.fromPath} @ revision ${command.fromRevision}
        ${command.toPath} @ revision ${command.toRevision}
Next diff <%= row.getRowNumberLeft() != null ? row.getRowNumberLeft().toString() : "" %> <%= row.getRowNumberRight() != null ? row.getRowNumberRight().toString() : "" %> <%= row.getAction().getSymbol() %> <% String line = row.getLine(); out.print("".equals(line) ? " " : line); %>

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