mirror of
https://github.com/Karaka-Management/oms-Labeling.git
synced 2026-01-11 17:18:41 +00:00
fix bugs
This commit is contained in:
parent
d58978cfa2
commit
c2bdfeceee
|
|
@ -35,7 +35,6 @@ $imageType = 'image/png'; // Assuming JPEG format in this example
|
||||||
// Generate the data URI for the inline image
|
// Generate the data URI for the inline image
|
||||||
$inlineImage = 'data:' . $imageType . ';base64,' . $imageBase64;
|
$inlineImage = 'data:' . $imageType . ';base64,' . $imageBase64;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-6">
|
<div class="col-xs-12 col-md-6">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,6 @@ $imageType = 'image/png'; // Assuming JPEG format in this example
|
||||||
// Generate the data URI for the inline image
|
// Generate the data URI for the inline image
|
||||||
$inlineImage = 'data:' . $imageType . ';base64,' . $imageBase64;
|
$inlineImage = 'data:' . $imageType . ';base64,' . $imageBase64;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="portlet-body">
|
<div class="portlet-body">
|
||||||
<img height="100%" width="100%" src="Web/Backend/img/under_construction.svg">
|
<img height="100%" width="100%" src="Web/Backend/img/under_construction.svg">
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user