Changeset 5706:60c731c0bb8d
- Timestamp:
- 08/12/07 01:32:47 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/graphs/bruhat_sn.pyx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/graphs/bruhat_sn.pyx
r5705 r5706 508 508 509 509 # sort outlist? 510 output = '<html><table bgcolor=lightgrey cellpadding=3 width=80% align=center>\n' 511 510 output = '<html><table bgcolor=lightgrey cellpadding=3 width=80% align=center>\n' 511 output += '\n <tr>\n <td colspan=3 bgcolor=white align=center>' 512 output += '<h1>Intervals in S<sub>n</sub> under Bruhat ordering</h1>' 513 output += '<p align=right>Use <a href="http://sagemath.org"><img src="http://students.washington.edu/rlmill/sagelogo.png" alt="SAGE" border=0 align=top></a>, it\'s free!</p>' 514 output += '\n </td>\n </tr>\n <tr>\n <td colspan=3 bgcolor=white align=left>' 515 output += 'Note: Any time the phrase "in S<sub>n</sub>" is used, this means in the part of S<sub>n</sub> so far searched.' 516 output += '\n </td>\n </tr>' 512 517 for nnn in range(2, max_n+1): 513 518 output += '\n <tr>\n <td bgcolor=white align=left>'
Note: See TracChangeset
for help on using the changeset viewer.
