Changeset 329


Ignore:
Timestamp:
Jan 29, 2004, 11:31:43 PM (20 years ago)
Author:
gweltas
Message:

CSS Admin creation

Location:
branches/release-1_3
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/admin/admin.php

    r274 r329  
    2626$tpl = array( 'menu_title','title_default','charset','install_warning' );
    2727templatize_array( $tpl, 'lang', $handle );
    28 $vtp->setGlobalVar( $handle, 'user_template', $user['template'] );
     28$vtp->setGlobalVar( $handle, 'user_template',$user['template']);
     29$vtp->setGlobalVar( $handle, 'style', '../template/'.$user['template'].'/'.$user['template'].'-admin.css');
     30
    2931//-------------------------------------------------- install.php still exists ?
    3032if ( is_file( './install.php' ) )
  • branches/release-1_3/template/default/admin/admin.vtp

    r324 r329  
    55<meta http-equiv="Content-Style-Type" content="text/css" />
    66    <title>{#title_default}</title>
    7         <link rel="stylesheet" href="../template/default/default.css" type="text/css" />
    8     <style>
    9       a {
    10         color:#006699;
    11       }
    12       a:hover {
    13                 color:#006699;
    14       }
    15       body,font,table,input,form,select,textarea {
    16         font-family:arial,verdana,sans-serif;
    17         font-size:12px;
    18                 color:#000000;
    19                 text-align:left;
    20       }
    21 table
    22 {
    23         border-collapse:separate;
    24 }
    25       body {
    26         background-color:#E5E5E5;
    27                 margin:5px;
    28       }
    29 
    30       .table1 {
    31         border-collapse:collapse;
    32         background-color:#FFFFFF;
    33       }
    34       .contenucellule {
    35         background-color:#EEEEEE;
    36         border:2px solid #006699;
    37       }
    38       .style1 {
    39         margin-top:20px;
    40       }
    41       th {
    42         font-weight:bold;
    43         background-color:#D3DCE3;
    44         margin-bottom:10px;
    45       }
    46           td {
    47         padding:3px;
    48       }
    49       td.row1 {
    50         background-color:#E6E4E4;
    51       }
    52       td.row2,td.throw2 {
    53         background-color:#E8E8E8;
    54       }
    55       td.throw2 {
    56         text-align:center;
    57         font-weight:bold;
    58       }
    59       td.row3 {
    60         background-color:#eeeeee;
    61       }
    62       td.row4 {
    63         background-color:#cccccc;
    64       }
    65       .info {
    66         color:darkblue;
    67         text-align:center;
    68       }
    69       div.key {
    70         margin-left : 10px;
    71       }
    72       td.choice {
    73         text-align : center;
    74       }
    75       div.install_warning {
    76         text-align:center;
    77         color:red;
    78         margin:20px;
    79         font-weight:bold;
    80       }
    81          
    82         .tableComment,.cellAuthor,.cellInfo { 
    83         color:#000000;
    84         border-color:#006699;
    85         }
    86         .commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent
    87         {
    88         color:#000000;
    89         }
    90     </style>
     7        <link rel="stylesheet" href="{#style}" type="text/css" />
    918    <script language="javascript">
    929      function SelectAll( formulaire )
  • branches/release-1_3/template/default/admin/configuration.vtp

    r61 r329  
    4848    <!--VTP_title_line-->
    4949    <tr>
    50       <th colspan="3" align="center">{#title}</th>
     50      <th colspan="3">{#title}</th>
    5151    </tr>
    5252    <!--/VTP_title_line-->
Note: See TracChangeset for help on using the changeset viewer.