Exemple #1
0
 function _get_common_report_data()
 {
     $data = array();
     $data['report_date_range_simple'] = get_simple_date_ranges();
     $data['months'] = get_months();
     $data['days'] = get_days();
     $data['years'] = get_years();
     $data['selected_month'] = date('n');
     $data['selected_day'] = date('d');
     $data['selected_year'] = date('Y');
     return $data;
 }
Exemple #2
0
 function _get_common_report_data($time = false)
 {
     $data = array();
     $data['report_date_range_simple'] = get_simple_date_ranges($time);
     $data['months'] = get_months();
     $data['days'] = get_days();
     $data['years'] = get_years();
     $data['hours'] = get_hours($this->config->item('time_format'));
     $data['minutes'] = get_minutes();
     $data['selected_month'] = date('m');
     $data['selected_day'] = date('d');
     $data['selected_year'] = date('Y');
     return $data;
 }
Exemple #3
0
?>
            </p>
        </div>
        <div class="social_icons">
                <a target="_blank" href="https://www.facebook.com/moustafa.hamwi"><i class="fa fa-facebook-square"></i></a>
                <a target="_blank" href="https://twitter.com/moustafahamwi"> <i class="fa fa-twitter-square"> </i></a>
                <a target="_blank" href="https://www.linkedin.com/in/moustafahamwi"><i class="fa fa-linkedin-square"></i></a>
<!--            <i class="fa fa-vimeo-square"></i>-->
                <a target="_blank" href="https://www.youtube.com/channel/UCGNaeUI8uj4JzGABlcmEvoA"> <i class="fa fa-youtube">   </i></a>
                <a target="_blank" href="https://www.instagram.com/moustafahamwi/"><i class="fa fa-instagram"></i></a>
        </div>
    </div>
    <div class="archive">
        <div class="content_right_title"><p>Archive</p></div>
        <?php 
get_years();
if (!is_single()) {
    ?>
            <div class="subscribe">
                <div class="content_right_title">
                    <p>
                        Subscribe
                    </p>
                </div>
                <div class="subscribe_content">
                    <div class="inp_btn">
                        <form autocomplete="off" action="//asup.us7.list-manage.com/subscribe/post-json?u=9329bb7e69a5f45bee46f731d&amp;id=aa3a7fd7c6&amp;c=?" method="get" id="mc-embedded-subscribe-form-sidebar" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
                            <div id="mc_embed_signup_scroll">
                                <div class="subscribe_text">
                                    <p>
                                        Stories and Tips to live your life with passion!
Exemple #4
0
												<td style="width:150px;">Birthday:</td>		<td style="width:200px;">
												<table width=100% border=0>
													<!-- <td>  -->
														<?php 
//get_months('bmonth','cmonth');
?>
													<!-- </td> -->
													<!-- <td> -->
														<?php 
//get_days('bday','cday');
?>
													<!-- </td> -->
													<td>
														<?php 
get_years('byear', 'cyear');
?>
													</td>
												</table>
											</td></tr>
											<tr><td style="width:150px;" valign=top>Describe Yourself:</td><td style="width:200px;"> 
												<?php 
if (empty($rs["aboutme"])) {
    echo "<textarea onclick='lnfnhide();' id='describe_yourself' name='t_abo' style='resize:none;height:200px;' class='Describe_empty' > {$rs['aboutme']} </textarea>";
} else {
    echo "<textarea onclick='lnfnhide();' id='describe_yourself' name='t_abo' style='resize:none;height:200px;' class='Describe_not_empty' > " . remove_beginning_spaces($rs['aboutme']) . "</textarea>";
}
// echo remove_beginning_spaces($rs['aboutme']);
?>
											</td></tr><td> </td><td><span style="font-size:12px;font-wieght:bold; color:#8a8a8a; padding:10px;" > Describe Yourself in 200 character or less </span> <span style="font-size:12px; color:green; padding:10px;margin-left:0px" class="total_count" >-20</span> </td>
											<tr><td colspan=2 align=right> <input id="save_profile"  type=button onclick="acc_profile_save();gotoSlide(1)" value="NEXT" class="m" style="width:200px;height:50px;font-size:20pt;box-shadow:2px 2px 2px #aaa;border:0; " /> </td></tr>
<?php

include '../Controller/dep_controller.php';
session_start();
$department_id = $_GET['department_id'];
// $department_id = '15';
$data = get_dep($department_id);
$dep_id = $data[0];
$dep_name = $data[1];
$dep_year = $data[2];
$dep_class = $data[3];
//kol entries al courses fe array wa7da, al course code w wrah al course name t7t hna v
$courses_data = get_courses($department_id);
$dep_years = get_years($dep_name, $dep_class);
?>
<html lang="en">
<style type="text/css">
  .navbar {
    border-radius: 0px;
    margin-right: -98px;
    margin-left: -99px;
    font-family: 'Handlee', cursive;
   }
  .fa 
  {
    color: #6C7A89;
    border-radius: 25px;
    border: 2px solid #6C7A89;
    padding: 20px; 
    top:100px;
  }