OSDN Git Service

Initial commit at SoulDrops 2nd season analyzer module.
[mulab/sd2nd.git] / trust_path / modules / sd2nd / templates / sd2nd_learned_skill_list.html
1 <h3><{$smarty.const._MD_SD2ND_LANG_LEARNED_SKILL_LIST}></h3>
2 <p><{$smarty.const._MD_SD2ND_MES_LEARNED_SKILL_LIST}></p>
3 <form action="./index.php" method="get">
4   <fieldset>
5     <input type="hidden" name="action" value="LearnedSkillList" />
6     <input type="text" name="skill_name" value="<{$pageNavi->mExtra.skill_name|xoops_escape}>" />
7     <input type="submit" />
8   </fieldset>
9 </form>
10
11 <{if count($objects) > 0}>
12   <div class="pagenavi"><{xoops_pagenavi pagenavi=$pageNavi}></div>
13   <ul>
14     <{foreach from=$objects item=obj}>
15       <li><a href="http://ragnarek.sakura.ne.jp/sd/rep/result/Chardata<{$obj->getShow('eno')}>.htm"><{$obj->getShow('name')}>&nbsp;(<{$obj->getShow('eno')}>)</a></li>
16     <{/foreach}>
17   </ul>
18   <div class="pagenavi"><{xoops_pagenavi pagenavi=$pageNavi}></div>
19 <{/if}>