Пример #1
0
 * This library 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 AFFERO GENERAL PUBLIC LICENSE for more details.
 *
 * You should have received a copy of the GNU Affero General Public
 * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
 *
 */
if (!file_exists("config/config.php")) {
    $forward = '<meta http-equiv="refresh" content="1; url=install.php" />';
} else {
    require_once "config/config.php";
    require_once "l10n/" . $config["language"] . ".php";
    require_once "lib/prejury/deadline.php";
    if (deadline() != "0") {
        $forward = '<meta http-equiv="refresh" content="1; url=prejury/index.php" />';
    } else {
        $forward = '<meta http-equiv="refresh" content="1; url=jury/index.php" />';
    }
}
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>Install Wiki Loves Jurytool</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<?php 
echo $forward;
?>
Пример #2
0
?>
							<p class="center">Namun Anda tidak perlu membayar:</p>
							<?php 
echo heading('Rp. 1.500.000,-', 4, array('class' => 'center header6 coret'));
?>
							<p class="center">atau</p>
							<?php 
echo heading('Rp. 1.000.000,-', 4, array('class' => 'center header6 coret'));
?>
							<p class="center">atau</p>
							<?php 
echo heading('Rp. 500.000,-', 4, array('class' => 'center header6 coret'));
?>

							<?php 
echo heading('Tapi Jika Anda Daftar Sebelum<br>Tanggal <strong>' . deadline() . '</strong>', 4, array('class' => 'center header4'));
?>
							<?php 
echo heading('Anda Hanya Perlu membayar<br><strong><span style="font-size: 36px;">' . harga($this->config->item('biaya')) . '</span></strong> SAJA ! ', 4, array('class' => 'center header4'));
?>

							<?php 
echo heading('MAHAL?', 5, array('class' => 'center header7'));
?>

							<p class="justif">Kalau Anda membuat tempat produksi sendiri, maka anda akan menghabiskan dana <b>Rp. 20 Juta Lebih</b>. Belum lagi belanja bahan baku untuk stok barang <b>Rp. 10 Juta Lebih</b>. Di tambah sewa ruko dan design interior untuk promosi secara offline maka total dana yang harus Anda keluarkan adalah sekitar <b>Rp. 75 Juta Lebih</b>.</p>

							<p class="justif">Dan itu balik modalnya akan sangat lama, karena anda harus belajar dulu cara produksinya, belajar cara marketingnya. Padahal Anda sudah menghabiskan banyak modal.</p>

							<p class="justif">Kalau begitu, mengapa <?php 
echo harga($this->config->item('biaya'));
Пример #3
0
        $uploader = next_foto($db, $programm);
        // menue 2 with settings
        $settings = menue3();
    }
    // end logged in
    // info votes
    $info = '<table><tr> <td width="300px">';
    $info .= info_votes($db);
    $info .= '</td><td width="30px">&nbsp;</td><td width="300px">';
    // info round
    $info .= info_round($db);
    $info .= "</td></table>";
    $db->close();
}
// prejury deadline
$deadline = deadline();
?>

</head>
<body>
	<center>
<?php 
// if menue
if (!isset($_SESSION['h']) || $_SESSION['h'] != 1) {
    ?>
	<table border=0 cellpadding=0px width=1000px style="text-align: center;">
		<tr>
			<td width=200><img src="<?php 
    echo $config["logo"];
    ?>
" width="100"></td>