version 1.749, 2009/02/14 13:43:35
|
version 1.753, 2009/02/24 20:10:30
|
Line 2810 sub aboutmewrapper {
|
Line 2810 sub aboutmewrapper {
|
return; |
return; |
} |
} |
return '<a href="/adm/'.$domain.'/'.$username.'/aboutme"'. |
return '<a href="/adm/'.$domain.'/'.$username.'/aboutme"'. |
($target?' target="$target"':'').' title="'.&mt("View this user's personal page").'">'.$link.'</a>'; |
($target?' target="$target"':'').' title="'.&mt("View this user's personal |
|
homepage").'">'.$link.'</a>'; |
} |
} |
|
|
# ------------------------------------------------------------ Syllabus Wrapper |
# ------------------------------------------------------------ Syllabus Wrapper |
Line 5898 table em{
|
Line 5899 table em{
|
font-style:normal; |
font-style:normal; |
} |
} |
|
|
|
table#LC_tableOfContent{ |
|
border-collapse: collapse; |
|
border-spacing:0; |
|
padding:3px; |
|
border:0; |
|
background-color:#ffffff; |
|
font-size:90%; |
|
} |
|
table#LC_tableOfContent a { |
|
text-decoration: none; |
|
} |
|
|
|
table#LC_tableOfContent tr.LC_trOdd{ |
|
background-color:#eeeeee; |
|
} |
|
|
|
table#LC_tableOfContent img{ |
|
border: none; |
|
height: 1.3em; |
|
vertical-align: text-bottom; |
|
margin-right: 0.3em; |
|
} |
END |
END |
} |
} |
|
|