Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6255 | Rev 6262 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6255 Rev 6256
Línea 265... Línea 265...
265
                <img src="<?php echo $image ?>" alt="">
265
                <img src="<?php echo $image ?>" alt="">
266
                <h3><?php echo $category ?></h3>
266
                <h3><?php echo $category ?></h3>
267
                <h2><?php echo $title ?></h2>
267
                <h2><?php echo $title ?></h2>
268
                <p><?php echo $description ?></p>
268
                <p><?php echo $description ?></p>
269
                <div class="knowledge-record-card-actions">
269
                <div class="knowledge-record-card-actions">
270
                    <div class="position-relative" style="width: fit-content; flex: 1;" id="reaction-container">
270
                    <div class="position-relative" style="width: fit-content; flex: 1; display: flex;" id="reaction-container">
271
                        <button class="btn reaction-btn" style="flex: 1;" id="currentReaction"></button>
271
                        <button class="btn reaction-btn" style="flex: 1;" id="currentReaction"></button>
272
                        <div class="reactions">
272
                        <div class="reactions">
273
                            <button class="btn-save-reaction" data-reaction="<?php echo ContentReaction::REACTION_RECOMMENDED ?>" title="Me gusta">
273
                            <button class="btn-save-reaction" data-reaction="<?php echo ContentReaction::REACTION_RECOMMENDED ?>" title="Me gusta">
274
                                <svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="RecommendIcon" style="color: rgb(116, 5, 249);">
274
                                <svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="RecommendIcon" style="color: rgb(116, 5, 249);">
275
                                    <path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm6 9.8a.9.9 0 0 1-.1.5l-2.1 4.9a1.34 1.34 0 0 1-1.3.8H9a2 2 0 0 1-2-2v-5a1.28 1.28 0 0 1 .4-1L12 5l.69.69a1.08 1.08 0 0 1 .3.7v.2L12.41 10H17a1 1 0 0 1 1 1z"></path>
275
                                    <path d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm6 9.8a.9.9 0 0 1-.1.5l-2.1 4.9a1.34 1.34 0 0 1-1.3.8H9a2 2 0 0 1-2-2v-5a1.28 1.28 0 0 1 .4-1L12 5l.69.69a1.08 1.08 0 0 1 .3.7v.2L12.41 10H17a1 1 0 0 1 1 1z"></path>
Línea 298... Línea 298...
298
                            </button>
298
                            </button>
299
                        </div>
299
                        </div>
300
                    </div>
300
                    </div>
301
                    <?php if ($attachment) : ?>
301
                    <?php if ($attachment) : ?>
302
                        <button class="btn reaction-btn" style="flex: 1;">
302
                        <button class="btn reaction-btn" style="flex: 1;">
303
                            <svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiBox-root css-uqopch" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="DownloadForOfflineIcon">
303
                            <svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="DownloadForOfflineIcon" style="color: gray;">
304
                                <path d="M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm-1 8V6h2v4h3l-4 4-4-4h3zm6 7H7v-2h10v2z"></path>
304
                                <path d="M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm-1 8V6h2v4h3l-4 4-4-4h3zm6 7H7v-2h10v2z"></path>
305
                            </svg>
305
                            </svg>
306
                            <a href="<?php echo $attachment ?>" target="_blank">LABEL_KNOWLEDGE_AREA_DOWNLOAD_ATTACHMENT </a>
306
                            <a href="<?php echo $attachment ?>" target="_blank">LABEL_KNOWLEDGE_AREA_DOWNLOAD_ATTACHMENT </a>
307
                        </button>
307
                        </button>
308
                    <?php endif; ?>
308
                    <?php endif; ?>