mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8799 201d5d3c-b55e-5fd7-737f-ddc643e51545
118 lines
3.8 KiB
HTML
118 lines
3.8 KiB
HTML
<include target="./header.html" />
|
|
<load target="js/importer_admin.js" />
|
|
|
|
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
|
</div>
|
|
<form action="./" class="form" method="get" onsubmit="return doPreProcessing(this)" id="moduleImportForm">
|
|
<input type="hidden" name="type" value="module" />
|
|
<input type="hidden" name="target_module" value="" id="target_module" />
|
|
<h2 class="h2">{$lang->type_module}</h2>
|
|
<ul>
|
|
<li>
|
|
<p class="q">{$lang->xml_path}</p>
|
|
<p class="a">
|
|
<input type="text" name="xml_file" value="./" /> <span class="desc">{$lang->path_info}</span>
|
|
</p>
|
|
</li>
|
|
<li>
|
|
<p class="q">{$lang->data_destination}</p>
|
|
<div class="a">
|
|
<input type="text" name="site_keyword" /> <a href="#suggestion1" class="tgAnchor findsite">{$lang->find_site}</a>
|
|
<div id="suggestion1" class="tgContent suggestion">
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<p class="a">
|
|
<select class="moduleList" style="width:290px">
|
|
<option>{$lang->select_module}</option>
|
|
</select>
|
|
</p>
|
|
<p class="a">
|
|
<select style="width:290px">
|
|
<option>{$lang->select_module_id}</option>
|
|
</select>
|
|
</p>
|
|
</li>
|
|
</ul>
|
|
<div class="btnArea">
|
|
<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="member" />
|
|
<h2 class="h2">{$lang->type_member}</h2>
|
|
<ul>
|
|
<li>
|
|
<p class="q">{$lang->xml_path}</p>
|
|
<p class="a"><input type="text" name="xml_file" value="./" /></p>
|
|
</li>
|
|
</ul>
|
|
<div class="btnArea">
|
|
<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="message" />
|
|
<h2 class="h2">{$lang->type_message}</h2>
|
|
<ul>
|
|
<li>
|
|
<p class="q">{$lang->xml_path}</p>
|
|
<p class="a"><input type="text" name="xml_file" value="./" /></p>
|
|
</li>
|
|
</ul>
|
|
<div class="btnArea">
|
|
<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" />
|
|
<input type="hidden" name="guestbook_target_module" value="" id="guestbook_target_module" />
|
|
<h2 class="h2">{$lang->type_ttxml}</h2>
|
|
<ul>
|
|
<li>
|
|
<p class="q">{$lang->xml_path}</p>
|
|
<p class="a"><input type="text" name="xml_file" value="./" /></p>
|
|
</li>
|
|
<li>
|
|
<p class="q">{$lang->document_destination}</p>
|
|
<div class="a">
|
|
<input type="text" name="site_keyword" /> <a href="#suggestion2" class="tgAnchor findsite">{$lang->find_site}</a>
|
|
<div id="suggestion2" class="tgContent suggestion">
|
|
<ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<p class="a">
|
|
<select name="_target_module" style="width:290px">
|
|
<option>{$lang->select_module_id}</option>
|
|
</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>
|
|
</div>
|
|
</form>
|
|
<include target="./process.html" />
|