Changeset 2110:80379e2825d1 for admin
- Timestamp:
- 09/26/13 23:04:04 (12 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/_charte.php
r2096 r2110 35 35 </style> 36 36 <script type="text/javascript" src="js/jquery/jquery.js"></script> 37 <script type="text/javascript" src="js/jquery/jquery-ui.custom.js"></script> 37 38 <script type="text/javascript" src="js/jquery/jquery.pageTabs.js"></script> 38 39 <script type="text/javascript" src="js/jquery/jquery.biscuit.js"></script> … … 53 54 <script type="text/javascript"> 54 55 //<![CDATA[ 55 dotclear.unfolded_sections = {'dc_favorites_menu':true,'dc_system_menu':true};56 //]]>57 </script>58 <script type="text/javascript">59 //<![CDATA[60 56 $(function() { 61 57 $.pageTabs('two-boxes'); 58 $('#pageslist').sortable({'cursor':'move'}); 59 $('#pageslist tr').hover(function(){ 60 $(this).css({'cursor':'move'}); 61 }, function(){ 62 $(this).css({'cursor':'auto'}); 63 }); 64 $('#pageslist tr td input.position').hide(); 65 $('#pageslist tr td.handle').addClass('handler'); 62 66 }); 63 67 //]]> … … 66 70 67 71 <body id="dotclear-admin" class="no-js"> 68 69 70 71 72 72 <ul id="prelude"> 73 <li><a href="#content">Aller au contenu</a></li> 74 <li><a href="#main-menu">Aller au menu</a></li> 75 <li><a href="#qx">Aller à la recherche</a></li> 76 </ul> 73 77 <div id="header"> 74 78 <h1><a href="./index.php"><span class="hidden">Dotclear</span></a></h1> … … 83 87 <img class="collapse-mm" src="images/collapser-hide.png" alt="Cacher le menu" /> 84 88 <img class="expand-mm" src="images/collapser-show.png" alt="Montrer le menu" /> 85 </a></div> '.89 </a></div> 86 90 <div id="main"> 87 91 <div id="content" class="clearfix"> … … 428 432 </table> 429 433 </div> 430 431 434 435 <h3>Tableau avec ordonnancement</h3> 436 <p>Les tableaux permettant l'ordonnancement doivent offrir la possibilité d'effectuer le classement grâce à 437 des inputs placés en début de ligne pour que le classement soit possible même lorsque cette fonctionnalité est 438 désactivée (via les préférences utilisateurs, voire une désactivation complète du javascript dans le navigateur).</p> 439 <div class="table-outer"> 440 <table class="maximal dragable"> 441 <thead> 442 <tr> 443 <th colspan="3">Titre</th> 444 <th>Date</th> 445 <th>Auteur</th> 446 <th>Commentaires</th> 447 <th>Rétroliens</th> 448 <th>État</th> 449 </tr> 450 </thead> 451 <tbody id="pageslist"> 452 <tr class="line" id="p10899"> 453 <td class="nowrap handle minimal"> 454 <input type="text" size="2" name="order[10899]" maxlength="3" value="1" class="position" title="position de Mentions légales" /> 455 </td> 456 <td class="nowrap"> 457 <input type="checkbox" name="entries[]" value="10899" title="Sélectionner cette page" /> 458 </td> 459 <td class="maximal"><a href="#">Mentions légales</a> 460 </td> 461 <td class="nowrap">17/12/2008 07:35</td> 462 <td class="nowrap">franck</td> 463 <td class="nowrap">0</td> 464 <td class="nowrap">0</td> 465 <td class="nowrap status"> 466 <img alt="Publié" title="Publié" src="images/check-on.png" /> 467 </td> 468 </tr> 469 <tr class="line" id="p10937"> 470 <td class="nowrap handle minimal"> 471 <input type="text" size="2" name="order[10937]" maxlength="3" value="2" class="position" title="position de Page active et cachée" /> 472 </td> 473 <td class="nowrap"> 474 <input type="checkbox" name="entries[]" value="10937" title="Sélectionner cette page" /> 475 </td> 476 <td class="maximal"><a href="#">Page active et cachée</a> 477 </td> 478 <td class="nowrap">26/10/2012 11:08</td> 479 <td class="nowrap">admin</td> 480 <td class="nowrap">0</td> 481 <td class="nowrap">0</td> 482 <td class="nowrap status"> 483 <img alt="Publié" title="Publié" src="images/check-on.png" /> 484 <img alt="Masqué" title="Masqué" src="images/hidden.png" /> 485 </td> 486 </tr> 487 <tr class="line offline" id="p11047"> 488 <td class="nowrap handle minimal"> 489 <input type="text" size="2" name="order[11047]" maxlength="3" value="3" class="position" title="position de Page révisionnable" /> 490 </td> 491 <td class="nowrap"> 492 <input type="checkbox" name="entries[]" value="11047" title="Sélectionner cette page" /> 493 </td> 494 <td class="maximal"><a href="#">Page révisionnable</a> 495 </td> 496 <td class="nowrap">14/12/2012 13:26</td> 497 <td class="nowrap">admin</td> 498 <td class="nowrap">0</td> 499 <td class="nowrap">0</td> 500 <td class="nowrap status"> 501 <img alt="En attente" title="En attente" src="images/check-wrn.png" /> 502 </td> 503 </tr> 504 <tr class="line offline" id="p10939"> 505 <td class="nowrap handle minimal"> 506 <input type="text" size="2" name="order[10939]" maxlength="3" value="4" class="position" title="position de Programme" /> 507 </td> 508 <td class="nowrap"> 509 <input type="checkbox" name="entries[]" value="10939" title="Sélectionner cette page" /> 510 </td> 511 <td class="maximal"><a href="#">Programme</a> 512 </td> 513 <td class="nowrap">26/10/2020 11:23</td> 514 <td class="nowrap">admin</td> 515 <td class="nowrap">0</td> 516 <td class="nowrap">0</td> 517 <td class="nowrap status"> 518 <img alt="Programmé" title="Programmé" src="images/scheduled.png" /> 519 </td> 520 </tr> 521 <tr class="line offline" id="p10940"> 522 <td class="nowrap handle minimal"> 523 <input type="text" size="2" name="order[10940]" maxlength="3" value="5" class="position" title="position de Protégée" /> 524 </td> 525 <td class="nowrap"> 526 <input type="checkbox" name="entries[]" value="10940" title="Sélectionner cette page" /> 527 </td> 528 <td class="maximal"><a href="#">Protégée</a> 529 </td> 530 <td class="nowrap">26/10/2012 11:23</td> 531 <td class="nowrap">admin</td> 532 <td class="nowrap">0</td> 533 <td class="nowrap">0</td> 534 <td class="nowrap status"> 535 <img alt="En attente" title="En attente" src="images/check-wrn.png" /> 536 <img alt="Protégé" title="Protégé" src="images/locker.png" /> 537 </td> 538 </tr> 539 </tbody> 540 </table> 541 </div> 432 542 </div><!-- /content --> 433 543 </div><!-- /main --> -
admin/style/default.css
r2102 r2110 412 412 clear: both; 413 413 } 414 pre, code {414 pre, code, #debug { 415 415 font: 100% "Andale Mono","Courier New",monospace; 416 416 } … … 2356 2356 width: 100%; 2357 2357 height: 4px; 2358 background: # EBEB47;2358 background: #ff6; 2359 2359 } 2360 2360 #debug div { … … 2512 2512 } 2513 2513 } 2514 2514 /* ---------------------------------------------- Couleurs ajoutées via javascript 2515 2515 /* color-picker.js */ 2516 2516 .color-color-picker { … … 2518 2518 width: 195px; 2519 2519 background: #fff; 2520 } 2521 2520 } 2522 2521 /* _blog_theme.js */ 2523 2522 .select-button { 2524 2523 font-weight: bold; 2525 } 2526 2524 } 2527 2525 /* _media_item.js */ 2528 2526 .color-div { 2529 2527 border: 1px solid #ccc; 2530 } 2531 2532 /* common.js */ 2533 .colorBeginPassword { 2528 } 2529 /* fadings ('color' est utilisé comme variable, pas comme text color) */ 2530 .colorBeginPassword, .colorBeginValidatorErr, .colorBeginUserMail { 2534 2531 color: #fff; 2535 }2536 .colorEndPassword {2532 } 2533 .colorEndPassword, .colorEndError, .colorEndValidatorErr, .colorEndUserMail { 2537 2534 color: #ffbaba; 2538 }2535 } 2539 2536 .colorBeginMessage { 2540 2537 color: #ccc; 2541 }2542 .colorEndMessage {2538 } 2539 .colorEndMessage, .colorBeginValidatorMsg { 2543 2540 color: #676e78; 2544 }2541 } 2545 2542 .colorBeginError { 2546 2543 color: #ffdec8; 2547 } 2548 .colorEndError { 2549 color: #ffbaba; 2550 } 2544 } 2551 2545 .colorBeginSuccess { 2552 2546 color: #9BCA1C; 2553 }2547 } 2554 2548 .colorEndSuccess { 2555 2549 color: #bee74b; 2556 } 2557 /* _post.js */ 2558 .colorBeginValidatorMsg { 2559 color: #676e78; 2560 } 2561 .colorEndValidatorMsg { 2550 } 2551 .colorEndValidatorMsg { 2562 2552 color: #ffcc00; 2563 } 2564 .colorBeginValidatorErr { 2565 color: #fff; 2566 } 2567 .colorEndValidatorErr { 2568 color: #ffbaba; 2569 } 2570 /* _preferences.js */ 2571 .colorBeginUserMail { 2572 color: #fff; 2573 } 2574 .colorEndUserMail { 2575 color: #ffbaba; 2576 } 2577 2553 }
Note: See TracChangeset
for help on using the changeset viewer.