Compare commits
19 Commits
feat/leftb
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e12f22939c | ||
|
|
51aa06ac15 | ||
|
|
1773896e8e | ||
|
|
5629d495f7 | ||
|
|
ce03b7c9bb | ||
|
|
9f349ca29d | ||
|
|
f33544f67d | ||
|
|
3324a1bd49 | ||
|
|
5714e5eb2a | ||
|
|
ce6c65fd37 | ||
|
|
3c4c9ad4b1 | ||
|
|
153692bc81 | ||
|
|
fba3c52ada | ||
|
|
2d953fdd29 | ||
|
|
b953febe54 | ||
|
|
6c271ff43f | ||
|
|
6c74dc8755 | ||
|
|
91c3953ccf | ||
|
|
b8d4c7debb |
@@ -54,9 +54,9 @@ $string['footnote'] = 'Footnote';
|
|||||||
$string['footnotedefault'] = '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and tronic typesetting, sheets taining Lorem Ipsum passages.<br><a href="#">Read More »</a></p>';
|
$string['footnotedefault'] = '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and tronic typesetting, sheets taining Lorem Ipsum passages.<br><a href="#">Read More »</a></p>';
|
||||||
$string['footnotedesc'] = 'Whatever you add to this textarea will be displayed in the footer throughout your Moodle site.';
|
$string['footnotedesc'] = 'Whatever you add to this textarea will be displayed in the footer throughout your Moodle site.';
|
||||||
$string['frontpageheading'] = 'Front page';
|
$string['frontpageheading'] = 'Front page';
|
||||||
$string['gpurl'] = 'Google+';
|
$string['gpurl'] = 'Instagram';
|
||||||
$string['gpurl_default'] = 'https://www.google.com/+yourgoogleplusid';
|
$string['gpurl_default'] = 'https://www.instagram.com/';
|
||||||
$string['gpurldesc'] = 'The Google+ url of your organisation.';
|
$string['gpurldesc'] = 'The Instagram url of your organisation.';
|
||||||
$string['headerheading'] = 'General';
|
$string['headerheading'] = 'General';
|
||||||
$string['homebanner'] = 'Home Page Banner';
|
$string['homebanner'] = 'Home Page Banner';
|
||||||
$string['homebanner_slogan'] = 'We have the largest collection of courses';
|
$string['homebanner_slogan'] = 'We have the largest collection of courses';
|
||||||
@@ -111,9 +111,9 @@ $string['numberofslides_desc'] = 'Number of slides on the slider.';
|
|||||||
$string['numberoftmonials'] = 'Number of Testimonials';
|
$string['numberoftmonials'] = 'Number of Testimonials';
|
||||||
$string['numberoftmonials_desc'] = 'Number of Testimonials on the Home Page.';
|
$string['numberoftmonials_desc'] = 'Number of Testimonials on the Home Page.';
|
||||||
$string['phoneno'] = 'Phone No';
|
$string['phoneno'] = 'Phone No';
|
||||||
$string['pinurl'] = 'Pinterest';
|
$string['pinurl'] = 'Youtube';
|
||||||
$string['pinurl_default'] = 'https://in.pinterest.com/yourpinterestname/';
|
$string['pinurl_default'] = 'https://www.youtube.com/';
|
||||||
$string['pinurldesc'] = 'The Pinterest url of your organisation.';
|
$string['pinurldesc'] = 'The Youtube url of your organisation.';
|
||||||
$string['pluginname'] = 'qualisaude';
|
$string['pluginname'] = 'qualisaude';
|
||||||
$string['readmore'] = 'Read More';
|
$string['readmore'] = 'Read More';
|
||||||
$string['region-side-post'] = 'Right';
|
$string['region-side-post'] = 'Right';
|
||||||
|
|||||||
@@ -66,6 +66,10 @@ $semail = get_string('email', 'theme_qualisaude');
|
|||||||
|
|
||||||
// Footer Content.
|
// Footer Content.
|
||||||
$footlogourl = get_footer_logo_url();
|
$footlogourl = get_footer_logo_url();
|
||||||
|
$footlogourl1 = $OUTPUT->image_url('logos/logo-footer1', 'theme');
|
||||||
|
$footlogourl2 = $OUTPUT->image_url('logos/logo-footer2', 'theme');
|
||||||
|
$footlogourl3 = $OUTPUT->image_url('logos/logo-footer3', 'theme');
|
||||||
|
$footlogourl4 = $OUTPUT->image_url('logos/logo-footer4', 'theme');
|
||||||
$footlogo = theme_qualisaude_get_setting('footlogo');
|
$footlogo = theme_qualisaude_get_setting('footlogo');
|
||||||
$footlogo = (!$footlogo) ? 0 : 1;
|
$footlogo = (!$footlogo) ? 0 : 1;
|
||||||
$footnote = theme_qualisaude_get_setting('footnote', 'format_html');
|
$footnote = theme_qualisaude_get_setting('footnote', 'format_html');
|
||||||
@@ -155,7 +159,11 @@ $templatecontext = [
|
|||||||
"colclass" => $colclass,
|
"colclass" => $colclass,
|
||||||
"block1" => $block1,
|
"block1" => $block1,
|
||||||
"footlogourl" => $footlogourl,
|
"footlogourl" => $footlogourl,
|
||||||
"show_btn_leftblock"=>$show_btn_leftblock
|
"show_btn_leftblock"=>$show_btn_leftblock,
|
||||||
|
"footlogourl1" => $footlogourl1,
|
||||||
|
"footlogourl2" => $footlogourl2,
|
||||||
|
"footlogourl3" => $footlogourl3,
|
||||||
|
"footlogourl4" => $footlogourl4
|
||||||
];
|
];
|
||||||
|
|
||||||
$templatecontext['flatnavigation'] = $PAGE->flatnav;
|
$templatecontext['flatnavigation'] = $PAGE->flatnav;
|
||||||
|
|||||||
@@ -69,6 +69,10 @@ $semail = get_string('email', 'theme_qualisaude');
|
|||||||
|
|
||||||
// Footer Content.
|
// Footer Content.
|
||||||
$footlogourl = get_footer_logo_url();
|
$footlogourl = get_footer_logo_url();
|
||||||
|
$footlogourl1 = $OUTPUT->image_url('logos/logo-footer1', 'theme');
|
||||||
|
$footlogourl2 = $OUTPUT->image_url('logos/logo-footer2', 'theme');
|
||||||
|
$footlogourl3 = $OUTPUT->image_url('logos/logo-footer3', 'theme');
|
||||||
|
$footlogourl4 = $OUTPUT->image_url('logos/logo-footer4', 'theme');
|
||||||
$footlogo = theme_qualisaude_get_setting('footlogo');
|
$footlogo = theme_qualisaude_get_setting('footlogo');
|
||||||
$footlogo = (!$footlogo) ? 0 : 1;
|
$footlogo = (!$footlogo) ? 0 : 1;
|
||||||
$footnote = theme_qualisaude_get_setting('footnote', 'format_html');
|
$footnote = theme_qualisaude_get_setting('footnote', 'format_html');
|
||||||
@@ -160,7 +164,11 @@ $templatecontext = [
|
|||||||
"colclass" => $colclass,
|
"colclass" => $colclass,
|
||||||
"block1" => $block1,
|
"block1" => $block1,
|
||||||
"footlogourl" => $footlogourl,
|
"footlogourl" => $footlogourl,
|
||||||
"show_btn_leftblock"=>$show_btn_leftblock
|
"show_btn_leftblock"=>$show_btn_leftblock,
|
||||||
|
"footlogourl1" => $footlogourl1,
|
||||||
|
"footlogourl2" => $footlogourl2,
|
||||||
|
"footlogourl3" => $footlogourl3,
|
||||||
|
"footlogourl4" => $footlogourl4
|
||||||
];
|
];
|
||||||
|
|
||||||
//var_dump($COURSE);
|
//var_dump($COURSE);
|
||||||
|
|||||||
@@ -32,7 +32,9 @@ $bgCapa = rand(1,1);
|
|||||||
|
|
||||||
<div class="col-lg-4">
|
<div class="col-lg-4">
|
||||||
<figure>
|
<figure>
|
||||||
<a target="_top" href="<?php echo $CFG->wwwroot;?>"><img src="<?php echo($OUTPUT->image_url('logos/logo-b', 'theme')); ?>" class="img-responsive logo-capa"></a>
|
<a target="_top" href="Javascript:void(0);"><img src="<?php echo($OUTPUT->image_url('logos/logo-b', 'theme')); ?>" class="img-responsive logo-capa"></a>
|
||||||
|
<!-- <a target="_top" href="--><?php //echo $CFG->wwwroot;?><!--"><img src="--><?php //echo($OUTPUT->image_url('logos/logo-b', 'theme')); ?><!--" class="img-responsive logo-capa"></a>-->
|
||||||
|
<!-- <a target="_blank" href="https://sigaa.ufrn.br/sigaa/public/programa/apresentacao.jsf?lc=pt_BR&id=8084" ><img src="--><?php //echo($OUTPUT->image_url('logos/logo-b', 'theme')); ?><!--" class="img-responsive logo-capa"></a>-->
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-8">
|
<div class="col-lg-8">
|
||||||
@@ -60,7 +62,7 @@ $bgCapa = rand(1,1);
|
|||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div class="col-md-5">
|
<div class="col-md-5">
|
||||||
<h3 class="showcase">Mestrado Profissional</h3>
|
<h3 class="showcase">Mestrado Profissional</h3>
|
||||||
<h1 class="showcase">Gestão da qualidade em Serviços de Saúde</h1>
|
<h1 class="showcase">Gestão da Qualidade em Serviços de Saúde</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-5 col-lg-offset-2 margin-top-20">
|
<div class="col-md-5 col-lg-offset-2 margin-top-20">
|
||||||
<div class="box-login-capa">
|
<div class="box-login-capa">
|
||||||
@@ -99,7 +101,8 @@ $bgCapa = rand(1,1);
|
|||||||
echo <<<HTML
|
echo <<<HTML
|
||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
<h2 class="titulo">Sobre o mestrado</h2>
|
<h2 class="titulo">Sobre o mestrado</h2>
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris</p>
|
<p>O Mestrado Profissional Gestão da Qualidade em Serviços de Saúde (Mestrado QualiSaúde) é um curso de pós-graduação stricto sensu da Universidade Federal do Rio Grande do Norte ofertado desde 2014 em colaboração com a Universidad de Murcia. O programa tem enfoque internacional, sendo também ofertado nessa universidade espanhola colaboradora desde 1999 e no Instituto Nacional de Salud Pública do México desde 2013.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
HTML;
|
HTML;
|
||||||
echo('<div class="col-lg-6">'.$OUTPUT->site_frontpage_news().'</div>');
|
echo('<div class="col-lg-6">'.$OUTPUT->site_frontpage_news().'</div>');
|
||||||
|
|||||||
@@ -51,6 +51,10 @@ $semail = get_string('email', 'theme_qualisaude');
|
|||||||
|
|
||||||
// Footer Content.
|
// Footer Content.
|
||||||
$footlogourl = get_footer_logo_url();
|
$footlogourl = get_footer_logo_url();
|
||||||
|
$footlogourl1 = $OUTPUT->image_url('logos/logo-footer1', 'theme');
|
||||||
|
$footlogourl2 = $OUTPUT->image_url('logos/logo-footer2', 'theme');
|
||||||
|
$footlogourl3 = $OUTPUT->image_url('logos/logo-footer3', 'theme');
|
||||||
|
$footlogourl4 = $OUTPUT->image_url('logos/logo-footer4', 'theme');
|
||||||
$footlogo = theme_qualisaude_get_setting('footlogo');
|
$footlogo = theme_qualisaude_get_setting('footlogo');
|
||||||
$footlogo = (!$footlogo) ? 0 : 1;
|
$footlogo = (!$footlogo) ? 0 : 1;
|
||||||
$footnote = theme_qualisaude_get_setting('footnote', 'format_html');
|
$footnote = theme_qualisaude_get_setting('footnote', 'format_html');
|
||||||
@@ -137,7 +141,11 @@ $templatecontext = [
|
|||||||
"footerblock1" => $footerblock1,
|
"footerblock1" => $footerblock1,
|
||||||
"colclass" => $colclass,
|
"colclass" => $colclass,
|
||||||
"block1" => $block1,
|
"block1" => $block1,
|
||||||
"footlogourl" => $footlogourl
|
"footlogourl" => $footlogourl,
|
||||||
|
"footlogourl1" => $footlogourl1,
|
||||||
|
"footlogourl2" => $footlogourl2,
|
||||||
|
"footlogourl3" => $footlogourl3,
|
||||||
|
"footlogourl4" => $footlogourl4
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
157
layout/my.php
157
layout/my.php
@@ -24,6 +24,8 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
|
use core_completion\progress;
|
||||||
|
|
||||||
user_preference_allow_ajax_update('drawer-open-nav', PARAM_ALPHA);
|
user_preference_allow_ajax_update('drawer-open-nav', PARAM_ALPHA);
|
||||||
require_once($CFG->libdir . '/behat/lib.php');
|
require_once($CFG->libdir . '/behat/lib.php');
|
||||||
|
|
||||||
@@ -66,6 +68,10 @@ $username = $USER->firstname.' '.$USER->lastname;
|
|||||||
|
|
||||||
// Footer Content.
|
// Footer Content.
|
||||||
$footlogourl = get_footer_logo_url();
|
$footlogourl = get_footer_logo_url();
|
||||||
|
$footlogourl1 = $OUTPUT->image_url('logos/logo-footer1', 'theme');
|
||||||
|
$footlogourl2 = $OUTPUT->image_url('logos/logo-footer2', 'theme');
|
||||||
|
$footlogourl3 = $OUTPUT->image_url('logos/logo-footer3', 'theme');
|
||||||
|
$footlogourl4 = $OUTPUT->image_url('logos/logo-footer4', 'theme');
|
||||||
$footlogo = theme_qualisaude_get_setting('footlogo');
|
$footlogo = theme_qualisaude_get_setting('footlogo');
|
||||||
$footlogo = (!$footlogo) ? 0 : 1;
|
$footlogo = (!$footlogo) ? 0 : 1;
|
||||||
$footnote = theme_qualisaude_get_setting('footnote', 'format_html');
|
$footnote = theme_qualisaude_get_setting('footnote', 'format_html');
|
||||||
@@ -85,6 +91,7 @@ $scontactus = get_string('contact_us', 'theme_qualisaude');
|
|||||||
$phone = get_string('phone', 'theme_qualisaude');
|
$phone = get_string('phone', 'theme_qualisaude');
|
||||||
$email = get_string('email', 'theme_qualisaude');
|
$email = get_string('email', 'theme_qualisaude');
|
||||||
$sfollowus = get_string('followus', 'theme_qualisaude');
|
$sfollowus = get_string('followus', 'theme_qualisaude');
|
||||||
|
$myCourses = getMyCourses();
|
||||||
|
|
||||||
$url = ($fburl != '' || $pinurl != '' || $twurl != '' || $gpurl != '') ? 1 : 0;
|
$url = ($fburl != '' || $pinurl != '' || $twurl != '' || $gpurl != '') ? 1 : 0;
|
||||||
$block3 = ($address != '' || $phoneno != '' || $emailid != '' || $url != 0) ? 1 : 0;
|
$block3 = ($address != '' || $phoneno != '' || $emailid != '' || $url != 0) ? 1 : 0;
|
||||||
@@ -156,9 +163,157 @@ $templatecontext = [
|
|||||||
"block1" => $block1,
|
"block1" => $block1,
|
||||||
"footlogourl" => $footlogourl,
|
"footlogourl" => $footlogourl,
|
||||||
"username" => $username,
|
"username" => $username,
|
||||||
"show_btn_leftblock"=>$show_btn_leftblock
|
"show_btn_leftblock"=>$show_btn_leftblock,
|
||||||
|
"myCourses"=>$myCourses,
|
||||||
|
"footlogourl" => $footlogourl,
|
||||||
|
"footlogourl1" => $footlogourl1,
|
||||||
|
"footlogourl2" => $footlogourl2,
|
||||||
|
"footlogourl3" => $footlogourl3,
|
||||||
|
"footlogourl4" => $footlogourl4
|
||||||
];
|
];
|
||||||
|
|
||||||
$templatecontext['flatnavigation'] = $PAGE->flatnav;
|
$templatecontext['flatnavigation'] = $PAGE->flatnav;
|
||||||
echo $OUTPUT->render_from_template('theme_qualisaude/my', $templatecontext);
|
echo $OUTPUT->render_from_template('theme_qualisaude/my', $templatecontext);
|
||||||
|
|
||||||
|
function getMyCourses(){
|
||||||
|
global $DB, $CFG, $OUTPUT;
|
||||||
|
|
||||||
|
$content = "";
|
||||||
|
|
||||||
|
// Carregamento para usuário que não são administrador
|
||||||
|
//------------- ---------------
|
||||||
|
//SET COURSE LIST MANDACARU
|
||||||
|
//------------- ---------------
|
||||||
|
$courses_list = enrol_get_my_courses(NULL,'sortorder DESC', 0, [], true);
|
||||||
|
$categories = $DB->get_records('course_categories', null, '', 'id, name');
|
||||||
|
$auxcat = 0;
|
||||||
|
$filtered_course_list = array();
|
||||||
|
foreach($courses_list as $courseobj){
|
||||||
|
|
||||||
|
if($auxcat ==0){
|
||||||
|
$change_category = 1;
|
||||||
|
$auxcat = $courseobj->category;
|
||||||
|
}elseif($auxcat != $courseobj->category){
|
||||||
|
$change_category = 1;
|
||||||
|
$auxcat = $courseobj->category;
|
||||||
|
}else{
|
||||||
|
$change_category = 0;
|
||||||
|
$auxcat = $courseobj->category;
|
||||||
|
}
|
||||||
|
$courseobj->categoryname = $categories[$courseobj->category]->name;
|
||||||
|
$courseobj->imagepath = "";
|
||||||
|
$courseobj->changecategory = $change_category;
|
||||||
|
|
||||||
|
$filtered_course_list[]= $courseobj; // Aplicação do filtro eliminando as disciplinas que não devem ser consideradas
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
//------------- ---------------
|
||||||
|
//SET COURSE LIST MANDACARU
|
||||||
|
//------------- ---------------
|
||||||
|
|
||||||
|
$content .= '<section id="list-course" class="col-lg-12 col-md-12 col-xs-12">';
|
||||||
|
|
||||||
|
$content .= ' <ul class="nav nav-tabs" id="myTabs" role="tablist">';
|
||||||
|
$cont = 0;
|
||||||
|
foreach($filtered_course_list as $key=>$cats){
|
||||||
|
$active = "";
|
||||||
|
if($key==0){
|
||||||
|
$active ='active';
|
||||||
|
}
|
||||||
|
if($cats->changecategory){
|
||||||
|
$content .= "<li role=\"presentation\" class=\"{$active}\">";
|
||||||
|
$content .= "<a href=\"#tab-{$cats->category}\" aria-controls=\"tab-{$cats->category}\" role=\"tab\" data-toggle=\"tab\">$cats->categoryname</a>";
|
||||||
|
$content .= "</li>";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if(count($filtered_course_list) == $cont ) {
|
||||||
|
$content .= "<li role=\"presentation\"><a href=\"#\" aria-controls=\"categoryname\" role=\"tab\" data-toggle=\"tab\">Nenhuma disciplina disponível</a></li>";
|
||||||
|
}
|
||||||
|
$content .= ' </ul>';
|
||||||
|
|
||||||
|
|
||||||
|
$content .= ' <div class="tab-content card-body">';
|
||||||
|
|
||||||
|
|
||||||
|
$continue =0;
|
||||||
|
foreach($filtered_course_list as $key=>$cats){
|
||||||
|
$active = "";
|
||||||
|
if($key ==0){
|
||||||
|
$active ='active';
|
||||||
|
}
|
||||||
|
|
||||||
|
//close div
|
||||||
|
if($cats->changecategory && $key!=0){
|
||||||
|
// $content .= "</ul>\n";
|
||||||
|
$content .= " </div>\n";
|
||||||
|
}else{
|
||||||
|
$active ='active';
|
||||||
|
}
|
||||||
|
|
||||||
|
//open div
|
||||||
|
if($cats->changecategory){
|
||||||
|
$content .= "<div role=\"tabpanel\" class=\"tab-pane card-deck dashboard-card-deck fade in {$active}\" id=\"tab-{$cats->category}\">\n";
|
||||||
|
// $content .= "<ul class='row'>\n";
|
||||||
|
}
|
||||||
|
|
||||||
|
//gerando a imagem do curso
|
||||||
|
$courseDetails = $DB->get_record('course', array('id'=>$cats->id));
|
||||||
|
$courseImage = \core_course\external\course_summary_exporter::get_course_image($courseDetails);
|
||||||
|
if(!$courseImage){
|
||||||
|
$courseImage = $OUTPUT->get_generated_image_for_id($cats->id);
|
||||||
|
}
|
||||||
|
|
||||||
|
//calc Progress
|
||||||
|
$progress =getProgress($courseDetails);
|
||||||
|
|
||||||
|
$course_link = $CFG->wwwroot. "/course/view.php?id={$cats->id}";
|
||||||
|
$content .= "
|
||||||
|
<div class=\"card dashboard-card\" role=\"listitem\" data-region=\"course-content\" data-course-id=\"2\">
|
||||||
|
<a href=\"{$course_link}\" tabindex=\"-1\">
|
||||||
|
<div class=\"card-img dashboard-card-img\" style=\"background-image: url({$courseImage});\">
|
||||||
|
<span class=\"sr-only\"></span>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<div class=\"p-2 course-info-container\" id=\"course-info-container-2-4\">
|
||||||
|
<div class=\"d-flex align-items-start\">
|
||||||
|
<div class=\"w-100 text-truncate\">
|
||||||
|
<a href=\"{$course_link}\" class=\"coursename mr-2\">
|
||||||
|
<span class=\"sr-only\">Nome do curso</span>
|
||||||
|
<span class=\"multiline\">{$cats->fullname}</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class=\"p-2\">
|
||||||
|
<div class=\"progress bg-white border\">
|
||||||
|
<div class=\"progress-bar bar\" role=\"progressbar\" aria-valuenow=\"50\" style=\"width:{$progress}%\" aria-valuemin=\"0\" aria-valuemax=\"100\"></div>
|
||||||
|
</div>
|
||||||
|
<div class=\"small\">
|
||||||
|
<span class=\"sr-only\">Progresso do curso:</span>
|
||||||
|
<strong>{$progress}</strong>% completo
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
";
|
||||||
|
|
||||||
|
}
|
||||||
|
$content .= " </div>\n";
|
||||||
|
|
||||||
|
$content .= ' </div>';
|
||||||
|
$content .= '</section>';
|
||||||
|
|
||||||
|
return $content;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getProgress($course){
|
||||||
|
|
||||||
|
$percentage = progress::get_course_progress_percentage($course);
|
||||||
|
if(!$percentage){
|
||||||
|
$percentage=0;
|
||||||
|
}
|
||||||
|
|
||||||
|
return $percentage;
|
||||||
|
|
||||||
|
}
|
||||||
BIN
pix/logos/logo-footer1.png
Normal file
BIN
pix/logos/logo-footer1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
pix/logos/logo-footer2.png
Normal file
BIN
pix/logos/logo-footer2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
pix/logos/logo-footer3.png
Normal file
BIN
pix/logos/logo-footer3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
pix/logos/logo-footer4.png
Normal file
BIN
pix/logos/logo-footer4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
@@ -43,7 +43,7 @@ class theme_qualisaude_core_course_renderer extends core_course_renderer {
|
|||||||
$userid = $USER->id;
|
$userid = $USER->id;
|
||||||
}
|
}
|
||||||
|
|
||||||
$percentage = progress::get_course_progress_percentage($course);
|
$percentage = round(progress::get_course_progress_percentage($course),0);
|
||||||
if(!$percentage){
|
if(!$percentage){
|
||||||
$percentage=0;
|
$percentage=0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -155,6 +155,14 @@ section#inicial{
|
|||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (max-width: 576px) {
|
||||||
|
section#formulario{
|
||||||
|
margin: 70px 0 0 0 !important;
|
||||||
|
.box-login-capa{
|
||||||
|
margin-top: 0px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#page{
|
#page{
|
||||||
@@ -192,6 +200,22 @@ section#inicial{
|
|||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#footer{
|
||||||
|
.social-media{
|
||||||
|
padding: 20px 0 0;
|
||||||
|
ul{
|
||||||
|
li{
|
||||||
|
a {
|
||||||
|
font-size: 36px;
|
||||||
|
color: #31539E;
|
||||||
|
&:hover{
|
||||||
|
color: #009cd1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ################################### TOPO ################################# */
|
/* ################################### TOPO ################################# */
|
||||||
@@ -249,7 +273,8 @@ section#inicial{
|
|||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
&.course-title{
|
&.course-title{
|
||||||
margin-top: 30px;
|
margin-top: 10px;
|
||||||
|
max-width: 900px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -260,9 +285,135 @@ section#inicial{
|
|||||||
.pagelayout-mydashboard{
|
.pagelayout-mydashboard{
|
||||||
#region-main{
|
#region-main{
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
section#list-course{
|
||||||
|
padding-left: 3px;
|
||||||
|
#myTabs{
|
||||||
|
li{
|
||||||
|
a{
|
||||||
|
border-radius: 10px 10px 0 0;
|
||||||
|
border: 1px solid #efefef;
|
||||||
|
border-bottom: 0px;
|
||||||
|
padding: 1px 20px 0px 20px;
|
||||||
|
line-height: 30px;
|
||||||
|
display: block;
|
||||||
|
margin-right: 10px;
|
||||||
|
text-decoration: none;
|
||||||
|
&.active{
|
||||||
|
background-color: #dee2e7;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.card-body{
|
||||||
|
padding: 0px;
|
||||||
|
.card-deck{
|
||||||
|
.card{
|
||||||
|
box-shadow: 0px 1px 3px 0px rgba(0,0,0,.1);
|
||||||
|
margin: 10px 2px 0px 2px;
|
||||||
|
display: inline-flex;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dashboard-card-deck:not(.fixed-width-cards) {
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
.dashboard-card {
|
||||||
|
width: calc(50% - #{$card-gutter});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 840px) {
|
||||||
|
.dashboard-card {
|
||||||
|
width: calc(33.33% - #{$card-gutter});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1100px) {
|
||||||
|
.dashboard-card {
|
||||||
|
width: calc(33.33% - #{$card-gutter});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1360px) {
|
||||||
|
.dashboard-card {
|
||||||
|
width: calc(33.33% - #{$card-gutter});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#region-main.has-blocks {
|
||||||
|
.dashboard-card-deck:not(.fixed-width-cards) {
|
||||||
|
@media (min-width: 1200px) {
|
||||||
|
.dashboard-card {
|
||||||
|
width: calc(33.33% - #{$card-gutter});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1470px) {
|
||||||
|
.dashboard-card {
|
||||||
|
width: calc(33.33% - #{$card-gutter});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
body.drawer-open-left {
|
||||||
|
.dashboard-card-deck:not(.fixed-width-cards) {
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.dashboard-card {
|
||||||
|
width: calc(100% - #{$card-gutter});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 861px) {
|
||||||
|
.dashboard-card {
|
||||||
|
width: calc(50% - #{$card-gutter});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1122px) {
|
||||||
|
.dashboard-card {
|
||||||
|
width: calc(33.33% - #{$card-gutter});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1381px) {
|
||||||
|
.dashboard-card {
|
||||||
|
width: calc(33.33% - #{$card-gutter});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
body.drawer-open-left #region-main.has-blocks {
|
||||||
|
.dashboard-card-deck:not(.fixed-width-cards) {
|
||||||
|
@media (min-width: 1200px) {
|
||||||
|
.dashboard-card {
|
||||||
|
width: calc(100% - #{$card-gutter});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1236px) {
|
||||||
|
.dashboard-card {
|
||||||
|
width: calc(50% - #{$card-gutter});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1497px) {
|
||||||
|
.dashboard-card {
|
||||||
|
width: calc(33.33% - #{$card-gutter});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1200px) {
|
||||||
|
#block-region-side-pre {
|
||||||
|
.dashboard-card-deck:not(.fixed-width-cards) {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
.dashboard-card {
|
||||||
|
width: calc(100% - #{$card-gutter}) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ################################### CURSO ################################# */
|
/* ################################### CURSO ################################# */
|
||||||
|
|
||||||
.pagelayout-course{
|
.pagelayout-course{
|
||||||
|
|||||||
14
settings.php
14
settings.php
@@ -198,13 +198,6 @@ if (is_siteadmin()) {
|
|||||||
$setting = new admin_setting_configtext($name, $title, $description, $default);
|
$setting = new admin_setting_configtext($name, $title, $description, $default);
|
||||||
$temp->add($setting);
|
$temp->add($setting);
|
||||||
|
|
||||||
$name = 'theme_qualisaude/twurl';
|
|
||||||
$title = get_string('twurl', 'theme_qualisaude');
|
|
||||||
$description = get_string('twurldesc', 'theme_qualisaude');
|
|
||||||
$default = get_string('twurl_default', 'theme_qualisaude');
|
|
||||||
$setting = new admin_setting_configtext($name, $title, $description, $default);
|
|
||||||
$temp->add($setting);
|
|
||||||
|
|
||||||
$name = 'theme_qualisaude/gpurl';
|
$name = 'theme_qualisaude/gpurl';
|
||||||
$title = get_string('gpurl', 'theme_qualisaude');
|
$title = get_string('gpurl', 'theme_qualisaude');
|
||||||
$description = get_string('gpurldesc', 'theme_qualisaude');
|
$description = get_string('gpurldesc', 'theme_qualisaude');
|
||||||
@@ -212,6 +205,13 @@ if (is_siteadmin()) {
|
|||||||
$setting = new admin_setting_configtext($name, $title, $description, $default);
|
$setting = new admin_setting_configtext($name, $title, $description, $default);
|
||||||
$temp->add($setting);
|
$temp->add($setting);
|
||||||
|
|
||||||
|
// $name = 'theme_qualisaude/twurl';
|
||||||
|
// $title = get_string('twurl', 'theme_qualisaude');
|
||||||
|
// $description = get_string('twurldesc', 'theme_qualisaude');
|
||||||
|
// $default = get_string('twurl_default', 'theme_qualisaude');
|
||||||
|
// $setting = new admin_setting_configtext($name, $title, $description, $default);
|
||||||
|
// $temp->add($setting);
|
||||||
|
|
||||||
$settings->add($temp);
|
$settings->add($temp);
|
||||||
/* Footer Settings end */
|
/* Footer Settings end */
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,14 +25,59 @@
|
|||||||
<div id="course-footer">{{{ output.course_footer }}}</div>
|
<div id="course-footer">{{{ output.course_footer }}}</div>
|
||||||
<div class="row" style="padding-top: 50px;">
|
<div class="row" style="padding-top: 50px;">
|
||||||
|
|
||||||
<div class="col-md-8">
|
<div class="col-md-10">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-3">
|
||||||
<div class="infoarea">
|
<div class="infoarea">
|
||||||
{{#footlogo}}
|
|
||||||
<div class="footer-logo">
|
<div class="footer-logo">
|
||||||
<a href="#"><img src="{{footlogourl}}" class="img-responsive" alt="qualisaude"></a>
|
<a target="_blank" href="https://sigaa.ufrn.br/sigaa/public/programa/apresentacao.jsf?lc=pt_BR&id=8084"><img src="{{footlogourl1}}" class="img-responsive" alt="qualisaude"></a>
|
||||||
</div>
|
</div>
|
||||||
{{/footlogo}}
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-3">
|
||||||
|
<div class="infoarea">
|
||||||
|
<div class="footer-logo">
|
||||||
|
<a target="_blank" href="http://www.ppg.ufrn.br/"><img src="{{footlogourl2}}" class="img-responsive" alt="PPG"></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-3">
|
||||||
|
<div class="infoarea">
|
||||||
|
<div class="footer-logo">
|
||||||
|
<a target="_blank" href="http://sedis.ufrn.br/"><img src="{{footlogourl3}}" class="img-responsive" alt="Sedis"></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2">
|
||||||
|
<div class="infoarea">
|
||||||
|
<div class="footer-logo">
|
||||||
|
<a target="_blank" href="https://www.ufrn.br/"><img src="{{footlogourl4}}" class="img-responsive" alt="UFRN"></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="infoarea">-->
|
||||||
|
<!-- {{#footlogo}}-->
|
||||||
|
<!-- <div class="footer-logo">-->
|
||||||
|
<!-- <a href="#"><img src="{{footlogourl}}" class="img-responsive" alt="qualisaude"></a>-->
|
||||||
|
<!-- </div>-->
|
||||||
|
<!-- {{/footlogo}}-->
|
||||||
<!-- {{{footnote}}}-->
|
<!-- {{{footnote}}}-->
|
||||||
|
<!-- </div>-->
|
||||||
|
</div>
|
||||||
|
<div class="col-lg-2">
|
||||||
|
<div class="social-media pull-right">
|
||||||
|
<ul>
|
||||||
|
{{# fburl}}
|
||||||
|
<li class="smedia-01"><a target="_blank" href="{{fburl}}"><i class="fa fa-facebook-official"></i></a></li>
|
||||||
|
{{/ fburl}}
|
||||||
|
{{# pinurl}}
|
||||||
|
<li class="smedia-02"><a target="_blank" href="{{pinurl}}"><i class="fa fa-youtube"></i></a></li>
|
||||||
|
{{/ pinurl}}
|
||||||
|
{{# gpurl}}
|
||||||
|
<li class="smedia-03"><a target="_blank" href="{{gpurl}}"><i class="fa fa-instagram"></i></a></li>
|
||||||
|
{{/ gpurl}}
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
<div class="cabecalho-header">
|
<div class="cabecalho-header">
|
||||||
<div id="cabecalho-geral" class="container-fluid">
|
<div id="cabecalho-geral" class="container-fluid">
|
||||||
<div class="page-title">
|
<div class="page-title">
|
||||||
{{{ output.breadscrumb }}}
|
<!-- espaço do output.breadscrumb -->
|
||||||
<label style="color:#fff; margin: 15px 0 0 0;">Bem-vindo {{username}}</label>
|
<label style="color:#fff; margin: 15px 0 0 0;">Bem-vindo {{username}}</label>
|
||||||
<h1>Meus módulos</h1>
|
<h1>Meus módulos</h1>
|
||||||
</div>
|
</div>
|
||||||
@@ -82,6 +82,7 @@
|
|||||||
<div class="region_main_settings_menu_proxy"></div>
|
<div class="region_main_settings_menu_proxy"></div>
|
||||||
{{/hasregionmainsettingsmenu}}
|
{{/hasregionmainsettingsmenu}}
|
||||||
{{{ output.course_content_header }}}
|
{{{ output.course_content_header }}}
|
||||||
|
{{{ myCourses }}}
|
||||||
{{{ output.main_content }}}
|
{{{ output.main_content }}}
|
||||||
{{{ output.activity_navigation }}}
|
{{{ output.activity_navigation }}}
|
||||||
{{{ output.course_content_footer }}}
|
{{{ output.course_content_footer }}}
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<a href="{{{ config.wwwroot }}}/?redirect=0" class="logo-topo">
|
<a href="{{{ config.wwwroot }}}/?redirect=0" class="logo-topo">
|
||||||
|
<!--<a href="{{{ config.wwwroot }}}/?redirect=0" class="logo-topo">-->
|
||||||
{{# logourl }}
|
{{# logourl }}
|
||||||
<span class="logo">
|
<span class="logo">
|
||||||
<img src="{{logourl}}" alt="{{sitename}}" class="img-responsive">
|
<img src="{{logourl}}" alt="{{sitename}}" class="img-responsive">
|
||||||
|
|||||||
Reference in New Issue
Block a user