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

Back to archive index

Minahito minah****@users*****
2006年 1月 24日 (火) 22:53:20 JST


Index: xoops2jp/html/modules/base/templates/legacy_xoops_result.html
diff -u /dev/null xoops2jp/html/modules/base/templates/legacy_xoops_result.html:1.1.2.1
--- /dev/null	Tue Jan 24 22:53:20 2006
+++ xoops2jp/html/modules/base/templates/legacy_xoops_result.html	Tue Jan 24 22:53:20 2006
@@ -0,0 +1,12 @@
+<div class="resultMsg">
+  <{if $title}>
+    <h4><{$title}></h4>
+  <{/if}>
+  <{if is_array($message)}>
+    <{foreach item=msg from=$message}>
+      <{$msg|escape}><br/>
+    <{/foreach}>
+  <{else}>
+    <{$message|escape}>
+  <{/if}>
+</div>
Index: xoops2jp/html/modules/base/templates/legacy_xoops_error.html
diff -u /dev/null xoops2jp/html/modules/base/templates/legacy_xoops_error.html:1.1.2.1
--- /dev/null	Tue Jan 24 22:53:20 2006
+++ xoops2jp/html/modules/base/templates/legacy_xoops_error.html	Tue Jan 24 22:53:20 2006
@@ -0,0 +1,12 @@
+<div class="errorMsg">
+  <{if $title}>
+    <h4><{$title}></h4>
+  <{/if}>
+  <{if is_array($message)}>
+    <{foreach item=msg from=$message}>
+      <{$msg|escape}><br/>
+    <{/foreach}>
+  <{else}>
+    <{$message|escape}>
+  <{/if}>
+</div>


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