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

Back to archive index

Minahito minah****@users*****
2005年 12月 28日 (水) 22:47:53 JST


Index: xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html
diff -u /dev/null xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html:1.1.2.1
--- /dev/null	Wed Dec 28 22:47:53 2005
+++ xoops2jp/html/modules/base/admin/templates/modulelist_confirm.html	Wed Dec 28 22:47:53 2005
@@ -0,0 +1,64 @@
+<h3>&raquo; <{$smarty.const._MD_A_BASE_LANG_MODLIST}> &raquo; <{$smarty.const._MD_A_BASE_LANG_MODUPDATE_CONF}></h3>
+
+<form method="post">
+<input type="hidden" name="dummy_ticket" value="now_test" />
+
+<table classs="outer" cellspacing="1">
+  <tr>
+    <th><{$smarty.const._MD_A_BASE_LANG_MID}></th>
+    <th><{$smarty.const._MD_A_BASE_LANG_NAME}></th>
+    <th><{$smarty.const._MD_A_BASE_LANG_WEIGHT}></th>
+    <th><{$smarty.const._MD_A_BASE_LANG_ISACTIVE}></th>
+  </tr>
+
+<{foreach item=mid from=$mids}>
+  <tr class="<{cycle values='odd,even'}>" style="text-align:center;">
+    <td><{$mid}></td>
+    <td>
+      <{if $actionForm->getVar('name',$mid) == $moduleObjects[$mid]->getProperty('name')}>
+        <{$actionForm->getVar('name',$mid)|escape}>
+      <{else}>
+         (<{$moduleObjects[$mid]->getVar('name',e)}>) &raquo; <b style="color:#ff0000;"><{$actionForm->getVar('name',$mid)|escape}></b>
+      <{/if}>
+    </td>
+    <td>
+      <{if $actionForm->getVar('weight',$mid) == $moduleObjects[$mid]->getProperty('weight')}>
+        <{$actionForm->getVar('weight',$mid)|escape}>
+      <{else}>
+         (<{$moduleObjects[$mid]->getVar('weight')}>) &raquo; <b style="color:#ff0000;"><{$actionForm->getVar('weight',$mid)|escape}></b>
+      <{/if}>
+    </td>
+    <td>
+      <{if $actionForm->getVar('isactive',$mid) == $moduleObjects[$mid]->getProperty('isactive')}>
+        <{$smarty.const._MD_A_BASE_LANG_NO_CHANGE}>
+      <{else}>
+        (<{if $moduleObjects[$mid]->getProperty('isactive') == 1 }>
+          <{$smarty.const._MD_A_BASE_LANG_ISACTIVE}>
+        <{else}>
+          <{$smarty.const._MD_A_BASE_LANG_DEACTIVATE}>
+        <{/if}>) 
+        &raquo;
+        <b style="color:#ff0000;">
+        <{if $actionForm->getVar('isactive',$mid) == 1}>
+          <{$smarty.const._MD_A_BASE_LANG_ISACTIVE}>
+        <{else}>
+          <{$smarty.const._MD_A_BASE_LANG_DEACTIVATE}>
+        <{/if}></b>
+      <{/if}>
+    </td>
+  </tr>
+  <input type="hidden" name="name[<{$mid}>]" value="<{$actionForm->getVar('name',$mid)|escape}>" />
+  <input type="hidden" name="weight[<{$mid}>]" value="<{$actionForm->getVar('weight',$mid)|escape}>" />
+  <{if $actionForm->getVar('isactive',$mid)}>
+    <input type="hidden" name="isactive[<{$mid}>]" value="1" />
+  <{else}>
+    <input type="hidden" name="isactive[<{$mid}>]" value="0" />
+  <{/if}>
+<{/foreach}>
+  <tr class="foot">
+    <td colspan="4" style="text-align:center;"><br />
+      <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" class="formButton" />
+    </td>
+  </tr>
+</table>
+</form>


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