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

Back to archive index

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


Index: xoops2jp/html/modules/base/admin/templates/module_installers_error.html
diff -u xoops2jp/html/modules/base/admin/templates/module_installers_error.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/module_installers_error.html:removed
--- xoops2jp/html/modules/base/admin/templates/module_installers_error.html:1.1.2.4	Mon Jan 30 23:53:50 2006
+++ xoops2jp/html/modules/base/admin/templates/module_installers_error.html	Thu Feb  2 21:27:06 2006
@@ -1,13 +0,0 @@
-<h4><{$smarty.const._ERROR}></h4>
-
-<ul>
-<{foreach item=msg from=$log}>
-  <{if $msg.type=="error"}>
-    <li style="color:red;"><{$msg.message}></li>
-  <{elseif $msg.type=="warning"}>
-    <li style="color:blue;"><{$msg.message}></li>
-  <{else}>
-    <li><{$msg.message}></li>
-  <{/if}>
-<{/foreach}>
-</ul>
Index: xoops2jp/html/modules/base/admin/templates/module_installer_error.html
diff -u /dev/null xoops2jp/html/modules/base/admin/templates/module_installer_error.html:1.1.2.1
--- /dev/null	Thu Feb  2 21:27:06 2006
+++ xoops2jp/html/modules/base/admin/templates/module_installer_error.html	Thu Feb  2 21:27:06 2006
@@ -0,0 +1,13 @@
+<h4><{$smarty.const._ERROR}></h4>
+
+<ul>
+<{foreach item=msg from=$log}>
+  <{if $msg.type=="error"}>
+    <li style="color:red;"><{$msg.message}></li>
+  <{elseif $msg.type=="warning"}>
+    <li style="color:blue;"><{$msg.message}></li>
+  <{else}>
+    <li><{$msg.message}></li>
+  <{/if}>
+<{/foreach}>
+</ul>
Index: xoops2jp/html/modules/base/admin/templates/module_update.html
diff -u /dev/null xoops2jp/html/modules/base/admin/templates/module_update.html:1.1.2.1
--- /dev/null	Thu Feb  2 21:27:06 2006
+++ xoops2jp/html/modules/base/admin/templates/module_update.html	Thu Feb  2 21:27:06 2006
@@ -0,0 +1,70 @@
+<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; <{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}>
+</div>
+
+<h3><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></h3>
+
+<ul>
+  <li><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_ADVICE|replace:"_%s_":$module->getVar('name','e')}>
+</ul>
+
+<form method="POST">
+<{xoops_token form=$actionForm}>
+<input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" />
+<table class="outer">
+  <tr>
+    <th colspan="3"><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></th>
+  </tr>
+  <tr>
+    <td class="head" rowspan="6" style="text-align:center;">
+      <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" />
+      <div><{$module->modinfo.name|escape}></div>
+    </td>
+	<td class="head"><{$smarty.const._MD_A_BASE_LANG_NAME}></td>
+	<td class="<{cycle values='odd,even'}>"><{$module->getVar('name',e)}></td>
+  </tr>
+  <tr>
+	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DIR_NAME}></td>
+	<td class="<{cycle values='odd,even'}>"><{$module->getVar('dirname',e)}></td>
+  </tr>
+  <tr>
+	<td class="head"><{$smarty.const._MD_A_BASE_LANG_VERSION}></td>
+	<td class="<{cycle values='odd,even'}>"><{math equation="v/100" v=$module->getVar('version') format="%.2f"}>
+	<{if $module->getVar('version') != $module->modinfo.version * 100 }>
+	  &raquo; <b style="color:red;"><{math equation=$module->modinfo.version format="%.2f"}></b>
+	<{/if}>
+	</td>
+  </tr>
+  <tr>
+	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MID}></td>
+	<td class="<{cycle values='odd,even'}>">
+	  <{if $module->getVar('mid')}>
+	    <{$module->getVar('mid')}>
+	  <{else}>
+	    --
+	  <{/if}>
+	</td>
+  </tr>
+  <tr>
+	<td class="head"><{$smarty.const._MD_A_BASE_LANG_LASTUPDATE}></td>
+	<td class="<{cycle values='odd,even'}>">
+	  <{if $module->getVar('last_update')}>
+        <{$module->getVar('last_update')|xoops_formattimestamp:l}>
+      <{else}>
+        --
+      <{/if}>
+    </td>
+  </tr>
+  <tr>
+	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DESC}></td>
+	<td class="<{cycle values='odd,even'}>"><{$module->modinfo.description|escape}></td>
+  </tr>
+  <tr>
+    <td class="foot" colspan="3">
+      <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" class="formButton" />
+    </td>
+  </tr>
+</table>
+</form>
Index: xoops2jp/html/modules/base/admin/templates/module_uninstall.html
diff -u /dev/null xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.1
--- /dev/null	Thu Feb  2 21:27:06 2006
+++ xoops2jp/html/modules/base/admin/templates/module_uninstall.html	Thu Feb  2 21:27:06 2006
@@ -0,0 +1,76 @@
+<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; <{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_CONF}>
+</div>
+
+<h3><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_CONF}></h3>
+
+<ul>
+  <li><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_ADVICE|replace:"_%s_":$module->getVar('name','e')}>
+</ul>
+
+<form method="POST">
+<{xoops_token form=$actionForm}>
+<input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" />
+<table class="outer">
+  <tr>
+    <th colspan="3"><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_CONF}></th>
+  </tr>
+  <tr>
+    <td rowspan="6" class="head" style="text-align:center;">
+      <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" />
+      <div><{$module->modinfo.name|escape}></div>
+    </td>
+    <td class="head"><{$smarty.const._MD_A_BASE_LANG_NAME}></td>
+    <td class="<{cycle values='odd,even'}>"><{$module->getVar('name',e)}></td>
+  </tr>
+  <tr>
+	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DIR_NAME}></td>
+    <td class="<{cycle values='odd,even'}>"><{$module->getVar('dirname',e)}></td>
+  </tr>
+  <tr>
+    <td class="head"><{$smarty.const._MD_A_BASE_LANG_VERSION}></td>
+    <td class="<{cycle values='odd,even'}>">
+      <{math equation="v/100" v=$module->getVar('version') format="%.2f"}>
+      <{if $module->getVar('version') != $module->modinfo.version * 100 }>
+        &raquo; <b style="color:red;"><{math equation=$module->modinfo.version format="%.2f"}></b>
+      <{/if}>
+	</td>
+  </tr>
+  <tr>
+	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MID}></td>
+	<td class="<{cycle values='odd,even'}>">
+      <{if $module->getVar('mid')}>
+        <{$module->getVar('mid')}>
+      <{else}>
+        --
+      <{/if}>
+    </td>
+  </tr>
+  <tr>
+    <td class="head"><{$smarty.const._MD_A_BASE_LANG_LASTUPDATE}></td>
+    <td class="<{cycle values='odd,even'}>">
+      <{if $module->getVar('last_update')}>
+        <{$module->getVar('last_update')|xoops_formattimestamp:l}>
+      <{else}>
+        --
+      <{/if}>
+    </td>
+  </tr>
+  <tr>
+    <td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DESC}></td>
+    <td class="<{cycle values='odd,even'}>"><{$module->modinfo.description|escape}></td>
+  </tr>
+  <tr>
+    <td class="foot" colspan="3">
+      <input type="checkbox" name="force" value="1" /><{$smarty.const._MD_A_BASE_LANG_FORCE_MODE}>
+    </td>
+  </tr>
+  <tr>
+    <td class="foot" colspan="3">
+      <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UNINSTALL}>" class="formButton" />
+    </td>
+  </tr>
+</table>
+</form>
Index: xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html
diff -u xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html:removed
--- xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html:1.1.2.6	Thu Feb  2 18:18:04 2006
+++ xoops2jp/html/modules/base/admin/templates/module_uninstall_confirm.html	Thu Feb  2 21:27:06 2006
@@ -1,76 +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; <{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_CONF}>
-</div>
-
-<h3><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_CONF}></h3>
-
-<ul>
-  <li><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_ADVICE|replace:"_%s_":$module->getVar('name','e')}>
-</ul>
-
-<form method="POST">
-<{xoops_token form=$actionForm}>
-<input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" />
-<table class="outer">
-  <tr>
-    <th colspan="3"><{$smarty.const._MD_A_BASE_LANG_MODUNINSTALL_CONF}></th>
-  </tr>
-  <tr>
-    <td rowspan="6" class="head" style="text-align:center;">
-      <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" />
-      <div><{$module->modinfo.name|escape}></div>
-    </td>
-    <td class="head"><{$smarty.const._MD_A_BASE_LANG_NAME}></td>
-    <td class="<{cycle values='odd,even'}>"><{$module->getVar('name',e)}></td>
-  </tr>
-  <tr>
-	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DIR_NAME}></td>
-    <td class="<{cycle values='odd,even'}>"><{$module->getVar('dirname',e)}></td>
-  </tr>
-  <tr>
-    <td class="head"><{$smarty.const._MD_A_BASE_LANG_VERSION}></td>
-    <td class="<{cycle values='odd,even'}>">
-      <{math equation="v/100" v=$module->getVar('version') format="%.2f"}>
-      <{if $module->getVar('version') != $module->modinfo.version * 100 }>
-        &raquo; <b style="color:red;"><{math equation=$module->modinfo.version format="%.2f"}></b>
-      <{/if}>
-	</td>
-  </tr>
-  <tr>
-	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MID}></td>
-	<td class="<{cycle values='odd,even'}>">
-      <{if $module->getVar('mid')}>
-        <{$module->getVar('mid')}>
-      <{else}>
-        --
-      <{/if}>
-    </td>
-  </tr>
-  <tr>
-    <td class="head"><{$smarty.const._MD_A_BASE_LANG_LASTUPDATE}></td>
-    <td class="<{cycle values='odd,even'}>">
-      <{if $module->getVar('last_update')}>
-        <{$module->getVar('last_update')|xoops_formattimestamp:l}>
-      <{else}>
-        --
-      <{/if}>
-    </td>
-  </tr>
-  <tr>
-    <td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DESC}></td>
-    <td class="<{cycle values='odd,even'}>"><{$module->modinfo.description|escape}></td>
-  </tr>
-  <tr>
-    <td class="foot" colspan="3">
-      <input type="checkbox" name="force" value="1" /><{$smarty.const._MD_A_BASE_LANG_FORCE_MODE}>
-    </td>
-  </tr>
-  <tr>
-    <td class="foot" colspan="3">
-      <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UNINSTALL}>" class="formButton" />
-    </td>
-  </tr>
-</table>
-</form>
Index: xoops2jp/html/modules/base/admin/templates/module_install.html
diff -u /dev/null xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.1
--- /dev/null	Thu Feb  2 21:27:06 2006
+++ xoops2jp/html/modules/base/admin/templates/module_install.html	Thu Feb  2 21:27:06 2006
@@ -0,0 +1,71 @@
+<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>
+  &raquo;&raquo; <{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}>
+</div>
+
+<h3><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></h3>
+
+<ul>
+  <li><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_ADVICE|replace:"_%s_":$module->getVar('name','e')}>
+</ul>
+
+<form method="POST">
+<{xoops_token form=$actionForm}>
+<input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" />
+<table class="outer">
+  <tr>
+    <th colspan="3"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></th>
+  </tr>
+  <tr>
+    <td class="head" rowspan="6" style="text-align:center;">
+      <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" />
+      <div><{$module->modinfo.name|escape}></div>
+    </td>
+	<td class="head"><{$smarty.const._MD_A_BASE_LANG_NAME}></td>
+	<td class="<{cycle values='odd,even'}>"><{$module->getVar('name',e)}></td>
+  </tr>
+  <tr>
+	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DIR_NAME}></td>
+	<td class="<{cycle values='odd,even'}>"><{$module->getVar('dirname',e)}></td>
+  </tr>
+  <tr>
+	<td class="head"><{$smarty.const._MD_A_BASE_LANG_VERSION}></td>
+	<td class="<{cycle values='odd,even'}>"><{math equation="v/100" v=$module->getVar('version') format="%.2f"}>
+	<{if $module->getVar('version') != $module->modinfo.version * 100 }>
+	  &raquo; <b style="color:red;"><{math equation=$module->modinfo.version format="%.2f"}></b>
+	<{/if}>
+	</td>
+  </tr>
+  <tr>
+	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MID}></td>
+	<td class="<{cycle values='odd,even'}>">
+	  <{if $module->getVar('mid')}>
+	    <{$module->getVar('mid')}>
+	  <{else}>
+	    --
+	  <{/if}>
+	</td>
+  </tr>
+  <tr>
+	<td class="head"><{$smarty.const._MD_A_BASE_LANG_LASTUPDATE}></td>
+	<td class="<{cycle values='odd,even'}>">
+	  <{if $module->getVar('last_update')}>
+        <{$module->getVar('last_update')|xoops_formattimestamp:l}>
+      <{else}>
+        --
+      <{/if}>
+    </td>
+  </tr>
+  <tr>
+	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DESC}></td>
+	<td class="<{cycle values='odd,even'}>"><{$module->modinfo.description|escape}></td>
+  </tr>
+  <tr>
+    <td class="foot" colspan="3">
+      <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" class="formButton" />
+    </td>
+  </tr>
+</table>
+</form>
Index: xoops2jp/html/modules/base/admin/templates/module_update_confirm.html
diff -u xoops2jp/html/modules/base/admin/templates/module_update_confirm.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/module_update_confirm.html:removed
--- xoops2jp/html/modules/base/admin/templates/module_update_confirm.html:1.1.2.6	Thu Feb  2 18:18:04 2006
+++ xoops2jp/html/modules/base/admin/templates/module_update_confirm.html	Thu Feb  2 21:27:06 2006
@@ -1,70 +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; <{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}>
-</div>
-
-<h3><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></h3>
-
-<ul>
-  <li><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_ADVICE|replace:"_%s_":$module->getVar('name','e')}>
-</ul>
-
-<form method="POST">
-<{xoops_token form=$actionForm}>
-<input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" />
-<table class="outer">
-  <tr>
-    <th colspan="3"><{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></th>
-  </tr>
-  <tr>
-    <td class="head" rowspan="6" style="text-align:center;">
-      <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" />
-      <div><{$module->modinfo.name|escape}></div>
-    </td>
-	<td class="head"><{$smarty.const._MD_A_BASE_LANG_NAME}></td>
-	<td class="<{cycle values='odd,even'}>"><{$module->getVar('name',e)}></td>
-  </tr>
-  <tr>
-	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DIR_NAME}></td>
-	<td class="<{cycle values='odd,even'}>"><{$module->getVar('dirname',e)}></td>
-  </tr>
-  <tr>
-	<td class="head"><{$smarty.const._MD_A_BASE_LANG_VERSION}></td>
-	<td class="<{cycle values='odd,even'}>"><{math equation="v/100" v=$module->getVar('version') format="%.2f"}>
-	<{if $module->getVar('version') != $module->modinfo.version * 100 }>
-	  &raquo; <b style="color:red;"><{math equation=$module->modinfo.version format="%.2f"}></b>
-	<{/if}>
-	</td>
-  </tr>
-  <tr>
-	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MID}></td>
-	<td class="<{cycle values='odd,even'}>">
-	  <{if $module->getVar('mid')}>
-	    <{$module->getVar('mid')}>
-	  <{else}>
-	    --
-	  <{/if}>
-	</td>
-  </tr>
-  <tr>
-	<td class="head"><{$smarty.const._MD_A_BASE_LANG_LASTUPDATE}></td>
-	<td class="<{cycle values='odd,even'}>">
-	  <{if $module->getVar('last_update')}>
-        <{$module->getVar('last_update')|xoops_formattimestamp:l}>
-      <{else}>
-        --
-      <{/if}>
-    </td>
-  </tr>
-  <tr>
-	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DESC}></td>
-	<td class="<{cycle values='odd,even'}>"><{$module->modinfo.description|escape}></td>
-  </tr>
-  <tr>
-    <td class="foot" colspan="3">
-      <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" class="formButton" />
-    </td>
-  </tr>
-</table>
-</form>
Index: xoops2jp/html/modules/base/admin/templates/module_install_confirm.html
diff -u xoops2jp/html/modules/base/admin/templates/module_install_confirm.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/module_install_confirm.html:removed
--- xoops2jp/html/modules/base/admin/templates/module_install_confirm.html:1.1.2.6	Thu Feb  2 18:18:04 2006
+++ xoops2jp/html/modules/base/admin/templates/module_install_confirm.html	Thu Feb  2 21:27:06 2006
@@ -1,71 +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>
-  &raquo;&raquo; <{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}>
-</div>
-
-<h3><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></h3>
-
-<ul>
-  <li><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_ADVICE|replace:"_%s_":$module->getVar('name','e')}>
-</ul>
-
-<form method="POST">
-<{xoops_token form=$actionForm}>
-<input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" />
-<table class="outer">
-  <tr>
-    <th colspan="3"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></th>
-  </tr>
-  <tr>
-    <td class="head" rowspan="6" style="text-align:center;">
-      <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" />
-      <div><{$module->modinfo.name|escape}></div>
-    </td>
-	<td class="head"><{$smarty.const._MD_A_BASE_LANG_NAME}></td>
-	<td class="<{cycle values='odd,even'}>"><{$module->getVar('name',e)}></td>
-  </tr>
-  <tr>
-	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DIR_NAME}></td>
-	<td class="<{cycle values='odd,even'}>"><{$module->getVar('dirname',e)}></td>
-  </tr>
-  <tr>
-	<td class="head"><{$smarty.const._MD_A_BASE_LANG_VERSION}></td>
-	<td class="<{cycle values='odd,even'}>"><{math equation="v/100" v=$module->getVar('version') format="%.2f"}>
-	<{if $module->getVar('version') != $module->modinfo.version * 100 }>
-	  &raquo; <b style="color:red;"><{math equation=$module->modinfo.version format="%.2f"}></b>
-	<{/if}>
-	</td>
-  </tr>
-  <tr>
-	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MID}></td>
-	<td class="<{cycle values='odd,even'}>">
-	  <{if $module->getVar('mid')}>
-	    <{$module->getVar('mid')}>
-	  <{else}>
-	    --
-	  <{/if}>
-	</td>
-  </tr>
-  <tr>
-	<td class="head"><{$smarty.const._MD_A_BASE_LANG_LASTUPDATE}></td>
-	<td class="<{cycle values='odd,even'}>">
-	  <{if $module->getVar('last_update')}>
-        <{$module->getVar('last_update')|xoops_formattimestamp:l}>
-      <{else}>
-        --
-      <{/if}>
-    </td>
-  </tr>
-  <tr>
-	<td class="head"><{$smarty.const._MD_A_BASE_LANG_MOD_DESC}></td>
-	<td class="<{cycle values='odd,even'}>"><{$module->modinfo.description|escape}></td>
-  </tr>
-  <tr>
-    <td class="foot" colspan="3">
-      <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" class="formButton" />
-    </td>
-  </tr>
-</table>
-</form>


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