Rev 1502 | Rev 2775 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1502 | Rev 2071 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | \$table_hdtr<th colspan=5>Nom et syntaxe |
29 | \$table_hdtr<th colspan=5>Nom et syntaxe |
30 | \$table_hdtr<th colspan=2>Synonymes |
30 | \$table_hdtr<th colspan=2>Synonymes |
31 | <th colspan=3>Signification</th></tr><tr><td><td colspan=5> |
31 | <th colspan=3>Signification</th></tr><tr><td><td colspan=5> |
32 | " ; fi |
32 | " ; fi |
33 | 33 | ||
- | 34 | if [ "$lang" == cn ] ; then echo " |
|
- | 35 | ÿÌõÃüÁîÕ¼Ò»ÐÐ.<p> |
|
- | 36 | ÔÚϱíÖÐ, <tt>[É«²Ê]</tt> |
|
- | 37 | ¿ÉÒÔÊÇÉ«²ÊÃû, »ò3¸öÓöººÅ·Ö¸ôµÄ0µ½255µÄÕûÊý, ·Ö±ð´ú±íºìÂÌÀ¶ÈýÖÖÑÕÉ«. |
|
- | 38 | <p>\$table_header |
|
- | 39 | <caption>×÷ͼÃüÁî</caption> |
|
- | 40 | \$table_hdtr<th colspan=5>Ãû³ÆÓëÓï·¨ |
|
- | 41 | \$table_hdtr<th colspan=2>ͬÒå´Ê |
|
- | 42 | <th colspan=3>º¬Òå</th></tr><tr><td><td colspan=5> |
|
- | 43 | " ; fi |
|
34 | 44 | ||
35 | awk 'BEGIN {a=10} |
45 | awk 'BEGIN {a=10} |
36 | substr($0,1,1)==":" {a=0} |
46 | substr($0,1,1)==":" {a=0} |
37 | {a++} |
47 | {a++} |
38 | a==1 {print "$table_tr<td colspan=5 nowrap><tt>"substr($0,2)"</tt></td></tr>"} |
48 | a==1 {print "$table_tr<td colspan=5 nowrap><tt>"substr($0,2)"</tt></td></tr>"} |