Minahito
minah****@users*****
2006年 10月 14日 (土) 20:25:09 JST
Index: xoops2jp/html/modules/user/templates/user_mailjob_link_list.html diff -u /dev/null xoops2jp/html/modules/user/templates/user_mailjob_link_list.html:1.1.2.1 --- /dev/null Sat Oct 14 20:25:09 2006 +++ xoops2jp/html/modules/user/templates/user_mailjob_link_list.html Sat Oct 14 20:25:09 2006 @@ -0,0 +1,35 @@ +<ul class="toptab"> + <li><a href="index.php?action=Mailjob_linkEdit"><{$smarty.const._MD_USER_LANG_CREATE_NEW}></a></li> +</ul> + +<table class="outer"> + <tr> + <th><{$smarty.const._MD_USER_LANG_MAILJOB_ID}><br /> + <a href="<{$pageNavi->renderSortUrl()}>&sort=<{$smarty.const.MAILJOB_LINK_SORT_KEY_MAILJOB_ID}>"><img src="./images/up.gif" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>"></a> + <a href="<{$pageNavi->renderSortUrl()}>&sort=-<{$smarty.const.MAILJOB_LINK_SORT_KEY_MAILJOB_ID}>"><img src="./images/down.gif" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>"></th> + <th><{$smarty.const._MD_USER_LANG_UID}><br /> + <a href="<{$pageNavi->renderSortUrl()}>&sort=<{$smarty.const.MAILJOB_LINK_SORT_KEY_UID}>"><img src="./images/up.gif" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>"></a> + <a href="<{$pageNavi->renderSortUrl()}>&sort=-<{$smarty.const.MAILJOB_LINK_SORT_KEY_UID}>"><img src="./images/down.gif" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>"></th> + <th><{$smarty.const._MD_USER_LANG_RETRY}><br /> + <a href="<{$pageNavi->renderSortUrl()}>&sort=<{$smarty.const.MAILJOB_LINK_SORT_KEY_RETRY}>"><img src="./images/up.gif" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>"></a> + <a href="<{$pageNavi->renderSortUrl()}>&sort=-<{$smarty.const.MAILJOB_LINK_SORT_KEY_RETRY}>"><img src="./images/down.gif" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>"></th> + <th><{$smarty.const._MD_USER_LANG_MESSAGE}><br /> + <a href="<{$pageNavi->renderSortUrl()}>&sort=<{$smarty.const.MAILJOB_LINK_SORT_KEY_MESSAGE}>"><img src="./images/up.gif" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>"></a> + <a href="<{$pageNavi->renderSortUrl()}>&sort=-<{$smarty.const.MAILJOB_LINK_SORT_KEY_MESSAGE}>"><img src="./images/down.gif" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>"></th> + <th><{$smarty.const._MD_USER_LANG_CONTROL}></th> + </tr> + <{foreach item=obj from=$objects}> + <tr class="<{cycle values='odd,even'}>"> + <td><{$obj->getShow('mailjob_id')}></td> + <td><{$obj->getShow('uid')}></td> + <td><{$obj->getShow('retry')}></td> + <td><{$obj->getShow('message')}></td> + <td> + <a href="./index.php?action=Mailjob_linkView&mailjob_id=<{$obj->getShow('mailjob_id')}>"><{$smarty.const._VIEW}></a> + <a href="./index.php?action=Mailjob_linkEdit&mailjob_id=<{$obj->getShow('mailjob_id')}>"><{$smarty.const._EDIT}></a> + <a href="./index.php?action=Mailjob_linkDelete&mailjob_id=<{$obj->getShow('mailjob_id')}>"><{$smarty.const._DELETE}></a> + </td> + </tr> + <{/foreach}> +</table> +<div class="pagenavi"><{xoops_pagenavi pagenavi=$pageNavi}></div>