Ignore:
Timestamp:
Jan 29, 2004, 1:54:28 AM (20 years ago)
Author:
gweltas
Message:

BUG_0003 in admin section

Location:
branches/release-1_3/template/default/admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/template/default/admin/admin.vtp

    r199 r324  
    1 <html>
    2   <head>
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     3<head>
     4<meta http-equiv="Content-Type" content="text/html; charset={#charset}" />
     5<meta http-equiv="Content-Style-Type" content="text/css" />
    36    <title>{#title_default}</title>
     7        <link rel="stylesheet" href="../template/default/default.css" type="text/css" />
    48    <style>
    59      a {
    6         text-decoration:none;
    710        color:#006699;
    811      }
    912      a:hover {
    10         text-decoration:underline;
     13                color:#006699;
    1114      }
    12       body,table,input,form,select,textarea {
     15      body,font,table,input,form,select,textarea {
    1316        font-family:arial,verdana,sans-serif;
    1417        font-size:12px;
     18                color:#000000;
     19                text-align:left;
    1520      }
    16       .miniature {
    17         border:solid 1px black;
    18       }
     21table
     22{
     23        border-collapse:separate;
     24}
    1925      body {
    2026        background-color:#E5E5E5;
     27                margin:5px;
    2128      }
    22       .titretable1 {
    23         color:black;
    24         background-color:#D3DCE3;
    25         text-align:center;
    26         border:2px solid #006699;
    27         font-weight:bold;
    28         border-bottom:0px;
    29       }
    30       .grostitre {
    31         text-align:center;
    32         margin:10px 50px 10px 50px;
    33         font-size:20px;
    34         width:300px;
    35       }
    36       .plan {
    37         margin:10px 10px 10px 2px;
    38         white-space:nowrap;
    39       }
     29
    4030      .table1 {
    4131        border-collapse:collapse;
     
    5040      }
    5141      th {
    52         font-weight:bold;
    53         background-color:#D3DCE3;
     42        font-weight:bold;
     43        background-color:#D3DCE3;
     44        margin-bottom:10px;
     45      }
     46          td {
     47        padding:3px;
    5448      }
    5549      td.row1 {
     
    6963        background-color:#cccccc;
    7064      }
    71       .cat_plan {
    72         font-weight:bold;
    73       }
    74       .retrait {
    75         margin:10px;
    76         margin-left:30px;
    77         margin-top:2px;
    78       }
    79       input,textarea {
    80         border-width:1;
    81         border-color:#000000;
    82         background:#ffffff;
    83         color: #000000;
    84       }
    85       .erreur {
    86         color:red;
    87         text-align:center;
    88       }
    89       .errors {
    90         text-align:left;
    91         margin:25px;
    92         background-color:#ffe1e1;
    93         border:1px solid red;
    94         color:black;
    95       }
    96       .errors_title {
    97         margin:5px;
    98         font-weight:bold;
    99         font-size:120%;
    100         text-align:center;
    101         color:red;
    102       }
    10365      .info {
    10466        color:darkblue;
     
    11779        font-weight:bold;
    11880      }
    119 <!-- comments CSS style -->
    120       .commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent,.commentsNavigationBar {
    121         color:black;
    122         font-family:arial,sans-Serif;
    123         font-size:12px;
    124       }
    125       .commentsTitle,.commentsAuthor {
    126         text-align:center;
    127         font-weight:bold;
    128       }
    129       .commentsInfos {
    130         text-align:right;
    131         margin:3px 3px 3px 10px;
    132         font-size:11px;
    133       }
    134       .commentsContent {
    135         margin:10px;
    136       }
    137       .commentsTitle {
    138         margin-top:15px;
    139       }
    140       .commentsAuthor {
    141         margin:5px;
    142       }
    143       .commentsNavigationBar {
    144         margin:10px;
    145       }
    146       .tableComment {
    147         width:100%;
    148         border:2px solid #006699;
    149         margin:10px;
    150       }
    151       .cellAuthor {
    152         border-right:1px solid #006699;
    153         width:100px;
    154       }
    155       .cellInfo {
    156         border-bottom:1px solid #006699;
    157       }
    158       .imgLink {
    159         border:1px solid black;
    160       }
     81         
     82        .tableComment,.cellAuthor,.cellInfo { 
     83        color:#000000;
     84        border-color:#006699;
     85        }
     86        .commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent
     87        {
     88        color:#000000;
     89        }
    16190    </style>
    16291    <script language="javascript">
     
    189118      }
    190119    </script>
    191     <meta http-equiv="Content-Type" content="text/html; charset={#charset}">
     120
    192121  </head>
    193122  <body>
     
    204133                <div class="plan">
    205134                  <!--VTP_summary-->
    206                   {#indent}<img src="../template/{#user_template}/admin/images/puce.gif" alt="&gt; "><a href="{#link}" class="cat_plan">{#name}</a><br />
     135                  {#indent}<img src="../template/{#user_template}/admin/images/puce.gif" alt=""><a href="{#link}" class="cat_plan">{#name}</a><br />
    207136                  <!--/VTP_summary-->
    208137                </div>
  • branches/release-1_3/template/default/admin/comments.vtp

    r116 r324  
    2525<!--/VTP_start_form-->
    2626<!--VTP_picture-->
    27 <div style="border:2px solid #D3DCE3;margin:2px;">
     27<div style="border:2px solid #D3DCE3;margin:3px;">
    2828  <table style="width:100%;">
    2929    <tr>
  • branches/release-1_3/template/default/admin/stats.vtp

    r195 r324  
    1 <style>
    2       .commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent,.commentsNavigationBar {
    3         color:{#text_color};
    4         font-family:arial,sans-Serif;
    5         font-size:12px;
    6       }
    7       .commentsTitle,.commentsAuthor {
    8         text-align:center;
    9         font-weight:bold;
    10       }
    11       .commentsInfos {
    12         text-align:right;
    13         margin:3px 3px 3px 10px;
    14         font-size:11px;
    15       }
    16       .commentsContent {
    17         margin:10px;
    18       }
    19       .commentsTitle {
    20         margin-top:15px;
    21       }
    22       .commentsAuthor {
    23         margin:5px;
    24       }
    25       .commentsNavigationBar {
    26         margin:10px;
    27       }
    28       .tableComment {
    29         width:100%;
    30         border:2px solid #006699;
    31         margin:10px;
    32       }
    33       .cellAuthor {
    34         border-right:1px solid #006699;
    35         width:100px;
    36       }
    37       .cellInfo {
    38         border-bottom:1px solid #006699;
    39       }
    40       .imgLink {
    41         border:1px solid black;
    42       }
    43 </style>
    441<div style="text-align:center;margin-top:5px;">
    452  <!--VTP_last_day_option-->
Note: See TracChangeset for help on using the changeset viewer.