Rev 12477 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9063 | obado | 1 | !read adm/title.phtml 2\ |
2 | $title |
||
8631 | bpr | 3 | |
9063 | obado | 4 | <div class="wims_content"> |
5 | |||
6 | |||
9126 | bpr | 7 | <div class="job_desc spacer">$job_desc</div> |
10878 | obado | 8 | !set cnt=0 |
9063 | obado | 9 | <div id="taxonomy_list"> |
10 | <ul class="tabs"> |
||
9307 | obado | 11 | |
12477 | bpr | 12 | !if $jquery_defined=yes |
13 | !set view_job = light |
||
14 | !else |
||
15 | !set view_job = taxo |
||
16 | !endif |
||
9307 | obado | 17 | |
12477 | bpr | 18 | !for taxo in $list_taxonomy |
19 | !increase cnt |
||
20 | !set taxo_title$cnt=!defof title in $taxo |
||
21 | !set desctaxo$cnt=!defof desctaxo in $taxo |
||
22 | <li> |
||
23 | !href module=$module&cmd=new&job=$view_job&parm=$taxo $(taxo_title$cnt) |
||
24 | </li> |
||
25 | !next |
||
26 | </ul> |
||
27 | </div> |
||
28 | !if $parm!=$empty |
||
29 | <div class="taxo_content"> |
||
30 | !read $parm |
||
9063 | obado | 31 | </div> |
12477 | bpr | 32 | !endif |
8631 | bpr | 33 | </div> |
34 | <!-- JS for dynamic tree display --> |
||
13306 | obado | 35 | <script src="scripts/js/tree_JS/tree.js"></script> |
9307 | obado | 36 | |
37 | !if $jquery_defined=yes |
||
38 | <!-- JS for Tabs display --> |
||
13306 | obado | 39 | <script> |
9307 | obado | 40 | /*<![CDATA[*/ |
41 | jQuery(function($$) { |
||
42 | $$( "#taxonomy_list" ).tabs(); |
||
43 | }); |
||
44 | /*]]>*/ |
||
45 | </script> |
||
46 | !endif |