forked from science-ation/science-ation
Add the schoolaccess page to the page text editor
This commit is contained in:
parent
086ee99c8f
commit
8411d614d5
@ -1 +1 @@
|
|||||||
95
|
96
|
||||||
|
1
db/db.update.96.sql
Normal file
1
db/db.update.96.sql
Normal file
@ -0,0 +1 @@
|
|||||||
|
INSERT INTO `pagetext` ( `id` , `textname` , `text` , `year` , `lastupdate` ) VALUES ( '', 'schoolaccess', 'Welcome to the School Access Page. This page allows your school to provide several key pieces of information for the fair, as well as feedback about the schools experience with/at the fair.', '-1', '');
|
@ -213,12 +213,12 @@ else
|
|||||||
if($happymsg) echo happy($happymsg);
|
if($happymsg) echo happy($happymsg);
|
||||||
|
|
||||||
echo " <form method=POST action=\"schoolaccess.php\">\n";
|
echo " <form method=POST action=\"schoolaccess.php\">\n";
|
||||||
echo i18n("Welcome to the School Access Page. This page allows your school to provide several key pieces of information for the fair, as well as feedback about the schools experience with/at the fair.");
|
|
||||||
|
|
||||||
|
echo output_page_text("schoolaccess");
|
||||||
|
|
||||||
echo " <br><br>\n";
|
|
||||||
if($config['participant_registration_type']=="open" || $config['participant_registration_type']=="openorinvite")
|
if($config['participant_registration_type']=="open" || $config['participant_registration_type']=="openorinvite")
|
||||||
{
|
{
|
||||||
|
echo "<br><br>\n";
|
||||||
echo i18n("Note: Schools do not need to login in order to have students register from their school. Students can register by going to the Participant Registration Page. The only benefit of logging in is to update your school contact information or submit feedback.:");
|
echo i18n("Note: Schools do not need to login in order to have students register from their school. Students can register by going to the Participant Registration Page. The only benefit of logging in is to update your school contact information or submit feedback.:");
|
||||||
echo "<br />";
|
echo "<br />";
|
||||||
echo " <a href=\"register_participants.php\">",i18n("Participant Registration")."</a><br />";
|
echo " <a href=\"register_participants.php\">",i18n("Participant Registration")."</a><br />";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user