Modified:
trunk/upload/forumdisplay.php
trunk/upload/templates/babel/css.htm
trunk/upload/templates/babel/forumdisplay.htm
trunk/upload/templates/babel/viewthread.htm
Log:
More UI Update
Remember update your css cache on admincp
Modified: trunk/upload/forumdisplay.php
==============================================================================
--- trunk/upload/forumdisplay.php (original)
+++ trunk/upload/forumdisplay.php Sat Dec 15 07:56:09 2007
@@ -303,11 +303,12 @@
$thread['typeid'] = $thread['typeid']
&& !empty($forum['threadtypes']['prefix']) && isset($forum['threadtypes']['types'][$thread['typeid']]) ?
'['.$forum['threadtypes']['types'][$thread['typeid']].'] ' : '';
-
+
$thread['multipage'] = '';
$topicposts = $thread['replies'] + 1;
$thread['thisbg'] = $thisbg = isset($thisbg) && $thisbg == 'odd' ? 'even' : 'odd';
$thread['avatar'] = avRESIZE($thread['avatar'],'s');
+ //$thread['subject'] = cutstr($thread['subject'], 65);
if($topicposts > $ppp) {
$pagelinks = '';
$topicpages = ceil($topicposts / $ppp);
Modified: trunk/upload/templates/babel/css.htm
==============================================================================
--- trunk/upload/templates/babel/css.htm (original)
+++ trunk/upload/templates/babel/css.htm Sat Dec 15 07:56:09 2007
@@ -186,6 +186,12 @@
background: {ALTBG2};
empty-cells: show;
}
+
+table.row td {
+padding: 5px;
+font-size: 12px;
+}
+
.row1 {
width: 100%;
border: none;
@@ -556,7 +562,7 @@
text-align: center;
}
.f_title {
- width: 50%;
+ width: 55%;
word-break: break-all;
padding-right: 10px;
}
Modified: trunk/upload/templates/babel/forumdisplay.htm
==============================================================================
--- trunk/upload/templates/babel/forumdisplay.htm (original)
+++ trunk/upload/templates/babel/forumdisplay.htm Sat Dec 15 07:56:09 2007
@@ -118,7 +118,7 @@
<input type="hidden" name="formhash" value="{FORMHASH}">
<!--{if $threadcount}-->
<!--{loop $threadlist $key $thread}-->
- <table class="row">
+ <table class="row" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="f_folder"><a href="viewthread.php?tid=$thread[tid]"
target="_blank"><img src="{IMGDIR}/$thread[folder]" border="0" alt="" /></a></td>
<td class="f_title $thread[thisbg]">
@@ -169,7 +169,7 @@
<!--{/if}-->
<!--{/if}-->
$thread[typeid]
- <a
href="viewthread.php?tid=$thread[tid]&extra=$extra"$thread[highlight]>$thread[subject]</a> <span
class="tip_i" style="font-size:10px"><small class="aqua">...
$thread[replies] reply</small> <small>... viewed $thread[views] times</small></span>
+ <a
href="viewthread.php?tid=$thread[tid]&extra=$extra"$thread[highlight]>$thread[subject]</a>
<span class="tip_i" style="font-size:10px;"><small class="aqua">...
$thread[replies] reply</small> <small>... viewed $thread[views] times</small></span>
<!--{if $thread['readperm']}--> - [{lang readperm} <span class="bold">$thread[readperm]</span>]<!--{/if}-->
<!--{if $thread['price'] > 0}-->
<!--{if $thread['special'] == '3'}-->
Modified: trunk/upload/templates/babel/viewthread.htm
==============================================================================
--- trunk/upload/templates/babel/viewthread.htm (original)
+++ trunk/upload/templates/babel/viewthread.htm Sat Dec 15 07:56:09 2007
@@ -163,12 +163,11 @@
<span class="tip_i"> ... <a href="#"><img src="{IMGDIR}/feed.png"
align="absmiddle" border="0" alt="RSS 2.0 Feed" /></a></span>
</div></div>
<div class="maintable">
-<!--{if $thread[replies] != 0 }--><div id="vxReplyTop"><span
class="tip_i">������� $thread[replies] ��ظ� | <a href="#top"
onclick="scroll(0,0)">�ص�����</a> <!--{if $fastpost &&
$allowpostreply}-->| <a href="###" onclick="fastreply('{lang
post_fastreply_author}')">�ظ�����</a><!--{/if}--></span><br /><br />$multipage</div><!--{/if}-->
+<!--{if $thread[replies] != 0 }--><div id="vxReplyTop"><span
class="tip_i">������� $thread[replies] ��ظ� | <a href="#top"
onclick="scroll(0,0)">�ص�����</a> <!--{if $fastpost &&
$allowpostreply}-->| <a href="###" onclick="fastreply('{lang
post_fastreply_author}')">�ظ�����</a><!--{/if}--></span> <!--{if
$multipage}--><br /><br />$multipage<!--{/if}--></div><!--{/if}-->
<!--[member reply]-->
<!--{else}-->
<!--{eval $topic_color = rand_color();}-->
<div class="$post[v2bg]">
-
<div class="re_info"><small>#$post[number] - $post[dateline] <!--{if $discuz_uid}-->
<!--{if $forum['ismoderator'] || $post['authorid'] ==
$discuz_uid}--> <a
href="$bbsdir/edit-$fid-$tid-$post[pid]-$page.html"><img
src="{IMGDIR}/comment_edit.png" align="absmiddle" title="�༭"
/></a><!--{/if}--><!--{if $allowpostreply}--> <a
href="$bbsdir/quote-$fid-$tid-$post[pid]-$page.html"><img
src="{IMGDIR}/comments_add.png" align="absmiddle" title="����"
/></a><!--{/if}--><!--{if $raterange && $post['authorid']}--> <a
href="$bbsdir/rate-$tid-$post[pid]-$page.html"><img
src="{IMGDIR}/coins_add.png" align="absmiddle" title="���"
/></a><!--{/if}--><!--{if $post['rate'] &&
$forum['ismoderator']}--> <a
href="$bbsdir/removerate-$tid-$post[pid]-$page.html"><img
src="{IMGDIR}/coins_delete.png" align="absmiddle" title="{lang
removerate}" /></a><!--{/if}-->
<!--{/if}--><!--{if $forum['ismoderator'] && $allowdelpost}--><input
type="checkbox" name="delete[]" value="$post[pid]"><!--{/if}--></small></div>