Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
etnt committed Oct 4, 2005
1 parent 580166b commit 684349d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/js/src/js.erl
Expand Up @@ -56,10 +56,12 @@ tabtastic(L) ->
tabtastic_divs(L)}. tabtastic_divs(L)}.


tabtastic_toc(L) -> tabtastic_toc(L) ->
[{h2, [{class, "tabset_label"}], "Table of Contents"}, AA = integer_to_list(element(3,erlang:now())), % quick and dirty...
[{a, [{name, AA}], []},
{h2, [{class, "tabset_label"}], "Table of Contents"},
{ul, [{class, "tabset_tabs"}], {ul, [{class, "tabset_tabs"}],
[{li,[], [{li,[],
{a, [{href,"#"}, {name,Id}]++is_active(Bool), Label}} || {a, [{href,"#"++AA}, {name,Id}]++is_active(Bool), Label}} ||
{Id, Label, Bool, _} <- L]}]. {Id, Label, Bool, _} <- L]}].




Expand Down

0 comments on commit 684349d

Please sign in to comment.