@ -0,0 +1,117 @@ |
||||
.thumbnail .caption{ |
||||
text-align: center; |
||||
} |
||||
.cleared { |
||||
content: "."; |
||||
display: block; |
||||
height: 0; |
||||
clear: both; |
||||
visibility: hidden; |
||||
line-height: 0; |
||||
} |
||||
table .bg-color{ |
||||
background-color: #E5EDF9; |
||||
color: #333; |
||||
} |
||||
table td.ta-center, table th.ta-center { |
||||
text-align: center; |
||||
} |
||||
|
||||
#courses_table td, #transfer_table td, #order_table td { |
||||
vertical-align: middle; |
||||
} |
||||
|
||||
#courses_table td input.price, #transfer_table td input, #currency_type { |
||||
margin: 0; |
||||
} |
||||
|
||||
#courses_table td.btop { |
||||
border-top: 1px solid #C5DEEB; |
||||
border-bottom: 1px solid #C5DEEB; |
||||
} |
||||
|
||||
#courses_table tr.fmod { |
||||
border: 1px solid #C5DEEB; |
||||
background: #C5DEEB; |
||||
} |
||||
|
||||
.sprice { |
||||
color: #4D984E; |
||||
font-size: 18px; |
||||
font-weight: bold; |
||||
margin: 15px 0; |
||||
} |
||||
|
||||
.dinline { |
||||
display: inline; |
||||
} |
||||
|
||||
.fright { |
||||
float: right; |
||||
} |
||||
|
||||
.cursor { |
||||
cursor: pointer; |
||||
} |
||||
|
||||
.ta-center { |
||||
text-align: center; |
||||
} |
||||
|
||||
textarea#message { |
||||
width: 50%; |
||||
} |
||||
|
||||
.send_result { |
||||
font-weight: bold; |
||||
} |
||||
|
||||
select#lsessions, select#lcourses, select#lexercises, select#status { |
||||
margin-bottom: 0px; |
||||
} |
||||
|
||||
.column_field_filter { |
||||
padding: 6px 10px 1px 1px; |
||||
text-align: right; |
||||
} |
||||
|
||||
.height5 { |
||||
height: 5px; |
||||
} |
||||
|
||||
.margin-left-fifty{ |
||||
margin-left: 50px !important; |
||||
} |
||||
#course_category_well h4{ |
||||
padding-left: 0; |
||||
} |
||||
#course_category_well .form-content{ |
||||
padding-left: 1em; |
||||
padding-right: 1em; |
||||
} |
||||
#course_category_well .btn{ |
||||
width: 100%; |
||||
line-height: 30px; |
||||
font-size: 16px; |
||||
} |
||||
.icon-course .thumbnail{ |
||||
border: none; |
||||
box-shadow: none; |
||||
} |
||||
.well-course{ |
||||
padding-top: 1em; |
||||
padding-bottom: 1em; |
||||
border-bottom: 1px solid #D3E6F0; |
||||
} |
||||
.ui-widget-content .well-course a, .ui-widget-content .well-course a:hover{ |
||||
color: #fff; |
||||
} |
||||
.label-info, .badge-info { |
||||
background-color: #53a0c6; |
||||
font-weight: normal; |
||||
} |
||||
.categories-course-description h3 { |
||||
color: #666; |
||||
font-weight: bold; |
||||
font-family: Arial; |
||||
} |
||||
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 831 B |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
@ -1,19 +1,63 @@ |
||||
<div class="well sidebar-nav static normal-message"> |
||||
<h4> {{title}} </h4> |
||||
<ul class="nav nav-list"> |
||||
<li> |
||||
<a href="src/list.php"> {{ BuyCourses }} </a> |
||||
</li> |
||||
<link rel="stylesheet" type="text/css" href="resources/css/style.css"/> |
||||
<div class="row"> |
||||
<div class="span12"> |
||||
<div class="row"> |
||||
{% if isAdmin == 'true' %} |
||||
<li> |
||||
<a href="src/configuration.php"> {{ ConfigurationOfCoursesAndPrices }} </a> |
||||
</li> |
||||
<li> |
||||
<a href="src/paymentsetup.php"> {{ ConfigurationOfPayments }} </a> |
||||
</li> |
||||
<li> |
||||
<a href="src/pending_orders.php"> {{ OrdersPendingOfPayment }} </a> |
||||
</li> |
||||
{% endif %} |
||||
<div class="span12"> |
||||
<div> |
||||
<h2>{{ 'TitlePlugin'|get_plugin_lang('BuyCoursesPlugin') }}</h2> |
||||
<p>{{ 'PresentationPlugin'|get_plugin_lang('BuyCoursesPlugin') }}</p> |
||||
</div> |
||||
<div class="normal-message"> |
||||
<h3>{{ 'Instructions'|get_plugin_lang('BuyCoursesPlugin') }}</h3> |
||||
<ul> |
||||
<li>{{ 'InstructionsStep1'|get_plugin_lang('BuyCoursesPlugin') }}</li> |
||||
<li>{{ 'InstructionsStep2'|get_plugin_lang('BuyCoursesPlugin') }}</li> |
||||
<li>{{ 'InstructionsStep3'|get_plugin_lang('BuyCoursesPlugin') }}</li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
{% endif %} |
||||
<div class="span12"> |
||||
|
||||
</div> |
||||
</div> |
||||
<div class="row"> |
||||
|
||||
<div class="span3"> |
||||
<div class="thumbnail"> |
||||
<img src="resources/img/128/buycourses.png"> |
||||
<div class="caption"> |
||||
<a class="btn" href="src/list.php">{{ BuyCourses }}</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{% if isAdmin == 'true' %} |
||||
<div class="span3"> |
||||
<div class="thumbnail"> |
||||
<img src="resources/img/128/settings.png"> |
||||
<div class="caption"> |
||||
<a class="btn" href="src/configuration.php">{{ ConfigurationOfCoursesAndPrices }}</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="span3"> |
||||
<div class="thumbnail"> |
||||
<img src="resources/img/128/paymentsettings.png"> |
||||
<div class="caption"> |
||||
<a class="btn" href="src/paymentsetup.php">{{ ConfigurationOfPayments }} </a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
<div class="span3"> |
||||
<div class="thumbnail"> |
||||
<img src="resources/img/128/backlogs.png"> |
||||
<div class="caption"> |
||||
<a class="btn" href="src/pending_orders.php"> {{ OrdersPendingOfPayment }} </a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
{% endif %} |
||||
</div> |
||||
</div> |
||||
</div> |
||||