|
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 573-579
function Changefwk() {
Link Here
|
| 573 |
[% END %] |
572 |
[% END %] |
| 574 |
<div class="toolbar-tabs-container"> |
573 |
<div class="toolbar-tabs-container"> |
| 575 |
<ul class="toolbar-tabs"> |
574 |
<ul class="toolbar-tabs"> |
| 576 |
[%- 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 -%] |
575 |
[%- 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 -%] |
| 577 |
</ul> |
576 |
</ul> |
| 578 |
<ul class="tag_anchors_list"> |
577 |
<ul class="tag_anchors_list"> |
| 579 |
[% FOREACH BIG_LOO IN BIG_LOOP %] |
578 |
[% FOREACH BIG_LOO IN BIG_LOOP %] |
|
Lines 612-624
function Changefwk() {
Link Here
|
| 612 |
</ul> |
611 |
</ul> |
| 613 |
|
612 |
|
| 614 |
[% FOREACH BIG_LOO IN BIG_LOOP %] |
613 |
[% FOREACH BIG_LOO IN BIG_LOOP %] |
| 615 |
[% SET tabname = BIG_LOO.number + 1 %] |
614 |
[% SET tabname = BIG_LOO.number %] |
| 616 |
<div id="tab[% BIG_LOO.number | html %]XX"> |
615 |
<div id="tab[% BIG_LOO.number | html %]XX"> |
| 617 |
|
616 |
|
| 618 |
<h3>Section [% tabname %]</h3> |
617 |
<h3>Section [% tabname | html %]</h3> |
| 619 |
[% FOREACH innerloo IN BIG_LOO.innerloop %] |
618 |
[% FOREACH innerloo IN BIG_LOO.innerloop %] |
| 620 |
[% IF ( innerloo.tag ) %] |
619 |
[% IF ( innerloo.tag ) %] |
| 621 |
<div class="tag clearfix" id="tag_[% innerloo.tag %]_[% innerloo.index %][% innerloo.random %]"> |
620 |
<div class="tag clearfix" id="tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]"> |
| 622 |
<div class="tag_title" id="div_indicator_tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]"> |
621 |
<div class="tag_title" id="div_indicator_tag_[% innerloo.tag | html %]_[% innerloo.index | html %][% innerloo.random | html %]"> |
| 623 |
[% IF advancedMARCEditor %] |
622 |
[% IF advancedMARCEditor %] |
| 624 |
<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> |
623 |
<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> |
| 625 |
- |
|
|