mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Data migration UI changed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8908 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cf7161e2e4
commit
511b7f184e
3 changed files with 55 additions and 10 deletions
|
|
@ -62,9 +62,15 @@ p{line-height:1.5}
|
|||
.form input[type=text],.form input[type=password],.form input[type=file],.form textarea{position:relative;width:280px;margin:2px 0;border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;background:transparent}
|
||||
.form input[type=text],.form input[type=password],.form input[type=file]{height:22px;line-height:22px;vertical-align:middle;padding:0 4px}
|
||||
.form input[type=checkbox],.form input[type=radio]{margin:0;padding:0;width:13px;height:13px;vertical-align:middle}
|
||||
.form *[disabled=disabled]{background:#ddd !important;text-shadow:1px 1px 0 #fff}
|
||||
.form input[type=text][disabled=disabled],
|
||||
.form input[type=password][disabled=disabled],
|
||||
.form input[type=checkbox][disabled=disabled],
|
||||
.form input[type=radio][disabled=disabled],
|
||||
.form input[type=file][disabled=disabled],
|
||||
.form textarea[disabled=disabled],
|
||||
.form select[disabled=disabled]{background:#ddd !important;text-shadow:1px 1px 0 #fff}
|
||||
.form textarea{padding:3px 4px;vertical-align:top}
|
||||
.form span.desc{line-height:22px;vertical-align:middle;margin:0 10px}
|
||||
.form span.desc, .form em.desc{line-height:22px;vertical-align:middle;margin:0 10px}
|
||||
.form p.desc{margin:.25em 0;line-height:1.4}
|
||||
.form .q{font-weight:bold;margin:0 0 5px 0}
|
||||
.form .a{margin:0 0 5px 0}
|
||||
|
|
@ -158,6 +164,8 @@ p{line-height:1.5}
|
|||
/* Button */
|
||||
.btn{position:relative;display:inline-block;margin:2px;vertical-align:top}
|
||||
.btn *{display:inline-block;padding:0 8px;font-size:12px;height:24px;line-height:22px;margin:0;font-weight:bold !important;color:#fff;text-decoration:none !important;border:1px solid;cursor:pointer;overflow:visible;border-radius:3px;box-shadow:inset 0 0 1px #fff;-moz-box-shadow:inset 0 0 1px #fff;-webkit-box-shadow:inset 0 0 1px #fff;background-color:#666;text-shadow:0 -1px 0 #333;zoom:1}
|
||||
.btn *[type=submit][disabled=disabled],
|
||||
.btn *[type=button][disabled=disabled]{opacity:.5;*filter:alpha(opacity=50)}
|
||||
.btn a,
|
||||
.btn button[type=button]{border-color:#ccc;color:#333 !important;background:#eee -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#ddd));background:#eee -moz-linear-gradient(top,#fff,#ddd);background-color:#eee;text-shadow:1px 1px 0 #fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#dddddd)}
|
||||
.btn input, .btn button[type=submit]{border-color:#666;background:#333 -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#777),color-stop(0.5,#333),color-stop(0.5,#000));background:#333 -moz-linear-gradient(top,#777,#000);background-color:#333;color:#ffc;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#777777, endColorStr=#333333)}
|
||||
|
|
|
|||
12
modules/admin/tpl/css/admin.min.css
vendored
12
modules/admin/tpl/css/admin.min.css
vendored
|
|
@ -62,9 +62,15 @@ p{line-height:1.5}
|
|||
.form input[type=text],.form input[type=password],.form input[type=file],.form textarea{position:relative;width:280px;margin:2px 0;border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;background:transparent}
|
||||
.form input[type=text],.form input[type=password],.form input[type=file]{height:22px;line-height:22px;vertical-align:middle;padding:0 4px}
|
||||
.form input[type=checkbox],.form input[type=radio]{margin:0;padding:0;width:13px;height:13px;vertical-align:middle}
|
||||
.form *[disabled=disabled]{background:#ddd !important;text-shadow:1px 1px 0 #fff}
|
||||
.form input[type=text][disabled=disabled],
|
||||
.form input[type=password][disabled=disabled],
|
||||
.form input[type=checkbox][disabled=disabled],
|
||||
.form input[type=radio][disabled=disabled],
|
||||
.form input[type=file][disabled=disabled],
|
||||
.form textarea[disabled=disabled],
|
||||
.form select[disabled=disabled]{background:#ddd !important;text-shadow:1px 1px 0 #fff}
|
||||
.form textarea{padding:3px 4px;vertical-align:top}
|
||||
.form span.desc{line-height:22px;vertical-align:middle;margin:0 10px}
|
||||
.form span.desc, .form em.desc{line-height:22px;vertical-align:middle;margin:0 10px}
|
||||
.form p.desc{margin:.25em 0;line-height:1.4}
|
||||
.form .q{font-weight:bold;margin:0 0 5px 0}
|
||||
.form .a{margin:0 0 5px 0}
|
||||
|
|
@ -158,6 +164,8 @@ p{line-height:1.5}
|
|||
/* Button */
|
||||
.btn{position:relative;display:inline-block;margin:2px;vertical-align:top}
|
||||
.btn *{display:inline-block;padding:0 8px;font-size:12px;height:24px;line-height:22px;margin:0;font-weight:bold !important;color:#fff;text-decoration:none !important;border:1px solid;cursor:pointer;overflow:visible;border-radius:3px;box-shadow:inset 0 0 1px #fff;-moz-box-shadow:inset 0 0 1px #fff;-webkit-box-shadow:inset 0 0 1px #fff;background-color:#666;text-shadow:0 -1px 0 #333;zoom:1}
|
||||
.btn *[type=submit][disabled=disabled],
|
||||
.btn *[type=button][disabled=disabled]{opacity:.5;*filter:alpha(opacity=50)}
|
||||
.btn a,
|
||||
.btn button[type=button]{border-color:#ccc;color:#333 !important;background:#eee -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#ddd));background:#eee -moz-linear-gradient(top,#fff,#ddd);background-color:#eee;text-shadow:1px 1px 0 #fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, endColorStr=#dddddd)}
|
||||
.btn input, .btn button[type=submit]{border-color:#666;background:#333 -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#777),color-stop(0.5,#333),color-stop(0.5,#000));background:#333 -moz-linear-gradient(top,#777,#000);background-color:#333;color:#ffc;filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#777777, endColorStr=#333333)}
|
||||
|
|
|
|||
|
|
@ -10,9 +10,12 @@
|
|||
<h2 class="h2">{$lang->type_module}</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p class="q">{$lang->xml_path}</p>
|
||||
<p class="q">{$lang->xml_path} {$lang->path_info}</p>
|
||||
<p class="a">
|
||||
<input type="text" name="xml_file" value="./" /> <span class="desc">{$lang->path_info}</span>
|
||||
<input type="text" name="xml_file" value="./" />
|
||||
<button type="button">경로 확인</button>
|
||||
<em class="desc">XML 파일의 경로가 올바르지 않습니다.</em>
|
||||
<em class="desc">XML 파일의 경로가 바르게 설정되었습니다.</em>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -35,9 +38,28 @@
|
|||
</select>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">{$lang->guestbook_destination}</p>
|
||||
<div class="a">
|
||||
<input type="text" name="site_keyword" /> <a href="#suggestion3" class="tgAnchor findsite">{$lang->find_site}</a>
|
||||
<div id="suggestion3" class="tgContent suggestion">
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<p class="a">
|
||||
<select name="_guestbook_target_module" style="width:290px">
|
||||
<option>{$lang->select_module_id}</option>
|
||||
</select>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">{$lang->about_ttxml_user_id}</p>
|
||||
<p class="a"><input type="text" name="user_id" value="{$logged_info->user_id}" /></p>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="btnArea">
|
||||
<span class="btn"><input type="submit" value="{$lang->importer}" /></span>
|
||||
<span class="btn"><input type="submit" value="{$lang->importer}" disabled="disabled" /></span>
|
||||
</div>
|
||||
</form>
|
||||
<form action="./" class="form" method="get" onsubmit="return doPreProcessing(this)" id="fo_import">
|
||||
|
|
@ -45,7 +67,7 @@
|
|||
<h2 class="h2">{$lang->type_member}</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p class="q">{$lang->xml_path}</p>
|
||||
<p class="q">{$lang->xml_path} {$lang->path_info}</p>
|
||||
<p class="a"><input type="text" name="xml_file" value="./" /></p>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
@ -58,7 +80,7 @@
|
|||
<h2 class="h2">{$lang->type_message}</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p class="q">{$lang->xml_path}</p>
|
||||
<p class="q">{$lang->xml_path} {$lang->path_info}</p>
|
||||
<p class="a"><input type="text" name="xml_file" value="./" /></p>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
@ -66,6 +88,7 @@
|
|||
<span class="btn"><input type="submit" value="{$lang->importer}" /></span>
|
||||
</div>
|
||||
</form>
|
||||
<!--
|
||||
<form action="./" class="form" method="get" onsubmit="return doPreProcessing(this)" id="fo_import">
|
||||
<input type="hidden" name="type" value="ttxml" />
|
||||
<input type="hidden" name="target_module" value="" id="target_module" />
|
||||
|
|
@ -74,7 +97,12 @@
|
|||
<ul>
|
||||
<li>
|
||||
<p class="q">{$lang->xml_path}</p>
|
||||
<p class="a"><input type="text" name="xml_file" value="./" /></p>
|
||||
<p class="a">
|
||||
<input type="text" name="xml_file" value="./" />
|
||||
<button type="button">경로 확인</button>
|
||||
<em class="desc">XML 파일의 경로가 올바르지 않습니다.</em>
|
||||
<em class="desc">XML 파일의 경로가 바르게 설정되었습니다.</em>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q">{$lang->document_destination}</p>
|
||||
|
|
@ -115,4 +143,5 @@
|
|||
<span class="btn"><input type="submit" value="{$lang->importer}" /></span>
|
||||
</div>
|
||||
</form>
|
||||
-->
|
||||
<include target="./process.html" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue