view 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
line wrap: on
line source

<%@include file="/include.jsp"%>
<%@ taglib prefix="props" tagdir="/WEB-INF/tags/props" %>
<jsp:useBean id="propertiesBean" scope="request" type="jetbrains.buildServer.controllers.BasePropertiesBean"/>
<table class="runnerFormTable">

  <l:settingsGroup title="Mercurial Settings">
  <tr>
    <th><label for="hgCommandPath">HG command path: <l:star/></label></th>
    <td><props:textProperty name="hgCommandPath" className="longField" />
      <span class="error" id="error_hgCommandPath"></span></td>
  </tr>
  <tr>
    <th><label for="repositoryPath">Pull changes from: <l:star/></label></th>
    <td><props:textProperty name="repositoryPath" className="longField" />
      <span class="error" id="error_repositoryPath"></span></td>
  </tr>
  </l:settingsGroup>
  
</table>