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

Back to archive index

Minahito minah****@users*****
2006年 8月 5日 (土) 22:21:46 JST


Index: xoops2jp/html/modules/base/templates/legacy_misc_friend.html
diff -u /dev/null xoops2jp/html/modules/base/templates/legacy_misc_friend.html:1.1.2.1
--- /dev/null	Sat Aug  5 22:21:46 2006
+++ xoops2jp/html/modules/base/templates/legacy_misc_friend.html	Sat Aug  5 22:21:46 2006
@@ -0,0 +1,51 @@
+<{if $actionForm->hasError()}>
+<div class="error">
+  <ul>
+    <{foreach item=message from=$actionForm->getErrorMessages()}>
+      <li><{$message}></li>
+    <{/foreach}>
+  </ul>
+</div>
+<{/if}>
+<form action="./misc.php?type=friend" method="post">
+  <{xoops_token form=$actionForm}>
+  <table  width="100%" class="outer" cellspacing="1">
+    <tr>
+      <th colspan="2"><{$smarty.const._MSC_RECOMMENDSITE}></th>
+    </tr>
+    <tr>
+      <td class='head'>
+        <input type='hidden' name='type' value='friend' />
+        <{$smarty.const._MD_BASE_LANG_YNAME}>
+      </td>
+      <td class='even'>
+        <{xoops_input type=text name=yname value=$actionForm->get('yname')}>
+      </td>
+    </tr>
+    <tr>
+      <td class='head'><{$smarty.const._MD_BASE_LANG_YMAIL}></td>
+      <td class='odd'>
+        <{xoops_input type=text name=ymail value=$actionForm->get('ymail')}>
+      </td>
+    </tr>
+    <tr>
+      <td class='head'><{$smarty.const._MD_BASE_LANG_FNAME}></td>
+      <td class='even'>
+        <{xoops_input type=text name=fname value=$actionForm->get('fname')}>
+      </td>
+    </tr>
+    <tr>
+      <td class='head'><{$smarty.const._MD_BASE_LANG_FMAIL}></td>
+      <td class='odd'>
+        <{xoops_input type=text name=fmail value=$actionForm->get('fmail')}>
+      </td>
+    </tr>
+    <tr>
+      <td class='head'>&nbsp;</td>
+      <td class='even'>
+        <input type='submit' value='<{$smarty.const._SUBMIT}>' />&nbsp;
+        <input value='<{$smarty.const._CLOSE}>' type='button' onclick='javascript:window.close();' />
+      </td>
+    </tr>
+  </table>
+</form>
\ No newline at end of file
Index: xoops2jp/html/modules/base/templates/legacy_misc_friend_success.html
diff -u /dev/null xoops2jp/html/modules/base/templates/legacy_misc_friend_success.html:1.1.2.1
--- /dev/null	Sat Aug  5 22:21:46 2006
+++ xoops2jp/html/modules/base/templates/legacy_misc_friend_success.html	Sat Aug  5 22:21:46 2006
@@ -0,0 +1,3 @@
+<div>
+  <h4><{$smarty.const._MSC_REFERENCESENT}></h4>
+</div>
Index: xoops2jp/html/modules/base/templates/legacy_misc_friend_error.html
diff -u /dev/null xoops2jp/html/modules/base/templates/legacy_misc_friend_error.html:1.1.2.1
--- /dev/null	Sat Aug  5 22:21:46 2006
+++ xoops2jp/html/modules/base/templates/legacy_misc_friend_error.html	Sat Aug  5 22:21:46 2006
@@ -0,0 +1 @@
+<{$xoopsMailer->getErrors()}>


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