This repository was archived by the owner on Feb 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.php
More file actions
60 lines (54 loc) · 1.97 KB
/
Copy pathindex.php
File metadata and controls
60 lines (54 loc) · 1.97 KB
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
<?php
include_once "includes/conf.inc.php";
include_once "includes/lib.php";
imprimeEncabezado();
imprimeCajaTop("100","Registro $conference_name<hr>");
print "
<p>Gracias por tu interés en $conference_name</p>
";
print '
<p>
<a href="'.$fslpath.$rootpath.'/ponente/index.php?opc=';
print NPONENTE;
print '">Registro de ponentes
</a>
<a href="'.$fslpath.$rootpath.'/ponente/">Accede a tu cuenta
</a>
<br/>
Es necesario tu registro, mediante el cual podrás enviar
ponencias y estar informado del evento.</p>
<p>
<a href="'.$fslpath.$rootpath.'/asistente/index.php?opc=';
print NASISTENTE;
print '">Pre-registro de asistentes
</a>
<a href="'.$fslpath.$rootpath.'/asistente/">Accede a tu cuenta
</a>
<br/>
Es necesario tu pre-registro, mediante el cual podrás realizar preinscripción al al congreso y talleres
ademas de mantenerte informado del evento.</p>
<p><a href="'.$fslpath.$rootpath.'/lista/">Lista preliminar de propuestas</a>
<br/>
Aquí verás las propuestas ponencias que han sido enviadas, y el status en el que se encuentran dichas ponencias.</p>';
print '<p><a href="'.$fslpath.$rootpath.'/aceptadas/">Lista de ponencias aceptadas</a>
<br/>
Aquí verás las ponencias que han sido aceptadas, y que formaran parte del programa final del FSL Vallarta 2010.</p>
';
print '<p><a href="'.$fslpath.$rootpath.'/programa/">Agenda de actividades</a>
<br/>
Aquí verás los eventos y ponencias con las que cuenta el '.$conference_name.' </p>';
print '
<p><a href="'.$fslpath.$rootpath.'/speakers/">Ponentes que participan en '.$conference_name.'</a>
<br />
Aquí verás los ponentes que formarn parte del FSL Vallarta 2010.</p>
';
print '
<p><a href="'.$fslpath.$rootpath.'/modalidades/">Modalidades de participacion en la peticion de ponencias</a>
Modalidades de las ponencias que encontraras en el evento!
<br />
';
imprimeCajaBottom();
?>
<?php imprimePie();?>