Subversion Repositories Applications.papyrus

Rev

Rev 173 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 173 Rev 832
Line 1... Line 1...
1
<?php
1
<?php
2
// $Id: Table.php,v 1.2 2004-11-25 15:36:19 jpm Exp $
2
// $Id: Table.php,v 1.3 2006-04-28 12:41:27 florian Exp $
Line 3... Line 3...
3
 
3
 
4
 
4
 
5
/**
5
/**
Line 98... Line 98...
98
                // increase the column count
98
                // increase the column count
99
                $num_cols = $last - 1;
99
                $num_cols = $last - 1;
100
            }
100
            }
Line 101... Line 101...
101
            
101
            
-
 
102
            // Les attributs de la ligne
102
            // Les attributs de la ligne
103
            $morceaux='';
103
            if (preg_match('/^!(.*)!$/U', $cell[0], $morceaux)) {
104
            if (preg_match('/^!(.*)!$/U', $cell[0], $morceaux)) {
104
                $attr = $morceaux[1];
105
                $attr = $morceaux[1];
105
            } else {
106
            } else {
106
                $attr = '';
107
                $attr = '';