forked from RoyBellingan/Seishonotasuke
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php~
executable file
·61 lines (47 loc) · 1.22 KB
/
index.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
<?php
include_once ("util/top_foot_inc.php");
top2();
$html=<<<EOD
<div
class="centrale"
align="center"
>
<TABLE class="testo_18">
<th>
<td>
<br><br><br><br><br>
Il sito al momento è ancora in sviluppo, la versione attuale è la 0.13 beta, sono funzionanti solo la bibbia e la interlineare
<br><br>
Al lavoro su : <a href="i.php?l=1&c=32">Interlineare</a>!<br>
(ma prima scegli in che <a href="lang.php">lingue</a> e ricorda di premere F5 per pulire la cache delle pagine) <br>
<br><br><br>
<!--
<a href="c.php">Ricerca Libera</a> (in fase di sviluppo)
<br><br>
<a href="p.php">Concordanza Alfabetica</a> (decente dai)
<br><br>
<a href="i.php">Interlineare!</a> (1%)
-->
<br><br>
<a href="request.php">Richieste Varie</a> (quanto basta)
<br><br><br><br><br><br><br><br>
</td
</th>
<!--<tr><td><a href="parse.php">Parser!!!</a></td></tr>
<tr><td><a href="loader.php">Loader!!!</a></td></tr>
<tr><td><a href="gui.php">gui</a></td></tr>
<tr><td><a href="prove">Prove</a></td></tr>
<tr><td><a href="semantica">Semantica</a></td></tr>-->
</TABLE>
</div>
EOD;
echo $html;
/*
$uriArr = explode('/',$_SERVER['REQUEST_URI']);
dumpa($uriArr,1);
$article = $uriArr[1];
$article = urldecode($article);
*/
//echo $article;
foot();
?>