Application des class de style sur certains tableau

This commit is contained in:
Alan Garcia 2012-10-27 13:16:11 +00:00
parent 595ed1069b
commit 136696ca56
8 changed files with 14 additions and 8 deletions

1
.gitattributes vendored
View File

@ -248,6 +248,7 @@ bureau/admin/images/orig/stat.png -text
bureau/admin/images/password.png -text
bureau/admin/images/passwordstrength.jpg -text
bureau/admin/images/plus.png -text
bureau/admin/images/pumpkin.png -text
bureau/admin/images/quota.png -text
bureau/admin/images/row-down.png -text
bureau/admin/images/row-down.png2 -text

View File

@ -299,7 +299,7 @@ document.write("<input type=\"button\" name=\"bff\" onclick=\"browseforfolder('m
case 0:
/* AFFICHE 1 COLONNE DETAILLEE */
reset($c);
echo "<table width=\"100%\" style=\"border: 0px\" cellpadding=\"2\" cellspacing=\"0\">";
echo "<table width=\"100%\" class=\"tlist\" style=\"border: 0px\" cellpadding=\"2\" cellspacing=\"0\">";
?>
<tr><th>
<script type="text/javascript">

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -61,7 +61,7 @@ if (file_exists($cache_file) && $timedif < $cache_time) {
}
$xml = @simplexml_load_string($string);
echo '<table cellspacing="0" cellpadding="6" border="1" style="border-collapse: collapse">';
echo '<table class="tedit" cellspacing="0" cellpadding="6">';
echo "<tr><th colspan=2><a target=_blank style='font-size: 18px;font-weight: bold;color: #10507C;' href='".$xml->channel->link."'>".$xml->channel->title."</a><br/><i>".$xml->channel->description."</i></th></tr>";
//echo '<tr><th>'._("Title").'</th><th>'._("Date").'</th></tr>';
$count = 0;

View File

@ -66,7 +66,7 @@ if (!$mem->user["canpass"]) {
__("help_chg_passwd"); ?>
</p>
<form method="post" action="mem_passwd.php" name="main" id="main">
<table border="1" cellspacing="0" cellpadding="4">
<table border="1" cellspacing="0" cellpadding="4" class="tedit" >
<tr><th><?php __("Old password"); ?></th><td><input type="password" class="int" name="oldpass" value="<?php isset($oldpass) ? : $oldpass=""; echo $oldpass; ?>" size="20" maxlength="128" /></td></tr>
<tr><th><?php __("New password"); ?> (1)</th><td><input type="password" class="int" name="newpass" value="<?php isset($newpass) ? : $newpass=""; echo $newpass; ?>" size="20" maxlength="60" /></td></tr>
<tr><th><?php __("New password"); ?> (2)</th><td><input type="password" class="int" name="newpass2" value="<?php isset($newpass2) ? : $newpass2=""; echo $newpass2;?>" size="20" maxlength="61" /></td></tr>
@ -77,7 +77,7 @@ if (!$mem->user["canpass"]) {
<?php } ?>
<hr id="topbar"/>
<form method="post" action="mem_chgmail.php">
<table border="1" cellspacing="0" cellpadding="4">
<table border="1" cellspacing="0" cellpadding="4" class="tedit">
<tr><td colspan="2"><?php __("Change the email of the account"); ?><br />
<?php __("help_chg_mail"); ?></td></tr>
<tr><th><?php __("Current mailbox"); ?></th><td><big><code><?php echo $mem->user["mail"]; ?></code></big></td></tr>
@ -88,7 +88,7 @@ if (!$mem->user["canpass"]) {
<br />
<hr id="topbar"/>
<form method="post" action="mem_param.php">
<table border="1" cellspacing="0" cellpadding="4">
<table border="1" cellspacing="0" cellpadding="4" class="tedit">
<tr><td colspan="2"><?php __("Online help settings"); ?><br />
<?php __("help_help_settings"); ?></td></tr>
<tr><th><label for="showhelp"><?php __("Do you want to see the help texts and links on each page?"); ?></label></th><td><input type="checkbox" class="inc" id="showhelp" name="showhelp" value="1" <?php if ($mem->get_help_param()) echo "checked=\"checked\""; ?> /></td></tr>
@ -104,7 +104,7 @@ if ($mem->user["su"]) {
<?php __("Admin preferences"); ?> :
</p>
<form method="post" action="mem_admin.php">
<table border="1" cellspacing="0" cellpadding="4">
<table border="1" cellspacing="0" cellpadding="4" class="tedit">
<tr><th><?php __("Members list view"); ?></th><td><select name="admlist" class="inl">
<option value="0"<?php if ($mem->user["admlist"]==0) echo " selected=\"selected\""; ?>><?php __("Large view"); ?></option>
<option value="1"<?php if ($mem->user["admlist"]==1) echo " selected=\"selected\""; ?>><?php __("Short view"); ?></option>

View File

@ -46,7 +46,7 @@ foreach($file as $v) {
if ( file_exists($MENUPATH.$v)) include($MENUPATH.$v);
}
?>
<p class="center"><a href="about.php"><img src="logo2.png" border="0" alt="AlternC" title="<?php __("About"); ?>"/></a>
<p class="center"><a href="about.php"><img src="logo2.png" class="menulogo" border="0" alt="AlternC" title="<?php __("About"); ?>"/></a>
<br />
<?php
echo "$L_VERSION";

View File

@ -44,7 +44,7 @@ if (isset($error) && $error) {
if($r){
?>
<form method="post" action="sql_users_del.php">
<table cellspacing="0" cellpadding="4">
<table cellspacing="0" cellpadding="4" class="tlist">
<tr><th>&nbsp;</th><th><?php __("User"); ?></th><th><?php __("Rights"); ?></th><th><?php __("Password");?></th></tr>
<?php
$col=1;

View File

@ -12,6 +12,11 @@ h3 {
color: #c04000;
}
.menulogo {
background: url(/images/pumpkin.png) top center no-repeat;
height: 128px;
}
.menu-title {
background-color: #f0c040 !important;
border-color: #f08000 !important;