Lines 29-35
Link Here
|
29 |
|
29 |
|
30 |
[% IF tab %] |
30 |
[% IF tab %] |
31 |
$('#addbibliotabs').selectTabByID("#[% tab | html %]"); |
31 |
$('#addbibliotabs').selectTabByID("#[% tab | html %]"); |
32 |
console.log("[% tab %]"); |
|
|
33 |
[% END %] |
32 |
[% END %] |
34 |
|
33 |
|
35 |
Sticky = $("#toolbar"); |
34 |
Sticky = $("#toolbar"); |
Lines 576-582
function Changefwk() {
Link Here
|
576 |
[% END %] |
575 |
[% END %] |
577 |
<div class="toolbar-tabs-container"> |
576 |
<div class="toolbar-tabs-container"> |
578 |
<ul class="toolbar-tabs"> |
577 |
<ul class="toolbar-tabs"> |
579 |
[%- FOREACH BIG_LOO IN BIG_LOOP -%][%- SET tabname = BIG_LOO.number + 1 -%][% IF loop.first %]<li class="selected">[% ELSE %]<li>[% END %]<a data-tabid="[% BIG_LOO.number | html %]" href="#tab[% BIG_LOO.number | html %]XX">[% tabname | html %]</a></li>[%- END -%] |
578 |
[%- FOREACH BIG_LOO IN BIG_LOOP -%][%- SET tabname = BIG_LOO.number -%][% IF loop.first %]<li class="selected">[% ELSE %]<li>[% END %]<a data-tabid="[% BIG_LOO.number | html %]" href="#tab[% BIG_LOO.number | html %]XX">[% tabname | html %]</a></li>[%- END -%] |
580 |
</ul> |
579 |
</ul> |
581 |
<ul class="tag_anchors_list"> |
580 |
<ul class="tag_anchors_list"> |
582 |
[% FOREACH BIG_LOO IN BIG_LOOP %] |
581 |
[% FOREACH BIG_LOO IN BIG_LOOP %] |
Lines 615-627
function Changefwk() {
Link Here
|
615 |
</ul> |
614 |
</ul> |
616 |
|
615 |
|
617 |
[% FOREACH BIG_LOO IN BIG_LOOP %] |
616 |
[% FOREACH BIG_LOO IN BIG_LOOP %] |
618 |
[% SET tabname = BIG_LOO.number + 1 %] |
617 |
[% SET tabname = BIG_LOO.number %] |
619 |
<div id="tab[% BIG_LOO.number | html %]XX"> |
618 |
<div id="tab[% BIG_LOO.number | html %]XX"> |
620 |
|
619 |
|
621 |
<h3>Section [% tabname %]</h3> |
620 |
<h3>Section [% tabname | html %]</h3> |
622 |
[% FOREACH innerloo IN BIG_LOO.innerloop %] |
621 |
[% FOREACH innerloo IN BIG_LOO.innerloop %] |
623 |
[% IF ( innerloo.tag ) %] |
622 |
[% IF ( innerloo.tag ) %] |
624 |
<div class="tag clearfix" id="tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]"> |
623 |
<div class="tag clearfix" id="tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]"> |
625 |
<div class="tag_title" id="div_indicator_tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]"> |
624 |
<div class="tag_title" id="div_indicator_tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]"> |
626 |
[% IF advancedMARCEditor %] |
625 |
[% IF advancedMARCEditor %] |
627 |
<a href="#" tabindex="1" class="tagnum" title="[% innerloo.tag_lib | html %] - Click to Expand this Tag" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;">[% innerloo.tag | html %]</a> |
626 |
<a href="#" tabindex="1" class="tagnum" title="[% innerloo.tag_lib | html %] - Click to Expand this Tag" onclick="ExpandField('tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]'); return false;">[% innerloo.tag | html %]</a> |
628 |
- |
|
|