Rev 12355 | Rev 15026 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12355 | Rev 14996 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | !read $deffile question |
31 | !read $deffile question |
32 | 32 | ||
33 | !if $credits!=$empty and .. notin $credits and \ notin $credits \ |
33 | !if $credits!=$empty and .. notin $credits and \ notin $credits \ |
34 | and ($wims_user iswordof supervisor or $wims_user=$empty) |
34 | and ($wims_user iswordof supervisor or $wims_user=$empty) |
35 | !set credits=!replace internal < by < in $credits |
35 | !set credits=!replace internal < by < in $credits |
- | 36 | !!!if .png isin $credits |
|
- | 37 | !! !set logo_img=!nospace $credits |
|
- | 38 | !! !set credits=<img src="$module_dir/images/$logo_img" alt="logo" /> |
|
- | 39 | !!!endif |
|
36 | <div class="wims_credits"><cite>$credits</cite></div> |
40 | <div class="wims_credits"><cite>$credits</cite></div> |
37 | !endif |
41 | !endif |
38 | !endif |
42 | !endif |
39 | !endif |
43 | !endif |
40 | 44 |