Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
archiv.inc.php File Reference

Functions

 dump_sem ($sem_id, $print_view=false)
 dumpRegularDatesSchedule ($sem_id)
 dumpExtraDatesSchedule ($sem_id)
 dumpScheduleTable ($db, $title)
 dumpDateTableHeader ($title)
 dumpDateTableRows ($db)
 Export_Kids ($topic_id=0, $level=0)
 Export_Topic ($sem_id)
 in_archiv ($sem_id)

Function Documentation

dump_sem (   $sem_id,
  $print_view = false 
)

Here is the call graph for this function:

Here is the caller graph for this function:

dumpDateTableHeader (   $title)

Returns the first row (the header row) for the tables listing dates.

Parameters
$titletitle to show in first table row
Returns
the HTML for the first table row

Here is the caller graph for this function:

dumpDateTableRows (   $db)

Returns the HTML table rows for the date entries in $db. The query has to start like this: SELECT termine.*, themen.title as th_title, themen.description as th_desc FROM termine LEFT JOIN themen_termine USING (termin_id) LEFT JOIN themen USING (issue_id)

Parameters
$dbthe result of an query for date entries
Returns
the HTML for the table rows

Here is the call graph for this function:

Here is the caller graph for this function:

dumpExtraDatesSchedule (   $sem_id)

Returns the extra dates for one seminar

Parameters
$sem_idthe id of the seminar
Returns
the HTML for the schedule table for the extra dates

Here is the call graph for this function:

Here is the caller graph for this function:

dumpRegularDatesSchedule (   $sem_id)

Returns the regular dates for one seminar.

Parameters
$sem_idthe id of the seminar
Returns
the HTML for the schedule table

Here is the call graph for this function:

Here is the caller graph for this function:

dumpScheduleTable (   $db,
  $title 
)

Returns the schedule table for one query as HTML. The query has to start like this: SELECT termine.*, themen.title as th_title, themen.description as th_desc FROM termine LEFT JOIN themen_termine USING (termin_id) LEFT JOIN themen USING (issue_id)

Parameters
$dbthe result of an query for date entries
$titlethe title for the table header
Returns
the HTML for the schedule table

Here is the call graph for this function:

Here is the caller graph for this function:

Export_Kids (   $topic_id = 0,
  $level = 0 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Export_Topic (   $sem_id)

Here is the call graph for this function:

in_archiv (   $sem_id)

Here is the call graph for this function: