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

Back to archive index

Minahito minah****@users*****
2005年 12月 1日 (木) 14:20:17 JST


Index: xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_confirm.html
diff -u /dev/null xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_confirm.html:1.1.2.1
--- /dev/null	Thu Dec  1 14:20:17 2005
+++ xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_confirm.html	Thu Dec  1 14:20:17 2005
@@ -0,0 +1,39 @@
+<form method="post">
+<input type="hidden" name="dummy_ticket" value="now_test" />
+
+<table>
+<{foreach item=mid from=$mids}>
+	<input type="hidden" name="name[<{$mid}>]" value="<{$actionForm->getVar('name',$mid)|escape}>" />
+	<input type="hidden" name="weight[<{$mid}>]" value="<{$actionForm->getVar('weight',$mid)|escape}>" />
+	<input type="hidden" name="isactive[<{$mid}>]" value="<{$actionForm->getVar('isactive',$mid)|escape}>" />
+	<tr>
+		<td><{$mid}></td>
+		<td>
+			<{if $actionForm->getVar('name',$mid)==$moduleObjects[$mid]->getProperty('name')}>
+				<{$actionForm->getVar('name',$mid)|escape}>
+			<{else}>
+				<font color="red"><{$actionForm->getVar('name',$mid)|escape}></font> (<{$moduleObjects[$mid]->getVar('name')}>)
+			<{/if}>
+		</td>
+		<td>
+			<{if $actionForm->getVar('weight',$mid)==$moduleObjects[$mid]->getProperty('weight')}>
+				<{$actionForm->getVar('weight',$mid)|escape}>
+			<{else}>
+				<font color="red"><{$actionForm->getVar('weight',$mid)|escape}></font> (<{$moduleObjects[$mid]->getVar('weight')}>)
+			<{/if}>
+		</td>
+		<td>
+			<{if $actionForm->getVar('isactive',$mid)==$moduleObjects[$mid]->getProperty('isactive')}>
+				<{$actionForm->getVar('isactive',$mid)|escape}>
+			<{else}>
+				<font color="red"><{$actionForm->getVar('isactive',$mid)|escape}></font> (<{$moduleObjects[$mid]->getVar('isactive')}>)
+			<{/if}>
+		</td>
+		<td></td>
+	</tr>
+<{/foreach}>
+</table>
+<input type="submit" value="*SUBMIT*" />
+
+
+</form>


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