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

File size: 1.41Kb
<div class="bg-white rounded-lg shadow mb-5">
            <div class="relative overflow-hidden px-5 pt-5 rounded-tr-lg">
                <div width="80" height="77" class="absolute -top-10 -right-10 text-yellow-500 rounded-tr-lg">
                    <svg width="120" height="119" viewBox="0 0 120 119" fill="none" xmlns="http://www.w3.org/2000/svg">
                        <path opacity="0.3"
                              d="M6.38128 49.1539C3.20326 32.893 13.809 17.1346 30.0699 13.9566L70.3846 6.07751C86.6455 2.89948 102.404 13.5052 105.582 29.7661L113.461 70.0808C116.639 86.3417 106.033 102.1 89.7724 105.278L49.4577 113.157C33.1968 116.335 17.4384 105.729 14.2604 89.4686L6.38128 49.1539Z"
                              fill="currentColor"/>
                    </svg>
                </div>
                <div class="text-base flex flex-col">
                    <small><span class="font-medium mr-2.5">{editor}</span>{edit-date}</small>
                    <span class="text-2xl font-medium text-black underline decoration-blue-400 decoration-2">Статья изменена!</span>
                </div>
                <div class="pb-4">
                    <p>[edit-reason]<b class="font-medium">Причина:</b>
                       
                                <p>{edit-reason}</p>
                        
                        [/edit-reason]
                    </p>
                </div>
            </div>
</div>