marineが作成するテーマの倉庫
| Revision | 0cebdd2fad30519d9ffd0f3935325f09ed00b994 (tree) |
|---|---|
| Time | 2012-05-21 23:04:40 |
| Author | |
| Commiter | marine |
ファイルの整合性を修正
| @@ -1,68 +0,0 @@ | ||
| 1 | -<{* $Id: webphoto_inc_photo_in_table.html,v 1.13 2010/10/10 11:21:38 ohwada Exp $ *}> | |
| 2 | - | |
| 3 | -<div class="webphoto_photo_div"><{* marine add *}> | |
| 4 | - | |
| 5 | -<{* IMAGE PART *}> | |
| 6 | -<div class="webphoto_table_image rotate_<{cycle values="1,2,3,4,5,6,7"}>"> | |
| 7 | - | |
| 8 | -<{* NORMAL IMAGES with popbox *}> | |
| 9 | -<{if ( $photo.onclick == 2 ) && $cfg_use_popbox }> | |
| 10 | - <{if $photo.img_thumb_width && $photo.img_thumb_height }> | |
| 11 | - <img src="<{$photo.img_thumb_src_s}>" alt="<{$photo.title_s}>" title="<{$photo.title_s}>" width="<{$photo.img_thumb_width}>" height="<{$photo.img_thumb_height}>" class="PopBoxImageSmall" onclick="Pop(this,100,'PopBoxImageLarge');" pbSrcNL="<{$photo.img_large_src_s}>" /> | |
| 12 | - <{else}> | |
| 13 | - <img src="<{$photo.img_thumb_src_s}>" alt="<{$photo.title_s}>" title="<{$photo.title_s}>" width="<{$cfg_thumb_width}>" class="PopBoxImageSmall" onclick="Pop(this,100,'PopBoxImageLarge');" pbSrcNL="<{$photo.img_large_src_s}>" /> | |
| 14 | - <{/if}> | |
| 15 | - | |
| 16 | -<{* DIRECT LINK *}> | |
| 17 | -<{elseif $photo.onclick == 1 }> | |
| 18 | - <{if $photo.media_url_s }> | |
| 19 | - <a data-ajax="false" href="<{$photo.img_large_src_s}>" target="_blank" class="pretty"> | |
| 20 | - <{elseif $cfg_use_pathinfo }> | |
| 21 | - <a data-ajax="false" href="<{$photo.img_large_src_s}>" class="pretty"> | |
| 22 | - <{else}> | |
| 23 | - <a data-ajax="false" href="<{$photo.img_large_src_s}>" class="pretty"> | |
| 24 | - <{/if}> | |
| 25 | - | |
| 26 | - <{if $photo.img_thumb_width && $photo.img_thumb_height }> | |
| 27 | - <img src="<{$photo.img_thumb_src_s}>" alt="<{$photo.title_s}>" title="<{$photo.title_s}>" width="<{$photo.img_thumb_width}>" height="<{$photo.img_thumb_height}>" /> | |
| 28 | - <{else}> | |
| 29 | - <img src="<{$photo.img_thumb_src_s}>" alt="<{$photo.title_s}>" title="<{$photo.title_s}>" width="<{$cfg_thumb_width}>" /> | |
| 30 | - <{/if}> | |
| 31 | - </a> | |
| 32 | - | |
| 33 | -<{* PHOTO PAGE *}> | |
| 34 | -<{else}> | |
| 35 | - <{if $cfg_use_pathinfo }> | |
| 36 | - <a data-ajax="false" href="<{$photo.img_large_src_s}>" class="pretty" rel="prettyPhoto[pp_gal]" > | |
| 37 | - <{else}> | |
| 38 | - <a data-ajax="false" href="<{$photo.img_large_src_s}>" class="pretty" rel="prettyPhoto[pp_gal]" > | |
| 39 | - <{/if}> | |
| 40 | - <{if $photo.img_thumb_width && $photo.img_thumb_height }> | |
| 41 | - <img src="<{$photo.img_thumb_src_s}>" alt="<{$photo.title_s}>" title="<{$photo.title_s}>" width="<{$photo.img_thumb_width}>" height="<{$photo.img_thumb_height}>" /> | |
| 42 | - <{else}> | |
| 43 | - <img src="<{$photo.img_thumb_src_s}>" alt="<{$photo.title_s}>" title="<{$photo.title_s}>" width="<{$cfg_thumb_width}>" /> | |
| 44 | - <{/if}> | |
| 45 | - </a> | |
| 46 | -<{/if}> | |
| 47 | - | |
| 48 | - | |
| 49 | -<div class="webphoto_table_sub"><{* marine add *}> | |
| 50 | - | |
| 51 | -<{* PHOTO"S SUBJECT *}> | |
| 52 | -<a name="<{$photo.photo_id}>"></a> | |
| 53 | - | |
| 54 | -<{if $cfg_use_pathinfo }> | |
| 55 | - <a data-ajax="false" href="<{$xoops_url}>/modules/<{$xoops_dirname}>/index.php/photo/<{$photo.photo_id}>/"> | |
| 56 | -<{else}> | |
| 57 | - <a data-ajax="false" href="<{$xoops_url}>/modules/<{$xoops_dirname}>/index.php?fct=photo&p=<{$photo.photo_id}>"> | |
| 58 | -<{/if}> | |
| 59 | - | |
| 60 | -<span class="webphoto_table_title"><{$photo.title_s}></span> | |
| 61 | -</a><br /> | |
| 62 | - | |
| 63 | -</div><{* marine add *}> | |
| 64 | - | |
| 65 | -</div> | |
| 66 | - | |
| 67 | -</div> | |
| 68 | - |
| @@ -1,31 +0,0 @@ | ||
| 1 | -<{* $Id: inc_photo_list.html,v 1.1 2010/01/25 10:05:02 ohwada Exp $ *}> | |
| 2 | - | |
| 3 | -<div class="webphoto_index_photo_body"> | |
| 4 | - | |
| 5 | -<{* -- list type -- *}> | |
| 6 | -<{if $cfg_viewtype == 'list'}> | |
| 7 | - <div id="webphoto_box_photo_a"> | |
| 8 | - <{foreach name=webphoto_list item=photo from=$photo_list}> | |
| 9 | - <{assign var="webphoto_list_num" value=$smarty.foreach.webphoto_list.iteration }> | |
| 10 | - <{include file="db:`$mydirname`_inc_photo_in_list.html"}> | |
| 11 | - <{/foreach}> | |
| 12 | - </div> | |
| 13 | -<{else}> | |
| 14 | -<{/if}> | |
| 15 | -<{* -- list type end -- *}> | |
| 16 | - | |
| 17 | - | |
| 18 | -<{* -- table type -- *}> | |
| 19 | -<{if $cfg_viewtype == 'table'}> | |
| 20 | - <div id="webphoto_box_photo_b"> | |
| 21 | - <{foreach name=webphoto_list item=photo from=$photo_list}> | |
| 22 | - <{include file="db:`$mydirname`_inc_photo_in_table.html"}> | |
| 23 | - <{/foreach}> | |
| 24 | -</div> | |
| 25 | - | |
| 26 | -<{else}> | |
| 27 | -<{/if}> | |
| 28 | - | |
| 29 | -<{* -- table type end -- *}> | |
| 30 | - | |
| 31 | -</div> |
| @@ -1,60 +0,0 @@ | ||
| 1 | -<!-- start module contents --> | |
| 2 | -<div class="d3f_breadcrumbs"> | |
| 3 | - <{if $mod_config.show_breadcrumbs}> | |
| 4 | - <a href="<{$mod_url}>/index.php"><{$smarty.const._MD_D3FORUM_TOP}></a> | |
| 5 | - > | |
| 6 | - <{foreach from=$category.paths_raw key=parent_id item=parent_title_raw}> | |
| 7 | - <a href="<{$mod_url}>/index.php?cat_id=<{$parent_id}>"><{$parent_title_raw|escape}></a> | |
| 8 | - > | |
| 9 | - <{/foreach}> | |
| 10 | - <a href="<{$mod_url}>/index.php?forum_id=<{$forum.id}>"><{$forum.title}></a> | |
| 11 | - <{/if}> | |
| 12 | - <{if $prev_topic.id || $next_topic.id}> | |
| 13 | - (<{if $prev_topic.id}> | |
| 14 | - <a href="<{$mod_url}>/index.php?topic_id=<{$prev_topic.id}>" title="<{$prev_topic.title}>"><{$smarty.const._MD_D3FORUM_LINK_PREVTOPIC}></a> | |
| 15 | - <{/if}> | |
| 16 | - <{if $prev_topic.id && $next_topic.id}> | |
| 17 | - | | |
| 18 | - <{/if}> | |
| 19 | - <{if $next_topic.id}> | |
| 20 | - <a href="<{$mod_url}>/index.php?topic_id=<{$next_topic.id}>" title="<{$next_topic.title}>"><{$smarty.const._MD_D3FORUM_LINK_NEXTTOPIC}></a> | |
| 21 | - <{/if}>) | |
| 22 | - <{/if}> | |
| 23 | -</div> | |
| 24 | - | |
| 25 | -<h1 class="d3f_title" style="clear:both"><img src="<{$xoops_imageurl}>images/s001.png"><{$topic.title}></h1> | |
| 26 | - | |
| 27 | -<{include file="db:`$mydirname`_inc_topicbar.html"}> | |
| 28 | - | |
| 29 | -<{include file="db:`$mydirname`_inc_d3comment_summary.html"}> | |
| 30 | - | |
| 31 | -<{include file="db:`$mydirname`_inc_postorder_links.html"}> | |
| 32 | - | |
| 33 | -<!-- top of posts --> | |
| 34 | -<div class="d3f_wrap"> | |
| 35 | -<{foreach item=post from=$posts}> | |
| 36 | - <{include file="db:`$mydirname`_inc_eachpost.html" post=$post caller="listposts" inner_link_format="#post_id%s"}> | |
| 37 | -<{/foreach}> | |
| 38 | -</div> | |
| 39 | -<!-- bottom of posts --> | |
| 40 | - | |
| 41 | -<{include file="db:`$mydirname`_inc_postorder_links.html"}> | |
| 42 | - | |
| 43 | -<!-- quick reply form --> | |
| 44 | -<{if $first_post.can_reply}> | |
| 45 | - <{include file="db:`$mydirname`_inc_post_form_quick.html" uname=$xoops_uname h2_title=$smarty.const._MD_D3FORUM_POSTASSAMETOPIC quick_form_mode="sametopic" subject_raw=$first_post.subject_raw}> | |
| 46 | -<{/if}> | |
| 47 | - | |
| 48 | -<!-- forum jump --> | |
| 49 | -<form name="forum_jump_box" action="<{$mod_url}>/index.php" method="get" style="clear:both;" class="d3f_form"> | |
| 50 | - <p> | |
| 51 | - <select name="forum_id"><{$forum_jumpbox_options}></select> | |
| 52 | - <input type="submit" value="<{$smarty.const._MD_D3FORUM_BTN_JUMPTOFORUM}>" /> | |
| 53 | - | |
| 54 | - <a href="<{$mod_url}>/index.php?page=search"><{$smarty.const._MD_D3FORUM_LINK_ADVSEARCH}></a> | |
| 55 | - </p> | |
| 56 | -</form> | |
| 57 | - | |
| 58 | -<hr class="notification" /> | |
| 59 | -<{include file='db:system_notification_select.html'}> | |
| 60 | -<!-- end module contents --> |
| @@ -1,163 +0,0 @@ | ||
| 1 | -<!-- start module contents --> | |
| 2 | -<{if $mod_config.show_breadcrumbs}> | |
| 3 | -<div class="d3f_breadcrumbs"> | |
| 4 | - <a href="<{$mod_url}>/index.php"><{$smarty.const._MD_D3FORUM_TOP}></a> | |
| 5 | - > | |
| 6 | - <a href="<{$mod_url}>/index.php?cat_id=<{$category.id}>"><{$category.title}></a> | |
| 7 | - > <a href="<{$mod_url}>/index.php?forum_id=<{$forum.id}>"><{$forum.title}></a> | |
| 8 | - > <{if $topic.id}><a href="<{$mod_url}>/index.php?topic_id=<{$topic.id}>"><{$topic.title}></a><{/if}> | |
| 9 | -</div> | |
| 10 | -<{/if}> | |
| 11 | - | |
| 12 | -<h1 class="d3f_title"><img src="<{$xoops_imageurl}>images/n001.png"><{$formtitle}>: <{$forum.title}></h1> | |
| 13 | - | |
| 14 | -<{if $mode == "edit"}> | |
| 15 | -<p style="background-color:#900;color:#fff;"><strong><{$smarty.const._MD_D3FORUM_NOTICE_YOUAREEDITING}></strong></p> | |
| 16 | -<{/if}> | |
| 17 | - | |
| 18 | -<{if $ispreview}> | |
| 19 | -<dl id="post_preview" class="outer"> | |
| 20 | - <dt class="head"><{$preview_subject}></dt> | |
| 21 | - <dd class="odd"><{$preview_message}></dd> | |
| 22 | -</dl> | |
| 23 | -<{/if}> | |
| 24 | - | |
| 25 | -<{include file="db:`$mydirname`_inc_d3comment_summary.html"}> | |
| 26 | - | |
| 27 | -<form name="postform" id="postform" action="<{$mod_url}>/index.php?page=post" method="post"> | |
| 28 | - | |
| 29 | - <p style="display:none;"> | |
| 30 | - <input type="hidden" name="mode" id="mode" value="<{$mode}>" /> | |
| 31 | - <input type="hidden" name="pid" id="pid" value="<{$pid}>" /> | |
| 32 | - <input type="hidden" name="post_id" id="post_id" value="<{$post_id}>" /> | |
| 33 | - <input type="hidden" name="topic_id" id="topic_id" value="<{$topic_id}>" /> | |
| 34 | - <input type="hidden" name="forum_id" id="forum_id" value="<{$forum.id}>" /> | |
| 35 | - <input type="hidden" name="external_link_id" id="external_link_id" value="<{$external_link_id|escape}>" /> | |
| 36 | - <input type="hidden" name="reference_quote" id="reference_quote" value="<{$reference_quote}>" /> | |
| 37 | - </p> | |
| 38 | - | |
| 39 | - <table class="outer d3f_form_table"> | |
| 40 | - <tr valign="top" align="left"> | |
| 41 | - <th class="d3f_head"><label for="subject"><{$smarty.const._MD_D3FORUM_SUBJECT}></label></th> | |
| 42 | - <td class="even"> | |
| 43 | - <input type="text" name="subject" id="subject" size="60" maxlength="255" value="<{$subject}>" /> | |
| 44 | - </td> | |
| 45 | - </tr> | |
| 46 | - | |
| 47 | - <{if $post.poster_uid}> | |
| 48 | - <!-- begin edit USER's post --> | |
| 49 | - <tr valign="top" align="left"> | |
| 50 | - <th class="d3f_head"><{$smarty.const._MD_D3FORUM_TH_UNAME}></th> | |
| 51 | - <td class="even"> | |
| 52 | - <{$post.poster_uname|string_format:$smarty.const._MD_D3FORUM_FMT_UNAME}> | |
| 53 | - </td> | |
| 54 | - </tr> | |
| 55 | - <!-- end edit USER's post --> | |
| 56 | - <{elseif $uid && ! $post.id}> | |
| 57 | - <!-- begin post by USER newly --> | |
| 58 | - <tr valign="top" align="left"> | |
| 59 | - <th class="d3f_head"><{$smarty.const._MD_D3FORUM_TH_UNAME}></th> | |
| 60 | - <td class="even"> | |
| 61 | - <{$uname|string_format:$smarty.const._MD_D3FORUM_FMT_UNAME}> | |
| 62 | - </td> | |
| 63 | - </tr> | |
| 64 | - <!-- end post by USER newly --> | |
| 65 | - <{else}> | |
| 66 | - <!-- begin GUEST's new post or edit GUEST's post by somebody --> | |
| 67 | - <tr valign="top" align="left"> | |
| 68 | - <th class="d3f_head"><label for="guest_name"><{$smarty.const._MD_D3FORUM_TH_GUESTNAME}></label></th> | |
| 69 | - <td class="even"> | |
| 70 | - <input type="text" name="guest_name" id="guest_name" value="<{$guest_name}>" size="25" maxlength="30" /> | |
| 71 | - </td> | |
| 72 | - </tr> | |
| 73 | -<{* | |
| 74 | - <tr valign="top" align="left"> | |
| 75 | - <th class="d3f_head"><label for="guest_email"><{$smarty.const._MD_D3FORUM_TH_GUESTEMAIL}></label></th> | |
| 76 | - <td class="even"> | |
| 77 | - <input type="text" name="guest_email" id="guest_email" value="<{$guest_email}>" size="40" maxlength="60" /> | |
| 78 | - </td> | |
| 79 | - </tr> | |
| 80 | - <tr valign="top" align="left"> | |
| 81 | - <th class="d3f_head"><label for="guest_url"><{$smarty.const._MD_D3FORUM_TH_GUESTURL}></label></th> | |
| 82 | - <td class="even"> | |
| 83 | - <input type="text" name="guest_url" id="guest_url" value="<{$guest_url}>" size="50" maxlength="100" /> | |
| 84 | - </td> | |
| 85 | - </tr> | |
| 86 | -*}> | |
| 87 | - <tr valign="top" align="left"> | |
| 88 | - <th class="d3f_head"><label for="guest_pass"><{$smarty.const._MD_D3FORUM_TH_GUESTPASSWORD}></label></th> | |
| 89 | - <td class="even"> | |
| 90 | - <input type="password" name="guest_pass" id="guest_pass" value="<{$guest_pass}>" size="20" maxlength="20" /> | |
| 91 | - </td> | |
| 92 | - </tr> | |
| 93 | - <!-- end GUEST's new post or edit GUEST's post by somebody --> | |
| 94 | - <{/if}> | |
| 95 | - | |
| 96 | - <tr valign="top" align="left"> | |
| 97 | - <th class="d3f_head"><label for="message"><{$smarty.const._MD_D3FORUM_TH_BODY}></label></th> | |
| 98 | - <td class="even"> | |
| 99 | - <{if $body_wysiwyg}> | |
| 100 | - <{$body_wysiwyg}> | |
| 101 | - <{else}> | |
| 102 | - <{if !$xoops_isuser}><!-- marine add --> | |
| 103 | - <{xoopsdhtmltarea name="message" cols="60" rows="15" value=$message pre_style="display:none;" post_style="display:none;"}><!-- marine add --> | |
| 104 | - <{else}><!-- marine add --> | |
| 105 | - <input type="checkbox" id="message_bbcode_onoff" onclick="if(this.checked){xoopsGetElementById('message_bbcode_buttons_pre').style.display='block';xoopsGetElementById('message_bbcode_buttons_post').style.display='block'}else{xoopsGetElementById('message_bbcode_buttons_pre').style.display='none';xoopsGetElementById('message_bbcode_buttons_post').style.display='none'};" /><label for="message_bbcode_onoff"><{$smarty.const._MD_D3FORUM_LABEL_INPUTHELPER}></label> | |
| 106 | - <br /> | |
| 107 | - <{xoopsdhtmltarea name="message" cols="60" rows="15" value=$message pre_style="display:none;" post_style="display:none;"}> | |
| 108 | - <{/if}><!-- marine add --> | |
| 109 | - <{/if}> | |
| 110 | - <{if $reference_quote}> | |
| 111 | - <br /> | |
| 112 | - <input type="button" name="quote" id="quote" onclick="d3forum_quote_message();" value="<{$smarty.const._MD_D3FORUM_BTN_QUOTE}>" /> | |
| 113 | - <{/if}> | |
| 114 | - </td> | |
| 115 | - </tr> | |
| 116 | - <{* | |
| 117 | - <tr valign="top" align="left"> | |
| 118 | - <th class="d3f_head"></th> | |
| 119 | - <td class="even"> | |
| 120 | - <{xanhte_form_fileuploader item_id=$post_id}> | |
| 121 | - </td> | |
| 122 | - </tr> | |
| 123 | - *}> | |
| 124 | - </table> | |
| 125 | - | |
| 126 | - <{$antispam.html_in_form}> | |
| 127 | - | |
| 128 | - <p class="d3f_submit"><input type="submit" class="formButton" name="contents_preview" id="contents_preview" value="<{$smarty.const._PREVIEW}>" /> | |
| 129 | - <input type="submit" class="formButton" name="contents_submit" id="contents_submit" value="<{$smarty.const._SUBMIT}>" onclick="return xoopsFormValidate_postform();" /></p> | |
| 130 | - | |
| 131 | -</form> | |
| 132 | - | |
| 133 | -<!-- Start Form Vaidation JavaScript //--> | |
| 134 | -<script type="text/javascript"> | |
| 135 | -<!--// | |
| 136 | -<{$antispam.js_global}> | |
| 137 | - | |
| 138 | -function xoopsFormValidate_postform() { | |
| 139 | - myform = window.document.postform; | |
| 140 | - if ( myform.subject.value.replace(/^\s+|\s+$/g,"") == "" ) { window.alert("<{$smarty.const._MD_D3FORUM_SUBJECT|string_format:$smarty.const._FORM_ENTER}>"); myform.subject.focus(); return false; } | |
| 141 | - <{if ! $body_wysiwyg}> | |
| 142 | - if ( myform.message.value.replace(/^\s+|\s+$/g,"") == "" ) { window.alert("<{$smarty.const._MD_D3FORUM_ERR_NOMESSAGE}>"); myform.message.focus(); return false; } | |
| 143 | - <{/if}> | |
| 144 | - <{$antispam.js_in_validate_function}> | |
| 145 | - return true; | |
| 146 | -} | |
| 147 | -function d3forum_quote_message() { | |
| 148 | - xoopsGetElementById("message").value = xoopsGetElementById("message").value + xoopsGetElementById("reference_quote").value ; | |
| 149 | -} | |
| 150 | -//--> | |
| 151 | -</script> | |
| 152 | -<!-- End Form Vaidation JavaScript //--> | |
| 153 | - | |
| 154 | -<{if $mode == "reply"}> | |
| 155 | -<p><a href="javascript:void(0);" onclick="if(xoopsGetElementById('post_reference').style.display=='none'){xoopsGetElementById('post_reference').style.display='block'}else{xoopsGetElementById('post_reference').style.display='none'};"><{$smarty.const._MD_D3FORUM_REFERENCEPOST}></a></p> | |
| 156 | -<dl id="post_reference" class="outer" <{if $ispreview}>style="display:none;"<{/if}>> | |
| 157 | - <dt class="head"><{$reference_subject}></dt> | |
| 158 | - <dd class="even"><{$smarty.const._MD_D3FORUM_BY}>: <{$reference_name}> <{$smarty.const._MD_D3FORUM_ON}>: <{$reference_time_formatted}></dd> | |
| 159 | - <dd class="odd"><{$reference_message}></dd> | |
| 160 | -</dl> | |
| 161 | -<{/if}> | |
| 162 | - | |
| 163 | -<!-- end module contents --> | |
| \ No newline at end of file |
| @@ -1,248 +0,0 @@ | ||
| 1 | -<!-- start module contents --> | |
| 2 | -<!-- breadcrumbs --> | |
| 3 | -<div class="d3f_breadcrumbs"> | |
| 4 | - <a href="<{$mod_url}>/index.php?cat_ids=0"><{$smarty.const._MD_D3FORUM_LISTALLTOPICS}></a> | |
| 5 | -</div> | |
| 6 | -<div class="d3f_top_message"><div class="d3f_top_message_img"></div><{$mod_config.top_message}><a href="<{$mod_url}>/index.php?forum_id=1" class="d3f_c001"><img src="<{$xoops_imageurl}>/images/c001.png" alt="welcome" title="welcome" /></a> | |
| 7 | -<div class="clearfix"> | |
| 8 | -<dl class="d3f_bbsinfo"> | |
| 9 | -<dt><{$smarty.const._MD_D3FORUM_TOTALTOPICSCOUNT}>:</dt> | |
| 10 | - <dd><{$total_topics_count}></dd> | |
| 11 | -<dt><{$smarty.const._MD_D3FORUM_TOTALPOSTSCOUNT}>:</dt> | |
| 12 | - <dd><{$total_posts_count}></dd> | |
| 13 | -<dt><{$smarty.const._MD_D3FORUM_TIMENOW}>:</dt> | |
| 14 | - <dd><{$currenttime_formatted}></dd> | |
| 15 | -<dt><{$smarty.const._MD_D3FORUM_LASTVISIT}>:</dt> | |
| 16 | - <dd><{$lastvisit_formatted}></dd> | |
| 17 | -</dl> | |
| 18 | -</div> | |
| 19 | -</div><!-- marine modifi --> | |
| 20 | - | |
| 21 | -<!-- top controller --> | |
| 22 | -<div id="d3f_ctrl_oc"> | |
| 23 | -<ul class="d3f_ctrl"> | |
| 24 | - <{if $xoops_isadmin}> | |
| 25 | - <li><a href="<{$mod_url}>/index.php?page=makecategory"><{$smarty.const._MD_D3FORUM_LINK_MAKECATEGORY}></a></li> | |
| 26 | - <{/if}> | |
| 27 | - <li><a href="<{$mod_url}>/index.php?page=rss&cat_ids=0&odr=1"><{$smarty.const._MD_D3FORUM_LINK_ALLRSS}> <img src="<{$xoops_imageurl}>/images/icon_rss.png" alt="<{$smarty.const._EDIT}>" width="16" height="16" /></a></li> | |
| 28 | -</ul> | |
| 29 | -</div> | |
| 30 | - | |
| 31 | - | |
| 32 | -<!-- marine modifi --> | |
| 33 | -<!-- start categories --> | |
| 34 | -<ul> | |
| 35 | -<{foreach item="category" from=$top_categories}> | |
| 36 | -<li> | |
| 37 | -<a href="<{$mod_url}>/index.php?cat_id=<{$category.id}>"><img src="<{$mod_imageurl}>/category_<{$category.bit_new}>.gif" alt="" width="16" height="16" /> <{$category.title}></a> > | |
| 38 | - | |
| 39 | - | |
| 40 | -<!-- forums --> | |
| 41 | -<{foreach item=forum from=$category.forums}> | |
| 42 | - <a href="<{$mod_url}>/index.php?forum_id=<{$forum.id}>"> | |
| 43 | - <img src="<{$mod_imageurl}>/forum_<{$forum.bit_new}>.gif" alt="<{$forum.title}>" width="16" height="16" /> | |
| 44 | - <{$forum.title}> | |
| 45 | - </a> | |
| 46 | -<{/foreach}> | |
| 47 | -</li> | |
| 48 | -<{/foreach}> | |
| 49 | -</ul> | |
| 50 | - | |
| 51 | - | |
| 52 | -<!-- Sub Categories --> | |
| 53 | -<{foreach item="category" from=$top_categories}> | |
| 54 | -<{if $category.subcategories}> | |
| 55 | -<a href="<{$mod_url}>/index.php?cat_id=<{$category.id}>"><img src="<{$mod_imageurl}>/category_<{$category.bit_new}>.gif" alt="" width="16" height="16" /><{$category.title}></a> > | |
| 56 | -<{foreach item=category from=$category.subcategories}> | |
| 57 | -<ul> | |
| 58 | -<li> | |
| 59 | - <a href="<{$mod_url}>/index.php?cat_id=<{$category.id}>"><img src="<{$mod_imageurl}>/category_<{$category.bit_new}>.gif" alt="" width="16" height="16" /><{$category.title}></a> > | |
| 60 | - | |
| 61 | - <{foreach item=forum from=$category.forums}> | |
| 62 | - <a href="<{$mod_url}>/index.php?forum_id=<{$forum.id}>" title="<{$block.lang_lastupdated}>:<{$forum.last_post_time_formatted}>"><img src="<{$mod_imageurl}>/forum_<{$forum.bit_new}>.gif" alt="<{$forum.title}>" width="16" height="16" /><{$forum.title}></a> | |
| 63 | - <{/foreach}> | |
| 64 | -</li> | |
| 65 | -</ul> | |
| 66 | -<{/foreach}> | |
| 67 | -<{/if}> | |
| 68 | -<{/foreach}> | |
| 69 | - | |
| 70 | -<!-- End marine modifi --> | |
| 71 | - | |
| 72 | -<br /> | |
| 73 | -<hr class="notification" /> | |
| 74 | -<br /> | |
| 75 | - | |
| 76 | -<!-- marine modifi xugj_block topics | |
| 77 | -<{xugj_block file="modules/d3forum/blocks/blocks.php" func="b_d3forum_list_topics_show" opt="d3forum,10,1,time,1,0,," item="block"}> | |
| 78 | -<{if $block.full_view == true}> | |
| 79 | -<table class="outer" cellspacing="1"> | |
| 80 | -<thead> | |
| 81 | -<tr> | |
| 82 | - <th><{$block.lang_forum}></th> | |
| 83 | - <th><{$block.lang_topic}></th> | |
| 84 | - <th align="center"><{$block.lang_replies}></th> | |
| 85 | - <th align="center"><{$block.lang_views}></th> | |
| 86 | - <th align="center" colspan="2"><{$block.lang_lastpost}></th> | |
| 87 | -</tr> | |
| 88 | -</thead> | |
| 89 | -<{foreach item=topic from=$block.topics}> | |
| 90 | -<{strip}> | |
| 91 | -<tr class="<{cycle values="even,odd"}>"> | |
| 92 | - <td><a href="<{$block.mod_url}>/index.php?forum_id=<{$topic.forum_id}>"><{$topic.forum_title}></a></td> | |
| 93 | - <td><a href="<{$block.mod_url}>/index.php?topic_id=<{$topic.id}>#post_id<{$topic.last_post_id}>"> | |
| 94 | - <{if $topic.u2t_marked}><img src="<{$block.mod_imageurl}>/block_marked.gif" alt="<{$block.lang_alt_marked}>" /><{/if}> | |
| 95 | - <{* displays the last post's subject or topic title *}> | |
| 96 | - <{if $block.disp_last_subject }> | |
| 97 | - <{$topic.last_subject}> | |
| 98 | - <{else}> | |
| 99 | - <{$topic.title}> | |
| 100 | - <{/if}></a> | |
| 101 | - <{if ! $topic.solved}><img src="<{$block.mod_imageurl}>/block_unsolved.gif" alt="<{$block.lang_alt_unsolved}>" /><{/if}></td> | |
| 102 | - <td align="center"><{$topic.replies}></td> | |
| 103 | - <td align="center"><{$topic.views}></td> | |
| 104 | - <td align="center" nowrap="nowrap"><{$topic.last_uname}></td> | |
| 105 | - <td align="right" nowrap="nowrap"><{$topic.last_post_time_formatted}></td> | |
| 106 | -</tr> | |
| 107 | -<{/strip}> | |
| 108 | -<{/foreach}> | |
| 109 | -</table> | |
| 110 | - | |
| 111 | -<div style="text-align:right; padding: 5px;"> | |
| 112 | -<a href="<{$block.mod_url}>/index.php?page=search"><{$block.lang_linktosearch}></a> | |
| 113 | - | |
| 114 | -<{if is_numeric( $block.forums ) }> | |
| 115 | -<a href="<{$block.mod_url}>/index.php?forum_id=<{$block.forums}>"><{$block.lang_linktolisttopics}></a> | |
| 116 | -<{else}> | |
| 117 | -<a href="<{$block.mod_url}>/index.php?cat_ids=<{$block.categories}>"><{$block.lang_linktolisttopics}></a> | |
| 118 | -<{/if}> | |
| 119 | - | |
| 120 | -<{if is_numeric( $block.categories ) }> | |
| 121 | -<a href="<{$block.mod_url}>/index.php?cat_id=<{$block.categories}>"><{$block.lang_linktolistforums}></a> | |
| 122 | - | |
| 123 | -<{/if}> | |
| 124 | -<a href="<{$block.mod_url}>/index.php"><{$block.lang_linktolistcategories}></a> | |
| 125 | -</div> | |
| 126 | - | |
| 127 | - | |
| 128 | -<{else}> | |
| 129 | - | |
| 130 | -<ol style="padding:3px;margin:0;"> | |
| 131 | -<{foreach item=topic from=$block.topics}> | |
| 132 | - <li><a href="<{$block.mod_url}>/index.php?topic_id=<{$topic.id}>"><{$topic.title}></a>(<{$topic.replies}>) <{$topic.last_uname}> <{$topic.last_post_time_formatted}></li> | |
| 133 | -<{/foreach}> | |
| 134 | -</ol> | |
| 135 | - | |
| 136 | -<{/if}> | |
| 137 | - | |
| 138 | --- End marine modifi --> | |
| 139 | - | |
| 140 | -<!-- | |
| 141 | -<hr class="notification" /> | |
| 142 | ---> | |
| 143 | - | |
| 144 | -<!-- marine modifi xugj_block posts | |
| 145 | -<{$block.lang_posts}> | |
| 146 | -<{xugj_block file="modules/d3forum/blocks/blocks.php" func="b_d3forum_list_posts_show" opt="d3forum,20,time,,,0" item="block"}> | |
| 147 | -<ol style="padding:3px;margin:0;"> | |
| 148 | -<{foreach item=post from=$block.posts}> | |
| 149 | - <li style="margin:2px;margin-left:20px;list-style-type:decimal;"> | |
| 150 | - <a href="<{$block.mod_url}>/index.php?forum_id=<{$topic.forum_id}>"><{$topic.forum_title}></a> > | |
| 151 | - <a href="<{$block.mod_url}>/index.php?post_id=<{$post.id}>"><{$post.subject}></a> <{$post.uname}> <{$post.post_time_formatted}> | |
| 152 | - </li> | |
| 153 | -<{/foreach}> | |
| 154 | -</ol> | |
| 155 | - End marine modifi --> | |
| 156 | - | |
| 157 | -<div><a href="#" id="d3f_wrap_open">open</a></div> | |
| 158 | -<div id="d3f_wrap_oc"> | |
| 159 | -<div class="d3f_wrap"> | |
| 160 | -<!-- start categories --> | |
| 161 | -<{foreach item="category" from=$top_categories}> | |
| 162 | -<{if $category.subcategories or $category.forums or $xoops_isadmin}> | |
| 163 | -<div class="d3f_head"> | |
| 164 | -<h2><a href="<{$mod_url}>/index.php?cat_id=<{$category.id}>"><img src="<{$mod_imageurl}>/category_<{$category.bit_new}>.gif" alt="" width="16" height="16" /> <{$category.title}></a></h2> | |
| 165 | - <p> | |
| 166 | - <{include file="db:`$mydirname`_inc_moderators.html" target=$category}> | |
| 167 | - <{$smarty.const._MD_D3FORUM_TOTALTOPICSCOUNT}>: <{$category.topics_count_in_tree}> <{$smarty.const._MD_D3FORUM_TOTALPOSTSCOUNT}>: <{$category.posts_count_in_tree}> | |
| 168 | - <{if $category.last_post_time}><{$smarty.const._MD_D3FORUM_LASTPOST}>: <{$category.last_post_time_formatted}><{/if}> | |
| 169 | - <a href="<{$mod_url}>/index.php?page=rss&cat_ids=<{$category.id}>&odr=1"><img src="<{$xoops_imageurl}>/images/icon_rss.png" alt="RSS" title="<{$smarty.const._MD_D3FORUM_LINK_CATEGORYRSS}>" width="16" height="16" /></a> | |
| 170 | - </p> | |
| 171 | -</div> | |
| 172 | -<{if $category.desc}><p class="d3f_info"><{$category.desc}></p><{/if}> | |
| 173 | - | |
| 174 | -<{if $category.subcategories}> | |
| 175 | -<h3 class="d3f_head_h3"><{$smarty.const._MD_D3FORUM_SUBCATEGORIES}></h3> | |
| 176 | -<ul class="d3f_subcategories"> | |
| 177 | -<{foreach item="subcategory" from=$category.subcategories}> | |
| 178 | - <li> | |
| 179 | - <a href="<{$mod_url}>/index.php?cat_id=<{$subcategory.id}>" title="<{$subcategory.desc}>"><img src="<{$mod_imageurl}>/category_<{$subcategory.bit_new}>.gif" alt="<{$subcategory.title}>" width="16" height="16" /> <{$subcategory.title}></a> (<{$smarty.const._MD_D3FORUM_TOTALTOPICSCOUNT}>: <{$subcategory.topics_count_in_tree}>, <{$smarty.const._MD_D3FORUM_TOTALPOSTSCOUNT}>: <{$subcategory.posts_count_in_tree}>) | |
| 180 | - <{if $xoops_isadmin}><a href="<{$mod_url}>/index.php?page=categorymanager&cat_id=<{$subcategory.id}>"><img src="<{$mod_imageurl}>/icon_pencil22.gif" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._MD_D3FORUM_LINK_CATEGORYMANAGER}>" width="16" height="16" /></a><{/if}> | |
| 181 | - <a href="<{$mod_url}>/index.php?page=rss&cat_ids=<{$subcategory.id}>&odr=1"><img src="<{$xoops_imageurl}>/images/icon_rss.png" alt="RSS" title="<{$smarty.const._MD_D3FORUM_LINK_CATEGORYRSS}>" width="16" height="16" /></a> | |
| 182 | - </li> | |
| 183 | -<{/foreach}> | |
| 184 | -</ul> | |
| 185 | -<{/if}> | |
| 186 | - | |
| 187 | -<{if $category.forums}> | |
| 188 | -<h3 class="d3f_head_h3"><{$smarty.const._MD_D3FORUM_FORUM}></h3> | |
| 189 | -<ul class="d3f_listforums"> | |
| 190 | -<{foreach item=forum from=$category.forums}> | |
| 191 | - <li> | |
| 192 | - <a href="<{$mod_url}>/index.php?forum_id=<{$forum.id}>"> | |
| 193 | - <img src="<{$mod_imageurl}>/forum_<{$forum.bit_new}>.gif" alt="<{$forum.title}>" width="16" height="16" /> | |
| 194 | - <{$forum.title}> | |
| 195 | - </a> | |
| 196 | - <{$smarty.const._MD_D3FORUM_TOPICSCOUNT}>: <{$forum.topics_count}> <{$smarty.const._MD_D3FORUM_POSTSCOUNT}>: <{$forum.posts_count}> | |
| 197 | - <{if $forum.last_post_time}><{$smarty.const._MD_D3FORUM_LASTPOST}>: <{$forum.last_post_time_formatted}><{/if}> | |
| 198 | - <{if $xoops_isadmin}><a href="<{$mod_url}>/index.php?page=forummanager&forum_id=<{$forum.id}>"><img src="<{$mod_imageurl}>/icon_pencil22.gif" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._MD_D3FORUM_LINK_FORUMMANAGER}>" width="16" height="16" /></a><{/if}> | |
| 199 | - <a href="<{$mod_url}>/index.php?page=rss&forum_id=<{$forum.id}>"><img src="<{$xoops_imageurl}>/images/icon_rss.png" alt="RSS" title="<{$smarty.const._MD_D3FORUM_LINK_FORUMRSS}>" width="16" height="16" /></a> | |
| 200 | - </li> | |
| 201 | -<{/foreach}> | |
| 202 | -</ul> | |
| 203 | -<{/if}> | |
| 204 | - | |
| 205 | -<div class="d3f_info_ctrl"> | |
| 206 | - <{strip}> | |
| 207 | - <a href="<{$mod_url}>/index.php?cat_ids=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LISTTOPICSINCATEGORY}></a> | |
| 208 | - <{if $xoops_isadmin}> | |
| 209 | - - <a href="<{$mod_url}>/index.php?page=categorymanager&cat_id=<{$category.id}>"><img src="<{$mod_imageurl}>/icon_pencil22.gif" alt="<{$smarty.const._EDIT}>" width="16" height="16" /><{$smarty.const._MD_D3FORUM_LINK_CATEGORYMANAGER}></a> | |
| 210 | - <{/if}> | |
| 211 | - <{if $category.can_makeforum}> | |
| 212 | - - <a href="<{$mod_url}>/index.php?page=makeforum&cat_id=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LINK_MAKEFORUM}></a> | |
| 213 | - <{/if}> | |
| 214 | - <{if $xoops_isadmin}> | |
| 215 | - - <a href="<{$mod_url}>/index.php?page=makecategory&cat_id=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LINK_MAKESUBCATEGORY}></a> | |
| 216 | - <{/if}> | |
| 217 | - <{/strip}> | |
| 218 | -</div> | |
| 219 | -<{/if}> | |
| 220 | -<{/foreach}> | |
| 221 | -<!-- end categories --> | |
| 222 | -</div> | |
| 223 | - | |
| 224 | -<!-- icon explanation --> | |
| 225 | -<div class="d3f_iconexps"> | |
| 226 | -<ul class="d3f_iconexp"> | |
| 227 | - <li><img src="<{$mod_imageurl}>/forum_1.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_ALT_NEWPOSTS}></li> | |
| 228 | -</ul> | |
| 229 | -<ul class="d3f_iconexp"> | |
| 230 | - <li><img src="<{$mod_imageurl}>/forum_0.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_ALT_NONEWPOSTS}></li> | |
| 231 | -</ul> | |
| 232 | -</div> | |
| 233 | - | |
| 234 | -<!-- forum jumpbox --> | |
| 235 | -<form name="forum_jump_box" action="<{$mod_url}>/index.php" method="get" style="clear:both;" class="d3f_form"> | |
| 236 | - <select name="forum_id"><{$forum_jumpbox_options}></select> | |
| 237 | - <input type="submit" value="<{$smarty.const._MD_D3FORUM_BTN_JUMPTOFORUM}>" /> | |
| 238 | - | |
| 239 | - <a href="<{$mod_url}>/index.php?page=search"><{$smarty.const._MD_D3FORUM_LINK_ADVSEARCH}></a> | |
| 240 | -</form> | |
| 241 | - | |
| 242 | -</div> | |
| 243 | - | |
| 244 | -<hr class="notification" /> | |
| 245 | - | |
| 246 | - | |
| 247 | -<{include file='db:system_notification_select.html'}> | |
| 248 | -<!-- end module contents --> |
| @@ -1,127 +0,0 @@ | ||
| 1 | - | |
| 2 | -<!-- start module contents --> | |
| 3 | -<!-- breadcrumbs --> | |
| 4 | -<div class="d3f_breadcrumbs"> | |
| 5 | - <{strip}> | |
| 6 | - <a href="<{$mod_url}>/index.php?cat_ids=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LISTTOPICSINCATEGORY}></a> | |
| 7 | - <{if $mod_config.show_breadcrumbs}> | |
| 8 | - | | |
| 9 | - <a href="<{$mod_url}>/index.php"><{$smarty.const._MD_D3FORUM_TOP}></a> | |
| 10 | - <{foreach name=catgorybreadcrumbs from=$category.paths_raw key=parent_id item=parent_title_raw}> | |
| 11 | - <{if ! $smarty.foreach.catgorybreadcrumbs.last}> | |
| 12 | - > | |
| 13 | - <a href="<{$mod_url}>/index.php?cat_id=<{$parent_id}>"><{$parent_title_raw|escape}></a> | |
| 14 | - <{/if}> | |
| 15 | - <{/foreach}> | |
| 16 | - <{/if}> | |
| 17 | - <{/strip}> | |
| 18 | -</div> | |
| 19 | - | |
| 20 | -<h1 class="d3f_title"><img src="<{$xoops_imageurl}>images/dn01.png"><{$category.title}> | |
| 21 | -<!-- Only forum1 show button --> | |
| 22 | -<{if $forum.id == 1}><!-- 2010.2.16 marine modifi --> | |
| 23 | -<a href="<{$mod_url}>/index.php?forum_id=1"><img src="<{$xoops_imageurl}>/images/c001.png" alt="welcome" title="welcome" /></a> | |
| 24 | -<{/if}><!-- 2010.2.16 marine modifi --> | |
| 25 | -</h1> | |
| 26 | -<{if $category.desc}><p class="d3f_welcome"><{$category.desc}></p><{/if}> | |
| 27 | - | |
| 28 | -<{if $category.isadminormod}> | |
| 29 | -<!-- category controller --> | |
| 30 | -<ul class="d3f_ctrl"> | |
| 31 | - <li><a href="<{$mod_url}>/index.php?page=makeforum&cat_id=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LINK_MAKEFORUM}></a><{$smarty.const._MD_D3FORUM_SUFFIX_UNDERTHISCATEGORY}></li> | |
| 32 | - <{if $xoops_isadmin}> | |
| 33 | - <{strip}> | |
| 34 | - <li><a href="<{$mod_url}>/index.php?page=makecategory&cat_id=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LINK_MAKESUBCATEGORY}></a><{$smarty.const._MD_D3FORUM_SUFFIX_UNDERTHISCATEGORY}></li> | |
| 35 | - <li><a href="<{$mod_url}>/index.php?page=categorymanager&cat_id=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LINK_CATEGORYMANAGER}><img src="<{$mod_imageurl}>/icon_pencil22.gif" alt="<{$smarty.const._EDIT}>" width="16" height="16" /></a></li> | |
| 36 | - <{/strip}> | |
| 37 | - <{/if}> | |
| 38 | - <{if $xoops_isadmin}> | |
| 39 | - <li><a href="<{$mod_url}>/admin/index.php?page=category_access&cat_id=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LINK_CATEGORYACCESS}></a></li> | |
| 40 | - <{/if}> | |
| 41 | - <li><a href="<{$mod_url}>/index.php?page=rss&cat_ids=<{$category.id}>&odr=1"><{$smarty.const._MD_D3FORUM_LINK_CATEGORYRSS}><img src="<{$xoops_imageurl}>/images/icon_rss.png" alt="RSS" width="16" height="16" /></a></li> | |
| 42 | -</ul> | |
| 43 | -<{/if}> | |
| 44 | - | |
| 45 | -<{if $subcategories}> | |
| 46 | -<h2 class="d3f_head"><{$smarty.const._MD_D3FORUM_SUBCATEGORIES}></h2> | |
| 47 | -<ul class="d3f_subcategories"> | |
| 48 | -<{foreach item=subcategory from=$subcategories}> | |
| 49 | - <li> | |
| 50 | - <a href="<{$mod_url}>/index.php?cat_id=<{$subcategory.id}>"<{if $subcategory.desc}> title="<{$subcategory.desc}>"<{/if}>><img src="<{$mod_imageurl}>/category_<{$subcategory.bit_new}>.gif" alt="<{$subcategory.title}>" width="16" height="16" /> <{$subcategory.title}></a> (<{$smarty.const._MD_D3FORUM_TOTALTOPICSCOUNT}>: <{$subcategory.topics_count_in_tree}>, <{$smarty.const._MD_D3FORUM_TOTALPOSTSCOUNT}>: <{$subcategory.posts_count_in_tree}>) | |
| 51 | - <{if $xoops_isadmin}><a href="<{$mod_url}>/index.php?page=categorymanager&cat_id=<{$subcategory.id}>"><img src="<{$mod_imageurl}>/icon_pencil22.gif" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._MD_D3FORUM_LINK_CATEGORYMANAGER}>" width="16" height="16" /></a><{/if}> | |
| 52 | - <a href="<{$mod_url}>/index.php?page=rss&cat_ids=<{$subcategory.id}>&odr=1"><img src="<{$xoops_imageurl}>/images/icon_rss.png" alt="RSS" title="<{$smarty.const._MD_D3FORUM_LINK_CATEGORYRSS}>" width="16" height="16" /></a> | |
| 53 | - </li> | |
| 54 | -<{/foreach}> | |
| 55 | -</ul> | |
| 56 | -<{/if}> | |
| 57 | - | |
| 58 | -<{if $forums}> | |
| 59 | -<h2 class="d3f_head"><{$smarty.const._MD_D3FORUM_FORUM}></h2> | |
| 60 | -<table class="outer d3f_table"> | |
| 61 | -<thead> | |
| 62 | -<tr class="head"> | |
| 63 | - <th colspan="2" abbr="<{$smarty.const._MD_D3FORUM_FORUM}>"><{$smarty.const._MD_D3FORUM_FORUM}></th> | |
| 64 | - <th abbr="<{$smarty.const._MD_D3FORUM_TOPICSCOUNT}>"><{$smarty.const._MD_D3FORUM_TOPICSCOUNT}></th> | |
| 65 | - <th abbr="<{$smarty.const._MD_D3FORUM_POSTSCOUNT}>"><{$smarty.const._MD_D3FORUM_POSTSCOUNT}></th> | |
| 66 | - <th abbr="<{$smarty.const._MD_D3FORUM_LASTPOST}>"><{$smarty.const._MD_D3FORUM_LASTPOST}></th> | |
| 67 | -</tr> | |
| 68 | -</thead> | |
| 69 | - | |
| 70 | -<!-- start forums --> | |
| 71 | -<{foreach item=forum from=$forums}> | |
| 72 | -<tr class="<{cycle values="even,odd"}>"> | |
| 73 | -<{strip}> | |
| 74 | - <td class="d3f_mainicon"><img src="<{$mod_imageurl}>/forum_<{$forum.bit_new}>.gif" alt="<{$forum.title}>" /></td> | |
| 75 | - <td> | |
| 76 | - <dl> | |
| 77 | - <dt> | |
| 78 | - <a href="<{$mod_url}>/index.php?forum_id=<{$forum.id}>"><{$forum.title}></a> | |
| 79 | - | |
| 80 | - <{if $forum.isadminormod}> | |
| 81 | - <a href="<{$mod_url}>/index.php?page=forummanager&forum_id=<{$forum.id}>"><img src="<{$mod_imageurl}>/icon_pencil22.gif" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._MD_D3FORUM_LINK_FORUMMANAGER}>" width="16" height="16" /></a> | |
| 82 | - <{/if}> | |
| 83 | - <a href="<{$mod_url}>/index.php?page=rss&forum_id=<{$forum.id}>"><img src="<{$xoops_imageurl}>/images/icon_rss.png" alt="RSS" title="<{$smarty.const._MD_D3FORUM_LINK_FORUMRSS}>" width="16" height="16" /></a> | |
| 84 | - </dt> | |
| 85 | - <dd><{$forum.desc}></dd> | |
| 86 | - <dd class="d3f_td_topicinfo"> | |
| 87 | - <{include file="db:`$mydirname`_inc_moderators.html" target=$forum}> | |
| 88 | - <{if $forum.external_link_format}> | |
| 89 | - [<{$smarty.const._MD_D3FORUM_FORUMASCOMMENT}>] | |
| 90 | - <{elseif $forum.can_post}> | |
| 91 | - [<a href="<{$mod_url}>/index.php?page=newtopic&forum_id=<{$forum.id}>"><{$smarty.const._MD_D3FORUM_POSTASNEWTOPIC}></a>] | |
| 92 | - <{/if}> | |
| 93 | - </dd> | |
| 94 | - </dl></td> | |
| 95 | - <td><{$forum.topics_count}></td> | |
| 96 | - <td><{$forum.posts_count}></td> | |
| 97 | - <td class="d3f_posters"><{if $forum.last_post_time}><{$forum.last_post_time_formatted}><br /><{$forum.last_post_uname}> <a href="<{$mod_url}>/index.php?post_id=<{$forum.last_post_id}>"><img src="<{$mod_imageurl}>/posticon<{$forum.last_post_icon}>.gif" alt="<{$forum.last_post_subject}>" title="<{$forum.last_post_subject}>" /></a><{/if}></td> | |
| 98 | -<{/strip}> | |
| 99 | -</tr> | |
| 100 | -<{/foreach}> | |
| 101 | -<!-- end forums --> | |
| 102 | -</table> | |
| 103 | - | |
| 104 | -<div class="d3f_iconexps"> | |
| 105 | -<ul class="d3f_iconexp"> | |
| 106 | - <li><img src="<{$mod_imageurl}>/forum_1.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_ALT_NEWPOSTS}></li> | |
| 107 | -</ul> | |
| 108 | -<ul class="d3f_iconexp"> | |
| 109 | - <li><img src="<{$mod_imageurl}>/forum_0.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_ALT_NONEWPOSTS}></li> | |
| 110 | -</ul> | |
| 111 | -</div> | |
| 112 | -<{/if}> | |
| 113 | - | |
| 114 | -<!-- category jumpbox --> | |
| 115 | -<form name="category_jump_box" action="<{$mod_url}>/index.php" method="get" class="d3f_form"> | |
| 116 | - <select name="cat_id"> | |
| 117 | - <option value="">(<{$smarty.const._MD_D3FORUM_TOP}>)</option> | |
| 118 | - <{$cat_jumpbox_options}> | |
| 119 | - </select> | |
| 120 | - <input type="submit" value="<{$smarty.const._MD_D3FORUM_BTN_JUMPTOCATEGORY}>" /> | |
| 121 | - <a href="<{$mod_url}>/index.php?page=search"><{$smarty.const._MD_D3FORUM_LINK_ADVSEARCH}></a> | |
| 122 | -</form> | |
| 123 | - | |
| 124 | -<hr class="notification" /> | |
| 125 | - | |
| 126 | -<{include file='db:system_notification_select.html'}> | |
| 127 | -<!-- end module contents --> |
| @@ -1,60 +0,0 @@ | ||
| 1 | -<!-- start module contents --> | |
| 2 | -<div class="d3f_breadcrumbs"> | |
| 3 | - <{if $mod_config.show_breadcrumbs}> | |
| 4 | - <a href="<{$mod_url}>/index.php"><{$smarty.const._MD_D3FORUM_TOP}></a> | |
| 5 | - > | |
| 6 | - <{foreach from=$category.paths_raw key=parent_id item=parent_title_raw}> | |
| 7 | - <a href="<{$mod_url}>/index.php?cat_id=<{$parent_id}>"><{$parent_title_raw|escape}></a> | |
| 8 | - > | |
| 9 | - <{/foreach}> | |
| 10 | - <a href="<{$mod_url}>/index.php?forum_id=<{$forum.id}>"><{$forum.title}></a> | |
| 11 | - <{/if}> | |
| 12 | - <{if $prev_topic.id || $next_topic.id}> | |
| 13 | - (<{if $prev_topic.id}> | |
| 14 | - <a href="<{$mod_url}>/index.php?topic_id=<{$prev_topic.id}>" title="<{$prev_topic.title}>"><{$smarty.const._MD_D3FORUM_LINK_PREVTOPIC}></a> | |
| 15 | - <{/if}> | |
| 16 | - <{if $prev_topic.id && $next_topic.id}> | |
| 17 | - | | |
| 18 | - <{/if}> | |
| 19 | - <{if $next_topic.id}> | |
| 20 | - <a href="<{$mod_url}>/index.php?topic_id=<{$next_topic.id}>" title="<{$next_topic.title}>"><{$smarty.const._MD_D3FORUM_LINK_NEXTTOPIC}></a> | |
| 21 | - <{/if}>) | |
| 22 | - <{/if}> | |
| 23 | -</div> | |
| 24 | - | |
| 25 | -<h1 class="d3f_title" style="clear:both"><img src="<{$xoops_imageurl}>images/s001.png"><{$topic.title}></h1> | |
| 26 | - | |
| 27 | -<{include file="db:`$mydirname`_inc_topicbar.html"}> | |
| 28 | - | |
| 29 | -<{include file="db:`$mydirname`_inc_d3comment_summary.html"}> | |
| 30 | - | |
| 31 | -<{include file="db:`$mydirname`_inc_postorder_links.html"}> | |
| 32 | - | |
| 33 | -<!-- top of posts --> | |
| 34 | -<div class="d3f_wrap"> | |
| 35 | -<{foreach item=post from=$posts}> | |
| 36 | - <{include file="db:`$mydirname`_inc_eachpost.html" post=$post caller="listposts" inner_link_format="#post_id%s"}> | |
| 37 | -<{/foreach}> | |
| 38 | -</div> | |
| 39 | -<!-- bottom of posts --> | |
| 40 | - | |
| 41 | -<{include file="db:`$mydirname`_inc_postorder_links.html"}> | |
| 42 | - | |
| 43 | -<!-- quick reply form --> | |
| 44 | -<{if $first_post.can_reply}> | |
| 45 | - <{include file="db:`$mydirname`_inc_post_form_quick.html" uname=$xoops_uname h2_title=$smarty.const._MD_D3FORUM_POSTASSAMETOPIC quick_form_mode="sametopic" subject_raw=$first_post.subject_raw}> | |
| 46 | -<{/if}> | |
| 47 | - | |
| 48 | -<!-- forum jump --> | |
| 49 | -<form name="forum_jump_box" action="<{$mod_url}>/index.php" method="get" style="clear:both;" class="d3f_form"> | |
| 50 | - <p> | |
| 51 | - <select name="forum_id"><{$forum_jumpbox_options}></select> | |
| 52 | - <input type="submit" value="<{$smarty.const._MD_D3FORUM_BTN_JUMPTOFORUM}>" /> | |
| 53 | - | |
| 54 | - <a href="<{$mod_url}>/index.php?page=search"><{$smarty.const._MD_D3FORUM_LINK_ADVSEARCH}></a> | |
| 55 | - </p> | |
| 56 | -</form> | |
| 57 | - | |
| 58 | -<hr class="notification" /> | |
| 59 | -<{include file='db:system_notification_select.html'}> | |
| 60 | -<!-- end module contents --> |
| @@ -1,177 +0,0 @@ | ||
| 1 | -<!-- start module contents --> | |
| 2 | -<!-- breadcrumbs --> | |
| 3 | -<{if $mod_config.show_breadcrumbs}> | |
| 4 | -<div class="d3f_breadcrumbs"> | |
| 5 | - <a href="<{$mod_url}>/index.php"><{$smarty.const._MD_D3FORUM_TOP}></a> | |
| 6 | - <{foreach from=$category.paths_raw key=parent_id item=parent_title_raw}> | |
| 7 | - > | |
| 8 | - <a href="<{$mod_url}>/index.php?cat_id=<{$parent_id}>"><{$parent_title_raw|escape}></a> | |
| 9 | - <{/foreach}> | |
| 10 | -</div> | |
| 11 | -<{/if}> | |
| 12 | - | |
| 13 | -<h1 class="d3f_title"><img src="<{$xoops_imageurl}>images/fk2.png"><{$forum.title}> | |
| 14 | -<{if $category.id == 1}> | |
| 15 | -<{if $forum.can_post}> | |
| 16 | -<a href="<{$mod_url}>/index.php?page=newtopic&forum_id=<{$forum.id}>" target="_self"><img src="<{$xoops_imageurl}>images/b001.png" class="d3f_main_listtopics_button"></a> | |
| 17 | -<{/if}> | |
| 18 | -<{/if}> | |
| 19 | -</h1><!-- marine modifi --> | |
| 20 | - | |
| 21 | -<p class="d3f_welcome"> | |
| 22 | - <{$forum.desc}> | |
| 23 | - (<{include file="db:`$mydirname`_inc_moderators.html" target=$forum}>) | |
| 24 | -</p> | |
| 25 | - | |
| 26 | -<!-- forum controller --> | |
| 27 | -<ul class="d3f_ctrl"> | |
| 28 | - <!-- new topic --> | |
| 29 | - <{if $forum.external_link_format}> | |
| 30 | - <li><{$smarty.const._MD_D3FORUM_FORUMASCOMMENT_DESC}></li> | |
| 31 | - <{elseif $forum.can_post}> | |
| 32 | - <li><a href="<{$mod_url}>/index.php?page=newtopic&forum_id=<{$forum.id}>"><{$smarty.const._MD_D3FORUM_POSTASNEWTOPICTOTHISFORUM}></a></li> | |
| 33 | - <{else}> | |
| 34 | - <li><{$smarty.const._MD_D3FORUM_CANTCREATENEWTOPICTHISFORUM}></li> | |
| 35 | - <{/if}> | |
| 36 | - | |
| 37 | - <!-- guest can post or not --> | |
| 38 | - <{if ! $xoops_isuser}> | |
| 39 | - <{if $forum.can_post}> | |
| 40 | - <li><{$smarty.const._MD_D3FORUM_GUESTSCANPOST_DESC}></li> | |
| 41 | - <{else}> | |
| 42 | - <li><{$smarty.const._MD_D3FORUM_GUESTSCANNOTPOST_DESC}></li> | |
| 43 | - <{/if}> | |
| 44 | - <{/if}> | |
| 45 | - | |
| 46 | - <{if $forum.isadminormod}> | |
| 47 | - <!-- edit forum --> | |
| 48 | - <li><a href="<{$mod_url}>/index.php?page=forummanager&forum_id=<{$forum.id}>"><{$smarty.const._MD_D3FORUM_LINK_FORUMMANAGER}></a></li> | |
| 49 | - <{/if}> | |
| 50 | - <{if $xoops_isadmin}> | |
| 51 | - <li><a href="<{$mod_url}>/admin/index.php?page=forum_access&forum_id=<{$forum.id}>"><{$smarty.const._MD_D3FORUM_LINK_FORUMACCESS}></a></li> | |
| 52 | - <{/if}> | |
| 53 | - | |
| 54 | - <!-- rss --> | |
| 55 | - <li><a href="<{$mod_url}>/index.php?page=rss&forum_id=<{$forum.id}>&odr=1"><{$smarty.const._MD_D3FORUM_LINK_FORUMRSS}></a></li> | |
| 56 | -</ul> | |
| 57 | - | |
| 58 | -<h2 class="d3f_head"><{$forum.title}></h2> | |
| 59 | - | |
| 60 | -<{include file="db:`$mydirname`_inc_d3comment_summary.html" topic=$d3comment_info}> | |
| 61 | - | |
| 62 | -<div class="d3f_bbsviewctrl"> | |
| 63 | - <form action="<{$mod_url}>/index.php" method="get"> | |
| 64 | - <{$forum_selection_sort}> | |
| 65 | - <input type="hidden" name="forum_id" value="<{$forum.id}>" /> | |
| 66 | - <input type="hidden" name="external_link_id" value="<{$query.external_link_id}>" /> | |
| 67 | - <input type="text" size="12" name="txt" value="<{$query.txt}>" /> | |
| 68 | - <{if $mod_config.use_solved}> | |
| 69 | - <select name="solved"> | |
| 70 | - <{html_options options=$solved_options selected=$query.solved}> | |
| 71 | - </select> | |
| 72 | - <{/if}> | |
| 73 | - <select name="odr"> | |
| 74 | - <{html_options options=$odr_options selected=$query.odr}> | |
| 75 | - </select> | |
| 76 | - <input type="submit" value="<{$smarty.const._MD_D3FORUM_BTN_REFRESHTOPICS}>" title="<{$smarty.const._MD_D3FORUM_BTN_REFRESHTOPICS}>" /> | |
| 77 | - </form> | |
| 78 | -</div> | |
| 79 | - | |
| 80 | -<{if $pagenav}><div class="d3f_pagenav"><{$pagenav}></div><{/if}> | |
| 81 | - | |
| 82 | -<!-- start forum main table --> | |
| 83 | -<table class="outer d3f_table"> | |
| 84 | -<thead> | |
| 85 | -<tr class="head"> | |
| 86 | - <th colspan="2" abbr="<{$smarty.const._MD_D3FORUM_TOPIC}>"><{$topic_hits|string_format:$smarty.const._MD_D3FORUM_FMT_TOPICHITS}></th> | |
| 87 | - <th abbr="<{$smarty.const._MD_D3FORUM_REPLIES}>"><{$smarty.const._MD_D3FORUM_REPLIES}></th> | |
| 88 | - <th abbr="<{$smarty.const._MD_D3FORUM_VIEWS}>"><{$smarty.const._MD_D3FORUM_VIEWS}></th> | |
| 89 | - <{if $mod_config.use_vote}> | |
| 90 | - <th abbr="<{$smarty.const._MD_D3FORUM_VOTECOUNT}>"><{$smarty.const._MD_D3FORUM_VOTECOUNT}></th> | |
| 91 | - <th abbr="<{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}>"><{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}></th> | |
| 92 | - <{/if}> | |
| 93 | - <th abbr="<{$smarty.const._MD_D3FORUM_FIRSTPOST}>"><{$smarty.const._MD_D3FORUM_FIRSTPOST}></th> | |
| 94 | - <th abbr="<{$smarty.const._MD_D3FORUM_LASTPOST}>"><{$smarty.const._MD_D3FORUM_LASTPOST}></th> | |
| 95 | -</tr> | |
| 96 | -</thead> | |
| 97 | - | |
| 98 | -<{foreach item=topic from=$topics}> | |
| 99 | -<{if $topic.sticky}> | |
| 100 | - <{assign var="topic_icon_src" value="`$mod_imageurl`/topic_sticky`$topic.bit_new`.gif"}> | |
| 101 | - <{assign var="topic_icon_alt" value=$smarty.const._MD_D3FORUM_TOPICSTICKY}> | |
| 102 | -<{elseif $topic.invisible}> | |
| 103 | - <{assign var="topic_icon_src" value="`$mod_imageurl`/topic_invisible.gif"}> | |
| 104 | - <{assign var="topic_icon_alt" value=$smarty.const._MD_D3FORUM_ALT_INVISIBLE}> | |
| 105 | -<{else}> | |
| 106 | - <{assign var="topic_icon_src" value="`$mod_imageurl`/topic_`$topic.bit_new``$topic.bit_hot`.gif"}> | |
| 107 | - <{assign var="topic_icon_alt" value=""}> | |
| 108 | -<{/if}> | |
| 109 | -<!-- start forum topic --> | |
| 110 | -<tr class="<{cycle values="even,odd"}>"> | |
| 111 | - <td class="d3f_mainicon"><img src="<{$topic_icon_src}>" alt="<{$topic_icon_alt}>" /></td> | |
| 112 | - <td class="d3f_topictitle"><{if $topic.locked}> | |
| 113 | - <img src="<{$mod_imageurl}>/topic_status_locked1.gif" alt="<{$smarty.const._MD_D3FORUM_TOPICLOCKED}>" /> | |
| 114 | - <{/if}> | |
| 115 | - <{if $mod_config.use_solved && ! $topic.solved}> | |
| 116 | - <{if $forum.isadminormod}> | |
| 117 | - <a href="<{$mod_url}>/index.php?page=update_topic_solved&topic_id=<{$topic.id}>&ret_name=forum_id&ret_val=<{$forum.id}>" title="<{$smarty.const._MD_D3FORUM_SOLVED_TURNON}>"><img src="<{$mod_imageurl}>/topic_status_solved0.gif" alt="<{$smarty.const._MD_D3FORUM_ALT_SOLVEDNO}>" /></a> | |
| 118 | - <{else}> | |
| 119 | - <img src="<{$mod_imageurl}>/topic_status_solved0.gif" alt="<{$smarty.const._MD_D3FORUM_ALT_SOLVEDNO}>" /> | |
| 120 | - <{/if}> | |
| 121 | - <{/if}> | |
| 122 | - <{if $mod_config.allow_mark && $uid && $topic.u2t_marked}> | |
| 123 | - <a href="<{$mod_url}>/index.php?page=update_u2t_marked&topic_id=<{$topic.id}>&ret_name=forum_id&ret_val=<{$forum.id}>" title="<{$smarty.const._MD_D3FORUM_MARK_TURNOFF}>"><img src="<{$mod_imageurl}>/topic_status_marked1.gif" alt="<{$smarty.const._MD_D3FORUM_ALT_MARKEDYES}>" /></a> | |
| 124 | - <{/if}> | |
| 125 | - <a href="<{$mod_url}>/index.php?topic_id=<{$topic.id}>"><{$topic.title}></a><{$topic.topic_page_jump}></td> | |
| 126 | - <td><{$topic.replies}></td> | |
| 127 | - <td><{$topic.views}></td> | |
| 128 | - <{if $mod_config.use_vote}> | |
| 129 | - <td><{$topic.votes_count}></td> | |
| 130 | - <td><{$topic.votes_avg|string_format:"%.2f"}></td> | |
| 131 | - <{/if}> | |
| 132 | - <td class="d3f_posters"><{$topic.first_post_time_formatted}><br /> | |
| 133 | - <{$topic.first_post_uname}> <a href="<{$mod_url}>/index.php?post_id=<{$topic.first_post_id}>"><img src="<{$mod_imageurl}>/posticon<{$topic.first_post_icon}>.gif" alt="<{$topic.first_post_subject}>" /></a></td> | |
| 134 | - <td class="d3f_posters"><{if $topic.replies>0}><{$topic.last_post_time_formatted}><br /> | |
| 135 | - <{$topic.last_post_uname}> <a href="<{$mod_url}>/index.php?post_id=<{$topic.last_post_id}>"><img src="<{$mod_imageurl}>/posticon<{$topic.last_post_icon}>.gif" alt="<{$topic.last_post_subject}>" /></a><{/if}></td> | |
| 136 | -</tr> | |
| 137 | -<{/foreach}> | |
| 138 | -<!-- end forum topic --> | |
| 139 | -</table> | |
| 140 | -</form> | |
| 141 | -<!-- end forum main table --> | |
| 142 | - | |
| 143 | -<{if $pagenav}><div class="d3f_pagenav"><{$pagenav}></div><{/if}> | |
| 144 | - | |
| 145 | -<div class="d3f_iconexps"> | |
| 146 | -<ul class="d3f_iconexp"> | |
| 147 | - <li><img src="<{$mod_imageurl}>/topic_11.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_TOPICNEWPOSTS}></li> | |
| 148 | - <li><img src="<{$mod_imageurl}>/topic_01.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_TOPICNONEWPOSTS}></li> | |
| 149 | - <li><img src="<{$mod_imageurl}>/topic_invisible.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_TOPICINVISIBLE}></li> | |
| 150 | - <li><img src="<{$mod_imageurl}>/topic_sticky0.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_TOPICSTICKY}></li> | |
| 151 | -</ul> | |
| 152 | -<ul class="d3f_iconexp"> | |
| 153 | - <li><img src="<{$mod_imageurl}>/topic_status_locked1.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_TOPICLOCKED}></li> | |
| 154 | -<{if $mod_config.use_solved && ! $topic.solved}><!-- marine modifi --> | |
| 155 | - <li><img src="<{$mod_imageurl}>/topic_status_solved0.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_ALT_SOLVEDNO}></li> | |
| 156 | -<{/if}><!-- marine modifi --> | |
| 157 | -<{if $mod_config.allow_mark && $uid && $topic.u2t_marked}><!-- marine modifi --> | |
| 158 | - <li><img src="<{$mod_imageurl}>/topic_status_marked1.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_ALT_MARKEDYES}></li> | |
| 159 | -<{/if}><!-- marine modifi --> | |
| 160 | -</ul> | |
| 161 | -</div> | |
| 162 | - | |
| 163 | -<!-- forum jumpbox --> | |
| 164 | -<form name="forum_jump_box" action="<{$mod_url}>/index.php" method="get" style="clear:both;" class="d3f_form"> | |
| 165 | - <p> | |
| 166 | - <select name="forum_id"><{$forum_jumpbox_options}></select> | |
| 167 | - <input type="submit" value="<{$smarty.const._MD_D3FORUM_BTN_JUMPTOFORUM}>" /> | |
| 168 | - | |
| 169 | - <a href="<{$mod_url}>/index.php?page=search"><{$smarty.const._MD_D3FORUM_LINK_ADVSEARCH}></a> | |
| 170 | - </p> | |
| 171 | -</form> | |
| 172 | - | |
| 173 | -<hr class="notification" /> | |
| 174 | - | |
| 175 | -<{include file='db:system_notification_select.html'}> | |
| 176 | -<!-- end module contents --> | |
| 177 | - |
| @@ -1,60 +0,0 @@ | ||
| 1 | -<!-- start module contents --> | |
| 2 | -<div class="d3f_breadcrumbs"> | |
| 3 | - <{if $mod_config.show_breadcrumbs}> | |
| 4 | - <a href="<{$mod_url}>/index.php"><{$smarty.const._MD_D3FORUM_TOP}></a> | |
| 5 | - > | |
| 6 | - <{foreach from=$category.paths_raw key=parent_id item=parent_title_raw}> | |
| 7 | - <a href="<{$mod_url}>/index.php?cat_id=<{$parent_id}>"><{$parent_title_raw|escape}></a> | |
| 8 | - > | |
| 9 | - <{/foreach}> | |
| 10 | - <a href="<{$mod_url}>/index.php?forum_id=<{$forum.id}>"><{$forum.title}></a> | |
| 11 | - <{/if}> | |
| 12 | - <{if $prev_topic.id || $next_topic.id}> | |
| 13 | - (<{if $prev_topic.id}> | |
| 14 | - <a href="<{$mod_url}>/index.php?topic_id=<{$prev_topic.id}>" title="<{$prev_topic.title}>"><{$smarty.const._MD_D3FORUM_LINK_PREVTOPIC}></a> | |
| 15 | - <{/if}> | |
| 16 | - <{if $prev_topic.id && $next_topic.id}> | |
| 17 | - | | |
| 18 | - <{/if}> | |
| 19 | - <{if $next_topic.id}> | |
| 20 | - <a href="<{$mod_url}>/index.php?topic_id=<{$next_topic.id}>" title="<{$next_topic.title}>"><{$smarty.const._MD_D3FORUM_LINK_NEXTTOPIC}></a> | |
| 21 | - <{/if}>) | |
| 22 | - <{/if}> | |
| 23 | -</div> | |
| 24 | - | |
| 25 | -<h1 class="d3f_title" style="clear:both"><img src="<{$xoops_imageurl}>images/s001.png"><{$topic.title}></h1> | |
| 26 | - | |
| 27 | -<{include file="db:`$mydirname`_inc_topicbar.html"}> | |
| 28 | - | |
| 29 | -<{include file="db:`$mydirname`_inc_d3comment_summary.html"}> | |
| 30 | - | |
| 31 | -<{include file="db:`$mydirname`_inc_postorder_links.html"}> | |
| 32 | - | |
| 33 | -<!-- top of posts --> | |
| 34 | -<div class="d3f_wrap"> | |
| 35 | -<{foreach item=post from=$posts}> | |
| 36 | - <{include file="db:`$mydirname`_inc_eachpost.html" post=$post caller="listposts" inner_link_format="#post_id%s"}> | |
| 37 | -<{/foreach}> | |
| 38 | -</div> | |
| 39 | -<!-- bottom of posts --> | |
| 40 | - | |
| 41 | -<{include file="db:`$mydirname`_inc_postorder_links.html"}> | |
| 42 | - | |
| 43 | -<!-- quick reply form --> | |
| 44 | -<{if $first_post.can_reply}> | |
| 45 | - <{include file="db:`$mydirname`_inc_post_form_quick.html" uname=$xoops_uname h2_title=$smarty.const._MD_D3FORUM_POSTASSAMETOPIC quick_form_mode="sametopic" subject_raw=$first_post.subject_raw}> | |
| 46 | -<{/if}> | |
| 47 | - | |
| 48 | -<!-- forum jump --> | |
| 49 | -<form name="forum_jump_box" action="<{$mod_url}>/index.php" method="get" style="clear:both;" class="d3f_form"> | |
| 50 | - <p> | |
| 51 | - <select name="forum_id"><{$forum_jumpbox_options}></select> | |
| 52 | - <input type="submit" value="<{$smarty.const._MD_D3FORUM_BTN_JUMPTOFORUM}>" /> | |
| 53 | - | |
| 54 | - <a href="<{$mod_url}>/index.php?page=search"><{$smarty.const._MD_D3FORUM_LINK_ADVSEARCH}></a> | |
| 55 | - </p> | |
| 56 | -</form> | |
| 57 | - | |
| 58 | -<hr class="notification" /> | |
| 59 | -<{include file='db:system_notification_select.html'}> | |
| 60 | -<!-- end module contents --> |
| @@ -1,248 +0,0 @@ | ||
| 1 | -<!-- start module contents --> | |
| 2 | -<!-- breadcrumbs --> | |
| 3 | -<div class="d3f_breadcrumbs"> | |
| 4 | - <a href="<{$mod_url}>/index.php?cat_ids=0"><{$smarty.const._MD_D3FORUM_LISTALLTOPICS}></a> | |
| 5 | -</div> | |
| 6 | -<div class="d3f_top_message"><div class="d3f_top_message_img"></div><{$mod_config.top_message}><a href="<{$mod_url}>/index.php?forum_id=1" class="d3f_c001"><img src="<{$xoops_imageurl}>/images/c001.png" alt="welcome" title="welcome" /></a> | |
| 7 | -<div class="clearfix"> | |
| 8 | -<dl class="d3f_bbsinfo"> | |
| 9 | -<dt><{$smarty.const._MD_D3FORUM_TOTALTOPICSCOUNT}>:</dt> | |
| 10 | - <dd><{$total_topics_count}></dd> | |
| 11 | -<dt><{$smarty.const._MD_D3FORUM_TOTALPOSTSCOUNT}>:</dt> | |
| 12 | - <dd><{$total_posts_count}></dd> | |
| 13 | -<dt><{$smarty.const._MD_D3FORUM_TIMENOW}>:</dt> | |
| 14 | - <dd><{$currenttime_formatted}></dd> | |
| 15 | -<dt><{$smarty.const._MD_D3FORUM_LASTVISIT}>:</dt> | |
| 16 | - <dd><{$lastvisit_formatted}></dd> | |
| 17 | -</dl> | |
| 18 | -</div> | |
| 19 | -</div><!-- marine modifi --> | |
| 20 | - | |
| 21 | -<!-- top controller --> | |
| 22 | -<div id="d3f_ctrl_oc"> | |
| 23 | -<ul class="d3f_ctrl"> | |
| 24 | - <{if $xoops_isadmin}> | |
| 25 | - <li><a href="<{$mod_url}>/index.php?page=makecategory"><{$smarty.const._MD_D3FORUM_LINK_MAKECATEGORY}></a></li> | |
| 26 | - <{/if}> | |
| 27 | - <li><a href="<{$mod_url}>/index.php?page=rss&cat_ids=0&odr=1"><{$smarty.const._MD_D3FORUM_LINK_ALLRSS}> <img src="<{$xoops_imageurl}>/images/icon_rss.png" alt="<{$smarty.const._EDIT}>" width="16" height="16" /></a></li> | |
| 28 | -</ul> | |
| 29 | -</div> | |
| 30 | - | |
| 31 | - | |
| 32 | -<!-- marine modifi --> | |
| 33 | -<!-- start categories --> | |
| 34 | -<ul> | |
| 35 | -<{foreach item="category" from=$top_categories}> | |
| 36 | -<li> | |
| 37 | -<a href="<{$mod_url}>/index.php?cat_id=<{$category.id}>"><img src="<{$mod_imageurl}>/category_<{$category.bit_new}>.gif" alt="" width="16" height="16" /> <{$category.title}></a> > | |
| 38 | - | |
| 39 | - | |
| 40 | -<!-- forums --> | |
| 41 | -<{foreach item=forum from=$category.forums}> | |
| 42 | - <a href="<{$mod_url}>/index.php?forum_id=<{$forum.id}>"> | |
| 43 | - <img src="<{$mod_imageurl}>/forum_<{$forum.bit_new}>.gif" alt="<{$forum.title}>" width="16" height="16" /> | |
| 44 | - <{$forum.title}> | |
| 45 | - </a> | |
| 46 | -<{/foreach}> | |
| 47 | -</li> | |
| 48 | -<{/foreach}> | |
| 49 | -</ul> | |
| 50 | - | |
| 51 | - | |
| 52 | -<!-- Sub Categories --> | |
| 53 | -<{foreach item="category" from=$top_categories}> | |
| 54 | -<{if $category.subcategories}> | |
| 55 | -<a href="<{$mod_url}>/index.php?cat_id=<{$category.id}>"><img src="<{$mod_imageurl}>/category_<{$category.bit_new}>.gif" alt="" width="16" height="16" /><{$category.title}></a> > | |
| 56 | -<{foreach item=category from=$category.subcategories}> | |
| 57 | -<ul> | |
| 58 | -<li> | |
| 59 | - <a href="<{$mod_url}>/index.php?cat_id=<{$category.id}>"><img src="<{$mod_imageurl}>/category_<{$category.bit_new}>.gif" alt="" width="16" height="16" /><{$category.title}></a> > | |
| 60 | - | |
| 61 | - <{foreach item=forum from=$category.forums}> | |
| 62 | - <a href="<{$mod_url}>/index.php?forum_id=<{$forum.id}>" title="<{$block.lang_lastupdated}>:<{$forum.last_post_time_formatted}>"><img src="<{$mod_imageurl}>/forum_<{$forum.bit_new}>.gif" alt="<{$forum.title}>" width="16" height="16" /><{$forum.title}></a> | |
| 63 | - <{/foreach}> | |
| 64 | -</li> | |
| 65 | -</ul> | |
| 66 | -<{/foreach}> | |
| 67 | -<{/if}> | |
| 68 | -<{/foreach}> | |
| 69 | - | |
| 70 | -<!-- End marine modifi --> | |
| 71 | - | |
| 72 | -<br /> | |
| 73 | -<hr class="notification" /> | |
| 74 | -<br /> | |
| 75 | - | |
| 76 | -<!-- marine modifi xugj_block topics | |
| 77 | -<{xugj_block file="modules/d3forum/blocks/blocks.php" func="b_d3forum_list_topics_show" opt="d3forum,10,1,time,1,0,," item="block"}> | |
| 78 | -<{if $block.full_view == true}> | |
| 79 | -<table class="outer" cellspacing="1"> | |
| 80 | -<thead> | |
| 81 | -<tr> | |
| 82 | - <th><{$block.lang_forum}></th> | |
| 83 | - <th><{$block.lang_topic}></th> | |
| 84 | - <th align="center"><{$block.lang_replies}></th> | |
| 85 | - <th align="center"><{$block.lang_views}></th> | |
| 86 | - <th align="center" colspan="2"><{$block.lang_lastpost}></th> | |
| 87 | -</tr> | |
| 88 | -</thead> | |
| 89 | -<{foreach item=topic from=$block.topics}> | |
| 90 | -<{strip}> | |
| 91 | -<tr class="<{cycle values="even,odd"}>"> | |
| 92 | - <td><a href="<{$block.mod_url}>/index.php?forum_id=<{$topic.forum_id}>"><{$topic.forum_title}></a></td> | |
| 93 | - <td><a href="<{$block.mod_url}>/index.php?topic_id=<{$topic.id}>#post_id<{$topic.last_post_id}>"> | |
| 94 | - <{if $topic.u2t_marked}><img src="<{$block.mod_imageurl}>/block_marked.gif" alt="<{$block.lang_alt_marked}>" /><{/if}> | |
| 95 | - <{* displays the last post's subject or topic title *}> | |
| 96 | - <{if $block.disp_last_subject }> | |
| 97 | - <{$topic.last_subject}> | |
| 98 | - <{else}> | |
| 99 | - <{$topic.title}> | |
| 100 | - <{/if}></a> | |
| 101 | - <{if ! $topic.solved}><img src="<{$block.mod_imageurl}>/block_unsolved.gif" alt="<{$block.lang_alt_unsolved}>" /><{/if}></td> | |
| 102 | - <td align="center"><{$topic.replies}></td> | |
| 103 | - <td align="center"><{$topic.views}></td> | |
| 104 | - <td align="center" nowrap="nowrap"><{$topic.last_uname}></td> | |
| 105 | - <td align="right" nowrap="nowrap"><{$topic.last_post_time_formatted}></td> | |
| 106 | -</tr> | |
| 107 | -<{/strip}> | |
| 108 | -<{/foreach}> | |
| 109 | -</table> | |
| 110 | - | |
| 111 | -<div style="text-align:right; padding: 5px;"> | |
| 112 | -<a href="<{$block.mod_url}>/index.php?page=search"><{$block.lang_linktosearch}></a> | |
| 113 | - | |
| 114 | -<{if is_numeric( $block.forums ) }> | |
| 115 | -<a href="<{$block.mod_url}>/index.php?forum_id=<{$block.forums}>"><{$block.lang_linktolisttopics}></a> | |
| 116 | -<{else}> | |
| 117 | -<a href="<{$block.mod_url}>/index.php?cat_ids=<{$block.categories}>"><{$block.lang_linktolisttopics}></a> | |
| 118 | -<{/if}> | |
| 119 | - | |
| 120 | -<{if is_numeric( $block.categories ) }> | |
| 121 | -<a href="<{$block.mod_url}>/index.php?cat_id=<{$block.categories}>"><{$block.lang_linktolistforums}></a> | |
| 122 | - | |
| 123 | -<{/if}> | |
| 124 | -<a href="<{$block.mod_url}>/index.php"><{$block.lang_linktolistcategories}></a> | |
| 125 | -</div> | |
| 126 | - | |
| 127 | - | |
| 128 | -<{else}> | |
| 129 | - | |
| 130 | -<ol style="padding:3px;margin:0;"> | |
| 131 | -<{foreach item=topic from=$block.topics}> | |
| 132 | - <li><a href="<{$block.mod_url}>/index.php?topic_id=<{$topic.id}>"><{$topic.title}></a>(<{$topic.replies}>) <{$topic.last_uname}> <{$topic.last_post_time_formatted}></li> | |
| 133 | -<{/foreach}> | |
| 134 | -</ol> | |
| 135 | - | |
| 136 | -<{/if}> | |
| 137 | - | |
| 138 | --- End marine modifi --> | |
| 139 | - | |
| 140 | -<!-- | |
| 141 | -<hr class="notification" /> | |
| 142 | ---> | |
| 143 | - | |
| 144 | -<!-- marine modifi xugj_block posts | |
| 145 | -<{$block.lang_posts}> | |
| 146 | -<{xugj_block file="modules/d3forum/blocks/blocks.php" func="b_d3forum_list_posts_show" opt="d3forum,20,time,,,0" item="block"}> | |
| 147 | -<ol style="padding:3px;margin:0;"> | |
| 148 | -<{foreach item=post from=$block.posts}> | |
| 149 | - <li style="margin:2px;margin-left:20px;list-style-type:decimal;"> | |
| 150 | - <a href="<{$block.mod_url}>/index.php?forum_id=<{$topic.forum_id}>"><{$topic.forum_title}></a> > | |
| 151 | - <a href="<{$block.mod_url}>/index.php?post_id=<{$post.id}>"><{$post.subject}></a> <{$post.uname}> <{$post.post_time_formatted}> | |
| 152 | - </li> | |
| 153 | -<{/foreach}> | |
| 154 | -</ol> | |
| 155 | - End marine modifi --> | |
| 156 | - | |
| 157 | -<div><a href="#" id="d3f_wrap_open">open</a></div> | |
| 158 | -<div id="d3f_wrap_oc"> | |
| 159 | -<div class="d3f_wrap"> | |
| 160 | -<!-- start categories --> | |
| 161 | -<{foreach item="category" from=$top_categories}> | |
| 162 | -<{if $category.subcategories or $category.forums or $xoops_isadmin}> | |
| 163 | -<div class="d3f_head"> | |
| 164 | -<h2><a href="<{$mod_url}>/index.php?cat_id=<{$category.id}>"><img src="<{$mod_imageurl}>/category_<{$category.bit_new}>.gif" alt="" width="16" height="16" /> <{$category.title}></a></h2> | |
| 165 | - <p> | |
| 166 | - <{include file="db:`$mydirname`_inc_moderators.html" target=$category}> | |
| 167 | - <{$smarty.const._MD_D3FORUM_TOTALTOPICSCOUNT}>: <{$category.topics_count_in_tree}> <{$smarty.const._MD_D3FORUM_TOTALPOSTSCOUNT}>: <{$category.posts_count_in_tree}> | |
| 168 | - <{if $category.last_post_time}><{$smarty.const._MD_D3FORUM_LASTPOST}>: <{$category.last_post_time_formatted}><{/if}> | |
| 169 | - <a href="<{$mod_url}>/index.php?page=rss&cat_ids=<{$category.id}>&odr=1"><img src="<{$xoops_imageurl}>/images/icon_rss.png" alt="RSS" title="<{$smarty.const._MD_D3FORUM_LINK_CATEGORYRSS}>" width="16" height="16" /></a> | |
| 170 | - </p> | |
| 171 | -</div> | |
| 172 | -<{if $category.desc}><p class="d3f_info"><{$category.desc}></p><{/if}> | |
| 173 | - | |
| 174 | -<{if $category.subcategories}> | |
| 175 | -<h3 class="d3f_head_h3"><{$smarty.const._MD_D3FORUM_SUBCATEGORIES}></h3> | |
| 176 | -<ul class="d3f_subcategories"> | |
| 177 | -<{foreach item="subcategory" from=$category.subcategories}> | |
| 178 | - <li> | |
| 179 | - <a href="<{$mod_url}>/index.php?cat_id=<{$subcategory.id}>" title="<{$subcategory.desc}>"><img src="<{$mod_imageurl}>/category_<{$subcategory.bit_new}>.gif" alt="<{$subcategory.title}>" width="16" height="16" /> <{$subcategory.title}></a> (<{$smarty.const._MD_D3FORUM_TOTALTOPICSCOUNT}>: <{$subcategory.topics_count_in_tree}>, <{$smarty.const._MD_D3FORUM_TOTALPOSTSCOUNT}>: <{$subcategory.posts_count_in_tree}>) | |
| 180 | - <{if $xoops_isadmin}><a href="<{$mod_url}>/index.php?page=categorymanager&cat_id=<{$subcategory.id}>"><img src="<{$mod_imageurl}>/icon_pencil22.gif" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._MD_D3FORUM_LINK_CATEGORYMANAGER}>" width="16" height="16" /></a><{/if}> | |
| 181 | - <a href="<{$mod_url}>/index.php?page=rss&cat_ids=<{$subcategory.id}>&odr=1"><img src="<{$xoops_imageurl}>/images/icon_rss.png" alt="RSS" title="<{$smarty.const._MD_D3FORUM_LINK_CATEGORYRSS}>" width="16" height="16" /></a> | |
| 182 | - </li> | |
| 183 | -<{/foreach}> | |
| 184 | -</ul> | |
| 185 | -<{/if}> | |
| 186 | - | |
| 187 | -<{if $category.forums}> | |
| 188 | -<h3 class="d3f_head_h3"><{$smarty.const._MD_D3FORUM_FORUM}></h3> | |
| 189 | -<ul class="d3f_listforums"> | |
| 190 | -<{foreach item=forum from=$category.forums}> | |
| 191 | - <li> | |
| 192 | - <a href="<{$mod_url}>/index.php?forum_id=<{$forum.id}>"> | |
| 193 | - <img src="<{$mod_imageurl}>/forum_<{$forum.bit_new}>.gif" alt="<{$forum.title}>" width="16" height="16" /> | |
| 194 | - <{$forum.title}> | |
| 195 | - </a> | |
| 196 | - <{$smarty.const._MD_D3FORUM_TOPICSCOUNT}>: <{$forum.topics_count}> <{$smarty.const._MD_D3FORUM_POSTSCOUNT}>: <{$forum.posts_count}> | |
| 197 | - <{if $forum.last_post_time}><{$smarty.const._MD_D3FORUM_LASTPOST}>: <{$forum.last_post_time_formatted}><{/if}> | |
| 198 | - <{if $xoops_isadmin}><a href="<{$mod_url}>/index.php?page=forummanager&forum_id=<{$forum.id}>"><img src="<{$mod_imageurl}>/icon_pencil22.gif" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._MD_D3FORUM_LINK_FORUMMANAGER}>" width="16" height="16" /></a><{/if}> | |
| 199 | - <a href="<{$mod_url}>/index.php?page=rss&forum_id=<{$forum.id}>"><img src="<{$xoops_imageurl}>/images/icon_rss.png" alt="RSS" title="<{$smarty.const._MD_D3FORUM_LINK_FORUMRSS}>" width="16" height="16" /></a> | |
| 200 | - </li> | |
| 201 | -<{/foreach}> | |
| 202 | -</ul> | |
| 203 | -<{/if}> | |
| 204 | - | |
| 205 | -<div class="d3f_info_ctrl"> | |
| 206 | - <{strip}> | |
| 207 | - <a href="<{$mod_url}>/index.php?cat_ids=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LISTTOPICSINCATEGORY}></a> | |
| 208 | - <{if $xoops_isadmin}> | |
| 209 | - - <a href="<{$mod_url}>/index.php?page=categorymanager&cat_id=<{$category.id}>"><img src="<{$mod_imageurl}>/icon_pencil22.gif" alt="<{$smarty.const._EDIT}>" width="16" height="16" /><{$smarty.const._MD_D3FORUM_LINK_CATEGORYMANAGER}></a> | |
| 210 | - <{/if}> | |
| 211 | - <{if $category.can_makeforum}> | |
| 212 | - - <a href="<{$mod_url}>/index.php?page=makeforum&cat_id=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LINK_MAKEFORUM}></a> | |
| 213 | - <{/if}> | |
| 214 | - <{if $xoops_isadmin}> | |
| 215 | - - <a href="<{$mod_url}>/index.php?page=makecategory&cat_id=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LINK_MAKESUBCATEGORY}></a> | |
| 216 | - <{/if}> | |
| 217 | - <{/strip}> | |
| 218 | -</div> | |
| 219 | -<{/if}> | |
| 220 | -<{/foreach}> | |
| 221 | -<!-- end categories --> | |
| 222 | -</div> | |
| 223 | - | |
| 224 | -<!-- icon explanation --> | |
| 225 | -<div class="d3f_iconexps"> | |
| 226 | -<ul class="d3f_iconexp"> | |
| 227 | - <li><img src="<{$mod_imageurl}>/forum_1.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_ALT_NEWPOSTS}></li> | |
| 228 | -</ul> | |
| 229 | -<ul class="d3f_iconexp"> | |
| 230 | - <li><img src="<{$mod_imageurl}>/forum_0.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_ALT_NONEWPOSTS}></li> | |
| 231 | -</ul> | |
| 232 | -</div> | |
| 233 | - | |
| 234 | -<!-- forum jumpbox --> | |
| 235 | -<form name="forum_jump_box" action="<{$mod_url}>/index.php" method="get" style="clear:both;" class="d3f_form"> | |
| 236 | - <select name="forum_id"><{$forum_jumpbox_options}></select> | |
| 237 | - <input type="submit" value="<{$smarty.const._MD_D3FORUM_BTN_JUMPTOFORUM}>" /> | |
| 238 | - | |
| 239 | - <a href="<{$mod_url}>/index.php?page=search"><{$smarty.const._MD_D3FORUM_LINK_ADVSEARCH}></a> | |
| 240 | -</form> | |
| 241 | - | |
| 242 | -</div> | |
| 243 | - | |
| 244 | -<hr class="notification" /> | |
| 245 | - | |
| 246 | - | |
| 247 | -<{include file='db:system_notification_select.html'}> | |
| 248 | -<!-- end module contents --> |
| @@ -1,127 +0,0 @@ | ||
| 1 | - | |
| 2 | -<!-- start module contents --> | |
| 3 | -<!-- breadcrumbs --> | |
| 4 | -<div class="d3f_breadcrumbs"> | |
| 5 | - <{strip}> | |
| 6 | - <a href="<{$mod_url}>/index.php?cat_ids=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LISTTOPICSINCATEGORY}></a> | |
| 7 | - <{if $mod_config.show_breadcrumbs}> | |
| 8 | - | | |
| 9 | - <a href="<{$mod_url}>/index.php"><{$smarty.const._MD_D3FORUM_TOP}></a> | |
| 10 | - <{foreach name=catgorybreadcrumbs from=$category.paths_raw key=parent_id item=parent_title_raw}> | |
| 11 | - <{if ! $smarty.foreach.catgorybreadcrumbs.last}> | |
| 12 | - > | |
| 13 | - <a href="<{$mod_url}>/index.php?cat_id=<{$parent_id}>"><{$parent_title_raw|escape}></a> | |
| 14 | - <{/if}> | |
| 15 | - <{/foreach}> | |
| 16 | - <{/if}> | |
| 17 | - <{/strip}> | |
| 18 | -</div> | |
| 19 | - | |
| 20 | -<h1 class="d3f_title"><img src="<{$xoops_imageurl}>images/dn01.png"><{$category.title}> | |
| 21 | -<!-- Only forum1 show button --> | |
| 22 | -<{if $forum.id == 1}><!-- 2010.2.16 marine modifi --> | |
| 23 | -<a href="<{$mod_url}>/index.php?forum_id=1"><img src="<{$xoops_imageurl}>/images/c001.png" alt="welcome" title="welcome" /></a> | |
| 24 | -<{/if}><!-- 2010.2.16 marine modifi --> | |
| 25 | -</h1> | |
| 26 | -<{if $category.desc}><p class="d3f_welcome"><{$category.desc}></p><{/if}> | |
| 27 | - | |
| 28 | -<{if $category.isadminormod}> | |
| 29 | -<!-- category controller --> | |
| 30 | -<ul class="d3f_ctrl"> | |
| 31 | - <li><a href="<{$mod_url}>/index.php?page=makeforum&cat_id=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LINK_MAKEFORUM}></a><{$smarty.const._MD_D3FORUM_SUFFIX_UNDERTHISCATEGORY}></li> | |
| 32 | - <{if $xoops_isadmin}> | |
| 33 | - <{strip}> | |
| 34 | - <li><a href="<{$mod_url}>/index.php?page=makecategory&cat_id=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LINK_MAKESUBCATEGORY}></a><{$smarty.const._MD_D3FORUM_SUFFIX_UNDERTHISCATEGORY}></li> | |
| 35 | - <li><a href="<{$mod_url}>/index.php?page=categorymanager&cat_id=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LINK_CATEGORYMANAGER}><img src="<{$mod_imageurl}>/icon_pencil22.gif" alt="<{$smarty.const._EDIT}>" width="16" height="16" /></a></li> | |
| 36 | - <{/strip}> | |
| 37 | - <{/if}> | |
| 38 | - <{if $xoops_isadmin}> | |
| 39 | - <li><a href="<{$mod_url}>/admin/index.php?page=category_access&cat_id=<{$category.id}>"><{$smarty.const._MD_D3FORUM_LINK_CATEGORYACCESS}></a></li> | |
| 40 | - <{/if}> | |
| 41 | - <li><a href="<{$mod_url}>/index.php?page=rss&cat_ids=<{$category.id}>&odr=1"><{$smarty.const._MD_D3FORUM_LINK_CATEGORYRSS}><img src="<{$xoops_imageurl}>/images/icon_rss.png" alt="RSS" width="16" height="16" /></a></li> | |
| 42 | -</ul> | |
| 43 | -<{/if}> | |
| 44 | - | |
| 45 | -<{if $subcategories}> | |
| 46 | -<h2 class="d3f_head"><{$smarty.const._MD_D3FORUM_SUBCATEGORIES}></h2> | |
| 47 | -<ul class="d3f_subcategories"> | |
| 48 | -<{foreach item=subcategory from=$subcategories}> | |
| 49 | - <li> | |
| 50 | - <a href="<{$mod_url}>/index.php?cat_id=<{$subcategory.id}>"<{if $subcategory.desc}> title="<{$subcategory.desc}>"<{/if}>><img src="<{$mod_imageurl}>/category_<{$subcategory.bit_new}>.gif" alt="<{$subcategory.title}>" width="16" height="16" /> <{$subcategory.title}></a> (<{$smarty.const._MD_D3FORUM_TOTALTOPICSCOUNT}>: <{$subcategory.topics_count_in_tree}>, <{$smarty.const._MD_D3FORUM_TOTALPOSTSCOUNT}>: <{$subcategory.posts_count_in_tree}>) | |
| 51 | - <{if $xoops_isadmin}><a href="<{$mod_url}>/index.php?page=categorymanager&cat_id=<{$subcategory.id}>"><img src="<{$mod_imageurl}>/icon_pencil22.gif" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._MD_D3FORUM_LINK_CATEGORYMANAGER}>" width="16" height="16" /></a><{/if}> | |
| 52 | - <a href="<{$mod_url}>/index.php?page=rss&cat_ids=<{$subcategory.id}>&odr=1"><img src="<{$xoops_imageurl}>/images/icon_rss.png" alt="RSS" title="<{$smarty.const._MD_D3FORUM_LINK_CATEGORYRSS}>" width="16" height="16" /></a> | |
| 53 | - </li> | |
| 54 | -<{/foreach}> | |
| 55 | -</ul> | |
| 56 | -<{/if}> | |
| 57 | - | |
| 58 | -<{if $forums}> | |
| 59 | -<h2 class="d3f_head"><{$smarty.const._MD_D3FORUM_FORUM}></h2> | |
| 60 | -<table class="outer d3f_table"> | |
| 61 | -<thead> | |
| 62 | -<tr class="head"> | |
| 63 | - <th colspan="2" abbr="<{$smarty.const._MD_D3FORUM_FORUM}>"><{$smarty.const._MD_D3FORUM_FORUM}></th> | |
| 64 | - <th abbr="<{$smarty.const._MD_D3FORUM_TOPICSCOUNT}>"><{$smarty.const._MD_D3FORUM_TOPICSCOUNT}></th> | |
| 65 | - <th abbr="<{$smarty.const._MD_D3FORUM_POSTSCOUNT}>"><{$smarty.const._MD_D3FORUM_POSTSCOUNT}></th> | |
| 66 | - <th abbr="<{$smarty.const._MD_D3FORUM_LASTPOST}>"><{$smarty.const._MD_D3FORUM_LASTPOST}></th> | |
| 67 | -</tr> | |
| 68 | -</thead> | |
| 69 | - | |
| 70 | -<!-- start forums --> | |
| 71 | -<{foreach item=forum from=$forums}> | |
| 72 | -<tr class="<{cycle values="even,odd"}>"> | |
| 73 | -<{strip}> | |
| 74 | - <td class="d3f_mainicon"><img src="<{$mod_imageurl}>/forum_<{$forum.bit_new}>.gif" alt="<{$forum.title}>" /></td> | |
| 75 | - <td> | |
| 76 | - <dl> | |
| 77 | - <dt> | |
| 78 | - <a href="<{$mod_url}>/index.php?forum_id=<{$forum.id}>"><{$forum.title}></a> | |
| 79 | - | |
| 80 | - <{if $forum.isadminormod}> | |
| 81 | - <a href="<{$mod_url}>/index.php?page=forummanager&forum_id=<{$forum.id}>"><img src="<{$mod_imageurl}>/icon_pencil22.gif" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._MD_D3FORUM_LINK_FORUMMANAGER}>" width="16" height="16" /></a> | |
| 82 | - <{/if}> | |
| 83 | - <a href="<{$mod_url}>/index.php?page=rss&forum_id=<{$forum.id}>"><img src="<{$xoops_imageurl}>/images/icon_rss.png" alt="RSS" title="<{$smarty.const._MD_D3FORUM_LINK_FORUMRSS}>" width="16" height="16" /></a> | |
| 84 | - </dt> | |
| 85 | - <dd><{$forum.desc}></dd> | |
| 86 | - <dd class="d3f_td_topicinfo"> | |
| 87 | - <{include file="db:`$mydirname`_inc_moderators.html" target=$forum}> | |
| 88 | - <{if $forum.external_link_format}> | |
| 89 | - [<{$smarty.const._MD_D3FORUM_FORUMASCOMMENT}>] | |
| 90 | - <{elseif $forum.can_post}> | |
| 91 | - [<a href="<{$mod_url}>/index.php?page=newtopic&forum_id=<{$forum.id}>"><{$smarty.const._MD_D3FORUM_POSTASNEWTOPIC}></a>] | |
| 92 | - <{/if}> | |
| 93 | - </dd> | |
| 94 | - </dl></td> | |
| 95 | - <td><{$forum.topics_count}></td> | |
| 96 | - <td><{$forum.posts_count}></td> | |
| 97 | - <td class="d3f_posters"><{if $forum.last_post_time}><{$forum.last_post_time_formatted}><br /><{$forum.last_post_uname}> <a href="<{$mod_url}>/index.php?post_id=<{$forum.last_post_id}>"><img src="<{$mod_imageurl}>/posticon<{$forum.last_post_icon}>.gif" alt="<{$forum.last_post_subject}>" title="<{$forum.last_post_subject}>" /></a><{/if}></td> | |
| 98 | -<{/strip}> | |
| 99 | -</tr> | |
| 100 | -<{/foreach}> | |
| 101 | -<!-- end forums --> | |
| 102 | -</table> | |
| 103 | - | |
| 104 | -<div class="d3f_iconexps"> | |
| 105 | -<ul class="d3f_iconexp"> | |
| 106 | - <li><img src="<{$mod_imageurl}>/forum_1.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_ALT_NEWPOSTS}></li> | |
| 107 | -</ul> | |
| 108 | -<ul class="d3f_iconexp"> | |
| 109 | - <li><img src="<{$mod_imageurl}>/forum_0.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_ALT_NONEWPOSTS}></li> | |
| 110 | -</ul> | |
| 111 | -</div> | |
| 112 | -<{/if}> | |
| 113 | - | |
| 114 | -<!-- category jumpbox --> | |
| 115 | -<form name="category_jump_box" action="<{$mod_url}>/index.php" method="get" class="d3f_form"> | |
| 116 | - <select name="cat_id"> | |
| 117 | - <option value="">(<{$smarty.const._MD_D3FORUM_TOP}>)</option> | |
| 118 | - <{$cat_jumpbox_options}> | |
| 119 | - </select> | |
| 120 | - <input type="submit" value="<{$smarty.const._MD_D3FORUM_BTN_JUMPTOCATEGORY}>" /> | |
| 121 | - <a href="<{$mod_url}>/index.php?page=search"><{$smarty.const._MD_D3FORUM_LINK_ADVSEARCH}></a> | |
| 122 | -</form> | |
| 123 | - | |
| 124 | -<hr class="notification" /> | |
| 125 | - | |
| 126 | -<{include file='db:system_notification_select.html'}> | |
| 127 | -<!-- end module contents --> |
| @@ -1,60 +0,0 @@ | ||
| 1 | -<!-- start module contents --> | |
| 2 | -<div class="d3f_breadcrumbs"> | |
| 3 | - <{if $mod_config.show_breadcrumbs}> | |
| 4 | - <a href="<{$mod_url}>/index.php"><{$smarty.const._MD_D3FORUM_TOP}></a> | |
| 5 | - > | |
| 6 | - <{foreach from=$category.paths_raw key=parent_id item=parent_title_raw}> | |
| 7 | - <a href="<{$mod_url}>/index.php?cat_id=<{$parent_id}>"><{$parent_title_raw|escape}></a> | |
| 8 | - > | |
| 9 | - <{/foreach}> | |
| 10 | - <a href="<{$mod_url}>/index.php?forum_id=<{$forum.id}>"><{$forum.title}></a> | |
| 11 | - <{/if}> | |
| 12 | - <{if $prev_topic.id || $next_topic.id}> | |
| 13 | - (<{if $prev_topic.id}> | |
| 14 | - <a href="<{$mod_url}>/index.php?topic_id=<{$prev_topic.id}>" title="<{$prev_topic.title}>"><{$smarty.const._MD_D3FORUM_LINK_PREVTOPIC}></a> | |
| 15 | - <{/if}> | |
| 16 | - <{if $prev_topic.id && $next_topic.id}> | |
| 17 | - | | |
| 18 | - <{/if}> | |
| 19 | - <{if $next_topic.id}> | |
| 20 | - <a href="<{$mod_url}>/index.php?topic_id=<{$next_topic.id}>" title="<{$next_topic.title}>"><{$smarty.const._MD_D3FORUM_LINK_NEXTTOPIC}></a> | |
| 21 | - <{/if}>) | |
| 22 | - <{/if}> | |
| 23 | -</div> | |
| 24 | - | |
| 25 | -<h1 class="d3f_title" style="clear:both"><img src="<{$xoops_imageurl}>images/s001.png"><{$topic.title}></h1> | |
| 26 | - | |
| 27 | -<{include file="db:`$mydirname`_inc_topicbar.html"}> | |
| 28 | - | |
| 29 | -<{include file="db:`$mydirname`_inc_d3comment_summary.html"}> | |
| 30 | - | |
| 31 | -<{include file="db:`$mydirname`_inc_postorder_links.html"}> | |
| 32 | - | |
| 33 | -<!-- top of posts --> | |
| 34 | -<div class="d3f_wrap"> | |
| 35 | -<{foreach item=post from=$posts}> | |
| 36 | - <{include file="db:`$mydirname`_inc_eachpost.html" post=$post caller="listposts" inner_link_format="#post_id%s"}> | |
| 37 | -<{/foreach}> | |
| 38 | -</div> | |
| 39 | -<!-- bottom of posts --> | |
| 40 | - | |
| 41 | -<{include file="db:`$mydirname`_inc_postorder_links.html"}> | |
| 42 | - | |
| 43 | -<!-- quick reply form --> | |
| 44 | -<{if $first_post.can_reply}> | |
| 45 | - <{include file="db:`$mydirname`_inc_post_form_quick.html" uname=$xoops_uname h2_title=$smarty.const._MD_D3FORUM_POSTASSAMETOPIC quick_form_mode="sametopic" subject_raw=$first_post.subject_raw}> | |
| 46 | -<{/if}> | |
| 47 | - | |
| 48 | -<!-- forum jump --> | |
| 49 | -<form name="forum_jump_box" action="<{$mod_url}>/index.php" method="get" style="clear:both;" class="d3f_form"> | |
| 50 | - <p> | |
| 51 | - <select name="forum_id"><{$forum_jumpbox_options}></select> | |
| 52 | - <input type="submit" value="<{$smarty.const._MD_D3FORUM_BTN_JUMPTOFORUM}>" /> | |
| 53 | - | |
| 54 | - <a href="<{$mod_url}>/index.php?page=search"><{$smarty.const._MD_D3FORUM_LINK_ADVSEARCH}></a> | |
| 55 | - </p> | |
| 56 | -</form> | |
| 57 | - | |
| 58 | -<hr class="notification" /> | |
| 59 | -<{include file='db:system_notification_select.html'}> | |
| 60 | -<!-- end module contents --> |
| @@ -1,177 +0,0 @@ | ||
| 1 | -<!-- start module contents --> | |
| 2 | -<!-- breadcrumbs --> | |
| 3 | -<{if $mod_config.show_breadcrumbs}> | |
| 4 | -<div class="d3f_breadcrumbs"> | |
| 5 | - <a href="<{$mod_url}>/index.php"><{$smarty.const._MD_D3FORUM_TOP}></a> | |
| 6 | - <{foreach from=$category.paths_raw key=parent_id item=parent_title_raw}> | |
| 7 | - > | |
| 8 | - <a href="<{$mod_url}>/index.php?cat_id=<{$parent_id}>"><{$parent_title_raw|escape}></a> | |
| 9 | - <{/foreach}> | |
| 10 | -</div> | |
| 11 | -<{/if}> | |
| 12 | - | |
| 13 | -<h1 class="d3f_title"><img src="<{$xoops_imageurl}>images/fk2.png"><{$forum.title}> | |
| 14 | -<{if $category.id == 1}> | |
| 15 | -<{if $forum.can_post}> | |
| 16 | -<a href="<{$mod_url}>/index.php?page=newtopic&forum_id=<{$forum.id}>" target="_self"><img src="<{$xoops_imageurl}>images/b001.png" class="d3f_main_listtopics_button"></a> | |
| 17 | -<{/if}> | |
| 18 | -<{/if}> | |
| 19 | -</h1><!-- marine modifi --> | |
| 20 | - | |
| 21 | -<p class="d3f_welcome"> | |
| 22 | - <{$forum.desc}> | |
| 23 | - (<{include file="db:`$mydirname`_inc_moderators.html" target=$forum}>) | |
| 24 | -</p> | |
| 25 | - | |
| 26 | -<!-- forum controller --> | |
| 27 | -<ul class="d3f_ctrl"> | |
| 28 | - <!-- new topic --> | |
| 29 | - <{if $forum.external_link_format}> | |
| 30 | - <li><{$smarty.const._MD_D3FORUM_FORUMASCOMMENT_DESC}></li> | |
| 31 | - <{elseif $forum.can_post}> | |
| 32 | - <li><a href="<{$mod_url}>/index.php?page=newtopic&forum_id=<{$forum.id}>"><{$smarty.const._MD_D3FORUM_POSTASNEWTOPICTOTHISFORUM}></a></li> | |
| 33 | - <{else}> | |
| 34 | - <li><{$smarty.const._MD_D3FORUM_CANTCREATENEWTOPICTHISFORUM}></li> | |
| 35 | - <{/if}> | |
| 36 | - | |
| 37 | - <!-- guest can post or not --> | |
| 38 | - <{if ! $xoops_isuser}> | |
| 39 | - <{if $forum.can_post}> | |
| 40 | - <li><{$smarty.const._MD_D3FORUM_GUESTSCANPOST_DESC}></li> | |
| 41 | - <{else}> | |
| 42 | - <li><{$smarty.const._MD_D3FORUM_GUESTSCANNOTPOST_DESC}></li> | |
| 43 | - <{/if}> | |
| 44 | - <{/if}> | |
| 45 | - | |
| 46 | - <{if $forum.isadminormod}> | |
| 47 | - <!-- edit forum --> | |
| 48 | - <li><a href="<{$mod_url}>/index.php?page=forummanager&forum_id=<{$forum.id}>"><{$smarty.const._MD_D3FORUM_LINK_FORUMMANAGER}></a></li> | |
| 49 | - <{/if}> | |
| 50 | - <{if $xoops_isadmin}> | |
| 51 | - <li><a href="<{$mod_url}>/admin/index.php?page=forum_access&forum_id=<{$forum.id}>"><{$smarty.const._MD_D3FORUM_LINK_FORUMACCESS}></a></li> | |
| 52 | - <{/if}> | |
| 53 | - | |
| 54 | - <!-- rss --> | |
| 55 | - <li><a href="<{$mod_url}>/index.php?page=rss&forum_id=<{$forum.id}>&odr=1"><{$smarty.const._MD_D3FORUM_LINK_FORUMRSS}></a></li> | |
| 56 | -</ul> | |
| 57 | - | |
| 58 | -<h2 class="d3f_head"><{$forum.title}></h2> | |
| 59 | - | |
| 60 | -<{include file="db:`$mydirname`_inc_d3comment_summary.html" topic=$d3comment_info}> | |
| 61 | - | |
| 62 | -<div class="d3f_bbsviewctrl"> | |
| 63 | - <form action="<{$mod_url}>/index.php" method="get"> | |
| 64 | - <{$forum_selection_sort}> | |
| 65 | - <input type="hidden" name="forum_id" value="<{$forum.id}>" /> | |
| 66 | - <input type="hidden" name="external_link_id" value="<{$query.external_link_id}>" /> | |
| 67 | - <input type="text" size="12" name="txt" value="<{$query.txt}>" /> | |
| 68 | - <{if $mod_config.use_solved}> | |
| 69 | - <select name="solved"> | |
| 70 | - <{html_options options=$solved_options selected=$query.solved}> | |
| 71 | - </select> | |
| 72 | - <{/if}> | |
| 73 | - <select name="odr"> | |
| 74 | - <{html_options options=$odr_options selected=$query.odr}> | |
| 75 | - </select> | |
| 76 | - <input type="submit" value="<{$smarty.const._MD_D3FORUM_BTN_REFRESHTOPICS}>" title="<{$smarty.const._MD_D3FORUM_BTN_REFRESHTOPICS}>" /> | |
| 77 | - </form> | |
| 78 | -</div> | |
| 79 | - | |
| 80 | -<{if $pagenav}><div class="d3f_pagenav"><{$pagenav}></div><{/if}> | |
| 81 | - | |
| 82 | -<!-- start forum main table --> | |
| 83 | -<table class="outer d3f_table"> | |
| 84 | -<thead> | |
| 85 | -<tr class="head"> | |
| 86 | - <th colspan="2" abbr="<{$smarty.const._MD_D3FORUM_TOPIC}>"><{$topic_hits|string_format:$smarty.const._MD_D3FORUM_FMT_TOPICHITS}></th> | |
| 87 | - <th abbr="<{$smarty.const._MD_D3FORUM_REPLIES}>"><{$smarty.const._MD_D3FORUM_REPLIES}></th> | |
| 88 | - <th abbr="<{$smarty.const._MD_D3FORUM_VIEWS}>"><{$smarty.const._MD_D3FORUM_VIEWS}></th> | |
| 89 | - <{if $mod_config.use_vote}> | |
| 90 | - <th abbr="<{$smarty.const._MD_D3FORUM_VOTECOUNT}>"><{$smarty.const._MD_D3FORUM_VOTECOUNT}></th> | |
| 91 | - <th abbr="<{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}>"><{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}></th> | |
| 92 | - <{/if}> | |
| 93 | - <th abbr="<{$smarty.const._MD_D3FORUM_FIRSTPOST}>"><{$smarty.const._MD_D3FORUM_FIRSTPOST}></th> | |
| 94 | - <th abbr="<{$smarty.const._MD_D3FORUM_LASTPOST}>"><{$smarty.const._MD_D3FORUM_LASTPOST}></th> | |
| 95 | -</tr> | |
| 96 | -</thead> | |
| 97 | - | |
| 98 | -<{foreach item=topic from=$topics}> | |
| 99 | -<{if $topic.sticky}> | |
| 100 | - <{assign var="topic_icon_src" value="`$mod_imageurl`/topic_sticky`$topic.bit_new`.gif"}> | |
| 101 | - <{assign var="topic_icon_alt" value=$smarty.const._MD_D3FORUM_TOPICSTICKY}> | |
| 102 | -<{elseif $topic.invisible}> | |
| 103 | - <{assign var="topic_icon_src" value="`$mod_imageurl`/topic_invisible.gif"}> | |
| 104 | - <{assign var="topic_icon_alt" value=$smarty.const._MD_D3FORUM_ALT_INVISIBLE}> | |
| 105 | -<{else}> | |
| 106 | - <{assign var="topic_icon_src" value="`$mod_imageurl`/topic_`$topic.bit_new``$topic.bit_hot`.gif"}> | |
| 107 | - <{assign var="topic_icon_alt" value=""}> | |
| 108 | -<{/if}> | |
| 109 | -<!-- start forum topic --> | |
| 110 | -<tr class="<{cycle values="even,odd"}>"> | |
| 111 | - <td class="d3f_mainicon"><img src="<{$topic_icon_src}>" alt="<{$topic_icon_alt}>" /></td> | |
| 112 | - <td class="d3f_topictitle"><{if $topic.locked}> | |
| 113 | - <img src="<{$mod_imageurl}>/topic_status_locked1.gif" alt="<{$smarty.const._MD_D3FORUM_TOPICLOCKED}>" /> | |
| 114 | - <{/if}> | |
| 115 | - <{if $mod_config.use_solved && ! $topic.solved}> | |
| 116 | - <{if $forum.isadminormod}> | |
| 117 | - <a href="<{$mod_url}>/index.php?page=update_topic_solved&topic_id=<{$topic.id}>&ret_name=forum_id&ret_val=<{$forum.id}>" title="<{$smarty.const._MD_D3FORUM_SOLVED_TURNON}>"><img src="<{$mod_imageurl}>/topic_status_solved0.gif" alt="<{$smarty.const._MD_D3FORUM_ALT_SOLVEDNO}>" /></a> | |
| 118 | - <{else}> | |
| 119 | - <img src="<{$mod_imageurl}>/topic_status_solved0.gif" alt="<{$smarty.const._MD_D3FORUM_ALT_SOLVEDNO}>" /> | |
| 120 | - <{/if}> | |
| 121 | - <{/if}> | |
| 122 | - <{if $mod_config.allow_mark && $uid && $topic.u2t_marked}> | |
| 123 | - <a href="<{$mod_url}>/index.php?page=update_u2t_marked&topic_id=<{$topic.id}>&ret_name=forum_id&ret_val=<{$forum.id}>" title="<{$smarty.const._MD_D3FORUM_MARK_TURNOFF}>"><img src="<{$mod_imageurl}>/topic_status_marked1.gif" alt="<{$smarty.const._MD_D3FORUM_ALT_MARKEDYES}>" /></a> | |
| 124 | - <{/if}> | |
| 125 | - <a href="<{$mod_url}>/index.php?topic_id=<{$topic.id}>"><{$topic.title}></a><{$topic.topic_page_jump}></td> | |
| 126 | - <td><{$topic.replies}></td> | |
| 127 | - <td><{$topic.views}></td> | |
| 128 | - <{if $mod_config.use_vote}> | |
| 129 | - <td><{$topic.votes_count}></td> | |
| 130 | - <td><{$topic.votes_avg|string_format:"%.2f"}></td> | |
| 131 | - <{/if}> | |
| 132 | - <td class="d3f_posters"><{$topic.first_post_time_formatted}><br /> | |
| 133 | - <{$topic.first_post_uname}> <a href="<{$mod_url}>/index.php?post_id=<{$topic.first_post_id}>"><img src="<{$mod_imageurl}>/posticon<{$topic.first_post_icon}>.gif" alt="<{$topic.first_post_subject}>" /></a></td> | |
| 134 | - <td class="d3f_posters"><{if $topic.replies>0}><{$topic.last_post_time_formatted}><br /> | |
| 135 | - <{$topic.last_post_uname}> <a href="<{$mod_url}>/index.php?post_id=<{$topic.last_post_id}>"><img src="<{$mod_imageurl}>/posticon<{$topic.last_post_icon}>.gif" alt="<{$topic.last_post_subject}>" /></a><{/if}></td> | |
| 136 | -</tr> | |
| 137 | -<{/foreach}> | |
| 138 | -<!-- end forum topic --> | |
| 139 | -</table> | |
| 140 | -</form> | |
| 141 | -<!-- end forum main table --> | |
| 142 | - | |
| 143 | -<{if $pagenav}><div class="d3f_pagenav"><{$pagenav}></div><{/if}> | |
| 144 | - | |
| 145 | -<div class="d3f_iconexps"> | |
| 146 | -<ul class="d3f_iconexp"> | |
| 147 | - <li><img src="<{$mod_imageurl}>/topic_11.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_TOPICNEWPOSTS}></li> | |
| 148 | - <li><img src="<{$mod_imageurl}>/topic_01.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_TOPICNONEWPOSTS}></li> | |
| 149 | - <li><img src="<{$mod_imageurl}>/topic_invisible.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_TOPICINVISIBLE}></li> | |
| 150 | - <li><img src="<{$mod_imageurl}>/topic_sticky0.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_TOPICSTICKY}></li> | |
| 151 | -</ul> | |
| 152 | -<ul class="d3f_iconexp"> | |
| 153 | - <li><img src="<{$mod_imageurl}>/topic_status_locked1.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_TOPICLOCKED}></li> | |
| 154 | -<{if $mod_config.use_solved && ! $topic.solved}><!-- marine modifi --> | |
| 155 | - <li><img src="<{$mod_imageurl}>/topic_status_solved0.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_ALT_SOLVEDNO}></li> | |
| 156 | -<{/if}><!-- marine modifi --> | |
| 157 | -<{if $mod_config.allow_mark && $uid && $topic.u2t_marked}><!-- marine modifi --> | |
| 158 | - <li><img src="<{$mod_imageurl}>/topic_status_marked1.gif" alt="" width="18" height="18" /> = <{$smarty.const._MD_D3FORUM_ALT_MARKEDYES}></li> | |
| 159 | -<{/if}><!-- marine modifi --> | |
| 160 | -</ul> | |
| 161 | -</div> | |
| 162 | - | |
| 163 | -<!-- forum jumpbox --> | |
| 164 | -<form name="forum_jump_box" action="<{$mod_url}>/index.php" method="get" style="clear:both;" class="d3f_form"> | |
| 165 | - <p> | |
| 166 | - <select name="forum_id"><{$forum_jumpbox_options}></select> | |
| 167 | - <input type="submit" value="<{$smarty.const._MD_D3FORUM_BTN_JUMPTOFORUM}>" /> | |
| 168 | - | |
| 169 | - <a href="<{$mod_url}>/index.php?page=search"><{$smarty.const._MD_D3FORUM_LINK_ADVSEARCH}></a> | |
| 170 | - </p> | |
| 171 | -</form> | |
| 172 | - | |
| 173 | -<hr class="notification" /> | |
| 174 | - | |
| 175 | -<{include file='db:system_notification_select.html'}> | |
| 176 | -<!-- end module contents --> | |
| 177 | - |