function _set_image_link_($var_image_url, $var_link_url = "", $var_image_id = "", $var_image_height = "", $var_image_width = "", $var_image_text = "", $var_parameter = "", $var_link_parameter = "", $var_image_border = "0", $var_ssid = true, $var_parameter_image = "")
{
    if (!_is_not_null_($var_image_url)) {
        return $var_link_url;
    }
    if (!_is_not_null_($var_parameter_image)) {
        $var_parameter_image = ' ' . $var_parameter_image . ' ';
    }
    $var_image_value = '<img id="' . $var_image_id . '" src="' . $var_image_url . '" height="' . $var_image_height . '" width="' . $var_image_width . '" border="' . $var_image_border . '" alt="' . $var_image_text . '"' . $var_parameter_image . '>';
    $var_image_value = _set_hyperlink_($var_link_url, $var_image_value, $var_parameter, $var_link_parameter, false, $var_ssid);
    return $var_image_value;
}
Beispiel #2
0
                        <td align="center">&nbsp;</td>
                        <td align="center">&nbsp;</td>
                    </tr>
<?php 
            }
        }
    }
}
?>
			</table>
		</td>
	</tr>
	<tr>
		<td>
			<?php 
echo _set_hyperlink_(def_application_inbox, "Ambil Dari Handphone", 'class="mysquarebutton"', "process=handphone");
?>
		</td>
	</tr>
	<?php 
if (_is_session_registered_("session_error")) {
    ?>
	<tr>
		<td align="center" class="myerror">
			<table border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td>
						<?php 
    echo _set_label_("", $session_error);
    ?>
					</td>
Beispiel #3
0
									<td align="left">
										<?php 
    echo _set_label_("", $var_class_pemakai->var_username);
    ?>
									</td>
								</tr>
								<tr>
									<td colspan="3" align="center">
										<?php 
    echo _set_submit_("", "Hapus", "submit", 'class="mybutton"');
    ?>
									</td>
								</tr>
								<?php 
}
?>
								<tr>
									<td colspan="3" align="center">
										<?php 
echo _set_hyperlink_(def_application_pemakai, "Kembali");
?>
									</td>
								</tr>
							</table>
						</form>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
Beispiel #4
0
echo _set_label_("", " : ");
?>
									</td>
									<td align="left">
										<?php 
echo _set_input_("txt_handphone", "", "text", 'maxlength="30"', $var_reinsert_value);
?>
									</td>
								</tr>
								<tr>
									<td colspan="3" align="center">
										<?php 
echo _set_submit_("", "Simpan", "submit", 'class="mybutton"');
?>
									</td>
								</tr>
								<tr>
									<td colspan="3" align="center">
										<?php 
echo _set_hyperlink_(def_application_restoran, "Kembali");
?>
									</td>
								</tr>
							</table>
						</form>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
Beispiel #5
0
            </p>
      <p>&nbsp;</p>
      <p><strong><a id="B3">Bagaimana jika saya lupa dengan  username atau password saya?</a></strong><br />
      </p>
      <p>Apabila anda lupa dengan username dan password anda, silakan menggunakan fasilitas "lupa password" pada link <?php 
echo _set_hyperlink_(def_application_account, "My Account");
?>
 pada website kami, atau anda dapat  langsung berhubungan dengan admin kami yang tertera pada link <?php 
echo _set_hyperlink_(def_application_contactus, "Contact  Us");
?>
.<br />
        </p>
      <p>&nbsp;</p>
      <p><strong><a id="B4">Apakah account saya akan hangus  apabila tidak digunakan selama lebih dari 2 bulan?</a></strong><br />
      </p>
      <p>Account yang sudah terdaftar tidak akan hangus atau kadaluwarsa, baik yang tidak  digunakan selama lebih daripada 2 bulan. Meskipun jumlah uang yang dimiliki di  Account sejumlah Rp 0,- (nol rupiah), kami juga tidak akan menghapus account  anda.<br />
        </p>
      <p>&nbsp;</p>
      <p><strong><a id="B5">Apakah saya bisa mengambil sisa uang  saya dan menutup account saya?</a></strong><br />
        </p>
    <p>Apabila anda ingin mengambil sisa uang anda dan menutup account anda, silakan anda  datang ke alamat yang tertera pada link <?php 
echo _set_hyperlink_(def_application_contactus, "Contact  Us");
?>
 untuk mengurus  administrasi penutupan account.</p>
    <p><?php 
echo _set_hyperlink_("#top", "Kembali ke atas", "", "", false, false);
?>
</p>
    </td>
  </tr>
</table>
Beispiel #6
0
echo _set_label_("", " : ");
?>
									</td>
									<td align="left">
                                        <?php 
echo _set_textarea_("txt_keterangan", $var_class_voucher->var_keterangan);
?>
									</td>
								</tr>
								<tr>
									<td colspan="3" align="center">
										<?php 
echo _set_submit_("", "Simpan", "submit", 'class="mybutton"');
?>
									</td>
								</tr>
								<tr>
									<td colspan="3" align="center">
										<?php 
echo _set_hyperlink_(def_application_voucher, "Kembali");
?>
									</td>
								</tr>
							</table>
						</form>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
Beispiel #7
0
									<td align="left">
										<?php 
    echo _set_label_("", $var_class_menu->var_nama);
    ?>
									</td>
								</tr>
								<tr>
									<td colspan="3" align="center">
										<?php 
    echo _set_submit_("", "Hapus", "submit", 'class="mybutton"');
    ?>
									</td>
								</tr>
								<?php 
}
?>
								<tr>
									<td colspan="3" align="center">
										<?php 
echo _set_hyperlink_(def_application_menu, "Kembali");
?>
									</td>
								</tr>
							</table>
						</form>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
Beispiel #8
0
									<td align="left">
										<?php 
    echo _set_label_("", $var_class_handphone->var_connection);
    ?>
									</td>
								</tr>
								<tr>
									<td colspan="3" align="center">
										<?php 
    echo _set_submit_("", "Hapus", "submit", 'class="mybutton"');
    ?>
									</td>
								</tr>
								<?php 
}
?>
								<tr>
									<td colspan="3" align="center">
										<?php 
echo _set_hyperlink_(def_application_handphone, "Kembali");
?>
									</td>
								</tr>
							</table>
						</form>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
Beispiel #9
0
            ?>
					</td>
				</tr>
				
				<?php 
        }
    }
}
?>
			</table>
		</td>
	</tr>
	<tr>
		<td>
			<?php 
echo _set_hyperlink_(def_application_outbox, "Ambil Dari Handphone", "", "process=handphone");
?>
		</td>
	</tr>
	<?php 
if (_is_session_registered_("session_error")) {
    ?>
	<tr>
		<td align="center" class="myerror">
			<table border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td>
						<?php 
    echo _set_label_("", $session_error);
    ?>
					</td>
Beispiel #10
0
?>
									</td>
								</tr>
								<tr>
									<td>&nbsp;</td>
									<td align="left">
										<?php 
echo _set_hyperlink_(def_application_forget, "Lupa Password?");
?>
									</td>
								</tr>
								<tr>
									<td>&nbsp;</td>
									<td align="left">
										<?php 
echo _set_hyperlink_(def_application_signup, "Registrasi");
?>
									</td>
								</tr>
								<tr>
									<td>&nbsp;</td>
									<td align="right">
										<?php 
echo _set_submit_("", "Login", "submit", 'class="mybutton"');
?>
									</td>
								</tr>
								<?php 
if (_is_session_registered_("session_error")) {
    ?>
								<tr>
?>
                    </td>
                    <td width="10px"><?php 
echo _set_label_("", " | ");
?>
</td>
                    <td>
                        <?php 
echo _set_hyperlink_(def_application_help, "Help", 'class="mylinkheader"');
?>
                    </td>
                    <?php 
if (_is_session_registered_("session_userid")) {
    ?>
                    <td width="10px"><?php 
    echo _set_label_("", " | ");
    ?>
</td>
                    <td>
                        <?php 
    echo _set_hyperlink_(def_application_logout, "Logout", 'class="mylinkheader"');
    ?>
                    </td>
                    <?php 
}
?>
                </tr>
            </table>
        </td>
    </tr>
</table>
Beispiel #12
0
            ?>
				</td>
                <td class="mytable_cnt"><?php 
            echo _set_label_("", $var_value['jumlah']);
            ?>
				</td>
                <td align="center"><?php 
            echo _set_image_link_("../" . def_directory_images_buttons . "info.png", def_application_voucher, "", "20px", "20px", "Ubah", "", "process=update&processid=" . $var_key);
            ?>
				</td>
				<td align="center"><?php 
            echo _set_image_link_("../" . def_directory_images_buttons . "delete.png", def_application_voucher, "", "20px", "20px", "Hapus", "", "process=delete&processid=" . $var_key);
            ?>
				</td>
			</tr>

			<?php 
        }
    }
}
?>
		</table>
		</td>
	</tr>
	<tr>
		<td><?php 
echo _set_hyperlink_(def_application_voucher, "Isi Voucher", "", "process=add");
?>
		</td>
	</tr>
</table>
					<td width="10px">&nbsp;</td>
					<td>
						<?php 
echo _set_hyperlink_(def_application_contactus, "Contact Us", 'class="mylinkheader small"');
?>
					</td>
					<td width="10px">&nbsp;</td>
					<td>
						<?php 
echo _set_hyperlink_(def_application_signup, "Registrasi", 'class="mylinkheader small"');
?>
					</td>
					<td width="10px">&nbsp;</td>
					<td>
						<?php 
echo _set_hyperlink_(def_application_help, "Help", 'class="mylinkheader small"');
?>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>

<table border="0" width="100%" cellpadding="0" cellspacing="0">
	<tr>
		<td class="mycaption" align="center">
			<?php 
echo _set_label_("", def_text_copyright);
?>
		</td>
Beispiel #14
0
            ?>
				</td>
                <td class="mytable_cnt"><?php 
            echo _set_label_("", $var_value['harga']);
            ?>
				</td>
                <td align="center"><?php 
            echo _set_image_link_("../" . def_directory_images_buttons . "info.png", def_application_daftarharga, "", "20px", "20px", "Ubah", "", "process=update&processid=" . $var_key);
            ?>
				</td>
				<td align="center"><?php 
            echo _set_image_link_("../" . def_directory_images_buttons . "delete.png", def_application_daftarharga, "", "20px", "20px", "Hapus", "", "process=delete&processid=" . $var_key . "&menuid=" . $var_value['menuid']);
            ?>
				</td>
			</tr>

			<?php 
        }
    }
}
?>
		</table>
		</td>
	</tr>
	<tr>
		<td><?php 
echo _set_hyperlink_(def_application_daftarharga, "Tambah Harga", "", "process=add");
?>
		</td>
	</tr>
</table>
echo _set_hyperlink_(def_application_pemakai, "Pemakai", "", "", false);
?>
                        <?php 
echo _set_hyperlink_(def_application_daftarharga, "Daftar Harga", "", "", false);
?>
					</div>
                    <div class="collapsed">
						<span><?php 
echo _set_label_("", "Transaksi");
?>
</span>
                        <?php 
echo _set_hyperlink_(def_application_voucher, "Isi Voucher", "", "", false);
?>
						<?php 
echo _set_hyperlink_(def_application_order, "Order", "", "", false);
?>
					</div>
				</div>
			</form>
		</td>
	</tr>
</table>

<script language="javascript" src="<?php 
echo "../" . def_directory_styles . def_application_javascript_menuver;
?>
"></script>
<script type="text/javascript">
	var var_mymenu;
	
Beispiel #16
0
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="mycaption">
    <tr>
		<td>
            <?php 
echo _set_label_("", "Anda Mempunyai ") . _set_hyperlink_(def_application_inbox, $var_class_gammu->var_phonemessageunreadcount + $var_class_gammu->var_phonemessageunreadcount) . _set_label_("", " SMS ");
?>
		</td>
	</tr>
</table>
Beispiel #17
0
				<td class="mytable_cnt"><?php 
            echo _set_label_("", $var_value['buka']);
            ?>
                <td class="mytable_cnt"><?php 
            echo _set_label_("", $var_value['tutup']);
            ?>
                <td align="center"><?php 
            echo _set_image_link_("../" . def_directory_images_buttons . "info.png", def_application_restoran, "", "20px", "20px", "Ubah", "", "process=update&processid=" . $var_key);
            ?>
				</td>
				<td align="center"><?php 
            echo _set_image_link_("../" . def_directory_images_buttons . "delete.png", def_application_restoran, "", "20px", "20px", "Hapus", "", "process=delete&processid=" . $var_key);
            ?>
				</td>
			</tr>

			<?php 
        }
    }
}
?>
		</table>
		</td>
	</tr>
	<tr>
		<td><?php 
echo _set_hyperlink_(def_application_restoran, "Tambah Restoran", "", "process=add");
?>
		</td>
	</tr>
</table>
Beispiel #18
0
            ?>
				<td class="mytable_cnt">
				<?php 
            if ($var_value['activeyn'] == "Y") {
                echo _set_label_("", "Ya");
            } else {
                echo _set_label_("", "Tidak");
            }
            ?>
				</td>
				<td align="center"><?php 
            echo _set_image_link_("../" . def_directory_images_buttons . "delete.png", def_application_handphone, "", "20px", "20px", "Hapus", "", "process=delete&processid=" . $var_key);
            ?>
				</td>
			</tr>

			<?php 
        }
    }
}
?>
		</table>
		</td>
	</tr>
	<tr>
		<td><?php 
echo _set_hyperlink_(def_application_handphone, "Tambah Koneksi", "", "process=add");
?>
		</td>
	</tr>
</table>
    _set_session_unregister_("session_error");
} elseif (_is_session_registered_("session_success")) {
    ?>

<table border="0" width="100%" cellpadding="0" cellspacing="0" class="mysuccess">
    <tr>
        <td align="center">
            <?php 
    echo _set_label_("", $session_success);
    ?>
        </td>
    </tr>
    <tr>
        <td align="center">
            <?php 
    echo _set_hyperlink_(def_application_account, "Kembali ke My Account");
    ?>
        </td>
    </tr>
</table>

<?php 
    _set_session_unregister_("session_success");
} else {
    ?>

<table border="0" width="100%" cellpadding="10" cellspacing="0" align="center">
	<tr>
		<td align="center" class="mytitle">
            <?php 
    echo _set_label_("", "Keranjang Anda", 'class="mylabel large"');
Beispiel #20
0
	<?php 
    _set_session_unregister_("session_success");
}
?>
	<tr>
		<td>
			<table border="0" cellpadding="0" cellspacing="0" align="center">
				<tr>
					<td align="center" class="mycaption">
						<?php 
echo _set_label_("", "JENIS");
?>
					</td>
				</tr>
				<tr>
					<td>
						<table border="0" cellpadding="3" cellspacing="0" align="center" class="myform">
							<tr>
								<td colspan="3" align="center">
									<?php 
echo _set_hyperlink_(def_application_jenis, "Kembali");
?>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
Beispiel #21
0
            ?>
				</td>
                <td class="mytable_cnt"><?php 
            echo _set_label_("", $var_value['kodemenu']);
            ?>
				</td>
                <td align="center"><?php 
            echo _set_image_link_("../" . def_directory_images_buttons . "info.png", def_application_menu, "", "20px", "20px", "Ubah", "", "process=update&processid=" . $var_key);
            ?>
				</td>
				<td align="center"><?php 
            echo _set_image_link_("../" . def_directory_images_buttons . "delete.png", def_application_menu, "", "20px", "20px", "Hapus", "", "process=delete&processid=" . $var_key);
            ?>
				</td>
			</tr>

			<?php 
        }
    }
}
?>
		</table>
		</td>
	</tr>
	<tr>
		<td><?php 
echo _set_hyperlink_(def_application_menu, "Tambah Menu", "", "process=add");
?>
		</td>
	</tr>
</table>
Beispiel #22
0
				</td>
                <td class="mytable_cnt"><?php 
                echo _set_label_("", $var_value['email']);
                ?>
				</td>
                <td align="center"><?php 
                echo _set_image_link_("../" . def_directory_images_buttons . "info.png", def_application_pemakai, "", "20px", "20px", "Ubah", "", "process=update&processid=" . $var_key);
                ?>
				</td>
				<td align="center"><?php 
                echo _set_image_link_("../" . def_directory_images_buttons . "delete.png", def_application_pemakai, "", "20px", "20px", "Hapus", "", "process=delete&processid=" . $var_key);
                ?>
				</td>
			</tr>

			<?php 
            }
        }
    }
}
?>
		</table>
		</td>
	</tr>
	<tr>
		<td><?php 
echo _set_hyperlink_(def_application_pemakai, "Tambah Pemakai", "", "process=add");
?>
		</td>
	</tr>
</table>
Beispiel #23
0
             <?php 
     }
     ?>
                 <td align="center">
                     <table border="0" cellpadding="0" cellspacing="0">
                         <tr>
                             <td align="center">
                                 <?php 
     echo _set_image_link_(def_directory_images_menu . $var_key . ".jpg", "", "", "100px", "100px", $var_value['nama']);
     ?>
                             </td>
                         </tr>
                         <tr>
                             <td align="center">
                                 <?php 
     echo _set_hyperlink_(def_application_menu, $var_value['nama'], "", "menuid=" . $var_key . "&restoranid=" . $var_value['restoranid'] . "&action=true");
     ?>
                             </td>
                         </tr>
                     </table>
                 </td>
             <?php 
     if ($var_counter % 2 != 0) {
         ?>
             </tr>
             <?php 
     }
     ?>
             <?php 
 }
 ?>
Beispiel #24
0
	<?php 
    _set_session_unregister_("session_success");
}
?>
	<tr>
		<td>
			<table border="0" cellpadding="0" cellspacing="0" align="center">
				<tr>
					<td align="center" class="mycaption">
						<?php 
echo _set_label_("", "DAFTAR HARGA");
?>
					</td>
				</tr>
				<tr>
					<td>
						<table border="0" cellpadding="3" cellspacing="0" align="center" class="myform">
							<tr>
								<td colspan="3" align="center">
									<?php 
echo _set_hyperlink_(def_application_daftarharga, "Kembali");
?>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
Beispiel #25
0
    echo _set_label_("", $session_success);
    ?>
					</td>
				</tr>
				<tr>
                    <td align="center" valign="top">
                        <table border="0" cellpadding="3" cellspacing="0">
                            <tr>
                                <td align="center">
                                    <?php 
    echo _set_hyperlink_(def_application_keranjang, "Periksa Keranjang Belanja");
    ?>
                                </td>
                            </tr>
                            <tr>
                                <td align="center">
                                    <?php 
    echo _set_hyperlink_(def_application_menu, "Kembali ke Daftar Menu", "", "restoranid=" . _set_variable_http_("restoranid"));
    ?>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>
<?php 
    _set_session_unregister_("session_success");
}
Beispiel #26
0
	<?php 
    _set_session_unregister_("session_success");
}
?>
	<tr>
		<td>
			<table border="0" cellpadding="0" cellspacing="0" align="center">
				<tr>
					<td align="center" class="mycaption">
						<?php 
echo _set_label_("", "ORDER");
?>
					</td>
				</tr>
				<tr>
					<td>
						<table border="0" cellpadding="3" cellspacing="0" align="center" class="myform">
							<tr>
								<td colspan="3" align="center">
									<?php 
echo _set_hyperlink_(def_application_order, "Kembali");
?>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
             <?php 
 }
 ?>
                 <td align="center">
                     <table border="0" cellpadding="0" cellspacing="0">
                         <tr>
                             <td>
                                 <?php 
 echo _set_image_link_(def_directory_images_restoran . $var_key . ".jpg", "", "", "150px", "200px");
 ?>
                             </td>
                         </tr>
                         <tr>
                             <td align="center">
                                 <?php 
 echo _set_hyperlink_(def_application_menu, $var_value['nama'], "", "restoranid=" . $var_key);
 ?>
                             </td>
                         </tr>
                         <tr>
                             <td align="center">
                                 <?php 
 echo _set_label_("", "Buka dari jam " . $var_value['buka'] . " sampai " . $var_value['tutup'], "");
 ?>
                             </td>
                         </tr>
                     </table>
                 </td>
             <?php 
 if ($var_counter % 2 != 0) {
     ?>
Beispiel #28
0
    <tr>
        <td align="center">
            <table border="0" cellpadding="3" cellspacing="0">
                <tr>
                    <td align="center">
                        <?php 
    echo _set_hyperlink_(def_application_account, "Ubah Account", "", "process=changeaccount");
    ?>
                    </td>
                </tr>
                <tr>
                    <td align="center">
                        <?php 
    echo _set_hyperlink_(def_application_account, "Ubah Password", "", "process=changepassword");
    ?>
                    </td>
                </tr>
                <tr>
                    <td align="center">
                        <?php 
    echo _set_hyperlink_(def_application_keranjang, "Periksa Keranjang Belanja");
    ?>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>

<?php 
}
Beispiel #29
0
            ?>
				</td>
				<td class="mytable_cnt"><?php 
            echo _set_label_("", $var_value['nama']);
            ?>
				</td>
                <td align="center"><?php 
            echo _set_image_link_("../" . def_directory_images_buttons . "info.png", def_application_jenis, "", "20px", "20px", "Ubah", "", "process=update&processid=" . $var_key);
            ?>
				</td>
				<td align="center"><?php 
            echo _set_image_link_("../" . def_directory_images_buttons . "delete.png", def_application_jenis, "", "20px", "20px", "Hapus", "", "process=delete&processid=" . $var_key);
            ?>
				</td>
			</tr>

			<?php 
        }
    }
}
?>
		</table>
		</td>
	</tr>
	<tr>
		<td><?php 
echo _set_hyperlink_(def_application_jenis, "Tambah Jenis", "", "process=add");
?>
		</td>
	</tr>
</table>