css 및 js 호출순서 조정기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-06 05:33:56 +00:00
parent 4f380d9c48
commit 61851f1dfe
2149 changed files with 109090 additions and 18689 deletions

View file

@ -11,21 +11,21 @@
<input type="hidden" name="package_srl" value="{$release->package_srl}" />
<input type="hidden" name="act" value="procIssuetrackerAdminAttachRelease" />
<table cellspacing="0" class="adminTable">
<h4 class="xeAdmin">{$release->title}</h4>
<table cellspacing="0" class="rowTable">
<thead>
<caption>{$release->title}</caption>
<tr>
<th><div>{$lang->cmd_attach_file}</div></th>
<td class="wide"><input type="file" name="file" value="" class="inputTypeTextArea w400" /></td>
<td class="wide"><input type="file" name="file" value="" class="inputTypeText" /></td>
</tr>
<tr>
<th><div>{$lang->description}</div></th>
<td><textarea name="comment" class="inputTypeTextArea w400" />{$relese->description}</textarea></td>
<td><textarea name="comment" class="inputTypeTextArea fullWidth" />{$relese->description}</textarea></td>
</tr>
<tr>
<td colspan="2">
<input type="submit" value="{$lang->cmd_registration}" accesskey="s"class="btnSubmit" />
</td>
<th colspan="2" class="button">
<span class="button strong black"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</th>
</tr>
</table>