view mercurial-server/resources/buildServerResources/mercurialSettings.jsp @ 37:37d0e6ff7a13

forgotten code removed
author Pavel.Sher
date Sun, 03 Aug 2008 23:38:41 +0400
parents 7944e8985ebd
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>