annotate mercurial-server/resources/buildServerResources/mercurialSettings.jsp @ 45:4059fcc5473e

ask for credentials on mercurial settings page
author Pavel.Sher
date Sat, 06 Sep 2008 17:46:28 +0400
parents 7944e8985ebd
children 99e757f2527b
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
45
4059fcc5473e ask for credentials on mercurial settings page
Pavel.Sher
parents: 27
diff changeset
6 <l:settingsGroup title="General Settings">
0
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>
13
26505742bae5 disable test connection
Pavel.Sher
parents: 0
diff changeset
13 <th><label for="repositoryPath">Pull changes from: <l:star/></label></th>
0
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>
45
4059fcc5473e ask for credentials on mercurial settings page
Pavel.Sher
parents: 27
diff changeset
18 <l:settingsGroup title="Authorization settings">
4059fcc5473e ask for credentials on mercurial settings page
Pavel.Sher
parents: 27
diff changeset
19 <tr>
4059fcc5473e ask for credentials on mercurial settings page
Pavel.Sher
parents: 27
diff changeset
20 <td colspan="2">You may require to provide authorization settings if you need to tag / label sources in the remote repository.</td>
4059fcc5473e ask for credentials on mercurial settings page
Pavel.Sher
parents: 27
diff changeset
21 </tr>
4059fcc5473e ask for credentials on mercurial settings page
Pavel.Sher
parents: 27
diff changeset
22 <tr>
4059fcc5473e ask for credentials on mercurial settings page
Pavel.Sher
parents: 27
diff changeset
23 <th><label for="username">User name:</label></th>
4059fcc5473e ask for credentials on mercurial settings page
Pavel.Sher
parents: 27
diff changeset
24 <td><props:textProperty name="username"/></td>
4059fcc5473e ask for credentials on mercurial settings page
Pavel.Sher
parents: 27
diff changeset
25 </tr>
4059fcc5473e ask for credentials on mercurial settings page
Pavel.Sher
parents: 27
diff changeset
26 <tr>
4059fcc5473e ask for credentials on mercurial settings page
Pavel.Sher
parents: 27
diff changeset
27 <th><label for="secure:password">Password:</label></th>
4059fcc5473e ask for credentials on mercurial settings page
Pavel.Sher
parents: 27
diff changeset
28 <td><props:passwordProperty name="secure:password"/></td>
4059fcc5473e ask for credentials on mercurial settings page
Pavel.Sher
parents: 27
diff changeset
29 </tr>
4059fcc5473e ask for credentials on mercurial settings page
Pavel.Sher
parents: 27
diff changeset
30 </l:settingsGroup>
0
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
31
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
32 </table>