Exceptions
Exception
Twig\Error\ RuntimeError
Show exception properties
Twig\Error\RuntimeError {#3881 -lineno: 23 -rawMessage: "Key "image_description" for sequence/mapping with keys "body" does not exist." -source: Twig\Source {#3796 -code: """ {% extends "commons/printable.html.twig" %}\n \n {% block page_title %}{{ entry.title }} - {{ parent() }}{% endblock %}\n \n {% block content %}\n <h1 class="title">{{ entry.title }}</h1>\n {% if(entry.authors|length) %}\n <h2 class="sub-title">\n {% for author in entry.authors %}\n {{ author.getName() }}\n {% endfor %}\n </h2>\n {% endif %}\n \n <ul class="properties">\n {#{% if entry.categories|length %}#}\n {#<li>{{ 'Categories'|trans }}: {% for category in entry.categories %}{{ category.name }} {{ not loop.last ? ' -' }}{% endfor %}</li>#}\n {#{% endif %}#}\n {% block entry_properties %}{% endblock %}\n </ul>\n \n <div class="entry-image">\n <img src="{{ get_image(entry) }}" alt="{{ entry.content.image_description }}">\n </div>\n \n {% if entry.type.name == 'consultation' %}\n <p class="entry-summary">{{ entry.content.question|nl2br }}</p>\n {% elseif entry.summary is not empty %}\n <p class="entry-summary">{{ entry.summary|nl2br }}</p>\n {% endif %}\n \n <div class="entry-body">\n {{ entry.type.name == 'consultation' ? entry.content.answer|raw : entry.content.body|raw }}\n </div>\n {% endblock %} """ -name: "@ContentManagement/Entry/printable.html.twig" -path: "/var/www/html/tafsir/templates/bundles/ContentManagementBundle/Entry/printable.html.twig" } -phpFile: "/var/www/html/tafsir/vendor/twig/twig/src/Extension/CoreExtension.php" -phpLine: 1739 }
{#{% endif %}#}
{% block entry_properties %}{% endblock %}
</ul>
<div class="entry-image">
<img src="{{ get_image(entry) }}" alt="{{ entry.content.image_description }}">
</div>
{% if entry.type.name == 'consultation' %}
<p class="entry-summary">{{ entry.content.question|nl2br }}</p>
{% elseif entry.summary is not empty %}
in
var/cache/dev/twig/82/82bacbb0b26875d52dffde87d398c9e2.php
::
getAttribute
(line 148)
<div class=\"entry-image\">
<img src=\"";
// line 23
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\Twig\TafsirExtension']->getImage((isset($context["entry"]) || array_key_exists("entry", $context) ? $context["entry"] : (function () { throw new RuntimeError('Variable "entry" does not exist.', 23, $this->source); })())), "html", null, true);
yield "\" alt=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["entry"]) || array_key_exists("entry", $context) ? $context["entry"] : (function () { throw new RuntimeError('Variable "entry" does not exist.', 23, $this->source); })()), "content", [], "any", false, false, false, 23), "image_description", [], "any", false, false, false, 23), "html", null, true);
yield "\">
</div>
";
// line 26
in
vendor/twig/twig/src/Template.php
->
block_content
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');
}
if (null !== $template) {
try {
yield from $template->$block($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($template->getSourceContext());
}
in
var/cache/dev/twig/b5/b5adffd022f7f175fa0d911dafb81496.php
->
yieldBlock
(line 155)
<div id=\"main-wpr\" class=\"container-fluid\">
<div class=\"row\">
<div id=\"content-wpr\" class=\"col-sm-12\">
";
// line 82
yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
// line 83
yield " </div>
</div>
</div>
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/82/82bacbb0b26875d52dffde87d398c9e2.php
->
yield
(line 55)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@ContentManagement/Entry/printable.html.twig"));
$this->parent = $this->load("commons/printable.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
var/cache/dev/twig/a8/a88b301c24b6162433c3b14d6d6fd301.php
->
yield
(line 75)
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@tafsir/page/view.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@tafsir/page/view.html.twig"));
yield from $this->getParent($context)->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{
$context += $this->env->getGlobals();
$blocks = array_merge($this->blocks, $blocks);
try {
yield from $this->doDisplay($context, $blocks);
} catch (Error $e) {
if (!$e->getSourceContext()) {
$e->setSourceContext($this->getSourceContext());
}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;
}
public function display(array $context, array $blocks = []): void
{
foreach ($this->yield($context, $blocks) as $data) {
echo $data;
}
}
public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();
} else {
ob_start(function () { return ''; });
}
try {
$this->display($context);
} catch (\Throwable $e) {
while (ob_get_level() > $level) {
ob_end_clean();
}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);
}
public function render(array $context = []): string
{
return $this->template->render($context);
}
/**
* @return void
*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation
* @throws RuntimeError When an error occurred during rendering
*/
public function render($name, array $context = []): string
{
return $this->load($name)->render($context);
}
/**
* Displays a template.
*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 448)
if (null !== $block) {
return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
}
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 453)
return $this->container->get('twig')->render($view, $parameters);
}
private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
{
$content = $this->doRenderView($view, $block, $parameters, $method);
$response ??= new Response();
if (200 === $response->getStatusCode()) {
foreach ($parameters as $v) {
if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 253)
* If an invalid form is found in the list of parameters, a 422 status code is returned.
* Forms found in parameters are auto-cast to form views.
*/
protected function render(string $view, array $parameters = [], ?Response $response = null): Response
{
return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
}
/**
* Renders a block in a view.
*
in
vendor/rawafed/content-management-bundle/src/Controller/EntryController.php
->
render
(line 1154)
if ($this->container->get('parameter_bag')->has('seo.content_pruning')) {
$this->metaTagManager->set('robots', 'noindex, follow');
}
return $this->render($entry_view_template, [
'layout' => $layout,
'mode' => 'RENDER',
'entry' => $entry,
// Inject shortcuts to $entry->getType(), $entry->getContent(), and $entry->getProperties()
'type' => $contentType,
in
vendor/symfony/http-kernel/HttpKernel.php
->
printableAction
(line 181)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
$controller = $event->getController();
$arguments = $event->getArguments();
// call controller
$response = $controller(...$arguments);
// view
if (!$response instanceof Response) {
$event = new ViewEvent($this, $request, $type, $response, $event);
$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
$this->requestStack->push($request);
$response = null;
try {
return $response = $this->handleRaw($request, $type);
} catch (\Throwable $e) {
if ($e instanceof \Error && !$this->handleAllThrowables) {
throw $e;
}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 197)
$this->boot();
++$this->requestStackSize;
$this->resetServices = true;
try {
return $this->getHttpKernel()->handle($request, $type, $catch);
} finally {
--$this->requestStackSize;
}
}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {
}
public function run(): int
{
$response = $this->kernel->handle($this->request);
if (Kernel::VERSION_ID >= 60400) {
$response->send(false);
if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);
exit(
$runtime
->getRunner($app)
->run()
);
<?php
use App\Kernel;
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
return function (array $context) {
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
};
Logs
Level | Channel | Message |
---|---|---|
INFO 06:12:38 | deprecation |
User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:2544, https://github.com/doctrine/orm/issues/10098, package doctrine/orm) { "exception": {} } |
INFO 06:12:38 | deprecation |
User Deprecated: Short namespace aliases such as "RawafedSecurityBundle:Role" are deprecated and will be removed in Doctrine ORM 3.0. (Lexer.php:341 called by AbstractLexer.php:259, https://github.com/doctrine/orm/issues/8818, package doctrine/orm) { "exception": {} } |
INFO 06:12:38 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 06:12:38 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 06:12:38 | deprecation |
User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getGedmo_Listener_SoftdeleteableService.php:27, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions) { "exception": {} } |
INFO 06:12:38 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Gedmo\SoftDeleteable\SoftDeleteableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 06:12:38 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\InjectListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 06:12:38 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 06:12:38 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 06:12:38 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\InjectListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 06:12:38 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 06:12:38 | deprecation |
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute. { "exception": {} } |
INFO 06:12:38 | doctrine |
Connecting with parameters {params} { "params": { "use_savepoints": true, "driver": "pdo_mysql", "idle_connection_ttl": 600, "host": "mysql", "port": 3306, "user": "tafsir", "password": "<redacted>", "driverOptions": [], "defaultTableOptions": [], "dbname": "tafsir", "serverVersion": "8.4.5", "charset": "utf8mb4" } } |
DEBUG 06:12:38 | doctrine |
Executing query: SELECT c0_.id AS id_0, c0_.lvl AS lvl_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.root AS root_4, c0_.name AS name_5, c0_.role AS role_6, c0_.parent_id AS parent_id_7 FROM cms_roles c0_ WHERE c0_.lvl IN (0, 1) AND c0_.role NOT LIKE 'ROLE_ADMIN_%' ORDER BY c0_.root ASC, c0_.lft ASC { "sql": "SELECT c0_.id AS id_0, c0_.lvl AS lvl_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.root AS root_4, c0_.name AS name_5, c0_.role AS role_6, c0_.parent_id AS parent_id_7 FROM cms_roles c0_ WHERE c0_.lvl IN (0, 1) AND c0_.role NOT LIKE 'ROLE_ADMIN_%' ORDER BY c0_.root ASC, c0_.lft ASC" } |
DEBUG 06:12:39 | doctrine |
Executing query: SELECT t0.id AS id_1, t0.package AS package_2, t0.name AS name_3, t0.description AS description_4, t0.display_name AS display_name_5, t0.list_name AS list_name_6, t0.is_internal AS is_internal_7, t0.is_categorizable AS is_categorizable_8, t0.is_fileable AS is_fileable_9, t0.is_printable AS is_printable_10, t0.is_embeddable AS is_embeddable_11, t0.is_searchable AS is_searchable_12, t0.is_queryable AS is_queryable_13, t0.accepts_comments AS accepts_comments_14, t0.has_authors AS has_authors_15, t0.has_attachments AS has_attachments_16, t0.has_source AS has_source_17, t0.has_tags AS has_tags_18, t0.has_summary AS has_summary_19, t0.has_aggregates AS has_aggregates_20 FROM content_type t0 { "sql": "SELECT t0.id AS id_1, t0.package AS package_2, t0.name AS name_3, t0.description AS description_4, t0.display_name AS display_name_5, t0.list_name AS list_name_6, t0.is_internal AS is_internal_7, t0.is_categorizable AS is_categorizable_8, t0.is_fileable AS is_fileable_9, t0.is_printable AS is_printable_10, t0.is_embeddable AS is_embeddable_11, t0.is_searchable AS is_searchable_12, t0.is_queryable AS is_queryable_13, t0.accepts_comments AS accepts_comments_14, t0.has_authors AS has_authors_15, t0.has_attachments AS has_attachments_16, t0.has_source AS has_source_17, t0.has_tags AS has_tags_18, t0.has_summary AS has_summary_19, t0.has_aggregates AS has_aggregates_20 FROM content_type t0" } |
DEBUG 06:12:39 | doctrine |
Executing query: SELECT r0_.name AS name_0, r0_.value AS value_1 FROM runtime_parameter r0_ { "sql": "SELECT r0_.name AS name_0, r0_.value AS value_1 FROM runtime_parameter r0_" } |
INFO 06:12:40 | request |
Matched route "_profiler". { "route": "_profiler", "route_parameters": { "_route": "_profiler", "_controller": "web_profiler.controller.profiler::panelAction", "token": "latest" }, "request_uri": "http://islamway.rawafedtech.info/index.php/_profiler/latest?ip=162.158.187.165&type=request", "method": "GET" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Container1hKuEWu\PosterGeneratorGhost70823e1::onKernelRequest". { "event": "kernel.request", "listener": "Container1hKuEWu\\PosterGeneratorGhost70823e1::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest". { "event": "kernel.request", "listener": "App\\Listener\\PreviewListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\CustomSlugifier::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController" } |
INFO 06:12:40 | deprecation |
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:2641, https://github.com/doctrine/orm/pull/10455, package doctrine/orm) { "exception": {} } |
INFO 06:12:40 | deprecation |
User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:47 called by App_KernelDevDebugContainer.php:2667, https://github.com/doctrine/orm/pull/7908, package doctrine/orm) { "exception": {} } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Container1hKuEWu\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Container1hKuEWu\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments" } |
DEBUG 06:12:40 | doctrine |
Executing query: SELECT r0_.name AS name_0, r0_.value AS value_1 FROM runtime_parameter r0_ { "sql": "SELECT r0_.name AS name_0, r0_.value AS value_1 FROM runtime_parameter r0_" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Container1hKuEWu\PosterGeneratorGhost70823e1::onKernelRequest". { "event": "kernel.request", "listener": "Container1hKuEWu\\PosterGeneratorGhost70823e1::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest". { "event": "kernel.request", "listener": "App\\Listener\\PreviewListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\CustomSlugifier::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Container1hKuEWu\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Container1hKuEWu\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Rawafed\CommonsBundle\Service\LocationManager::onKernelResponse". { "event": "kernel.response", "listener": "Rawafed\\CommonsBundle\\Service\\LocationManager::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Container1hKuEWu\PosterGeneratorGhost70823e1::onKernelRequest". { "event": "kernel.request", "listener": "Container1hKuEWu\\PosterGeneratorGhost70823e1::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest". { "event": "kernel.request", "listener": "App\\Listener\\PreviewListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\CustomSlugifier::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Container1hKuEWu\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Container1hKuEWu\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Rawafed\CommonsBundle\Service\LocationManager::onKernelResponse". { "event": "kernel.response", "listener": "Rawafed\\CommonsBundle\\Service\\LocationManager::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". { "event": "kernel.response", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse" } |
DEBUG 06:12:40 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". { "event": "kernel.finish_request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Container1hKuEWu\PosterGeneratorGhost70823e1::onKernelRequest". { "event": "kernel.request", "listener": "Container1hKuEWu\\PosterGeneratorGhost70823e1::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\ContentApiAccessRestriction::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\ContentApiAccessRestriction::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". { "event": "kernel.request", "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "App\Listener\PreviewListener::onKernelRequest". { "event": "kernel.request", "listener": "App\\Listener\\PreviewListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "App\Service\CustomSlugifier::onKernelRequest". { "event": "kernel.request", "listener": "App\\Service\\CustomSlugifier::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\CommonsBundle\Service\LocaleListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\CommonsBundle\\Service\\LocaleListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest". { "event": "kernel.request", "listener": "Knp\\Bundle\\PaginatorBundle\\Subscriber\\SlidingPaginationSubscriber::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\ContentManagementBundle\EventListener\PublishingListener::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\ContentManagementBundle\\EventListener\\PublishingListener::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.request" to listener "Rawafed\SeoBundle\Service\Slugifier::onKernelRequest". { "event": "kernel.request", "listener": "Rawafed\\SeoBundle\\Service\\Slugifier::onKernelRequest" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\CommonsBundle\Service\ViewsCountListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\CommonsBundle\\Service\\ViewsCountListener::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\AdminBundle\EventListener\ExceptionHandler::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdminBundle\\EventListener\\ExceptionHandler::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\SeoBundle\Service\SlugifierListener::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\SeoBundle\\Service\\SlugifierListener::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller" to listener "Rawafed\AdvancedSeoBundle\EventListener\StructuredDataCollector::onKernelController". { "event": "kernel.controller", "listener": "Rawafed\\AdvancedSeoBundle\\EventListener\\StructuredDataCollector::onKernelController" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Container1hKuEWu\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". { "event": "kernel.controller_arguments", "listener": "Container1hKuEWu\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments" } |
DEBUG 06:12:40 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". { "event": "kernel.controller_arguments", "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments" } |
Stack Trace
RuntimeError
|
---|
Twig\Error\RuntimeError: Key "image_description" for sequence/mapping with keys "body" does not exist in "@ContentManagement/Entry/printable.html.twig" at line 23. at templates/bundles/ContentManagementBundle/Entry/printable.html.twig:23 at Twig\Extension\CoreExtension::getAttribute(object(Environment), object(Source), array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'image_description', array(), 'any', false, false, false, 23) (var/cache/dev/twig/82/82bacbb0b26875d52dffde87d398c9e2.php:148) at __TwigTemplate_9552b9df9b9a677e5dd8a650292d3268->block_content(array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array(), 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository)), array('page_title' => array(object(__TwigTemplate_9552b9df9b9a677e5dd8a650292d3268), 'block_page_title'), 'content' => array(object(__TwigTemplate_9552b9df9b9a677e5dd8a650292d3268), 'block_content'), 'bottom' => array(object(__TwigTemplate_76d0bc80aba5738b6c5e64a905a62b9d), 'block_bottom'), 'entry_properties' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_properties'), 'services_html' => array(object(__TwigTemplate_f9107cafd1f032ae82d8a608c1036977), 'block_services_html'), 'resources_top' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_top'), 'resources_bottom' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_bottom'), 'entry_content' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_content'))) (vendor/twig/twig/src/Template.php:446) at Twig\Template->yieldBlock('content', array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array(), 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository)), array('page_title' => array(object(__TwigTemplate_9552b9df9b9a677e5dd8a650292d3268), 'block_page_title'), 'content' => array(object(__TwigTemplate_9552b9df9b9a677e5dd8a650292d3268), 'block_content'), 'bottom' => array(object(__TwigTemplate_76d0bc80aba5738b6c5e64a905a62b9d), 'block_bottom'), 'entry_properties' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_properties'), 'services_html' => array(object(__TwigTemplate_f9107cafd1f032ae82d8a608c1036977), 'block_services_html'), 'resources_top' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_top'), 'resources_bottom' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_bottom'), 'entry_content' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_content'))) (var/cache/dev/twig/b5/b5adffd022f7f175fa0d911dafb81496.php:155) at __TwigTemplate_76d0bc80aba5738b6c5e64a905a62b9d->doDisplay(array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array(), 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository)), array('page_title' => array(object(__TwigTemplate_9552b9df9b9a677e5dd8a650292d3268), 'block_page_title'), 'content' => array(object(__TwigTemplate_9552b9df9b9a677e5dd8a650292d3268), 'block_content'), 'bottom' => array(object(__TwigTemplate_76d0bc80aba5738b6c5e64a905a62b9d), 'block_bottom'), 'entry_properties' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_properties'), 'services_html' => array(object(__TwigTemplate_f9107cafd1f032ae82d8a608c1036977), 'block_services_html'), 'resources_top' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_top'), 'resources_bottom' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_bottom'), 'entry_content' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_content'))) (vendor/twig/twig/src/Template.php:402) at Twig\Template->yield(array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array(), 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository)), array('page_title' => array(object(__TwigTemplate_9552b9df9b9a677e5dd8a650292d3268), 'block_page_title'), 'content' => array(object(__TwigTemplate_9552b9df9b9a677e5dd8a650292d3268), 'block_content'), 'bottom' => array(object(__TwigTemplate_76d0bc80aba5738b6c5e64a905a62b9d), 'block_bottom'), 'entry_properties' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_properties'), 'services_html' => array(object(__TwigTemplate_f9107cafd1f032ae82d8a608c1036977), 'block_services_html'), 'resources_top' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_top'), 'resources_bottom' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_bottom'), 'entry_content' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_content'))) (var/cache/dev/twig/82/82bacbb0b26875d52dffde87d398c9e2.php:55) at __TwigTemplate_9552b9df9b9a677e5dd8a650292d3268->doDisplay(array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array(), 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository)), array('page_title' => array(object(__TwigTemplate_9552b9df9b9a677e5dd8a650292d3268), 'block_page_title'), 'content' => array(object(__TwigTemplate_9552b9df9b9a677e5dd8a650292d3268), 'block_content'), 'entry_properties' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_properties'), 'services_html' => array(object(__TwigTemplate_f9107cafd1f032ae82d8a608c1036977), 'block_services_html'), 'resources_top' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_top'), 'resources_bottom' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_bottom'), 'entry_content' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_content'))) (vendor/twig/twig/src/Template.php:402) at Twig\Template->yield(array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array(), 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository)), array('page_title' => array(object(__TwigTemplate_9552b9df9b9a677e5dd8a650292d3268), 'block_page_title'), 'content' => array(object(__TwigTemplate_9552b9df9b9a677e5dd8a650292d3268), 'block_content'), 'entry_properties' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_properties'), 'services_html' => array(object(__TwigTemplate_f9107cafd1f032ae82d8a608c1036977), 'block_services_html'), 'resources_top' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_top'), 'resources_bottom' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_bottom'), 'entry_content' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_content'))) (var/cache/dev/twig/a8/a88b301c24b6162433c3b14d6d6fd301.php:75) at __TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff->doDisplay(array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array(), 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository)), array('services_html' => array(object(__TwigTemplate_f9107cafd1f032ae82d8a608c1036977), 'block_services_html'), 'resources_top' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_top'), 'resources_bottom' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_bottom'), 'entry_content' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_content'), 'entry_properties' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_properties'))) (vendor/twig/twig/src/Template.php:402) at Twig\Template->yield(array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array(), 'facebook_url' => 'https://www.facebook.com/tafsircenter', 'twitter_url' => 'https://twitter.com/tafsircenter', 'google_plus_url' => '0', 'youtube_url' => 'http://www.youtube.com/user/tafsirdotnet', 'telegram_url' => 'https://t.me/tafsircenter', 'snapchat_url' => '0', 'periscope_url' => 'https://www.periscope.tv/tafsircenter', 'tafsir_forum_url' => 'https://vb.tafsir.net/', 'tafsir_academy_url' => 'http://tafsiracademy.com/', 'thesaurus_url' => 'http://ioquranics.com/', 'tafsir_encyclopedia_url' => 'http://modoee.com/', 'allow_delete_old_site_entries' => '0', 'applications_url' => '0', 'contact_address' => 'المملكة العربية السعودية، الرياض، حي الياسمين - طريق أنس بن مالك', 'contact_phone' => '966112109620+', 'contact_fax' => '966112109713+', 'contact_post_office_box' => '242199', 'contact_postal_code' => '11322', 'contact_website' => 'www.tafsir.net', 'contact_email' => '[email protected]', 'contact_latlng' => '24.819932,46.646717', 'consultation_alert_text' => 'يحدد مكمن الإشكال والاستفسار ويصاغ بدقة دون استطراد. يحدد المطلوب ثانية بنهاية الاستشارة حتى لو تم ذكره سلفا في نصها. تذكر كافة المعلومات العلمية التي يمكن أن تساعد في الإجابة عن الاستشارة بشكل صحيح. يتم الرد على الاستشارة في غضون 15 يوما بحد أقصى وتنشر على الموقع بدون أسماء تبعا لموافقة صاحبها', 'consultation_alert_title' => 'تنبيهات', 'disclaimer' => '((المعلومات والآراء المقدَّمة هي للكتّاب، ولا تعبّر بالضرورة عن رأي الموقع أو أسرة مركز تفسير))', 'consultation_display_country' => '0', 'consultation_display_permission' => '0', 'dahyan_header_logo' => 'dahyan-logo-header.png', 'dahyan_url' => 'http://dhayan.net/portal/home.aspx', 'nominate_title' => 'نرشح لك', 'live_title' => 'بث مباشر', 'webmaster_email' => '[email protected]', 'monolog_email' => '[email protected]', 'international_marsad_url' => '0', 'tafsir_store_url' => 'https://tafsirstore.net/', 'dahyan_footer_logo' => 'logo-left.png', 'orientalism_1' => '255x170.png', 'orientalism_2' => '255x170.png', 'orientalism_3' => '255x170.png', 'orientalism_4' => '255x170.png', 'orientalism_5' => '255x170.png', 'multimedia_lessons' => null, 'mutimedia_clips' => null, 'multimedia_videos' => null, 'multimedia_photos' => null, 'website_title' => 'Tafsir Center for Quranic Studies | مركز تفسير للدراسات القرآنية', 'uploads_host' => '', 'feature_toggler' => object(FeatureToggler), 'supportedLocales' => array('ar'), 'menu_manager' => object(MenuManager), 'dashboard_manager' => object(DashboardManager), 'form_analyzer' => object(FormAnalyzer), 'wizard_manager' => object(WizardManager), 'custom_logo' => null, 'custom_stylesheet' => null, 'custom_javascript' => null, 'app' => object(AppVariable), 'runtime_config' => object(RuntimeParameterBag), 'content_conf' => object(ContentConfigurationResolver), 'viewers_conf' => object(ViewersConfigurationResolver), 'tafsir_repository' => object(CustomRepository)), array('services_html' => array(object(__TwigTemplate_f9107cafd1f032ae82d8a608c1036977), 'block_services_html'), 'resources_top' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_top'), 'resources_bottom' => array(object(__TwigTemplate_12fdbb655f942fe220b4e153ef25d067), 'block_resources_bottom'), 'entry_content' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_content'), 'entry_properties' => array(object(__TwigTemplate_de40c6a2ada190b65e587c50ab45f2ff), 'block_entry_properties'))) (vendor/twig/twig/src/Template.php:358) at Twig\Template->display(array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array())) (vendor/twig/twig/src/Template.php:373) at Twig\Template->render(array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array())) (vendor/twig/twig/src/TemplateWrapper.php:51) at Twig\TemplateWrapper->render(array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array())) (vendor/twig/twig/src/Environment.php:333) at Twig\Environment->render('@tafsir/page/view.html.twig', array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array())) (vendor/symfony/framework-bundle/Controller/AbstractController.php:448) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('@tafsir/page/view.html.twig', null, array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array()), 'render') (vendor/symfony/framework-bundle/Controller/AbstractController.php:453) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('@tafsir/page/view.html.twig', null, array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array()), null, 'render') (vendor/symfony/framework-bundle/Controller/AbstractController.php:253) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@tafsir/page/view.html.twig', array('layout' => '@ContentManagement/Entry/printable.html.twig', 'mode' => 'RENDER', 'entry' => object(Entry), 'type' => object(ContentType), 'content' => array('body' => '<p dir="RTL" style="text-align: center;margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; line-height: 200%; "><span style="line-height: 200%; color: green; font-family: \'Traditional Arabic\'; font-size: 18pt; "><strong><u>اتفاقية استخدام البوابة الالكترونية لمركز تفسير للدراسات القرآنية</u></strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">1- </strong><strong>إن استخدامك لموقع </strong><strong style="font-weight: bold; ">(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> يعني قبولك التام للشروط الواردة أدناه. وفي حال رفضك لجميع أو بعض هذه الشروط فهذا يعني انتفاء حقك في مطالعة الموقع، وينبغي أن تتوقف عن استخدامه فوراً.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>2- لا يجوز استخدام موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لأي أغراض يترتب عليها تعدٍ على حقوق الآخرين أو خصوصيتهم، أو إعاقتهم عن استخدام الموقع، أو استخدام أي عبارات فاحشة ومسيئة لكريم الأديان والمعتقدات، أو عبارات تشجّع على ارتكاب جريمة أو مخالفة يترتب عليها مسؤوليَّة قانونية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>3- أنت تقر أن محتويات موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> هي حق خالص له، ولا يجوز نسخها أو إعادة إنتاجها، أو نشرها، بأي طريقة، إلا لأغراض الاستعمال الشخصي غير التجاري، كما لا يجوز على الإطلاق إعادة نشر المادة في إي وسيلة، إلا بعد الإشارة إلى المصدر والكاتب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>4- مع ترحيب موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بأي ملاحظات على أدائه، فأنت تقر أن بعض المواد المنشورة على موقع (</strong></span><u><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>قد تخالف بعض قناعتك أو ترجيحاتك، وعلى ذلك فالموقع غير ملزم بالتسليم لرأيك بتغيير أو حجب أو تعديل هذه المواد.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>5- يحاول القائمون على موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>ضمان أكبر قدر من الجودة واستمرار الخدمة، وعلى ذلك فإن إدارة موقع </strong>(</span><u><span style="font-size:18.0pt;line-height: 200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>وجميع موظفيه ووكلائه أو الأشخاص الذين يوفرون المادة الموجودة فيه أو الذين يرخصون له باستعمالها، غير مسئولين البتة عن أي انقطاع، أو أخطاء في خدمته، أو أي آفات إلكترونيَّة أو برمجية (كالفيروسات وبرامج التجسس) تنشأ عن تصفحه أو تنزيل أي مادة منه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">6- <strong>في حال طلب موقع </strong>(</span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong style="font-weight: bold; ">tafsir</strong>.<strong style="font-weight: bold; ">net</strong></span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أي بيانات تخصك، فإنك توافق على إدخالها في الموقع بلا أيِّ مقابل. وتوافق على احتفاظ الموقع بها، واستخدامها من قبل أقسامه المعنيَّة، مع تعهد موقع </strong>(</span><u style="font-weight: bold; "><span style="font-size:18.0pt;line-height:200%;font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; ">tafsir.net</span></a></span></u><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بعدم تقديمها لأيِّ جهة إلا بعد موافقة صريحة من العضو، أو لوجود نص في قوانين البلاد - التي ينطلق منها عمل الموقع - يلزم الموقع بذلك.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>7- أنت توافق على أن موقع </strong>(</span><u><span style="font-size:18.0pt; line-height:200%;font-family:"Times New Roman","serif"; color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيّ مسؤوليَّة مترتبة على تسرُّب أيِّ جزء من بيانات العضو المشترك بسبب عمليَّات الاختراق والتخريب الالكتروني، كما أن موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> لا يتحمَّل أيَّ مسؤولية عن تلف أو ضياع هذه البيانات لأيِّ سبب من الأسباب.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>8- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">) <strong>بالحق المطلق في إيقاف أو تغيير هذه الخدمة كلياً، أو بعض أجزائها، في أيِّ وقت من الأوقات، بلا إبداء أسباب، ومن غير إعلام مسبق، وليس للمستفيد أدني حق في إبداء اعتراضه.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>9- يحتفظ موقع</strong> (</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> بحقِّه في إيقاف أي حق في استعمالك الخدمة، متى تبين أنك تخل بأي شكل من الأشكال بشروط هذه الخدمة أو القوانين أو كريم الأعراف المرعية في المملكة العربية السعودية.</strong></span></strong></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>10- إن عجز موقع </strong>(</span><u><span style="font-size:18.0pt;line-height:200%; font-family:"Times New Roman","serif";color:green"><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">)<strong> أو عدم قيامه بإجبارك على تنفيذ أي شرط من شروط هذه الاتفاقية، لن يعني موافقة موقع </strong></span></strong><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; font-weight: bold; line-height: 38px; "><strong>(</strong></span><u><span style="font-family: \'Times New Roman\', serif; font-size: 18pt; line-height: 48px; color: green; "><a href="tafsir.net"><span dir="LTR" style="font-family: \'Traditional Arabic\'; font-size: 14pt; color: green; "><strong>tafsir.net</strong></span></a></span></u><span style="font-family: \'Traditional Arabic\'; font-size: 14pt; line-height: 38px; "><strong>)</strong></span> <strong><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">على أي مخالفة صادرة عنك بشأن هذه الشروط، وللموقع كامل الحق في مطالبتك أو حتى إجبارك على تنفيذ جميع بنود هذه الاتفاقية.</span></strong></p> <p dir="RTL" style="margin-top: 6pt; margin-right: 0cm; margin-bottom: 6pt; margin-left: 0cm; text-align: justify; line-height: 200%; "><span style="font-weight: bold; line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; ">11- <strong>يحتفظ موقع </strong><strong>(</strong></span><u><span style="font-size: 18pt; line-height: 200%; font-family: \'Times New Roman\', serif; color: green; "><a href="tafsir.net"><span dir="LTR" style="color: green; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>tafsir.net</strong></span></a></span></u><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>)</strong><strong style="font-weight: bold; "> بحقِّه في تعديل الشروط أعلاه، (بالإضافة والتعديل والحذف)، متى شاء، وبالصِّيغة التي يراها، بلا إعلام للمستفيدين من الموقع، وتكون هذه الشروط ملزمة متى ما جرى هذا التعديل، وإن لم يعلم متصفح الموقع فحواه.</strong></span></p> <p dir="RTL" style="margin-top:6.0pt;margin-right:0cm;margin-bottom: 6.0pt;margin-left:0cm;text-align:justify;line-height:200%"><span style="line-height: 200%; font-family: \'Traditional Arabic\'; font-size: 14pt; "><strong>12- تطبَّق هذه الشروط في ظلِّ قوانين المملكة العربيَّة السعوديَّة، وتحت سلطةٌ محاكمها.</strong></span><strong></strong></p>'), 'properties' => array())) (vendor/rawafed/content-management-bundle/src/Controller/EntryController.php:1154) at Rawafed\ContentManagementBundle\Controller\EntryController->printableAction(object(Entry)) (vendor/symfony/http-kernel/HttpKernel.php:181) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1) (vendor/symfony/http-kernel/HttpKernel.php:76) at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true) (vendor/symfony/http-kernel/Kernel.php:197) at Symfony\Component\HttpKernel\Kernel->handle(object(Request)) (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35) at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run() (vendor/autoload_runtime.php:29) at require_once('/var/www/html/tafsir/vendor/autoload_runtime.php') (public/index.php:5) |