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

Back to archive index

Minahito minah****@users*****
2006年 1月 25日 (水) 16:13:08 JST


Index: xoops2jp/html/modules/base/templates/legacy_comment_navi.html
diff -u /dev/null xoops2jp/html/modules/base/templates/legacy_comment_navi.html:1.1.2.1
--- /dev/null	Wed Jan 25 16:13:08 2006
+++ xoops2jp/html/modules/base/templates/legacy_comment_navi.html	Wed Jan 25 16:13:08 2006
@@ -0,0 +1,18 @@
+<form method="get" action="<{$pageName}>">
+  <table width="95%" class="outer" cellspacing="1">
+    <tr>
+      <td class="even" align="center">
+        <{html_options name=com_mode options=$modeOptions selected=$com_mode}>
+        <{html_options name=com_order options=$orderOptions selected=$com_order}>
+        <input type="hidden" name="<{$itemName}>" value="<{$com_itemid}>" />
+        <input type="submit" value="<{$smarty.const._CM_REFRESH}>" class="formButton" />
+        <{foreach key=key item=value from=$extraParams}>
+          <{xoops_input type=hidden name=$key value=$value}>
+        <{/foreach}>
+		<{if $postcomment_link}>
+          <input type="button" onclick="self.location.href='<{$postcomment_link|escape}><{$link_extra|escape}>'" class="formButton" value="<{$smarty.const._CM_POSTCOMMENT}>" />
+        <{/if}>
+    </td>
+  </tr>
+</table>
+</form>


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