Minahito
minah****@users*****
2005年 12月 29日 (木) 16:25:28 JST
Index: xoops2jp/html/modules/base/admin/templates/module_installer.html diff -u /dev/null xoops2jp/html/modules/base/admin/templates/module_installer.html:1.1.2.1 --- /dev/null Thu Dec 29 16:25:28 2005 +++ xoops2jp/html/modules/base/admin/templates/module_installer.html Thu Dec 29 16:25:28 2005 @@ -0,0 +1,30 @@ +<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> + +<h4><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></h4> + +<ul> + <li><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_ADVICE|replace:"_%s_":$module->getVar('name','e')}> +</ul> + +<table class="outer" cellspacing="1"> + <tr> + <td class="even" rowspan="2"><img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.installer.image}>" /></td> + <td class="even" valign="top"> + <h3><{$module->getVar('name')}></h3> + <ul> + <{foreach item=item from=$module->modinfo.installer.description}> + <li><{$item|escape}> + <{/foreach}> + </ul> + </td> + </tr> + <tr> + <td class="even" align="center" valign="middle"> + <form method="POST"> + <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> + <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" class="formButton" /> + </form> + </td> + </tr> +</table> + Index: xoops2jp/html/modules/base/admin/templates/module_installer_licence.html diff -u /dev/null xoops2jp/html/modules/base/admin/templates/module_installer_licence.html:1.1.2.1 --- /dev/null Thu Dec 29 16:25:28 2005 +++ xoops2jp/html/modules/base/admin/templates/module_installer_licence.html Thu Dec 29 16:25:28 2005 @@ -0,0 +1,14 @@ +<h3>» <{$smarty.const._MD_A_BASE_LANG_MODLIST}></h3> + +<h3><{$licence|escape}></h3> + +<form method="POST"> + <textarea cols="75" rows="15"><{$licenceText|escape}></textarea> + + <br/> + <input type="radio" name="agree" value="1" /><{$smarty.const._MD_A_BASE_LANG_AGREE}><br/> + <input type="radio" name="agree" value="0" /><{$smarty.const._MD_A_BASE_LANG_NO_AGREE}> + + <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> + <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" class="formButton" /> +</form>