Changeset 134


Ignore:
Timestamp:
02/21/06 23:43:23 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-08-13 23:31:47 by root]

  • xhtml 1.0 compliance, ca continue
  • bug browse for folder
  • ajout locales oublieed

Original author: root
Date: 2003-08-13 23:31:54

Location:
bureau
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • bureau/admin/bro_editor.php

    r102 r134  
    11<?php 
    22/* 
    3  $Id: bro_editor.php,v 1.2 2003/06/10 06:45:16 root Exp $ 
     3 $Id: bro_editor.php,v 1.3 2003/08/13 23:31:47 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    5555</head> 
    5656<body> 
     57<p> 
    5758<?php if ($error) echo "<font color=\"red\">$error</font><br />"; ?> 
    58 <p> 
    5959<?php echo _("File editing")." <code>$R/<b>$file</b></code><br />"; ?> 
    60 <form action="bro_editor.php" method="POST"> 
     60</p> 
     61<form action="bro_editor.php" method="post"><p> 
    6162<textarea class="int" style="font-family: <?php echo $p["editor_font"]; ?>; font-size: <?php echo $p["editor_size"]; ?>" cols="<?php echo $p["editsizex"]; ?>" rows="<?php echo $p["editsizey"]; ?>" name="texte"><?php 
    6263$bro->content($R,$file); 
    6364?></textarea><br /> 
    64         <input TYPE="hidden" name="file" value="<?php echo str_replace("\"","&quot;",$file); ?>"> 
    65         <input TYPE="hidden" name="R" value="<?php echo str_replace("\"","&quot;",$R); ?>"> 
     65        <input type="hidden" name="file" value="<?php echo str_replace("\"","&quot;",$file); ?>" /> 
     66        <input type="hidden" name="R" value="<?php echo str_replace("\"","&quot;",$R); ?>" /> 
    6667 
    67         <input TYPE="submit" class="inb" value="<?php __("Save"); ?>" name="save"> 
    68         <input TYPE="submit" class="inb" value="<?php __("Save &amp; Quit"); ?>" name="saveret"> 
    69         <input TYPE="submit" class="inb" value="<?php __("Quit"); ?>" name="cancel"> 
     68        <input type="submit" class="inb" value="<?php __("Save"); ?>" name="save" /> 
     69        <input type="submit" class="inb" value="<?php __("Save &amp; Quit"); ?>" name="saveret" />  
     70        <input type="submit" class="inb" value="<?php __("Quit"); ?>" name="cancel" /> 
     71</p> 
    7072</form> 
    71 </p> 
    7273</body> 
    7374</html> 
  • bureau/admin/bro_main.php

    r109 r134  
    11<?php 
    22/* 
    3  $Id: bro_main.php,v 1.3 2003/06/10 13:16:11 root Exp $ 
     3 $Id: bro_main.php,v 1.4 2003/08/13 23:31:47 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    9393<h3><?php __("File browser"); ?></h3> 
    9494 
    95 <form action="bro_main.php" method="POST" name="nn"> 
     95<form action="bro_main.php" method="post" name="nn" id="nn"> 
    9696<input type="hidden" name="R" value="<?php echo $R; ?>" /> 
    9797<table><tr> 
     
    113113if ($formu==2 && $actrename && count($d)) { 
    114114  echo "<table cellpadding=\"6\">\n"; 
    115   echo "<form action=\"bro_main.php\" Method=\"post\">\n"; 
     115  echo "<form action=\"bro_main.php\" method=\"post\">\n"; 
    116116  echo "<input type=\"hidden\" name=\"R\" value=\"$R\" />\n"; 
    117117  echo "<input type=\"hidden\" name=\"formu\" value=\"4\" />\n"; 
     
    131131 
    132132?> 
    133 <form action="bro_main.php" Method="post" name="main"> 
     133<form action="bro_main.php" method="post" name="main" id="main"> 
    134134<input type="hidden" name="R" value="<?php echo $R; ?>" /> 
    135135<input type="hidden" name="formu" value="2" /> 
     
    159159/* AFFICHE 1 COLONNE DETAILLEE */ 
    160160reset($c); 
    161 echo "<table width=\"100%\" border=0 cellpadding=0 cellspacing=0>"; 
     161echo "<table width=\"100%\" style=\"border: 0px\" cellpadding=\"0\" cellspacing=\"0\">"; 
    162162$col=1; 
    163163for($i=0;$i<count($c);$i++) { 
  • bureau/admin/browseforfolder.php

    r109 r134  
    7878?> 
    7979<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> 
     80<head> 
     81<title>Browser for folder</title> 
     82<link rel="stylesheet" href="styles/style.css" type="text/css" /> 
     83<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
     84 
    8085<?php 
    8186        echo "<head><script type=\"text/javascript\">\n"; 
     
    9499<title>Recherche d'un dossier</title> 
    95100<link rel="stylesheet" href="styles/style.css" type="text/css" /> 
     101<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    96102<script type="text/javascript"> 
    97103/* Fonction appellée lors du lancement d'un popup Fichier : */ 
     
    117123        reset($ar); 
    118124?> 
    119 <form method="post" id="main" action="browseforfolder.php"> 
     125<form method="post" id="main" name="main" action="browseforfolder.php"> 
    120126<p> 
    121127<input type="hidden" name="caller" value="<?php echo $caller; ?>" /> 
     
    129135</form> 
    130136 
    131 <table border="0" cellspacing="2" cellpadding="0"> 
     137<table style="border: 0" cellspacing="2" cellpadding="0"> 
    132138 
    133139<?php 
  • bureau/admin/dom_subdel.php

    r107 r134  
    11<?php 
    22/* 
    3  $Id: dom_subdel.php,v 1.2 2003/06/10 11:18:27 root Exp $ 
     3 $Id: dom_subdel.php,v 1.3 2003/08/13 23:31:47 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4040</head> 
    4141<body> 
    42 <?php printf(_("Deleting subdomain %s"),"http://".ife($sub,$sub.".").$domain); ?> : </h3> 
     42<h3><?php printf(_("Deleting subdomain %s"),"http://".ife($sub,$sub.".").$domain); ?> : </h3> 
    4343<?php 
    4444        if ($error) { 
     
    4747        } 
    4848?> 
    49 <hr> 
     49<hr /> 
    5050<!-- ***************************************** 
    5151                 gestion du sous-domaine 
  • bureau/admin/sta_list.php

    r107 r134  
    11<?php 
    22/* 
    3  $Id: sta_list.php,v 1.5 2003/06/10 11:18:27 root Exp $ 
     3 $Id: sta_list.php,v 1.6 2003/08/13 23:31:47 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    6161<form method="post" action="sta_del.php"> 
    6262<table cellspacing="0" cellpadding="4"> 
    63 <tr><th colspan="2">&nbsp;</th><th><?php __("Domain name"); ?></th><th><?php __("Language"); ?></th><th><?php __("Folder"); ?></th><th><?php __("View"); ?></tr> 
     63<tr><th colspan="2">&nbsp;</th><th><?php __("Domain name"); ?></th><th><?php __("Language"); ?></th><th><?php __("Folder"); ?></th><th><?php __("View"); ?></th></tr> 
    6464<?php 
    6565reset($r); 
     
    101101<form method="post" action="sta_del_raw.php"> 
    102102<table cellspacing="0" cellpadding="4"> 
    103 <tr><th colspan="2">&nbsp;</th><th><?php __("Domain name"); ?></th><th><?php __("Folder"); ?></th><th><?php __("View"); ?></tr> 
     103<tr><th colspan="2">&nbsp;</th><th><?php __("Domain name"); ?></th><th><?php __("Folder"); ?></th><th><?php __("View"); ?></th></tr> 
    104104<?php 
    105105reset($r); 
  • bureau/class/m_stats.php

    r105 r134  
    11<?php 
    22/* 
    3  $Id: m_stats.php,v 1.5 2003/06/10 07:31:36 root Exp $ 
     3 $Id: m_stats.php,v 1.6 2003/08/13 23:31:50 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    448448    $db->query("DELETE FROM stats2 WHERE id=$id"); 
    449449    $quota->dec("stats"); 
    450     return $name; 
     450    return true; 
    451451  } 
    452452 
  • bureau/locales/fr_FR/LC_MESSAGES/stats.po

    r105 r134  
    22# Copyright (c) 2002 the AlternC Development Team 
    33# <tech@alternc.org> 
    4 # $Id: stats.po,v 1.4 2003/06/10 07:31:37 root Exp $ 
     4# $Id: stats.po,v 1.5 2003/08/13 23:31:54 root Exp $ 
    55msgid "" 
    66msgstr "" 
    7 "Project-Id-Version: $Id: stats.po,v 1.4 2003/06/10 07:31:37 root Exp $\n" 
     7"Project-Id-Version: $Id: stats.po,v 1.5 2003/08/13 23:31:54 root Exp $\n" 
    88"POT-Creation-Date: 2002-06-12 19:00CEST\n" 
    99"PO-Revision-Date: 2002-06-16 13:50CEST\n" 
     
    9696msgstr "Supprimer les jeux cochés" 
    9797 
     98msgid "Delete the checked Raw Statistics (apache)" 
     99msgstr "Effacer les jeux de stats brutes cochees" 
     100 
     101msgid "Change those Raw Statistics." 
     102msgstr "Modifier ce jeu de stats brutes." 
     103 
    98104msgid "Byte" 
    99105msgstr "Octet" 
Note: See TracChangeset for help on using the changeset viewer.