ამოცანები
მიმოხილვა
<?php
include_once "global/inc_class_xml.php";
include_once "global/functionality.php";
?>
<html>
<head>
<title>Education with MFES</title>
<link rel="stylesheet" href="css/main_edu.css" />
<link rel="stylesheet" href="css/winBooks_edu.css" />
<link rel="stylesheet" href="css/winMembers_edu.css" />
</head>
<body>
<div id="maindesk" class="frontbaner">
<!--
<br style="height:100px;">
<p class="large">კეთილი იყოს თქვენი მობრძანება ამ გვერდზე!</p>
-->
<div id="windowContainer" style="min-width:1200px;width:100%;height:850px;">
<div id="categorieLeftMenu" style="position:absolute;left:25px;top:50px;width:250px;height:400px;">
<div class="eduWinRound">
<div class="title">ამოცანები</div>
<div class="body">
<ul class="leftMenu">
<?php
$prj=openConfigXmlFile("members/categories.xml");
$defData=array('name'=>'მიმოხილვა');
$cVal=null;
if(isset($_GET['c']))$cVal=trim($_GET['c']);
//print_r($prj);
foreach($prj['item'] as $ky=>$vl)
{
$lnk=((isset($vl['ref']) && (!is_array($vl['ref'])))?$vl['ref']:'');
$pars=explode("&",$lnk);if($cVal)if($pars[0]==$cVal)$defData=$vl;
echo '<li><a href="?c='.($lnk?$lnk:'#').'">'.$vl['name'].'</a>';
if(isset($vl['items']))
{
echo '<ul>';
$sub=$vl['items'];
if(isset($vl['items']['item'][0]))$sub=$vl['items']['item'];
foreach($sub as $k2=>$v2)
{
$lnk=((isset($v2['ref']) && (!is_array($v2['ref'])))?$v2['ref']:'');
$pars=explode("&",$lnk);if($cVal)if($pars[0]==$cVal)$defData=$v2;
echo '<li><a href="?c='.($lnk?$lnk:'#').'">'.$v2['name'].'</a></li>';
}
echo '</ul>';
}
echo '</li>';
};
?>
</ul>
</div>
</div>
</div>
<div id="categorieLeftMenu" style="position:absolute;left:300px;top:50px;min-width:600px;width:55%;height:400px;">
<div class="eduWinRound">
<div class="title"><?PHP echo $defData['name']; ?></div>
<div class="body">
<?php
$file='members/'.$defData['group'].'/'.$defData['link'];
$subFolder='';
if(file_exists($file))
{
if(stristr(substr($file,-4),".php")){
include_once $file;
$subFolder=substr($file,0,strlen($file)-4).'/';
}
else
if(stristr(substr($file,-5),".html")){
echo file_get_contents($file);
$subFolder=substr($file,0,strlen($file)-5).'/';
}else
if(is_dir($file)){
$subFolder=$file.'/';
$file=$subFolder.'readme.html';
if(file_exists($file))echo file_get_contents($file);
}
}
//if(is_dir($subFolder))
{
?>
<div class="jcel_tabs">
<div class="jcel_tab">
<input id="jcel_tab-1" name="jcel_tab-group-1" checked="true" type="radio">
<label for="jcel_tab-1">PHP/HTML</label>
<div class="jcel_content" >
<?php $incIndex=$incFile=$subFolder.'index.php';if(file_exists($incFile))echo htmlspecialchars(trim(file_get_contents($incFile)));else "არ გამოიყენება"; ?>
</div>
</div>
<div class="jcel_tab">
<input id="jcel_tab-2" name="jcel_tab-group-1" type="radio">
<label for="jcel_tab-2">CSS</label>
<div class="jcel_content">
<?php $incFile=$subFolder.'style.css';if(file_exists($incFile))echo htmlspecialchars(trim(file_get_contents($incFile)));else "არ გამოიყენება"; ?>
</div>
</div>
<div class="jcel_tab">
<input id="jcel_tab-3" name="jcel_tab-group-1" type="radio">
<label for="jcel_tab-3">JS</label>
<div class="jcel_content">
<?php $incFile=$subFolder.'script.js';if(file_exists($incFile))echo htmlspecialchars(trim(file_get_contents($incFile)));else "არ გამოიყენება"; ?>
</div>
</div>
<div class="jcel_tab">
<input id="jcel_tab-4" name="jcel_tab-group-1" type="radio">
<label for="jcel_tab-4">ბმულები</label>
<div class="jcel_content">
<?php $incFile=$subFolder.'links.html';if(file_exists($incFile))echo htmlspecialchars(trim(file_get_contents($incFile))); ?>
<?php
if(file_exists($incIndex))echo '<br><a href="'.$incIndex.'" target="_blank">გატესტვა</a>';
?>
</div>
</div>
</div>
<?php
}//is_dir
?>
</div>
</div>
</div>
<div id="WebDevGroup" style="position:absolute;left:225px;top:550px;width:1000px;height:200px;margin-bottom:100px;">
<?php
/*
$membArr=getFolderList($mainFolder="members");
$membArr=array_reverse($membArr);
foreach($membArr as $ky=>$vl)
if(is_dir($mainFolder."/".$ky))
{
echo '<div class="eduWinRound">
<div class="title">'.(file_exists($iconImg=($mainFolder."/".$ky."/icon.png"))?'<img src="'.$iconImg.'" style="height:18px">':'').' WebDev-'.$ky.'</div>
<div class="body">';
foreach($vl as $ky2=>$vl2)
if(file_exists($subFile=($subFolder=$mainFolder."/".$ky."/".$ky2)."/config.xml"))
{
$mX=openConfigXmlFile($subFile);
echo '<div class="member">
<img src="'.$subFolder.'/user.png"><br>
<a class="author">'.$mX['Author'].'</a><br>
<a class="technology">'.$mX['Technology'].'</a>
</div>';
}
echo '</div>
</div>';
}
*/
?>
</div>
<div id="WebDevGroup" style="position:relative;float:right;top:50px;width:250px;height:500px;margin-right:25px;">
<div class="eduWinRound">
<div class="title">წიგნები</div>
<div class="body">
<!-- Books index content-->
<br>
<nav>
<ul>
<li>
<a href="modules/webdev_book/">
<h1>ვებ პროგრამირება</h1>
<img src="modules/images/logo/webdev.png">
<text>
ვებ-პროგრამირების საფუძვლები, ზოგადი ნაწილი
</text>
</a>
</li>
<li>
<a href="modules/html_book/">
<h1>HTML</h1>
<img src="modules/images/logo/html.png">
<text>
HTML მონაცემთა სტრუქტურული და ვიზუალური მოწყობისთვის
</text>
</a>
</li>
<li>
<a href="modules/css_book/">
<h1>CSS</h1>
<img src="modules/images/logo/css.png">
<text>
CSS მონაცემთა გამოსახულების ვიზუალიზაციისთვის
</text>
</a>
</li>
<li>
<a href="modules/js_book/">
<h1>JavaScript </h1>
<img src="modules/images/logo/javascript.png">
<text>
JavaScript - სკრიპტული პროგრამული ენა
</text>
</a>
</li>
<li>
<a href="modules/mysql_book/">
<h1>MySQL</h1>
<img src="modules/images/logo/mysql.png">
<text>
MySQL მონაცემთა ბაზა
</text>
</a>
</li>
<li>
<a href="modules/php_book/">
<h1>PHP</h1>
<img src="modules/images/logo/php.png">
<text>
PHP სერვერული სკრიპტული ენა.
</text>
</a>
</li>
<li>
<a href="modules/xml_book/">
<h1>XML</h1>
<img src="modules/images/logo/xml.png">
<text>
XML მონაცემთა სტრუქტურული მოწყობა
</text>
</a>
</li>
<li>
<a href="modules/regexp_book/">
<h1>Regular Expression</h1>
<img src="modules/images/logo/regexp.png">
<text>
RegExp მონაცემების დამუშავება და ზემოქმედება
</text>
</a>
</li>
<li>
<a href="modules/paypal_book/">
<h1>PayPal</h1>
<img src="modules/images/logo/paypal.png">
<text>
PayPal უსაფრთხო საგადახდო სისტემა
</text>
</a>
</li>
<li>
<a href="modules/ipg_rule/checklist-successful_ka.pdf">
<h1>IPG Rule - კითხვარი</h1>
<img src="modules/images/logo/ico-ipg-rule.gif">
<text>
წარმატებული ვებ-გვერდის კითხვარი
</text>
</a>
</li>
</ul>
</nav>
<!-- End Books index content -->
</div>
</div>
</div>
<div id="DonateGroup" style="position:relative;display:block;top:600px;width:250px;height:50px;margin-right:25px;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="RQWL4JXXDS4BE">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
</div><!-- windowContainer -->
</div>
<div class="note">
გვერდი განკუთვნილია სასწავლო მიზნებისთვის, შესრულებული პრაქტიკული დავალებების და სასწავლო პროგრამასთან დაკავშირებული საკითხების გამოსაქვეყნებელად.<br>
გვერდი არ არის განკუთვნილი კომერციული მიზნებისთვის<br>
გვერდზე განთავსებული ინფორმაციის დაკოპირება და გავრცელება კომერციული მიზნებისთვის იკრძალება მფლობელთან შეთანხმების გარეშე
<br>მფლობელი: www.mfes.ge<br>
</div>
<!-- Google Code for Remarketing Tag -->
<!--------------------------------------------------
Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup
--------------------------------------------------->
<script type="text/javascript">
var google_tag_params = {
edu_pid: 'mfesedu01',
edu_plocid: 'tbilisi',
edu_pagetype: 'program',
edu_totalvalue: '50',
};
</script>
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1003763269;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1003763269/?value=0&guid=ON&script=0"/>
</div>
</noscript>
</body>
</html>
წიგნები