-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
222 lines (128 loc) · 5.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!doctype html>
<html lang = "en" >
<head>
<meta charset = "utf-8" >
<meta name = "copyright" content ="PushMe-PullYou authors" >
<meta name = "date" content = "2019-06-19" >
<meta name = "description" content = "Our mission is to put this stuff in your face so fast, and with so little effort and so simply that you actually understand it." >
<meta name = "keywords" content = "JavaScript,GitHub,FOSS" >
<meta name = "version" content = "0.0.0-0" >
<meta name = "viewport" content = "width=device-width, initial-scale=1" >
<title>webMath</title>
<link rel = "canonical" href = "https://pushme-pullyou.github.io" >
<link rel = "license" href = "https://creativecommons.org/licenses/by/4.0/" >
<link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Inconsolata" >
<link rel = "stylesheet" href = "https://pushme-pullyou.github.io/tootoo14/js-14-02/style.css" >
</head>
<body>
<script src = "https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.5/jszip.min.js" ></script>
<script src = "https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.0/showdown.min.js" ></script>
<!-- menus generally -->
<script src = "https://pushme-pullyou.github.io/tootoo14/js-14-02/mnu-menu/mnu-menu.js" ></script>
<script src = "https://pushme-pullyou.github.io/tootoo14/js-14-02/pop-popup/pop-popup.js" ></script>
<script src = "https://pushme-pullyou.github.io/tootoo14/js-14-02/gat-github-access-token/gat-github-access-token.js" ></script>
<!-- File menu panel -->
<script src = "https://pushme-pullyou.github.io/tootoo14/js-14-02/fga-files-github-api/fga-files-github-api.js" ></script>
<script src = "https://pushme-pullyou.github.io/tootoo14/js-14-02/fob-file-open-basic/fob-file-open-basic.js" ></script>
<!-- Edit Menu -->
<!-- Settings menu -->
<script src = "https://pushme-pullyou.github.io/tootoo14/js-14-02/thm-theme/thm-theme.js" ></script>
<script src = "https://pushme-pullyou.github.io/tootoo14/js-14-02/tmp-template/tmp-template.js" ></script>
<button id="expandButton" onclick="toggleNavPanel();" >☰</button>
<nav id="navPanel" >
<section class="secContent" >
<header>
<div id="MNUdivHeader" ></div>
</header>
<details open>
<summary class="sumMenuTitle" >GitHub folders & files</summary>
<div id="FGAdivMenuRepoFilesFolders" ></div>
<div id="GATdivGithubAccessToken" ></div>
</details>
<details open >
<summary class="sumMenuTitle" >File menu</summary>
<div id=SFMsecPrototypes ></div>
<div id=FOBdivFileOpenBasic ></div>
<div id=FOBdivFileSaveBasic ></div>
</details>
<details>
<summary class=sumMenuTitle >Settings menu</summary>
<div id=THMdivMenuThemeSelect ></div>
<div id=TMPdivTemplate ></div>
</details>
<footer>
<div id="MNUdivFooter" ></div>
<div id="MNUdivFooterPopup" ></div>
<h1 onclick="navPanel.scrollTop=0;" style="cursor:pointer;text-align:center;" title="go to top of menu" >
❦
</h1>
</footer>
</section>
</nav>
<main id=main >
<div id=divContents ></div>
</main>
<nav id="navPopup" hidden >
<section class="secContent" >
<div id="POPdivPopup" ></div>
</section>
</nav>
<nav>
<a href="" id="aViewSource" target="_blank"; hidden >view source</a>
</nav>
<script>
THM.themeUrlStorage = 'tootoo14ThemeUrlTemplate'; // set for each instance in HTML file
THM.cssBasic = "https://pushme-pullyou.github.io/tootoo14/js-14-02/style.css";
//FOB.urlDefaultFile = "README.md";
FGA.branch = '/gh-pages/';
FGA.user = 'webmath';
FGA.repo = 'algesurf';
FGA.pathRepo = '';
FGA.urlGitHubPage = "";
//FGA.urlGitHubPage = "https://webmath.github.io/algesurf/";
FGA.ignoreFolders = [ "archive" ];
// For main menu header
//MNU.description = `Very simple JavaScript files to help you explore and build new tools on <a href="https://github.com" target="_blank">GitHub</a>.`;
MNU.urlSourceCode = "https://github.com/webmath/algesurf/";
MNU.homeText = "webMath";
MNU.homeTitle = ""; //"Very simple JavaScript files to help you explore and build new tools on GitHub.";
MNU.homeUrl = "https://webmath.github.io";
MNU.repoText = ""; //"TooToo14";
MNU.repoTitle = ""; //"Basic html templates with sliding menu, css selection, markdown capability and frequently used pages";
MNU.repoUrl = ""; //"https://webmath.github.io/";
MNU.appText = ""; // "CMS";
MNU.appTitle = ""; //"Basic html content management script with sliding menu, css theme selection, Markdown to HTML, drag and drop file reading capability, access to frequently used pages and more";
MNU.appUrl = ""; //"https://webmath.github.io/#tootoo-templates/hamburger-theme-cms/README.md";
MNU.footerPopupUrl = "https://webmath.github.io/";
MNU.footerTarget = "target=_blank";
MNU.footerIssues = "https://github.com/webmath.github.io/issues";
init();
function init() {
if ( /(iPad|iPhone|iPod)/g.test( navigator.userAgent ) ) { /* I hate having to add this */
divContents.style.width = getComputedStyle( divContents ).width;
divContents.style.height = getComputedStyle( divContents ).height;
divContents.setAttribute( 'scrolling', 'no' );
}
THMdivMenuThemeSelect.innerHTML = THM.getMenuThemeSelect();
THM.init();
MNUdivHeader.innerHTML = MNU.getNavHeader();
FGAdivMenuRepoFilesFolders.innerHTML = FGA.getMenuFilesGithubApi();
FGA.getFiles(); // move to js
GATdivGithubAccessToken.innerHTML = GAT.getMenuGitHubAccessToken();
FOBdivFileOpenBasic.innerHTML = FOB.getMenuFileOpenBasic();
FOBdivFileSaveBasic.innerHTML = FOB.getMenuFileSaveBasic();
TMPdivTemplate.innerHTML = TMP.getMenuTemplate();
//MNUdivFooter.innerHTML = MNU.getNavFooter();
MNUdivFooterPopup.innerHTML = MNU.getNavFooterPopup();
if ( !location.hash ) { location.hash=FOB.urlDefaultFile; } else { FOB.onHashChange(); }
aViewSource.style.display = "block";
aViewSource.href = MNU.urlSourceCode;
}
function toggleNavPanel() {
expandButton.classList.toggle( 'collapsed' );
navPanel.classList.toggle( 'collapsed' );
main.classList.toggle( 'collapsed' );
}
</script>
</body>
</html>