-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
220 lines (160 loc) · 9.16 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
<!DOCTYPE html>
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8"/>
<meta name="style" content="day1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!--
Copyright 2021, 2024 5 Mode
This file is part of 5cube.
5cube is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
5cube is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with 5cube. If not, see <https://www.gnu.org/licenses/>.
-->
<title>5 Cube: every person its prospects..</title>
<link rel="shortcut icon" href="Public/favicon.ico" />
<meta name="description" content="Welcome to 5 Cube"/>
<meta name="author" content="5 Mode"/>
<meta name="keywords" content="5 cube,5cube,procurement,sourcing,digital,on,premise,solution"/>
<script src="Public/js/jquery-3.6.0.min.js" type="text/javascript"></script>
<script src="Public/js/common.js" type="text/javascript"></script>
<script src="Public/js/bootstrap.min.js" type="text/javascript"></script>
<script src="Public/js/sha.js" type="text/javascript"></script>
<script src="Public/js/home.js" type="text/javascript" defer></script>
<link href="Public/css/bootstrap.min.css" type="text/css" rel="stylesheet">
<link href="Public/css/style.css?v=164444555" type="text/css" rel="stylesheet">
<script>
function hideTitle() {
$("#myh1").hide("slow");
}
function setOriginsPos() {
h=parseInt(window.innerHeight);
w=parseInt(window.innerWidth);
mytop = parseInt(window.innerHeight - ($("#originsDisplay").height() + 60));
$("#originsDisplay").css("top", mytop+"px");
setTimeout("hideOrigins()",15000);
}
function hideOrigins() {
$("#originsDisplay").css("visibility","hidden");
}
function startApp() {
$("#vplayer").get(0).pause();
$("#HCsplash").css("display","none");
//$("#HCsplash").hide("slow");
$("#originsDisplay").show();
$(document.body).css("background","#ffffff");
$("#frmHC").show();
}
function _startApp() {
setTimeout("startApp()", 1000);
}
window.addEventListener("load", function() {
$("#frmHC").hide();
setTimeout("setOriginsPos()", 500);
//Splash
$("#HCsplash").show();
$("#vplayer").get(0).play();
}, true);
window.addEventListener("load", function() {
// Fisnished the Intro load the app..
document.getElementById("vplayer").onended=_startApp;
});
</script>
</head>
<body style="background:#0d0d0d;">
<div id="HCsplash" style="padding-top: 40px; text-align:center;color:#d4b0dc;font-family:'Rampart One';">
<div id="myh1" style="position:relative; top:80px;"><H1>5 CUBE</H1></div><br><br>
<video id="vplayer" title="If the video doesn't start automatically please start it manually by the context menu.">
<source src="Public/res/cube.mp4" type="video/mp4">
</video>
</div>
<form id="frmHC" method="POST" target="_self" enctype="multipart/form-data" style="display:none;">
<div class="header" style="margin-top:18px;">
<a href="http://5cube.5mode-foss.eu" target="_self" style="color:#000000; text-decoration: none;"> <img src="Public/res/1cube.png" style="width:22px;"> 5 Cube</a> <a href="https://github.com/par7133/5cube" style="color:#000000;"><span style="color:#119fe2">on</span> github</a> <a href="mailto:[email protected]" style="color:#000000;"><span style="color:#119fe2">for</span> feedback</a> <a href="tel:+39-378-0812391" style="font-size:13px;background-color:#15c60b;border:2px solid #15c60b;color:#000000;height:27px;text-decoration:none;"> get support </a>
</div>
<br>
<div style="clear:both; float:left; padding:8px; width:15%; height:100%; border-right: 1px solid #2c2f34; text-align:center;">
<div style="padding-left:10px;text-align: left;">
<a href="https://github.com/par7133/5cube/archive/refs/tags/v1.2.8b.zip">Rel. 1.2.8b (zip)</a><br>
<a href="https://github.com/par7133/5cube/archive/refs/tags/v1.2.8b.tar.gz">Rel. 1.2.8b (tar.gz)</a><br>
</div>
<br><br>
<img src="Public/res/5Cgenius.png" alt="5C Genius" title="5C Genius" style="position:relative; left:+6px; width:90%; border: 1px dashed #EEEEEE;">
<br><br><br>
<input type="text" id="Password" name="Password" placeholder="password" style="font-size:10px; background:#393939; color:#ffffff; width: 90%; height:30px; border-radius:3px;" value="" autocomplete="off"><br>
<input type="text" id="Salt" placeholder="salt" style="position:relative; top:+5px; font-size:10px; background:#393939; color:#ffffff; width: 90%; height:30px; border-radius:3px;" autocomplete="off"><br>
<a href="#" onclick="showEncodedPassword();" style="position:relative; left:-2px; top:+5px; color:#000000; font-size:12px;">Hash Me!</a>
<br><br><br>
</div>
<div style="float:left; width:85%;height:100%; padding:8px;">
<div id="splash" style="border-radius:20px; position:relative; left:+3px; width:98%; background-color: #f0f8fb; padding: 20px; margin-bottom:8px;">
<button type="button" class="close" aria-label="Close" onclick="close-Splash();" style="position:relative; left:-10px;">
<span aria-hidden="true">×</span>
</button>
Hello and welcome to 5 Cube!<br><br>
5 Cube is a light, simple, "peer-to-peer" software to source your prospects. Your procurement digital solution.<br><br>
5 Cube is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage.<br><br>
5 Cube got built behind some cool features like the cube interface, object drag-n-drop between broswer windows, full object serialization and xml.<br><br>
First step, use the left side panel password and salt fields to create the hash to insert in the config file. Remember to manually set there also the salt value.<br><br>
As you are going to run 5 Cube in the PHP process context, using a limited web server or phpfpm user, you must follow some simple directives for an optimal first setup:<br>
<ol>
<li>Check the write permissions of your "data" folder in your web app private path; and set its path in the config file.</li>
<li>Set the default Locale.</li>
<li>Set the Business Type, City_Zip_Prov and Country of your prospects.</li>
<li>Set the Editor Password of your cubes. This will be important to confirm your cube upload by dropping it and saving it.</li>
<li>In Public/js/cube-code.js, in mystart class method, check if you are using 'http' or 'https'.</li>
</ol>
<br>
Feedback: <a href="mailto:[email protected]">[email protected]</a>
<br><br><br><br><br><br><br>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
</form>
<div id="originsDisplay" style="display:none;">
<br>
<span class="originLabel">Coding:</span> Italy<br>
<span class="originLabel">Server:</span> United States <br>
<span class="originLabel"><a href="http://metrica.yandex.com" class="bbb">Metrics</a>:</span> Russia <br>
<br>
</div>
<div class="footer">
<div id="footerCont"> </div>
<div id="footer"><span style="background:#E1E1E1;color:black;opacity:1.0;margin-right:10px;"> <a href="https://5mode.com/dd.html">Disclaimer</a> A <a href="http://5mode.com">5 Mode</a> project and <a href="http://demo.5mode.com">WYSIWYG</a> system. CC</span></div>
</div>
<script>
function setFooterPos2() {
if (document.getElementById("footerCont")) {
//if ($("#Password").val() === "") {
// tollerance = 48;
// } else {
// tollerance = 15;
//}
tollerance = 22;
$("#footerCont").css("top", parseInt( window.innerHeight - $("#footerCont").height() - tollerance ) + "px");
$("#footer").css("top", parseInt( window.innerHeight - $("#footer").height() - tollerance + 6) + "px");
}
}
setFooterPos2();
//window.addEventListener("load", function() {
//
// setTimeout("setFooterPos2()", 4000);
//
//}, true);
</script>
</body>
</html>