diff --git a/dzz/comment/images/comment.css b/dzz/comment/images/comment.css index 83c9e85..e50c83e 100644 --- a/dzz/comment/images/comment.css +++ b/dzz/comment/images/comment.css @@ -13,7 +13,12 @@ min-width: 120px; z-index: 99999; } - +.atwho-view .img-avatar { + width: 24px; + height: 24px; + line-height: 20px; + font-size: 10px; +} .atwho-view .cur { background: #428bca; color: white; diff --git a/dzz/comment/template/publish_form.htm b/dzz/comment/template/publish_form.htm index 035b6b2..a5ece38 100644 --- a/dzz/comment/template/publish_form.htm +++ b/dzz/comment/template/publish_form.htm @@ -204,7 +204,7 @@ jQuery(document).ready(function(e) { } } }, - tpl: "
  •  ${name}
  • ", + tpl: "
  • ${icon} ${name}
  • ", search_key: "searchkey", start_with_space: false, limit: 5, diff --git a/dzz/comment/template/reply_form.htm b/dzz/comment/template/reply_form.htm index efe0819..6703dff 100644 --- a/dzz/comment/template/reply_form.htm +++ b/dzz/comment/template/reply_form.htm @@ -174,7 +174,7 @@ } } }, - tpl: "
  •  ${name}
  • ", + tpl: "
  • ${icon} ${name}
  • ", search_key: "searchkey", start_with_space: false, limit: 5, diff --git a/dzz/system/at.php b/dzz/system/at.php index 196c7ab..9f92332 100644 --- a/dzz/system/at.php +++ b/dzz/system/at.php @@ -27,12 +27,11 @@ foreach(DB::fetch_all("select u.uid,u.username from %t u LEFT JOIN %t s on u.uid=s.uid $sql_user order by s.lastactivity DESC limit 10",$param_user) as $value){ if($value['uid']!=$_G['uid']){ $data[]=array('name'=>$value['username'], - 'searchkey'=> pinyin::encode($value['username'],'all').$value['username'], - 'id'=>'u'.$value['uid'], - 'icon'=>'avatar.php?uid='.$value['uid'].'&size=small', - 'title'=>$value['username'].':'.'u'.$value['uid'] - ); - + 'searchkey'=> pinyin::encode($value['username'],'all').$value['username'], + 'id'=>'u'.$value['uid'], + 'icon'=>avatar_block($value['uid']), + 'title'=>$value['username'].':'.'u'.$value['uid'] + ); } } } diff --git a/dzz/system/template/notification.htm b/dzz/system/template/notification.htm index ffa42b9..a3f5773 100644 --- a/dzz/system/template/notification.htm +++ b/dzz/system/template/notification.htm @@ -18,7 +18,7 @@

    无内容

    -

    $value[dateline]

    +

    $value[dateline]

    diff --git a/dzz/system/template/notification_list.htm b/dzz/system/template/notification_list.htm index 778ea79..89f395c 100644 --- a/dzz/system/template/notification_list.htm +++ b/dzz/system/template/notification_list.htm @@ -13,7 +13,7 @@ @@ -24,63 +24,59 @@
    -
    - - - +
    + + + - +

    {$tongzhileixing}($count)

    - + + +
  • + +
    + +

    $value[title]

    + + +

    $value[note]

    + +

    无内容

    + + + + + +
    + +
    + + +
    +
  • + + +
    +
    + {lang noappall_notice}… +
    + +
    -
    - +