annotate mercurial/resources/buildServerResources/mercurialSettings.jsp @ 0:a530ea876f55

mercurial support sources added
author Pavel.Sher
date Mon, 14 Jul 2008 18:22:05 +0400
parents
children 26505742bae5
rev   line source
0
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
1 <%@include file="/include.jsp"%>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
2 <%@ taglib prefix="props" tagdir="/WEB-INF/tags/props" %>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
3 <jsp:useBean id="propertiesBean" scope="request" type="jetbrains.buildServer.controllers.BasePropertiesBean"/>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
4 <table class="runnerFormTable">
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
5
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
6 <l:settingsGroup title="Mercurial Settings">
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
7 <tr>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
8 <th><label for="hgCommandPath">HG command path: <l:star/></label></th>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
9 <td><props:textProperty name="hgCommandPath" className="longField" />
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
10 <span class="error" id="error_hgCommandPath"></span></td>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
11 </tr>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
12 <tr>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
13 <th><label for="repositoryPath">Repository: <l:star/></label></th>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
14 <td><props:textProperty name="repositoryPath" className="longField" />
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
15 <span class="error" id="error_repositoryPath"></span></td>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
16 </tr>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
17 </l:settingsGroup>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
18
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
19 </table>