[xoops-cvslog 1335] CVS update: xoops2jp/html/modules/user/admin/templates

Back to archive index

Minahito minah****@users*****
2005年 12月 22日 (木) 20:26:27 JST


Index: xoops2jp/html/modules/user/admin/templates/user_admin_default_index.html
diff -u xoops2jp/html/modules/user/admin/templates/user_admin_default_index.html:1.1.2.2 xoops2jp/html/modules/user/admin/templates/user_admin_default_index.html:removed
--- xoops2jp/html/modules/user/admin/templates/user_admin_default_index.html:1.1.2.2	Fri Nov 25 00:48:33 2005
+++ xoops2jp/html/modules/user/admin/templates/user_admin_default_index.html	Thu Dec 22 20:26:27 2005
@@ -1,65 +0,0 @@
-<h4>&nbsp;&nbsp;&raquo; <{$smarty.const._MD_A_USER_LANG_USER_LIST}></h4>
-
-<table>
-	<tr>
-		<th>
-			<{$smarty.const._MD_A_USER_LANG_UID}><br />
-			<a href="<{$pageNavi->renderSortUrl()}>&amp;sort=<{$smarty.const.USER_SORT_KEY_UID}>"><img src="<{$xoops_url}>/themes/admin/images/up.gif" alt="ASC"></a>
-			<a href="<{$pageNavi->renderSortUrl()}>&amp;sort=-<{$smarty.const.USER_SORT_KEY_UID}>"><img src="<{$xoops_url}>/themes/admin/images/down.gif" alt="DESC"></a>
-		</th>
-		<th>
-			<{$smarty.const._MD_A_USER_LANG_UNAME}><br />
-			<a href="<{$pageNavi->renderSortUrl()}>&amp;sort=<{$smarty.const.USER_SORT_KEY_UNAME}>"><img src="<{$xoops_url}>/themes/admin/images/up.gif" alt="ASC"></a>
-			<a href="<{$pageNavi->renderSortUrl()}>&amp;sort=-<{$smarty.const.USER_SORT_KEY_UNAME}>"><img src="<{$xoops_url}>/themes/admin/images/down.gif" alt="DESC"></a>
-		</th>
-		<th>
-			<{$smarty.const._MD_A_USER_LANG_NAME}><br />
-			<a href="<{$pageNavi->renderSortUrl()}>&amp;sort=<{$smarty.const.USER_SORT_KEY_NAME}>"><img src="<{$xoops_url}>/themes/admin/images/up.gif" alt="ASC"></a>
-			<a href="<{$pageNavi->renderSortUrl()}>&amp;sort=-<{$smarty.const.USER_SORT_KEY_NAME}>"><img src="<{$xoops_url}>/themes/admin/images/down.gif" alt="DESC"></a>
-		</th>
-		<th>
-			<{$smarty.const._MD_A_USER_LANG_REGDATE}><br />
-			<a href="<{$pageNavi->renderSortUrl()}>&amp;sort=<{$smarty.const.USER_SORT_KEY_REGDATE}>"><img src="<{$xoops_url}>/themes/admin/images/up.gif" alt="ASC"></a>
-			<a href="<{$pageNavi->renderSortUrl()}>&amp;sort=-<{$smarty.const.USER_SORT_KEY_REGDATE}>"><img src="<{$xoops_url}>/themes/admin/images/down.gif" alt="DESC"></a>
-		</th>
-		<th>
-			<{$smarty.const._MD_A_USER_LANG_LASTLOGIN}><br />
-			<a href="<{$pageNavi->renderSortUrl()}>&amp;sort=<{$smarty.const.USER_SORT_KEY_LASTLOGIN}>"><img src="<{$xoops_url}>/themes/admin/images/up.gif" alt="ASC"></a>
-			<a href="<{$pageNavi->renderSortUrl()}>&amp;sort=-<{$smarty.const.USER_SORT_KEY_LASTLOGIN}>"><img src="<{$xoops_url}>/themes/admin/images/down.gif" alt="DESC"></a>
-		</th>
-		<th>
-			<{$smarty.const._MD_A_USER_LANG_POSTS}><br />
-			<a href="<{$pageNavi->renderSortUrl()}>&amp;sort=<{$smarty.const.USER_SORT_KEY_POSTS}>"><img src="<{$xoops_url}>/themes/admin/images/up.gif" alt="ASC"></a>
-			<a href="<{$pageNavi->renderSortUrl()}>&amp;sort=-<{$smarty.const.USER_SORT_KEY_POSTS}>"><img src="<{$xoops_url}>/themes/admin/images/down.gif" alt="DESC"></a>
-		</th>
-		<th>
-			<{$smarty.const._MD_A_USER_LANG_LEVEL}><br />
-			<a href="<{$pageNavi->renderSortUrl()}>&amp;sort=<{$smarty.const.USER_SORT_KEY_LEVEL}>"><img src="<{$xoops_url}>/themes/admin/images/up.gif" alt="ASC"></a>
-			<a href="<{$pageNavi->renderSortUrl()}>&amp;sort=-<{$smarty.const.USER_SORT_KEY_LEVEL}>"><img src="<{$xoops_url}>/themes/admin/images/down.gif" alt="DESC"></a>
-		</th>
-		<th>
-			<{$smarty.const._MD_A_USER_LANG_CONTROL}>
-		</th>
-	</tr>
-	<{foreach item=user from=$users}>
-		<tr class="<{cycle values='odd,even'}>">
-			<td><{$user->getVar('uid')}></td>
-			<td><{$user->getVar('uname')}></td>
-			<td><{$user->getVar('name')}></td>
-			<td><{$user->getVar('user_regdate')|xoops_formattimestamp}></td>
-			<td><{$user->getVar('last_login')|xoops_formattimestamp:l}></td>
-			<td><{$user->getVar('posts')}></td>
-			<td><{$user->getVar('level')}></td>
-			<td>
-				<a href="<{$xoops_url}>/modules/system/admin.php?fct=users&amp;uid=<{$user->getVar('uid')}>&amp;op=modifyUser"><{$smarty.const._MD_A_USER_LANG_EDIT}></a> | 
-				<{$smarty.const._MD_A_USER_LANG_DELETE}>
-			</td>
-		</tr>
-	<{/foreach}>
-</table>
-
-<br />
-
-<div align="center">
-	<{xoops_pagenavi pagenavi=$pageNavi}>
-</div>
\ No newline at end of file


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