summaryrefslogtreecommitdiff
path: root/version.html
diff options
context:
space:
mode:
author8cy <[email protected]>2020-05-08 20:41:21 -0700
committer8cy <[email protected]>2020-05-08 20:41:21 -0700
commit6922243768ed8621270f1b111a6f2630d688e787 (patch)
treebdf3cd6f4bfc5004c724f07c419405d4a6fcbd49 /version.html
parentstage 2 (diff)
downloadacantha.ga-admin-6922243768ed8621270f1b111a6f2630d688e787.tar.xz
acantha.ga-admin-6922243768ed8621270f1b111a6f2630d688e787.zip
new terminal thing stage 3HEADmaster
Diffstat (limited to 'version.html')
-rw-r--r--version.html173
1 files changed, 173 insertions, 0 deletions
diff --git a/version.html b/version.html
new file mode 100644
index 0000000..bb22545
--- /dev/null
+++ b/version.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <meta charset="UTF-8">
+ <link href="style.css" rel="stylesheet">
+ <title>Institute for Applied Noematics Web-Interface - Version</title>
+ <script type="text/javascript" src="scriptjava.js"></script>
+ <script type="text/javascript">
+ $(document).ready(function(){
+ $('.show-div').hover(function() {
+ $('my-div').show();
+ });
+ }); </script>
+ <script type="text/javascript">
+ <!--
+var b_timer = null; // blink timer
+var b_on = true; // blink state
+var blnkrs = null; // array of spans
+
+function blink() {
+var tmp = document.getElementsByTagName("span");
+if (tmp) {
+blnkrs = new Array();
+var b_count = 0;
+for (var i = 0; i < tmp.length; ++i) {
+if (tmp[i].className == "blink") {
+blnkrs[b_count] = tmp[i];
+++b_count;
+}
+}
+// time in m.secs between blinks
+// 500 = 1/2 second
+blinkTimer(700);
+}
+}
+
+function blinkTimer(ival) {
+if (b_timer) {
+window.clearTimeout(b_timer);
+b_timer = null;
+}
+blinkIt();
+b_timer = window.setTimeout('blinkTimer(' + ival + ')', ival);
+}
+
+function blinkIt() {
+for (var i = 0; i < blnkrs.length; ++i) {
+if (b_on == true) {
+blnkrs[i].style.visibility = "hidden";
+}
+else {
+blnkrs[i].style.visibility = "visible";
+}
+}
+b_on =!b_on;
+}
+//-->
+ </script>
+</head>
+
+<body onload="blink();">
+<script type="text/javascript">
+ (function() {
+
+ var portal = function (id) {
+ this.id=id;
+ this.stream=[];
+ this.position=0;
+ this.counter=1;
+ this.txt='';
+ this.addstream = function () {
+ var txt = '';
+ var smin = 30;
+ var smax = 90;
+ var key = false;
+ var k=true;
+ for(var i=0;i<arguments.length;i++) {
+ if(typeof arguments[i] == 'string') {
+ txt = arguments[i];
+ }
+ if(typeof arguments[i] == 'boolean') {
+ key = arguments[i];
+ }
+ if(typeof arguments[i] == 'number') {
+ if(k) {
+ k=false;
+ smin = arguments[i];
+ }
+ else {
+ smax = arguments[i];
+ }
+ }
+ }
+
+ this.stream.push([txt,smin,smax,key]);
+ }
+ this.execute = function () {
+ if(this.stream[this.position][3]) {
+ $$(this.id,this.txt+this.stream[this.position][0].substr(0,this.counter));
+ this.counter++;
+ if(this.counter<=this.stream[this.position][0].length) {
+ var th = this;
+ setTimeout(function () { th.execute(); },$$s.randnum(th.stream[th.position][1],th.stream[th.position][2]));
+ }
+ else {
+ $$(this.id,$$(this.id).innerHTML+'<br />');
+ this.txt=$$(this.id).innerHTML;
+ this.counter=1;
+ this.position++;
+ if(this.position<=this.stream.length-1) {
+ var th = this;
+ setTimeout(function () { th.execute(); },$$s.randnum(th.stream[th.position][1],th.stream[th.position][2]));
+ }
+ }
+ }
+ else {
+ $$(this.id,this.txt+this.stream[this.position][0]+'<br />');
+ this.txt=$$(this.id).innerHTML;
+ this.position++;
+ if(this.position<=this.stream.length-1) {
+ var th = this;
+ setTimeout(function () { th.execute(); },$$s.randnum(th.stream[th.position][1],th.stream[th.position][2]));
+ }
+ }
+ }
+ this.create = function () {
+ var th = this;
+ setTimeout(function () { th.execute(); },$$s.randnum(th.stream[th.position][1],th.stream[th.position][2]));
+ }
+ }
+
+
+
+
+ var parallelworld = new portal('portal');
+ parallelworld.addstream('Список версий программы',true);
+ parallelworld.addstream('---------------------------------------------------',1,1,true);
+ parallelworld.addstream();
+ parallelworld.addstream();
+ parallelworld.addstream('<span style="padding-left:15px;">* Версия 0.1.3. - альфа-версия системы, запущена для тестирования и калибровки интерфейса</span>');
+ parallelworld.addstream('<span style="padding-left:15px;">* Версия 0.2.2 - стартовый интерфейс</span>');
+ parallelworld.addstream('<span style="padding-left:15px;">* Версия 0.3.8.16. - публичная бета-версия системы, запущен терминал, имплементирована система поддержки и доступа к файлам</span>');
+ parallelworld.addstream('<span style="padding-left:15px;">* Версия 0.4.8.16.400. - имплементирована файловая структура и директории (временно недоступны)</span>');
+ parallelworld.addstream('<span style="padding-left:15px;">* Версия 0.5.1.4.20. - прогон системы Жизни путём добавления новых капсул</span>');
+
+ parallelworld.addstream();
+ parallelworld.addstream('Список доступных команд:',5,1,true);
+ parallelworld.addstream();
+ parallelworld.addstream('<span style="padding-left:15px;"><a href="/terminal.html" id="dot">terminal - войти в терминал</a></span>');
+ parallelworld.addstream('<span style="padding-left:15px;"><a href="/" id="dot">exit - завершить сеанс</a></span>');
+
+ parallelworld.create();
+
+
+ //setTimeout(function () { parallelworld.addstream('Прошло 10 секунд',50,150,true); parallelworld.create(); },20000);//добавляю строку намного позднее того как все сработало
+ })();
+ </script>
+
+<div align="center">
+<main>
+ <div style="text-align:left;">
+<div id="portal"></div>
+<br><br>
+ <p style="position: fixed; bottom: 0;width:100%; text-align: center;">
+ <a href="version.html" style="color: #00e600;font-size:10px;">v.04.8.16.400</a>
+ </p>
+ </div>
+</main>
+</div>
+</body>
+
+</html>