Rev 9353 | Rev 9365 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9353 | Rev 9355 | ||
---|---|---|---|
Line 8... | Line 8... | ||
8 | !header |
8 | !header |
9 | !changeto help.phtml |
9 | !changeto help.phtml |
10 | !endif |
10 | !endif |
11 | !set js=!record 0 of js/chooselist.js |
11 | !set js=!record 0 of js/chooselist.js |
12 | !set wims_html_header=!append line $js to $wims_html_header |
12 | !set wims_html_header=!append line $js to $wims_html_header |
- | 13 | !set wims_html_header=!append line \ |
|
- | 14 | <style type="text/css">\ |
|
- | 15 | .activity_title { text-align:left; font-weight:bold; font-style:italic;}\ |
|
- | 16 | </style>\ |
|
- | 17 | to $wims_html_header |
|
13 | !header1 |
18 | !header1 |
14 | !read adm/title.phtml 1\ |
19 | !read adm/title.phtml 1\ |
15 | $classname\ |
20 | $classname\ |
16 | $name_title |
21 | $name_title |
17 | !default job=activity |
22 | !default job=activity |
Line 47... | Line 52... | ||
47 | back2,1,\ |
52 | back2,1,\ |
48 | to $wims_menu_items |
53 | to $wims_menu_items |
49 | !tail |
54 | !tail |
50 | 55 | ||
51 | !reset show |
56 | !reset show |
52 | - |