View file Next v1.6/Шаблон (v1.6)/Next/profile_popup.tpl

File size: 1.65Kb
<div class="userinfo  clrfix">
  <div class="avatar relative inline-block">
	<img class="inline-block h-[3.875rem] w-[3.875rem] rounded-full" src="{foto}">
    [online]<span class="absolute bottom-0 right-0 block h-2 w-2 rounded-full ring-4 ring-green-100 bg-green-500 mb-[2px] mr-[4px] cursor-pointer" title="Активность: {lastdate}"></span>[/online]
	[offline]<span class="absolute bottom-0 right-0 block h-2 w-2 rounded-full ring-4 ring-orange-100 bg-orange-500 mb-[2px] mr-[4px] cursor-pointer" title="Активность: {lastdate}"></span>[/offline]

   </div>
	<ul>
		[fullname]<li class="text-lg"><b>{fullname}</b></li>[/fullname]
		[signature]<li class="text-[15px] text-gray-400">{signature}</li>[/signature]
		[info]<li class="text-sm text-gray-500">{info}</li>[/info]
		<li class="px-2 text-center">
		<div class="grid max-w-screen-md gap-3 mx-auto text-gray-900 grid-cols-3">
          <div class="flex flex-col items-center justify-center">
              <dt class="mb-2 text-xl font-black r-0">{rate}</dt>
              <dd class="font-normal text-gray-500">рейтинг</dd>
          </div>
		  <div class="flex flex-col items-center justify-center">
              <dt class="mb-2 text-xl font-black">{news-num}</dt>
              <dd class="font-normal text-gray-500">[declination={news-num}]стат|ья|ьи|ей[/declination]</dd>
          </div>
          <div class="flex flex-col items-center justify-center">
              <dt class="mb-2 text-xl font-black">{comm-num}</dt>
              <dd class="font-normal text-gray-500">[declination={comm-num}]отв|ет|ета|етов[/declination]</dd>
          </div>
		</div>
        </li>
	</ul>
</div>