[xoops-cvslog 1322] CVS update: xoops2jp/html/modules/base/admin/templates

Back to archive index

Minahito minah****@users*****
2005年 12月 21日 (水) 13:13:32 JST


Index: xoops2jp/html/modules/base/admin/templates/deactive_module_list.html
diff -u /dev/null xoops2jp/html/modules/base/admin/templates/deactive_module_list.html:1.1.2.1
--- /dev/null	Wed Dec 21 13:13:32 2005
+++ xoops2jp/html/modules/base/admin/templates/deactive_module_list.html	Wed Dec 21 13:13:32 2005
@@ -0,0 +1,25 @@
+<h3>&raquo; <{$smarty.const._MI_BASE_MENU_MODULEINSTALL}></h3>
+
+<p><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_LIST_ADVICE}></p>
+
+<table classs="outer" cellspacing="1">
+	<tr>
+		<th><{$smarty.const._MD_A_BASE_LANG_NAME}>
+		</th>
+		<th><{$smarty.const._MD_A_BASE_LANG_VERSION}>
+		</th>
+		<th><{$smarty.const._MD_A_BASE_LANG_CONTROL}>
+		</th>
+	</tr>
+	<{foreach item=module from=$moduleObjects}>
+		<tr class="<{cycle values='odd,even'}>" style="text-align:center;">
+			<td><img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getVar('name','e')}>" /><br /><{$module->getVar('name')}></td>
+			<td><{$module->getRenderedVersion()}></td>
+			<td>
+				<a href="index.php?action=ModuleInstall&dirname=<{$module->getVar('dirname')}>"><img src="<{"images/install.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" /></a>
+				<a href="index.php?action=ModuleInfo&dirname=<{$module->getVar('dirname')}>"><img src="<{"images/info.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INFORMATION}>" /></a>
+			</td>
+		</tr>
+	<{/foreach}>
+</table>
+


xoops-cvslog メーリングリストの案内
Back to archive index