Exemplo n.º 1
0
<?php

session_start();
header('Content-Type: text/html; charset=utf-8');
include_once "../include/check_login.php";
if ($user_ok == false) {
    header("location: ../restricted.php");
}
include_once '../stats.php';
include_once '../words.php';
//$userId = getUserID($_SESSION['username']);
//setSkill('cvset', $userId, getDeckShortName($_POST['deckId'], ''));
//setSkill('vStyle', $userId, $_POST['vStyle']);
$d = getDeckRow($_POST['deckId']);
?>

<!--********************RIGHT COLUMN-*********************************-->
<div class="page-header no-marg-top-23">
	<h2><i class="fa fa-list-ol"></i> <?php 
echo $d['display_name'];
?>
</h2></div>
</div>
<div class="col-xs-12">
<? include('../Japanese-Vocabulary/deckDetail.php');?>
	<table class="table table-bordered table-hover table-condensed unselectable">
		<tr>
			<th>Card #</th>
			<th class="text-center">Japanese</th>
			<th class="text-center">English</th>
			<th class="text-center">Level</th>
Exemplo n.º 2
0
<?php
	header('Content-Type: text/html; charset=utf-8');	
	include_once("../include/check_login.php");
	//if($user_ok == false){header('location: restricted.php?refPage=buy');}
	include_once("../stats.php");
	include_once("../words.php");
	$t = $_GET['t'];
	if(!isset($_GET['t'])){header("location: unlock.php");}
	if(isset($_GET['d']) && $_GET['d'] != NULL){
		$d = getDeckRow(getDeckIDFromURL($_GET['d']));
		$affiliIdStr = getDeckInfo($d['short_name'], 'affiliates_str');
		$affiliIdArr = explode(",",$affiliIdStr, -1);
		$dAffilUrl = getAffilInfo($affiliIdArr[0], 'url');
	}else if(!isset($_GET['d']) OR $_GET['d'] == NULL OR empty($_GET['d'])){
		$d = "no deck set";
	}
?>
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0"><!-- Super important! Tells googlebot that this site is responsive!-->
	<meta name="robots" content="NOODP">
	<title>Japanese Flashcards | <?= ($_GET['d'] != '' ? $_GET['d'] : $t);?></title>
	<meta name="description" content="If you're looking for Japanese <?php echo $t; if($d!="no deck set"){echo " $d";}?> Vocabulary, then this free Japanese site is for you! We've done all the work for you!">
	<meta name="keywords" content="Japanese Vocabulary, Japanese flashcards online, Online Japanese Flashcards, Free Flashcards, Flash cards" />
	<meta name="author" content="Benjamin Cann">
	
	<meta property="og:title" content="Online Japanese Flashcards Flashcard -JPVocab.com" />
	<meta property="og:type" content="website" />
	<meta property="og:url" content="http://www.JPVocab.com/Japanese-Vocabulary/deck.php?t=<?php echo $_GET['t'];?>&d=<?php echo $_GET['d'];?>" />
Exemplo n.º 3
0
<?php

$path = $_SERVER['DOCUMENT_ROOT'];
include $path . '/stats.php';
log_visitor();
include $path . "/include/check_login.php";
include $path . "/words.php";
$d = getDeckRow('29');
?>

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0"><!-- Super important! Tells googlebot that this site is responsive!-->
	<meta name="robots" content="NOODP">
	<title>N5 Vocabulary (JLPT) - JPDrills.com</title>
	<meta name="description" content="N5 Vocabulary for the Japanese language Proficiency Test (JLPT) at JPDrills.com">
	<meta name="keywords" content="N5 Vocabulary" />
	<meta name="author" content="Ben Cann">
	<!--**********FAVICONS*********************************************-->
	<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
	<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
	<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
	<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
	<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
	<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
	<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
	<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
	<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
	<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
Exemplo n.º 4
0
<?php

$path = $_SERVER['DOCUMENT_ROOT'];
include $path . '/stats.php';
log_visitor();
include $path . "/include/check_login.php";
include $path . "/words.php";
$d = getDeckRow('31');
?>

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0"><!-- Super important! Tells googlebot that this site is responsive!-->
	<meta name="robots" content="NOODP">
	<title>N3 Vocabulary (JLPT) - JPDrills.com</title>
	<meta name="description" content="N3 Vocabulary for the Japanese language Proficiency Test (JLPT) at JPDrills.com">
	<meta name="keywords" content="N3 Vocabulary" />
	<meta name="author" content="Ben Cann">
	<!--**********FAVICONS*********************************************-->
	<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
	<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
	<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
	<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
	<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
	<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
	<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
	<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
	<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
	<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
Exemplo n.º 5
0
<?php

$path = $_SERVER['DOCUMENT_ROOT'];
include $path . '/stats.php';
log_visitor();
include $path . "/include/check_login.php";
include $path . "/words.php";
$d = getDeckRow('30');
?>

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0"><!-- Super important! Tells googlebot that this site is responsive!-->
	<meta name="robots" content="NOODP">
	<title>N4 Vocabulary (JLPT) - JPDrills.com</title>
	<meta name="description" content="N4 Vocabulary for the Japanese language Proficiency Test (JLPT) at JPDrills.com">
	<meta name="keywords" content="N4 Vocabulary" />
	<meta name="author" content="Ben Cann">
	<!--**********FAVICONS*********************************************-->
	<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
	<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
	<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
	<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
	<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
	<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
	<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
	<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
	<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
	<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">