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

Back to archive index

Minahito minah****@users*****
2005年 12月 1日 (木) 01:19:19 JST


Index: xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html
diff -u /dev/null xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html:1.1.2.1
--- /dev/null	Thu Dec  1 01:19:19 2005
+++ xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html	Thu Dec  1 01:19:18 2005
@@ -0,0 +1,56 @@
+<h4>MODULE LIST</h4>
+
+<form>
+
+<table>
+	<tr>
+		<th>
+			*MID*
+			<a href="index.php?action=ModuleList&amp;sort=<{$smarty.const.MODULE_SORT_KEY_MID}>"><img src="<{$xoops_url}>/modules/base/admin/images/up.gif" alt="ASC"></a>
+			<a href="index.php?action=ModuleList&amp;sort=-<{$smarty.const.MODULE_SORT_KEY_MID}>"><img src="<{$xoops_url}>/modules/base/admin/images/down.gif" alt="DESC"></a>
+		</th>
+		<th>
+			*GRAPHIC*
+		</th>
+		<th>
+			*NAME*
+			<a href="index.php?action=ModuleList&amp;sort=<{$smarty.const.MODULE_SORT_KEY_NAME}>"><img src="<{$xoops_url}>/modules/base/admin/images/up.gif" alt="ASC"></a>
+			<a href="index.php?action=ModuleList&amp;sort=-<{$smarty.const.MODULE_SORT_KEY_NAME}>"><img src="<{$xoops_url}>/modules/base/admin/images/down.gif" alt="DESC"></a>
+		</th>
+		<th>
+			*VERSION*
+			<a href="index.php?action=ModuleList&amp;sort=<{$smarty.const.MODULE_SORT_KEY_VERSION}>"><img src="<{$xoops_url}>/modules/base/admin/images/up.gif" alt="ASC"></a>
+			<a href="index.php?action=ModuleList&amp;sort=-<{$smarty.const.MODULE_SORT_KEY_VERSION}>"><img src="<{$xoops_url}>/modules/base/admin/images/down.gif" alt="DESC"></a>
+		</th>
+		<th>
+			*LASTUPDATE*
+			<a href="index.php?action=ModuleList&amp;sort=<{$smarty.const.MODULE_SORT_KEY_LASTUPDATE}>"><img src="<{$xoops_url}>/modules/base/admin/images/up.gif" alt="ASC"></a>
+			<a href="index.php?action=ModuleList&amp;sort=-<{$smarty.const.MODULE_SORT_KEY_LASTUPDATE}>"><img src="<{$xoops_url}>/modules/base/admin/images/down.gif" alt="DESC"></a>
+		</th>
+		<th>
+			*WEIGHT*
+			<a href="index.php?action=ModuleList&amp;sort=<{$smarty.const.MODULE_SORT_KEY_WEIGHT}>"><img src="<{$xoops_url}>/modules/base/admin/images/up.gif" alt="ASC"></a>
+			<a href="index.php?action=ModuleList&amp;sort=-<{$smarty.const.MODULE_SORT_KEY_WEIGHT}>"><img src="<{$xoops_url}>/modules/base/admin/images/down.gif" alt="DESC"></a>
+		</th>
+		<th>
+			*ISACTIVE*
+			<a href="index.php?action=ModuleList&amp;sort=<{$smarty.const.MODULE_SORT_KEY_ISACTIVE}>"><img src="<{$xoops_url}>/modules/base/admin/images/up.gif" alt="ASC"></a>
+			<a href="index.php?action=ModuleList&amp;sort=-<{$smarty.const.MODULE_SORT_KEY_ISACTIVE}>"><img src="<{$xoops_url}>/modules/base/admin/images/down.gif" alt="DESC"></a>
+		</th>
+	</tr>
+	<{foreach item=module from=$moduleObjects}>
+		<tr class="<{cycle values='odd,even'}>">
+			<td><{$module->getVar('mid')}></td>
+			<td><img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" /></td>
+			<td><{xoops_input type=text name=name[$module->getVar('mid')] value=$module->getVar('name')}></td>
+			<td><{$module->getRenderedVersion()}></td>
+			<td><{$module->getVar('last_update')|xoops_formattimestamp:l}></td>
+			<td><{xoops_input type=text size=4 maxlength=4 name=weight[$module->getVar('mid')] value=$module->getVar('weight')}></td>
+			<td><input type="checkbox" name="mid[$module->getVar('mid')]" value="1" <{if $module->getVar('isactive')}>checked<{/if}>></td>
+		</tr>
+	<{/foreach}>
+</table>
+
+<input type="submit" value="SUBMIT" />
+
+</form>
\ No newline at end of file


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