mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +09:00
Admin HTML Markup Clean.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9377 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0634424830
commit
024a234f6a
74 changed files with 732 additions and 838 deletions
|
|
@ -1,37 +1,32 @@
|
|||
<load target="./js/module_admin.js" usecdn="true" />
|
||||
|
||||
<div id="popHeader" class="wide">
|
||||
<h3 class="xeAdmin">{$lang->filebox}</h3>
|
||||
</div>
|
||||
|
||||
<h1 class="h1">{$lang->filebox}</h1>
|
||||
<form action="{getUrl('')}" method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="module" value="module" />
|
||||
<input type="hidden" name="act" value="procModuleFileBoxAdd" />
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<input type="hidden" name="filter" value="{$filter}" />
|
||||
<input type="hidden" name="input" value="{$input}" />
|
||||
|
||||
<div id="popBody">
|
||||
<table class="rowTable" cellspacing="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>{$lang->description}</th>
|
||||
<td><input type="text" name="comment" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->file}</th>
|
||||
<td><input type="file" name="addfile" />
|
||||
<p>
|
||||
<!--@if($arrfilter && is_array($arrfilter))-->
|
||||
{@sprintf($lang->about_file_extension,join(", ",$arrfilter ))}
|
||||
<!--@end-->
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div id="popFooter">
|
||||
<span class="button black"><input type="submit" value="{$lang->cmd_submit}" /></span>
|
||||
</div>
|
||||
<input type="hidden" name="module" value="module" />
|
||||
<input type="hidden" name="act" value="procModuleFileBoxAdd" />
|
||||
<input type="hidden" name="vid" value="{$vid}" />
|
||||
<input type="hidden" name="filter" value="{$filter}" />
|
||||
<input type="hidden" name="input" value="{$input}" />
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>{$lang->description}</th>
|
||||
<td><input type="text" name="comment" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->file}</th>
|
||||
<td><input type="file" name="addfile" />
|
||||
<p>
|
||||
<!--@if($arrfilter && is_array($arrfilter))-->
|
||||
{@sprintf($lang->about_file_extension,join(", ",$arrfilter ))}
|
||||
<!--@end-->
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="btnArea">
|
||||
<span class="btn"><input type="submit" value="{$lang->cmd_submit}" /></span>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue