XGProyect / XG-Proyect-v3.x.x

XG Proyect is an OGame clone open-source web application framework designed for creating game clones, particularly those inspired by the popular game OGame, set in a vast and captivating space-themed universe.
https://xgproyect.org
GNU General Public License v3.0
147 stars 98 forks source link

[Alliance Refactor]Recompilation of alliance images and messages #485

Open LucasKovacs opened 2 years ago

LucasKovacs commented 2 years ago
Screenshot 2020-08-20 at 12 10 01 Screenshot 2020-08-20 at 12 10 11 Screenshot 2020-08-20 at 12 10 27 Screenshot 2020-08-20 at 12 10 35 Screenshot 2020-08-20 at 12 10 40 Screenshot 2020-08-20 at 12 10 44 Screenshot 2020-08-20 at 12 10 47 Screenshot 2020-08-20 at 12 10 51 Screenshot 2020-08-20 at 12 11 11 Screenshot 2020-08-20 at 12 11 15 Screenshot 2020-08-20 at 12 11 19 Screenshot 2020-08-20 at 12 11 23 Screenshot 2020-08-20 at 12 11 27 Screenshot 2020-08-21 at 21 50 19
jonamix-ar commented 2 years ago

Necesitas los textos en español, por las dudas los coloco es-es es-es-1 desplegable entregar comunication Solicitudes Vacias solicitudes solicitud

clases info solicitud msg

jonamix-ar commented 1 year ago

Alliance Refactor Template

image

alliance_front_page_view.php

<br />
<div id="content">
    <table style="width:654px">
        <tr>
            <td class="c" colspan="4">{al_alliance}</td>
        </tr>
        <tr>
            <th style="width:25%">{al_alliance_overview}</th>
            <th style="width:25%">{al_alliance_management}</th>
            <th style="width:25%">{al_alliace_communication}</th>
            <th style="width:25%">{al_alliance_application}</th>
        </tr>
        {image}
        <tr>
            <th colspan="4" style="text-align: center;">{al_your_ally}</th>
        </tr>
        <tr>
            <th colspan="4">
                <table style="width:100%;">
                    <tbody>
                        {details}
                        <tr>
                            <th style="text-align:left">{detail_title}</th>
                            <th style="text-align:left">{detail_content}</th>
                        </tr>
                        {/details}
                    </tbody>
                </table>
            </th>
        </tr>
        <tr>
            <th colspan="4" style="text-align: center;">{al_user_list}</th>
        </tr>
        <tr>
            <th colspan="4">
                {members}
            </th>
        </tr>
        <tr>
            <td class="c" colspan="4">{al_inside_section}</th>
        </tr>
        <tr>
            <th colspan="4" height="100%">{text}</th>
        </tr>
        <tr>
            <td class="c" colspan="4">{al_outside_text}</th>
        </tr>
        {description}
    </table>
    `{leave}`
</div>

Alliance Controller

LucasKovacs commented 1 year ago

PR? Pls

jonamix-ar commented 1 year ago

PR? Pls

En un rato lo subo