XoopsModules25x/smallworld

View on GitHub
language/french/mailTpl/mail_register.html

Summary

Maintainability
Test Coverage
<html>
<head>
    <style type="text/css">
        ol, ul {
            list-style: none
        }

        a {
            text-decoration: none;
            color: #1f1f1f;
        }

        a:hover {
            text-decoration: none;
            color: #5d8ba6;
        }

        h4 {
            font-family: 'Puritan20Normal';
            font-weight: normal;
            color: #1f1f1f;
            margin-bottom: 10px;
            font-size: 17px;
        }

        img.left {
            top: 0px;
            float: left;
            display: block;
            margin: 0;
            padding: 0;
            margin-right: 20px;
        }

        #wrapper {
            width: 960px;
            margin: 100px auto 0;
            padding-top: 0;
            line-height: 20px;
            background-color: #33FFFF;
            border-style: groove;
            border-color: aqua;
            border-width: medium;
        }

        #newslist ul li {
            width: 850px;
            px;
            background: none;
            margin: 2px 0 18px 2px;
            background-color: #FFF;
            -webkit-box-shadow: 0px 1px 2px 0px #b7b7b7;
            -moz-box-shadow: 0px 1px 2px 0px #b7b7b7;
            box-shadow: 0px 1px 2px 0px #b7b7b7;
            padding: 15px;
            display: block;
            overflow: hidden;
        }

        #newslist p {
            margin: 0;
        }

        #newslist h4 {
            margin-bottom: 8px;
            line-height: 1;
        }

        #newslist h4 span {
            font-style: italic;
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 12px;
            color: #565656;
            padding-left: 5px;
        }

        #news h2 {
            float: left;
            margin-top: 10px;
        }

        .greeting {
            margin: 0px 0px 0px 25px;
        }

        .infotext {
            margin: 10px 0px 0px 25px;
        }

        .title2 {
            margin-bottom: 12px;
            margin-top: 2px;
        }

        .title {
            margin-bottom: 12px;
            margin-top: 4px;
        }
    </style>
</head>
<body>
<!-- Début du format conteneur (Wrapper en anglais) -->
<div id="wrapper">
    <br>
    <p class="greeting">Bonjour Administrateur,</p>
    <p class="infotext"><{$registername}> s'est inscrit sur <{$sitename}></p>
    <div id="news">
        <!-- Début de la navigation des nouvelles (news en anglais) -->
        <div id="newslist">
            <ul>
                <!-- Début de l'entête N°1 -->
                <li><{$registerlink}>
                    <h4 class="title"><{$registerurl}> <span style="font-size:11px">Cliquez sur le pseudonyme pour voir son profil</span></h4>
                </li>
                <!-- Fin de l'entête N°1 -->
            </ul>
        </div>
    </div>
    <!-- Fin de la navigation des nouvelles -->
    <br>
</div>
<!-- Fin du format conteneur -->
<!-- Traduction Cesagonchu (frxoops.org) le 1er Octobre 2015 -->
</body>
</html>