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

Back to archive index

Minahito minah****@users*****
2006年 2月 4日 (土) 01:00:58 JST


Index: xoops2jp/html/modules/base/admin/templates/module_installer_error.html
diff -u xoops2jp/html/modules/base/admin/templates/module_installer_error.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/module_installer_error.html:removed
--- xoops2jp/html/modules/base/admin/templates/module_installer_error.html:1.1.2.1	Thu Feb  2 21:27:06 2006
+++ xoops2jp/html/modules/base/admin/templates/module_installer_error.html	Sat Feb  4 01:00:58 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.html
diff -u xoops2jp/html/modules/base/admin/templates/module_installer.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/module_installer.html:removed
--- xoops2jp/html/modules/base/admin/templates/module_installer.html:1.1.2.5	Fri Feb  3 17:33:15 2006
+++ xoops2jp/html/modules/base/admin/templates/module_installer.html	Sat Feb  4 01:00:58 2006
@@ -1,40 +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=InstallList"><{$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="2"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></th>
-  </tr>
-  <tr>
-    <td class="head">
-      <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.installer.image}>" />
-    </td>
-    <td class="even" valign="top">
-      <h4><{$module->getVar('name')}></h4>
-      <ul>
-        <{foreach item=item from=$module->modinfo.installer.description}>
-          <li><{$item|escape}>
-        <{/foreach}>
-      </ul>
-    </td>
-  </tr>
-  <tr>
-    <td class="foot" colspan="2">
-      <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>"  class="formButton" />
-    </td>
-  </tr>
-</table>
-</form>
Index: xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html
diff -u /dev/null xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.1
--- /dev/null	Sat Feb  4 01:00:58 2006
+++ xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html	Sat Feb  4 01:00:58 2006
@@ -0,0 +1,40 @@
+<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=InstallList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a>
+  &raquo;&raquo; <{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}>
+</div>
+
+<h3><{$licence|escape}></h3>
+
+<{if $actionForm->hasError()}>
+  <ul>
+    <{foreach item=message from=$actionForm->getErrorMessages()}>
+      <li><{$message|escape}></li>
+    <{/foreach}>
+  </ul>
+<{/if}>
+
+<form method="POST">
+<{xoops_token form=$actionForm}>
+<{xoops_input type=hidden name=dirname value=$actionForm->get('dirname')}>
+<table class="outer">
+  <tr>
+    <th><{$licence|escape}></th>
+  </tr>
+  <tr>
+    <td class="head" style="text-align:center">
+      <textarea cols="75" rows="15"><{$licenceText|escape}></textarea>
+    </td>
+  <tr>
+    <td class="foot">
+      <input type="radio" name="agree" value="1" /><{$smarty.const._MD_A_BASE_LANG_AGREE}>
+      <input type="radio" name="agree" value="0" /><{$smarty.const._MD_A_BASE_LANG_NO_AGREE}>
+    </td>
+  <tr>
+    <td class="foot">
+      <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_installer_licence.html
diff -u xoops2jp/html/modules/base/admin/templates/module_installer_licence.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/module_installer_licence.html:removed
--- xoops2jp/html/modules/base/admin/templates/module_installer_licence.html:1.1.2.5	Fri Feb  3 17:33:15 2006
+++ xoops2jp/html/modules/base/admin/templates/module_installer_licence.html	Sat Feb  4 01:00:58 2006
@@ -1,32 +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=InstallList"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL}></a>
-  &raquo;&raquo; <{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}>
-</div>
-
-<h3><{$licence|escape}></h3>
-
-<form method="POST">
-<{xoops_token form=$actionForm}>
-<input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" />
-<table class="outer">
-  <tr>
-    <th><{$licence|escape}></th>
-  </tr>
-  <tr>
-    <td class="head" style="text-align:center">
-      <textarea cols="75" rows="15"><{$licenceText|escape}></textarea>
-    </td>
-  <tr>
-    <td class="foot">
-      <input type="radio" name="agree" value="1" /><{$smarty.const._MD_A_BASE_LANG_AGREE}>
-      <input type="radio" name="agree" value="0" /><{$smarty.const._MD_A_BASE_LANG_NO_AGREE}>
-    </td>
-  <tr>
-    <td class="foot">
-      <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>"  class="formButton" />
-    </td>
-  </tr>
-</table>
-</form>
Index: xoops2jp/html/modules/base/admin/templates/install_wizard_error.html
diff -u /dev/null xoops2jp/html/modules/base/admin/templates/install_wizard_error.html:1.1.2.1
--- /dev/null	Sat Feb  4 01:00:58 2006
+++ xoops2jp/html/modules/base/admin/templates/install_wizard_error.html	Sat Feb  4 01:00:58 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/install_wizard.html
diff -u /dev/null xoops2jp/html/modules/base/admin/templates/install_wizard.html:1.1.2.1
--- /dev/null	Sat Feb  4 01:00:58 2006
+++ xoops2jp/html/modules/base/admin/templates/install_wizard.html	Sat Feb  4 01:00:58 2006
@@ -0,0 +1,40 @@
+<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=InstallList"><{$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="2"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></th>
+  </tr>
+  <tr>
+    <td class="head">
+      <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.installer.image}>" />
+    </td>
+    <td class="even" valign="top">
+      <h4><{$module->getVar('name')}></h4>
+      <ul>
+        <{foreach item=item from=$module->modinfo.installer.description}>
+          <li><{$item|escape}>
+        <{/foreach}>
+      </ul>
+    </td>
+  </tr>
+  <tr>
+    <td class="foot" colspan="2">
+      <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>"  class="formButton" />
+    </td>
+  </tr>
+</table>
+</form>


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