comparison mercurial-server/resources/buildServerResources/mercurialSettings.jsp @ 27:7944e8985ebd

prepare modules structure for agent side checkout
author Pavel.Sher
date Wed, 23 Jul 2008 09:18:03 +0400
parents mercurial/resources/buildServerResources/mercurialSettings.jsp@26505742bae5
children 4059fcc5473e
comparison
equal deleted inserted replaced
26:de75221eb196 27:7944e8985ebd
1 <%@include file="/include.jsp"%>
2 <%@ taglib prefix="props" tagdir="/WEB-INF/tags/props" %>
3 <jsp:useBean id="propertiesBean" scope="request" type="jetbrains.buildServer.controllers.BasePropertiesBean"/>
4 <table class="runnerFormTable">
5
6 <l:settingsGroup title="Mercurial Settings">
7 <tr>
8 <th><label for="hgCommandPath">HG command path: <l:star/></label></th>
9 <td><props:textProperty name="hgCommandPath" className="longField" />
10 <span class="error" id="error_hgCommandPath"></span></td>
11 </tr>
12 <tr>
13 <th><label for="repositoryPath">Pull changes from: <l:star/></label></th>
14 <td><props:textProperty name="repositoryPath" className="longField" />
15 <span class="error" id="error_repositoryPath"></span></td>
16 </tr>
17 </l:settingsGroup>
18
19 </table>