Minahito
minah****@users*****
2006年 10月 14日 (土) 20:28:43 JST
Index: xoops2jp/html/modules/user/admin/templates/mailjob_link_list.html diff -u /dev/null xoops2jp/html/modules/user/admin/templates/mailjob_link_list.html:1.1.2.1 --- /dev/null Sat Oct 14 20:28:43 2006 +++ xoops2jp/html/modules/user/admin/templates/mailjob_link_list.html Sat Oct 14 20:28:43 2006 @@ -0,0 +1,50 @@ +<div class="adminnavi"> + <a href="./index.php"><{$smarty.const._MI_USER_LANG_USER}></a> + »» <a href="./index.php?action=Mailjob_linkList"><{$smarty.const._AD_USER_LANG_MAILJOB_LINK_LIST}></a> +</div> + +<h3><{$smarty.const._AD_USER_LANG_MAILJOB_LINK_LIST}></h3> + +<{if $actionForm->hasError()}> +<div class="error"> + <ul> + <{foreach item=message from=$actionForm->getErrorMessages()}> + <li><{$message|escape}></li> + <{/foreach}> + </ul> +</div> +<{/if}> + +<form action="#" method="post"> +<{xoops_token form=$actionForm}> +<{xoops_input type=hidden name=mailjob_id value=$actionForm->get('mailjob_id')}> +<table class="outer"> + <tr> + <th></th> + <th><{$smarty.const._MD_USER_LANG_UID}><br /> + <a href="<{$pageNavi->renderUrlForSort()}>&sort=<{$smarty.const.MAILJOB_LINK_SORT_KEY_UID}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a> + <a href="<{$pageNavi->renderUrlForSort()}>&sort=-<{$smarty.const.MAILJOB_LINK_SORT_KEY_UID}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th> + <th><{$smarty.const._MD_USER_LANG_UNAME}><br /> + <th><{$smarty.const._AD_USER_LANG_RETRY}><br /> + <a href="<{$pageNavi->renderUrlForSort()}>&sort=<{$smarty.const.MAILJOB_LINK_SORT_KEY_RETRY}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a> + <a href="<{$pageNavi->renderUrlForSort()}>&sort=-<{$smarty.const.MAILJOB_LINK_SORT_KEY_RETRY}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th> + <th><{$smarty.const._AD_USER_LANG_MESSAGE}><br /> + <a href="<{$pageNavi->renderUrlForSort()}>&sort=<{$smarty.const.MAILJOB_LINK_SORT_KEY_MESSAGE}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" title="<{$smarty.const._ASCENDING}>" /></a> + <a href="<{$pageNavi->renderUrlForSort()}>&sort=-<{$smarty.const.MAILJOB_LINK_SORT_KEY_MESSAGE}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" title="<{$smarty.const._DESCENDING}>" /></a></th> + </tr> + <{foreach item=obj from=$objects}> + <tr class="<{cycle values='odd,even'}>"> + <td><{xoops_input type=checkbox name=uid key=$obj->get('uid')}></td> + <td><{$obj->getShow('mailjob_id')}></td> + <td><{$obj->get('uid')|xoops_user:uname}></td> + <td><{$obj->getShow('retry')}></td> + <td><{$obj->getShow('message')}></td> + </tr> + <{/foreach}> +</table> + +<input type="submit" value="<{$smarty.const._SUBMIT}>" /> + +</form> + +<div class="pagenavi"><{xoops_pagenavi pagenavi=$pageNavi}></div>