mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Admin > content - UI Debugging, Language update.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8739 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b574bdffe9
commit
cd140109e3
22 changed files with 501 additions and 509 deletions
|
|
@ -1,9 +0,0 @@
|
|||
@charset "utf-8";
|
||||
|
||||
#step2_position { height:150px; overflow-y:scroll; border:2px solid #DDDDDD; }
|
||||
|
||||
div.progressBox { width:700px; margin:30px auto; border:1px solid #DDDDDD; white-space:nowrap; overflow:hidden; height:20px;}
|
||||
div.progress1 { float:left; border-right:1px solid #DDDDDD; text-align:right; overflow:hidden; background-color:#361DB5; color:#FFFFFF; font-family:tahoma; font-family:tahoma; font-size:9pt; white-space:nowrap; height:20px;}
|
||||
div.progress2 { float:left; text-align:left; overflow:hidden; white-space:nowrap; color:#444444; font-family:tahoma; font-size:9pt; height:20px;}
|
||||
|
||||
.w700 { width:700px; }
|
||||
1
modules/importer/tpl/css/importer.min.css
vendored
1
modules/importer/tpl/css/importer.min.css
vendored
|
|
@ -1 +0,0 @@
|
|||
@charset "utf-8";#step2_position{height:150px;overflow-y:scroll;border:2px solid #DDDDDD}div.progressBox{width:700px;margin:30px auto;border:1px solid #DDDDDD;white-space:nowrap;overflow:hidden;height:20px}div.progress1{float:left;border-right:1px solid #DDDDDD;text-align:right;overflow:hidden;background-color:#361DB5;color:#FFFFFF;font-family:tahoma;font-family:tahoma;font-size:9pt;white-space:nowrap;height:20px}div.progress2{float:left;text-align:left;overflow:hidden;white-space:nowrap;color:#444444;font-family:tahoma;font-size:9pt;height:20px}.w700{width:700px}
|
||||
|
|
@ -1,15 +1,11 @@
|
|||
<!--@if(__DEBUG__)-->
|
||||
<load target="js/importer_admin.js" />
|
||||
<load target="css/importer.css" />
|
||||
<!--@else-->
|
||||
<load target="js/importer_admin.min.js" />
|
||||
<load target="css/importer.min.css" />
|
||||
<!--@end-->
|
||||
|
||||
{@ $type_list = array('module'=>$lang->type_module, 'ttxml'=>$lang->type_ttxml, 'member'=>$lang->type_member, 'sync'=>$lang->type_syncmember, 'message'=>$lang->type_message) }
|
||||
|
||||
<h3 class="xeAdmin">{$lang->importer} <span class="gray">{$lang->cmd_management}</span></h3>
|
||||
|
||||
<h1 class="h1">{$lang->importer}</h1>
|
||||
<p>{nl2br($lang->about_importer)}</p>
|
||||
<!-- 설명 -->
|
||||
<div class="infoText">{nl2br($lang->about_importer)}</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,38 +1,39 @@
|
|||
<!--@if(__DEBUG__)-->
|
||||
<load target="js/importer_admin.js" />
|
||||
<load target="css/importer.css" />
|
||||
<!--@else-->
|
||||
<load target="js/importer_admin.min.js" />
|
||||
<load target="css/importer.min.css" />
|
||||
<!--@end-->
|
||||
|
||||
<div class="content" id="content">
|
||||
<form action="./" class="form">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<form action="./" class="form">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
|
||||
<h1 class="h1">{$lang->importer}</h1>
|
||||
<p>{nl2br($lang->about_importer)}</p>
|
||||
<h2 class="h2">{$lang->import_step_title[1]} - {$lang->import_step_desc[1]}</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<input type="radio" name="source_type" value="module" id="source_type_module" /> <label for="source_type_module"><strong>{$lang->type_module}:</strong> {$lang->about_type_module}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="radio" name="source_type" value="ttxml" id="source_type_ttxml" /> <label for="source_type_ttxml"><strong>{$lang->type_ttxml}:</strong> {$lang->about_type_ttxml}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="radio" name="source_type" value="member" id="source_type_member" /> <label for="source_type_member"><strong>{$lang->type_member}:</strong> {$lang->about_type_member}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="radio" name="source_type" value="sync" id="source_type_syncmember" /> <label for="source_type_syncmember"><strong>{$lang->type_syncmember}:</strong> {$lang->about_type_syncmember}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="radio" name="source_type" value="message" id="source_type_message" /> <label for="source_type_message"><strong>{$lang->type_message}:</strong> {$lang->about_type_message}</label>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="btnArea">
|
||||
<span class="btn medium"><input type="submit" value="{$lang->cmd_next}" /></span>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<h1 class="h1">{$lang->importer}</h1>
|
||||
<p>{nl2br($lang->about_importer)}</p>
|
||||
<h2 class="h2">{$lang->import_step_title[1]} - {$lang->import_step_desc[1]}</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<input type="radio" name="source_type" value="module" id="source_type_module" />
|
||||
<label for="source_type_module"><strong>{$lang->type_module}:</strong> {$lang->about_type_module}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="radio" name="source_type" value="member" id="source_type_member" />
|
||||
<label for="source_type_member"><strong>{$lang->type_member}:</strong> {$lang->about_type_member}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="radio" name="source_type" value="sync" id="source_type_syncmember" />
|
||||
<label for="source_type_syncmember"><strong>{$lang->type_syncmember}:</strong> {$lang->about_type_syncmember}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="radio" name="source_type" value="message" id="source_type_message" />
|
||||
<label for="source_type_message"><strong>{$lang->type_message}:</strong> {$lang->about_type_message}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="radio" name="source_type" value="ttxml" id="source_type_ttxml" />
|
||||
<label for="source_type_ttxml"><strong>{$lang->type_ttxml}:</strong> {$lang->about_type_ttxml}</label>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="btnArea">
|
||||
<span class="btn medium"><input type="submit" value="{$lang->cmd_next}" /></span>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue