-
Notifications
You must be signed in to change notification settings - Fork 1
/
home.php
executable file
·392 lines (313 loc) · 11 KB
/
home.php
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
.rating1 {
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
color: #BEBEBE;
background-color: #FFC;
}
.rating2 {
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
color: #00FF00;
background-color: #FFC;
}
.rating3 {
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
color: #0000FF;
background-color: #FFC;
}
.rating4 {
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFF00;
background-color: #FFC;
}
.rating5 {
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FF0000;
background-color: #FFC;
}
.TabelaRodadaTitulo {
background-color: #003300;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFF;
font-size: 12px;
}
.TabelaRodadaLinha {
font-size: 12px;
background-color: #FFC;
color: #000000;
text-align: center;
}
.TabelaRodadaLinha td {
font-family: Georgia, "Times New Roman", Times, serif;
color: #000;
}
.TabelaRodadaLinha a {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FF0000;
font-weight: bold;
}
.TabelaRodadaLinha a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
color: #00FF00;
font-weight: bold;
}
.Botoes {
border: 1px solid #777;
width: 120px;
height: 50px;
background-color: #8D8D8D;/* /*#191970; #17507E*/
text-align: center;
vertical-align: center;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
}
.Botoes:hover {
border: 1px solid #777;
background: #191970;
width: 120px;
height: 50px;
text-align: center;
vertical-align: center;
font-size: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
}
.NoticiaTitle {
border: 1px solid #111111;
background-color: #3B3B3B;
color: #FFFFFF;
border: 1px solid #777;
border: 1px;
width: 2000px;
font-size: 18px;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
}
.NoticiaValor {
border: 1px solid #111111;
color: #222222;
font-size: 12px;
text-align: left;
width: 2000px;
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #FFC;
margin: 4px 4px;
}
.NoticiaValor a {
color: #00FF00;
}
.NoticiaTitle2 {
border: 1px solid #111111;
color: #FC0;
background-color: #191970;
font-size: 12px;
text-align: left;
width: 2000px;
font-family: Georgia, "Times New Roman", Times, serif;
}
.NoticiaValor b {
color: #FF0000;
}
</style>
</head>
<body>
<p>
<table width="100%">
<tr>
<th valign="top" align="left" border="1px" width="10%">
<table>
<tr><th class="Botoes" width="100%">
<a href="index.php?f=Home&g=Inicio" title="Inicio">
Início
</a>
</th></tr>
<tr><th class="Botoes" width="100%">
<a href="index.php?f=Home&g=Manual" title="Manual">
Manual
</a>
</th></tr>
<tr><th class="Botoes" width="100%">
<a href="index.php?f=Home&g=FAQ" title="Dúvidas frequentes">
FAQ
</a>
</th></tr>
<tr><th class="Botoes" width="100%">
<a href="index.php?f=Home&g=OBJ" title="Objetivos">
Objetivos do projeto
</a>
</th></tr>
<tr><th class="Botoes" width="100%">
<a href="index.php?f=Home&g=QS" title="Quem somos">
Quem somos
</a>
</th></tr>
<tr><th class="Botoes" width="100%">
<a href="index.php?f=Home&g=Contato" title="Contato">
Contato
</a>
</th></tr>
</table>
</th>
<th valign="top" width="70%" align="center">
<table widht="100%" align="center">
<?php
if (!array_key_exists('g',$_GET)) {
$_GET['g'] = 'none';
}
switch ($_GET['g']) {
default:case 'Inicio':
?>
<tr><th class="NoticiaTitle" width="100%" align="left">Bem vindo!</th></tr>
<tr><th class="NoticiaValor" width="100%" height="100" valign="top">
Bem-vindo ao novo modelo de simulação empresarial do Brasil, o <b>X-Manager</b>.<p>
Neste simulador, você se torna proprietário de uma empresa virtual, a qual deve comandar
com o intuito de obter a maior cotação de venda.
Além do aprendizado, aliado à diversão e novas amizades, você poderá ganhar
prêmios.
Também, através do sistema de ranking, poderá ser indicado para trabalhar
em empresas que necessitam de um profissional com nível diferenciado de
conhecimento.<p>
Aproveite esta oportunidade e torne-se um <b>X-Manager</b>.<p>
Cadastre-se grátis e entre para o mundo dos negócios!
</th></tr>
<tr><th class="NoticiaTitle" width="100%" align="left"> Notícias</th></tr>
<?php
include_once ("config.php");
include_once ("maniadb.php");
$db = new maniadb;
$db->connect($GLOBALS['mydbpath'], $GLOBALS['mydbusr'], $GLOBALS['mydbpwd']);
$db->select($GLOBALS['mydb']);
$db->query("SELECT Titulo, Texto FROM noticias ORDER BY id DESC");
while ($row = $db->nextRow()) {
echo '<tr><th class="NoticiaTitle2" width="100%" align="left">'.$row['Titulo'].'</th></tr>';
echo '<tr><th class="NoticiaValor" width="100%" valign="top">'.$row['Texto'].'</th></tr>';
}
$db->close();
break;
?>
<?php
case 'Manual':
echo '<tr><th class="NoticiaTitle" width="100%" align="left">';
echo '<iframe src="manual.pdf" width="100%" height="500" valign="top" margin="0" border="0"> </iframe>';
echo '</th></tr>';
echo '<tr><th class="NoticiaValor" width="100%" align="left">';
echo 'Link para download: <a href="manual.pdf"> Manual</a>';
echo '</th></tr>';
break;
case 'QS':
?>
<tr><th class="NoticiaTitle" width="100%" align="left"> Quem somos</th></tr>
<tr><th class="NoticiaValor" width="100%" valign="top">
O <b>X-Manager</b> surgiu a partir de uma parceria entre Huiran Fornazieri e Péricles
Lopes Machado, após a constatação da grande demanda existente em torno
de jogos de simulação empresarial no Brasil. Por apreciarem o assunto,
desenvolveram o <b>X-Manager</b>, com muita paixão e empenho, para
proporcionar uma experiência única aos usuários. <p>
<b>Huiran Fornazieri:</b> Formado em Engenharia Agrícola pela URI Campus de
Erechim, ingressou no mundo dos jogos de negócios em 2010 quando chegou
até a segunda fase do Desafio Sebrae 2010 no estado do Rio Grande do Sul.
Em 2011 participou novamente do Desafio Sebrae, dessa vez consagrando-se
campeão estadual pelo RS com a equipe Express Bike (Alessandro Konzen,
Fernanda Copatti, Huiran Fornazieri, Mauricio Alves e Teilor Kalinovski). Em
2012 com a equipe Já Eras Manolo (André Manfron, Guilherme Galina Loch,
Huiran Fornazieri, Lucas Molossi e Renan Manfron) participou do GMC e
conquistou o 5º lugar na final nacional. <p>
<b>Péricles Lopes Machado:</b> Formado em Engenharia da Computação pela Universidade
Federal do Pará em 2011 e mestrando em Engenharia Elétrica pela mesma instituição.
Foi finalista nacional da maratona de programação três vezes (2008, 2009, 2010).
<p>
</th></tr>
<?php
break;
case 'Contato':
?>
<tr><th class="NoticiaTitle" width="100%" align="left"> Contato</th></tr>
<tr><th class="NoticiaValor" width="100%" valign="top">
<li>Huíran Fornazieri (godhug[at]gmail.com)</li>
<li>Péricles Lopes Machado (pericles.raskolnikoff[at]gmail.com)</li>
</th></tr>
<?php
break;
case 'FAQ':
?>
<tr><th class="NoticiaTitle" width="100%" align="left"> FAQ</th></tr>
<tr><th class="NoticiaValor" width="100%" valign="top">
<li> Quem pode participar do <b>X-Manager</b>?</li><p>
R: Qualquer pessoa que possua um CPF válido, maior de 16 anos.<p>
<p>
<li> Posso formar uma equipe?</li><p>
R: Não. Como o <b>X-Manager</b> utiliza um ranking para promover talentos, a
formação de equipes iria mascarar a aferição de desempenho de cada
componente.<p>
<p>
<li> Preciso pagar para me cadastrar no site?</li><p>
R: Não, o cadastro é gratuito, e com ele você adquire o direito de participar das simulações.<p>
</th></tr>
<?php
break;
case 'OBJ':
?>
<tr><th class="NoticiaTitle" width="100%" align="left"> Objetivos</th></tr>
<tr><th class="NoticiaValor" width="100%" valign="top">
<p>Principais objetivos do <b>X-Manager</b>:<p>
<li> Satisfazer a crescente demanda por jogos de simulação empresarial no
Brasil;</li>
<li> Montar um banco de dados de novos talentos, permitindo que empresas
encontrem profissionais diferenciados e cortem gastos com processos de
seleção</li>
<li> Proporcionar uma ferramenta de seleção de talentos para empresas que
necessitam de um programa dedicado;</li>
<li> Formar uma rede social em torno dos participantes ativos.</li>
<p>Objetivos secundários do <b>X-Manager</b>:<p>
<li> Desenvolver a cultura empreendedora;</li>
<li> Estimular o aprendizado da ferramenta planilha de cálculo eletrônica;</li>
<li> Contribuir para o aprendizado de diversas áreas do conhecimento, tais como
Administração, Ciências Contábeis, Direito, engenharias e informática;</li>
<li> Disseminar a cultura do auto-aprendizado e da livre iniciativa;</li>
<li> Divertir e estimular os participantes, através de recompensas pelo
desempenho individual;</li>
<li> Mostrar os pontos positivos e negativos de ser dono do próprio negócio.</li>
</th></tr>
<?php
break;
?>
<?php
}
?>
</table>
</th>
<th valign="top" width="20%" align="center">
<table widht="100%" align="center">
<tr><th class="NoticiaTitle" width="100%" align="center">Parceiros</th></tr>
<?php
include_once ("config.php");
include_once ("maniadb.php");
$db = new maniadb;
$db->connect($GLOBALS['mydbpath'], $GLOBALS['mydbusr'], $GLOBALS['mydbpwd']);
$db->select($GLOBALS['mydb']);
$db->query("SELECT * FROM Parceiros ORDER BY Tamanho DESC");
while ($row = $db->nextRow()) {
$url = $row['Caminho para o site ou pagina'];
$img = $row['Caminho para a imagem'];
$size = $row['Tamanho'];
echo '<tr><th class="NoticiaTitle2" width="100%" align="left">'.$row['Nome'].'</th></tr>';
echo '<tr><th><a href="'.$url.'">';
echo '<img src="'.$img.'" border="0" height='.$size.'></a></th></tr>';
}
$db->close();
?>
</table>
</table>
</tr>
</table>
</p>
</body>
</html>