This file represents a View layer of the BMLT MVC pattern. It will display a single meeting, as specified by the ID passed in. More...
Functions | |
| DisplayOneMeeting (&$in_http_vars) | |
| Return the HTML for one single meeting's detail display. | |
| ExtractURIs ($in_string, $in_title) | |
| Scans a string for viable URIs, and turns them into anchors. Will also do htmlspecialchars. The string needs to be 100% URI, and use one of the protocols we define. | |
This file represents a View layer of the BMLT MVC pattern. It will display a single meeting, as specified by the ID passed in.
This file is part of the Basic Meeting List Toolbox (BMLT).
Find out more at: http://magshare.org/bmlt
BMLT is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
BMLT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this code. If not, see <http://www.gnu.org/licenses/>.
| DisplayOneMeeting | ( | &$ | in_http_vars | ) |
Return the HTML for one single meeting's detail display.
| in_http_vars | The various HTTP GET and POST parameters. This is passed by reference If this is defined and set to 'yes', then that means the client supports AJAX.
|
This is necessary for links:
The values that are important to the listing are:
This function will add two parameters to the input array:
Referenced by DisplaySingleMeeting().
| ExtractURIs | ( | $ | in_string, |
| $ | in_title | ||
| ) |
Scans a string for viable URIs, and turns them into anchors. Will also do htmlspecialchars. The string needs to be 100% URI, and use one of the protocols we define.
These are the protocols we use. They can be overridden in the auto-config.inc.php file by redeclaring the $uri_protocols variable.
| in_string | A string to be checked. |
| in_title | The prefix for the title |
Referenced by DisplayOneMeeting().
1.7.4