pageedit.php File Reference

Go to the source code of this file.

Variables

PHP $page_author = $creator_name
 $page_author_email = $creator_email
 $page_menu = 1
 $page_date = formatTime( time() )
 $page_content


Variable Documentation

PHP $page_author = $creator_name

Definition at line 17 of file pageedit.php.

$page_author_email = $creator_email

Definition at line 18 of file pageedit.php.

$page_content

Initial value:

 parse_page_data(stripslashes($_POST['new_content'])) . "
                                <form action=\"" . globalIDtoURL("setup/editpage/$theEditLanguage/0") . "\" method=\"POST\">
                                <input type=\"hidden\" name=\"action\" value=\"save\" />
                                <table cellspacing=\"0\" cellpadding=\"2\" class=\"setup\">
                                <tr>
                                        <td style=\"width: 25%;\" valign=\"top\">
                                                " . i18n("Title:") . "
                                        </td><td style=\"width: 75%;\" valign=\"top\">
                                                <input type=\"text\" value=\"" . stripslashes($_POST['new_title']) . "\" style=\"width: 100%;\" name=\"new_title\" />
                                        </td>
                                </tr>
                                <tr>
                                        <td valign=\"top\">
                                                " . i18n("Languages:") . "
                                        </td><td valign=\"top\">
                                                <div align=\"right\"><select style=\"width: 100%;\" name=\"new_language\">"

Definition at line 30 of file pageedit.php.

$page_date = formatTime( time() )

Definition at line 20 of file pageedit.php.

$page_menu = 1

Definition at line 19 of file pageedit.php.


Generated on Sun Oct 26 20:33:14 2008 for The Travelsized Content Management System by  doxygen 1.5.5