more vid
This commit is contained in:
@@ -17,20 +17,28 @@ class WrenchFaq extends BaseController
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
|
||||
$msgS = "<div style='width: 100%; min-height: 300px; border-radius: 10px; background-color: whitesmoke;'>
|
||||
$msgS = "<div style='width: 100%; min-height: 300px; border-radius: 10px; background-color: whitesmoke; padding: 10px;'>
|
||||
<b>Finding Task and Posting Jobs </b>
|
||||
<br>
|
||||
<iframe style='width: 100%; min-height: 250px; height: auto' width='100%' src='https://www.youtube.com/embed/GhSxT7rk0y8?si=Q4guiwdl9vBmmQKF' title='YouTube video player' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' referrerpolicy='strict-origin-when-cross-origin' allowfullscreen></iframe>
|
||||
<br>
|
||||
Random gibberish text to use in web pages, site templates and in typography demos.
|
||||
Get rid of Lorem Ipsum forever. A tool for web designers who want to save time. </div>";
|
||||
Get rid of Lorem Ipsum forever. A tool for web designers who want to save time.
|
||||
<br>
|
||||
<b>Finding Task and Posting Jobs </b>
|
||||
<br>
|
||||
<iframe style='width: 100%; min-height: 250px; height: auto' width='100%' src='https://www.youtube.com/embed/GhSxT7rk0y8?si=Q4guiwdl9vBmmQKF' title='YouTube video player' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' referrerpolicy='strict-origin-when-cross-origin' allowfullscreen></iframe>
|
||||
<br>
|
||||
Random gibberish text to use in web pages, site templates and in typography demos.
|
||||
Get rid of Lorem Ipsum forever. A tool for web designers who want to save time.
|
||||
</div>";
|
||||
$data["result_list"][] = array(
|
||||
"uid" => '0000-0000-0000-000 A1',
|
||||
"topic" => "Task & Jobs ",
|
||||
"contents" => $msgS
|
||||
);
|
||||
|
||||
$msgS = "<div style='width: 100%; min-height: 300px; border-radius: 10px; background-color: whitesmoke;'>
|
||||
$msgS = "<div style='width: 100%; min-height: 300px; border-radius: 10px; background-color: whitesmoke; padding: 10px;'>
|
||||
<b>Family Engagement </b>
|
||||
<br>
|
||||
<iframe style='width: 100%; min-height: 250px; height: auto' width='100%' src='https://www.youtube.com/embed/GhSxT7rk0y8?si=Q4guiwdl9vBmmQKF' title='YouTube video player' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' referrerpolicy='strict-origin-when-cross-origin' allowfullscreen></iframe>
|
||||
|
||||
Reference in New Issue
Block a user