mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
올바르지 못한 태그 수정 2
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6524 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d49b5e345d
commit
889514776f
3 changed files with 21 additions and 19 deletions
|
|
@ -13,6 +13,7 @@
|
|||
<th>{$lang->filename}</th>
|
||||
<th>{$lang->filesize}</th>
|
||||
<th>{$lang->download_count}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!--@foreach($package_list as $key => $val)-->
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
<!--@end-->
|
||||
</select>
|
||||
</li>
|
||||
<li><input type="input" name="search_keyword" value="{htmlspecialchars($search_keyword)}" class="inputTypeText" /></li>
|
||||
<li><input type="text" name="search_keyword" value="{htmlspecialchars($search_keyword)}" class="inputTypeText" /></li>
|
||||
<li><input type="submit" value="{$lang->cmd_search}" class="inputTypeSubmit" /></li>
|
||||
<li><input type="button" value="{$lang->cmd_cancel}" class="inputTypeSubmit" onclick="location.href='{getUrl('','mid',$mid,'act',$act)}';return false;"/></li>
|
||||
<li class="displayOpt">
|
||||
|
|
|
|||
|
|
@ -68,24 +68,25 @@
|
|||
|
||||
<!--@if(!$oIssue->isExists())-->
|
||||
<!--@if($grant->commiter)-->
|
||||
<th><label for="inputMilestone">{$lang->milestone} :</label></th>
|
||||
<td>
|
||||
<select name="milestone_srl" id="inputMilestone">
|
||||
<option value="0">{$lang->milestone}</option>
|
||||
<!--@foreach($project->milestones as $val)-->
|
||||
<option value="{$val->milestone_srl}" <!--@if($oIssue->get('milestone_srl')==$val->milestone_srl)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
</td>
|
||||
<th><label for="inputPriority">{$lang->priority} :</label></th>
|
||||
<td>
|
||||
<select name="priority_srl" id="inputPriority">
|
||||
<option value="">{$lang->priority}</option>
|
||||
<!--@foreach($project->priorities as $key => $val)-->
|
||||
<option value="{$val->priority_srl}" <!--@if($val->priority_srl==$oIssue->get('priority_srl'))-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
</td>
|
||||
<tr>
|
||||
<th><label for="inputMilestone">{$lang->milestone} :</label></th>
|
||||
<td>
|
||||
<select name="milestone_srl" id="inputMilestone">
|
||||
<option value="0">{$lang->milestone}</option>
|
||||
<!--@foreach($project->milestones as $val)-->
|
||||
<option value="{$val->milestone_srl}" <!--@if($oIssue->get('milestone_srl')==$val->milestone_srl)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
</td>
|
||||
<th><label for="inputPriority">{$lang->priority} :</label></th>
|
||||
<td>
|
||||
<select name="priority_srl" id="inputPriority">
|
||||
<option value="">{$lang->priority}</option>
|
||||
<!--@foreach($project->priorities as $key => $val)-->
|
||||
<option value="{$val->priority_srl}" <!--@if($val->priority_srl==$oIssue->get('priority_srl'))-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue