Exemplo n.º 1
0
<?php

/*
 * This file is part of Infoschool - a web based school intranet.
 * Copyright (C) 2005 Maikel Linke
 */
include 'var.php';
$output->secure('admin');
$output->out(select_format_news('inactive'));
Exemplo n.º 2
0
<?php

/*
 * This file is part of Infoschool - a web based school intranet.
 * Copyright (C) 2005 Maikel Linke
 */
include 'var.php';
$output->secure();
$output->out(select_format_news('past'));
Exemplo n.º 3
0
<?php

/*
 * This file is part of Infoschool - a web based school intranet.
 * Copyright (C) 2005 Maikel Linke
 */
include 'var.php';
$output->secure();
$output->out(select_format_news('now'));
Exemplo n.º 4
0
<?php

/*
 * This file is part of Infoschool - a web based school intranet.
 * Copyright (C) 2005 Maikel Linke
 */
include 'var.php';
$output->secure('admin');
$output->out(select_format_news('future'));
Exemplo n.º 5
0
<?php

/*
 * This file is part of Infoschool - a web based school intranet.
 * Copyright (C) 2005 Maikel Linke
 */
include 'var.php';
$output->secure();
$output->out(select_format_news('own'));