Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pregmodfan
fc-pregmod
Commits
982d3b4a
Commit
982d3b4a
authored
6 years ago
by
lowercasedonkey
Browse files
Options
Downloads
Patches
Plain Diff
experiment
parent
8fad3767
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!3583
Tab memory
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/uncategorized/main.tw
+16
-13
16 additions, 13 deletions
src/uncategorized/main.tw
with
16 additions
and
13 deletions
src/uncategorized/main.tw
+
16
−
13
View file @
982d3b4a
:: Main [nobr]
:: Main [nobr]
<<if ndef $tabChoice>>
<<set $tabChoice = "main">>
<</if>>
<<unset $Flag>>
<<unset $Flag>>
<<resetAssignmentFilter>>
<<resetAssignmentFilter>>
<<if $releaseID >= 1000 || $ver.includes("0.9") || $ver.includes("0.8") || $ver.includes("0.7") || $ver.includes("0.6")>>
<<if $releaseID >= 1000 || $ver.includes("0.9") || $ver.includes("0.8") || $ver.includes("0.7") || $ver.includes("0.6")>>
...
@@ -110,17 +112,17 @@ __''MAIN MENU''__ //[[Summary Options]]//
...
@@ -110,17 +112,17 @@ __''MAIN MENU''__ //[[Summary Options]]//
<<if $useSlaveSummaryOverviewTab == 1>>
<<if $useSlaveSummaryOverviewTab == 1>>
<button class="tablinks" onclick="opentab(event, 'overview')">Overview</button>
<button class="tablinks" onclick="opentab(event, 'overview')">Overview</button>
<</if>>
<</if>>
<button class="tablinks" onclick="opentab(event, 'resting')">Resting</button>
<button class="tablinks" onclick="opentab(event, 'resting')"
id="tab resting"
>Resting</button>
<button class="tablinks" onclick="opentab(event, 'stay confined')">Confined</button>
<button class="tablinks" onclick="opentab(event, 'stay confined')"
id="tab stay confined"
>Confined</button>
<button class="tablinks" onclick="opentab(event, 'take classes')">Students</button>
<button class="tablinks" onclick="opentab(event, 'take classes')"
id="tab take classes"
>Students</button>
<button class="tablinks" onclick="opentab(event, 'please you')">Fucktoys</button>
<button class="tablinks" onclick="opentab(event, 'please you')"
id="tab please you"
>Fucktoys</button>
<button class="tablinks" onclick="opentab(event, 'whore')">Whores</button>
<button class="tablinks" onclick="opentab(event, 'whore')"
id="tab whore"
>Whores</button>
<button class="tablinks" onclick="opentab(event, 'serve the public')">Public Servants</button>
<button class="tablinks" onclick="opentab(event, 'serve the public')"
id="tab serve the public"
>Public Servants</button>
<button class="tablinks" onclick="opentab(event, 'be a servant')">Servants</button>
<button class="tablinks" onclick="opentab(event, 'be a servant')"
id="tab be a servant"
>Servants</button>
<button class="tablinks" onclick="opentab(event, 'get milked')">Cows</button>
<button class="tablinks" onclick="opentab(event, 'get milked')"
id="tab milked"
>Cows</button>
<button class="tablinks" onclick="opentab(event, 'work a glory hole')">Gloryhole</button>
<button class="tablinks" onclick="opentab(event, 'work a glory hole')"
id="tab work a glory hole"
>Gloryhole</button>
<button class="tablinks" onclick="opentab(event, 'be a subordinate slave')">Subordinate slaves</button>
<button class="tablinks" onclick="opentab(event, 'be a subordinate slave')"
id="tab be a subordinate slave"
>Subordinate slaves</button>
<button class="tablinks" onclick="opentab(event, 'all')" id="
defaultButton
">All</button>
<button class="tablinks" onclick="opentab(event, 'all')" id="
tab all
">All</button>
</div>
</div>
<div id="overview" class="tabcontent">
<div id="overview" class="tabcontent">
...
@@ -415,11 +417,12 @@ __''MAIN MENU''__ //[[Summary Options]]//
...
@@ -415,11 +417,12 @@ __''MAIN MENU''__ //[[Summary Options]]//
for (i = 0; i < tablinks.length; i++) {
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
}
State.variables.tabChoice = tabName;
document.getElementById(tabName).style.display = "block";
document.getElementById(tabName).style.display = "block";
evt.currentTarget.className += " active";
evt.currentTarget.className += " active";
}
}
document.getElementById("
defaultButton
").click();
document.getElementById("
tab all
").click();
</script>
</script>
</body>
</body>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment