Rev 12014 | Rev 14064 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12014 | Rev 13470 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | !!$wims_html_header |
6 | !!$wims_html_header |
7 | !!</HEAD> |
7 | !!</HEAD> |
8 | !!<BODY $wims_htmlbody> |
8 | !!<BODY $wims_htmlbody> |
9 | !!!headmenu |
9 | !!!headmenu |
10 | 10 | ||
11 | !set wims_html_header=!append line <link rel="stylesheet" href="html/themes/_css/tech_doc.css" /> |
11 | !set wims_html_header=!append line <link rel="stylesheet" href="html/themes/_css/tech_doc.css" />\ |
- | 12 | <style>\ |
|
- | 13 | /* prevent table for being larger than a small screen */\ |
|
- | 14 | .wimstable{table-layout: fixed;}\ |
|
- | 15 | .wimstable td{word-wrap:break-word;}\ |
|
- | 16 | </style> to $wims_html_header |
|
12 | 17 | ||
13 | !header1 |
18 | !header1 |
14 | !robottrap |
19 | !robottrap |
15 | 20 | ||
16 | !read adm/title.phtml 1\ |
21 | !read adm/title.phtml 1\ |