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

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 2月 2日 (木) 21:22:44 JST


Index: xoops2jp/html/modules/base/admin/templates/install_list.html
diff -u /dev/null xoops2jp/html/modules/base/admin/templates/install_list.html:1.1.2.1
--- /dev/null	Thu Feb  2 21:22:44 2006
+++ xoops2jp/html/modules/base/admin/templates/install_list.html	Thu Feb  2 21:22:44 2006
@@ -0,0 +1,30 @@
+<div class="adminnavi">
+  <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a>
+  &raquo;&raquo; <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a>
+  &raquo;&raquo; <a href="./index.php?action=ModuleDeactiveList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a>
+</div>
+
+<h3><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></h3>
+
+<div class="tips"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_LIST_ADVICE}></div>
+
+<table classs="outer">
+  <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="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" /></a>
+        <a href="index.php?action=ModuleInfo&dirname=<{$module->getVar('dirname')}>"><img src="<{"icons/info.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INFORMATION}>" /></a>
+      </td>
+    </tr>
+  <{/foreach}>
+</table>
Index: xoops2jp/html/modules/base/admin/templates/deactive_module_list.html
diff -u xoops2jp/html/modules/base/admin/templates/deactive_module_list.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/deactive_module_list.html:removed
--- xoops2jp/html/modules/base/admin/templates/deactive_module_list.html:1.1.2.4	Mon Jan 30 23:53:50 2006
+++ xoops2jp/html/modules/base/admin/templates/deactive_module_list.html	Thu Feb  2 21:22:44 2006
@@ -1,30 +0,0 @@
-<div class="adminnavi">
-  <a href="./index.php"><{$smarty.const._MI_BASE_NAME}></a>
-  &raquo;&raquo; <a href="./index.php?action=ModuleList"><{$smarty.const._MI_BASE_MENU_MODULELIST}></a>
-  &raquo;&raquo; <a href="./index.php?action=ModuleDeactiveList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a>
-</div>
-
-<h3><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></h3>
-
-<div class="tips"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_LIST_ADVICE}></div>
-
-<table classs="outer">
-  <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="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" /></a>
-        <a href="index.php?action=ModuleInfo&dirname=<{$module->getVar('dirname')}>"><img src="<{"icons/info.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INFORMATION}>" /></a>
-      </td>
-    </tr>
-  <{/foreach}>
-</table>


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index