mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
#17588107 : added a feature setting user id and password for svn authentication
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5193 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ae1081df80
commit
c02b420613
10 changed files with 72 additions and 11 deletions
|
|
@ -16,6 +16,8 @@
|
|||
<param name="svn_url" target="svn_url" />
|
||||
<param name="svn_cmd" target="svn_cmd" />
|
||||
<param name="diff_cmd" target="diff_cmd" />
|
||||
<param name="svn_userid" target="svn_userid" />
|
||||
<param name="svn_passwd" target="svn_passwd" />
|
||||
<param name="extra_vars_1_name" target="extra_vars_1_name" />
|
||||
<param name="extra_vars_1_type" target="extra_vars_1_type" />
|
||||
<param name="extra_vars_1_is_required" target="extra_vars_1_is_required" />
|
||||
|
|
|
|||
|
|
@ -42,11 +42,15 @@
|
|||
<td>{$module_info->diff_cmd} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->description}</div></th>
|
||||
<th scope="row"><div>{$lang->svn_userid}</div></th>
|
||||
<td>{$module_info->svn_userid} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row2"><div>{$lang->description}</div></th>
|
||||
<td>{nl2br(htmlspecialchars($module_info->description))} </td>
|
||||
</tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->admin_id}</div></th>
|
||||
<tr class="row">
|
||||
<th scope="row2"><div>{$lang->admin_id}</div></th>
|
||||
<td>{implode(",",$module_info->admin_id)} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -96,6 +96,20 @@
|
|||
<p>{$lang->about_diff_cmd}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->svn_userid}</div></th>
|
||||
<td>
|
||||
<input type="text" name="svn_userid" value="{$module_info->svn_userid}" class="inputTypeText w300" />
|
||||
<p>{$lang->about_svn_userid}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row2">
|
||||
<th scope="row"><div>{$lang->svn_passwd}</div></th>
|
||||
<td>
|
||||
<input type="password" name="svn_passwd" value="{$module_info->svn_passwd}" class="inputTypeText w300" />
|
||||
<p>{$lang->about_svn_passwd}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->description}</div></th>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue