[FIX] Images for reputation

This commit is contained in:
veselcraft 2020-08-20 15:22:32 +03:00
parent 512f21c1a8
commit de778a283e
4 changed files with 10 additions and 10 deletions

View file

@ -125,24 +125,24 @@
{if isset($thisUser) && $user->getId() === $thisUser->getId() && sizeof($completeness->unfilled) > 0} {if isset($thisUser) && $user->getId() === $thisUser->getId() && sizeof($completeness->unfilled) > 0}
<br/> <br/>
<a n:if="in_array('interests', $completeness->unfilled)" href="/edit"> <a n:if="in_array('interests', $completeness->unfilled)" href="/edit">
<img src="https://openvk.veselcraft.ru/img/images/icon1.gif" alt="Указать интересы" /> <img src="/assets/packages/static/openvk/img/icon1.gif" />
Указать {_interests} (+20%) {_interests} (+20%)
</a> </a>
<a n:if="in_array('email', $completeness->unfilled)" href="/edit?act=contacts"> <a n:if="in_array('email', $completeness->unfilled)" href="/edit?act=contacts">
<img src="https://openvk.veselcraft.ru/img/images/icon2.gif" alt="Указать email" /> <img src="/assets/packages/static/openvk/img/icon2.gif" />
Указать Email (+20%) Email (+20%)
</a> </a>
<a n:if="in_array('phone', $completeness->unfilled)" href="/edit?act=contacts"> <a n:if="in_array('phone', $completeness->unfilled)" href="/edit?act=contacts">
<img src="https://openvk.veselcraft.ru/img/images/icon2.gif" alt="Указать номер телефона" /> <img src="/assets/packages/static/openvk/img/icon2.gif" />
Указать {_phone} (+20%) {_phone} (+20%)
</a> </a>
<a n:if="in_array('telegram', $completeness->unfilled)" href="/edit?act=contacts"> <a n:if="in_array('telegram', $completeness->unfilled)" href="/edit?act=contacts">
<img src="https://openvk.veselcraft.ru/img/images/icon2.gif" alt="Указать Telegram" /> <img src="/assets/packages/static/openvk/img/icon2.gif" />
Указать Telegram (+10%) Telegram (+10%)
</a> </a>
<a n:if="in_array('status', $completeness->unfilled)" href="/edit"> <a n:if="in_array('status', $completeness->unfilled)" href="/edit">
<img src="https://openvk.veselcraft.ru/img/images/icon5.gif" alt="Написать статус" /> <img src="/assets/packages/static/openvk/img/icon3.gif" />
Написать {_status} (+10%) {_status} (+10%)
</a> </a>
{/if} {/if}
</div> </div>

BIN
Web/static/img/icon1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

BIN
Web/static/img/icon2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

BIN
Web/static/img/icon3.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B