本文整理汇总了PHP中get_addition_all_info函数的典型用法代码示例。如果您正苦于以下问题:PHP get_addition_all_info函数的具体用法?PHP get_addition_all_info怎么用?PHP get_addition_all_info使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了get_addition_all_info函数的6个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: mysql_query
mysql_query("INSERT INTO \t`file`\n\t\t\t\t( \t`user_id`,\n\t\t\t\t`incomming_call_id`,\n\t\t\t\t`name`,\n\t\t\t\t`rand_name`\n\t\t\t\t)\n\t\t\t\tVALUES\n\t\t\t\t(\t'{$user}',\n\t\t\t\t'{$edit_id}',\n\t\t\t\t'{$file}',\n\t\t\t\t'{$rand_file}'\n\t\t\t\t);");
}
$increm = mysql_query("\tSELECT `name`,\n\t\t\t\t`rand_name`,\n\t\t\t\t`id`\n\t\t\t\tFROM \t`file`\n\t\t\t\tWHERE `incomming_call_id` = {$edit_id}\n\t\t\t\t");
$data1 = '';
while ($increm_row = mysql_fetch_assoc($increm)) {
$data1 .= '<tr style="border-bottom: 1px solid #85b1de;">
<td style="width:110px; display:block;word-wrap:break-word;">' . $increm_row[name] . '</td>
<td ><button type="button" value="media/uploads/file/' . $increm_row[rand_name] . '" style="cursor:pointer; border:none; margin-top:25%; display:block; height:16px; width:16px; background:none;background-image:url(\'media/images/get.png\');" id="download" ></button><input type="text" style="display:none;" id="download_name" value="' . $increm_row[rand_name] . '"> </td>
<td ><button type="button" value="' . $increm_row[id] . '" style="cursor:pointer; border:none; margin-top:25%; display:block; height:16px; width:16px; background:none; background-image:url(\'media/images/x.png\');" id="delete"></button></td>
</tr>';
}
$data = array('page' => $data1);
break;
case 'get_add_info':
$pin = $_REQUEST['pin'];
$data = array('info' => get_addition_all_info($pin));
break;
case 'get_add_info1':
$personal_id = $_REQUEST['personal_id'];
$data = array('info1' => get_addition_all_info1($personal_id));
break;
case 'production_category':
$production_category_id = $_REQUEST['production_category_id'];
$genre_id = $_REQUEST['genre_id'];
$page = Getproduction('', $production_category_id, $genre_id);
$data = array('page' => $page);
break;
case 'get_tree':
$page = GetTree();
$data = array('page' => $page);
break;
示例2: GetPage
//.........这里部分代码省略.........
<td style="width: 150px;"><label for="content">კომენტარი</label></td>
<td style="width: 150px;"><label for="content"></label></td>
<td style="width: 150px;"><label for="content"></label></td>
</tr>
<tr>
<td colspan="6">
<textarea style="width: 627px; height: 80px; resize: none;" id="comment" class="idle" name="content" cols="300" rows="2">' . $res['comment'] . '</textarea>
</td>
</tr>
</table>
</fieldset>
</div>
<div>
</fieldset>
</div>
<div style="float: right; width: 450px;">
<fieldset>
<legend>საჩუქრები</legend>
<div id="dt_example" class="inner-table">
<div style="width:440px;" id="container" >
<div id="dynamic">
<div id="button_area">
<button id="add_button_p">დამატება</button>
</div>
<table class="" id="examplee" style="width: 100%;">
<thead>
<tr id="datatable_header">
<th style="display:none">ID</th>
<th style="width:9%;">#</th>
<th style=" word-break:break-all;">თარიღი</th>
<th style=" word-break:break-all;">პროდუქტი</th>
<th style=" word-break:break-all;">თანხა</th>
</tr>
</thead>
<thead>
<tr class="search_header">
<th class="colum_hidden">
<input type="text" name="search_id" value="ფილტრი" class="search_init" style="width: 20px"/>
</th>
<th>
<input style="width:100px;" type="text" name="search_overhead" value="ფილტრი" class="search_init" />
</th>
<th>
<input style="width:100px;" type="text" name="search_partner" value="ფილტრი" class="search_init" />
</th>
<th>
<input style="width:100px;" type="text" name="search_overhead" value="ფილტრი" class="search_init" />
</th>
</tr>
</thead>
</table>
</div>
<div class="spacer">
</div>
</div>
</fieldset>
<div id="additional_info">';
if (!empty($res['personal_pin'])) {
$data .= get_addition_all_info($res['personal_pin']);
}
$data .= '</div>
<fieldset style="width: 440px;">
<legend>შენაძენი</legend>
<table style="float: left; border: 1px solid #85b1de; width: 100%; text-align: center;">
<tr style="border-bottom: 1px solid #85b1de;">
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; color: #3C7FB1;">#</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; color: #3C7FB1;">ფილიალი</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; color: #3C7FB1;">თარიღი</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; color: #3C7FB1;">პროდუქტი</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; color: #3C7FB1;">თანხა</td>
</tr>
<tr style="border-bottom: 1px solid #85b1de; ">
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all">1</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all"></td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all"></td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all"></td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all"></td>
</tr>
<table/>
</fieldset>
<fieldset style="width: 440px;">
<legend>საუბრის ჩანაწერი</legend>
<table style="float: left; border: 1px solid #85b1de; width: 250px; text-align: center; margin-left:100px;">
<tr style="border-bottom: 1px solid #85b1de;">
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; width:200px; color: #3C7FB1;">დრო</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; width:200px; color: #3C7FB1;">ჩანაწერი</td>
</tr>
<tr style="border-bottom: 1px solid #85b1de; ">
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all">10:05:12 AM</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all">მოსმენა</td>
</tr>
<table/>
</fieldset>
</div>
</div>';
return $data;
}
示例3: GetPage
//.........这里部分代码省略.........
<tr>
<td style="width: 180px;" id="task_type_change"><select id="task_type_id" class="idls object">' . Gettask_type($res['task_type_id']) . '</select></td>
<td style="width: 180px;"><select id="task_department_id" class="idls object">' . Getdepartment($res['task_department_id']) . '</select></td>
<td style="width: 180px;"><select id="persons_id" class="idls object">' . Getpersons($res['persons_id']) . '</select></td>
</tr>
<tr>
<td style="width: 150px;"><label for="content">კომენტარი</label></td>
<td style="width: 150px;"><label for="content"></label></td>
<td style="width: 150px;"><label for="content"></label></td>
</tr>
<tr>
<td colspan="6">
<textarea style="width: 627px; height: 80px; resize: none;" id="comment" class="idle" name="content" cols="300" rows="2">' . $res['comment'] . '</textarea>
</td>
</tr>
</table>
</fieldset>
</div>
<div>
</fieldset>
</div>
<div style="float: right; width: 355px;">
<fieldset>
<legend>კონტრაგენტი</legend>
<table style="height: 243px;">
<tr>
<td style="width: 180px; color: #3C7FB1;">ტელეფონი</td>
<td style="width: 180px; color: #3C7FB1;">პირადი ნომერი</td>
</tr>
<tr>
<td>568919432</td>
<td style="width: 180px;">
<input type="text" id="personal_id" class="idle" onblur="this.className=\'idle\'" onfocus="this.className=\'activeField\'" value="' . $res['personal_id'] . '" />
</td>
</tr>
<tr>
<td style="width: 180px; color: #3C7FB1;">სახელი და გვარი</td>
<td style="width: 180px; color: #3C7FB1;">ელ-ფოსტა</td>
</tr>
<tr >
<td style="width: 180px;">ზაზა მესხი</td>
<td style="width: 180px;">z.mesxi@yahoo.com</td>
</tr>
<tr>
<td td style="width: 180px; color: #3C7FB1;">მისამართი</td>
<td td style="width: 180px; color: #3C7FB1;">სტატუსი</td>
</tr>
<tr>
<td style="width: 180px;">ყვარლის 149</td>
<td td style="width: 180px;">VIP კლიენტი</td>
</tr>
</table>
</fieldset>
<div id="additional_info">';
if (!empty($res['personal_pin'])) {
$data .= get_addition_all_info($res['personal_pin']);
}
$data .= '</div>
<fieldset>
<legend>შენაძენი</legend>
<table style="float: left; border: 1px solid #85b1de; width: 100%; text-align: center;">
<tr style="border-bottom: 1px solid #85b1de;">
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; color: #3C7FB1;">#</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; color: #3C7FB1;">ნომენკლატურა</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; color: #3C7FB1;">ფასი</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; color: #3C7FB1;">სხვა</td>
</tr>
<tr style="border-bottom: 1px solid #85b1de; ">
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all">1</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all"></td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all"></td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all"></td>
</tr>
<table/>
<table style="float: left; width: 100%; text-align: center;">
<tr>
<td style="width: 10%;"></td>
<td style="text-align: right; width: 49%;">ჯამი</td>
<td style="width: 20%;"></td>
<td style="width: 20%;"></td>
</tr>
<table/>
</fieldset>
<fieldset>
<legend>საუბრის ჩანაწერი</legend>
<table style="float: left; border: 1px solid #85b1de; width: 250px; text-align: center; margin-left:40px;">
<tr style="border-bottom: 1px solid #85b1de;">
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; width:200px; color: #3C7FB1;">დრო</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; width:200px; color: #3C7FB1;">ჩანაწერი</td>
</tr>
<tr style="border-bottom: 1px solid #85b1de; ">
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all">10:05:12 AM</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all">მოსმენა</td>
</tr>
<table/>
</fieldset>
</div>
</div>';
return $data;
}
示例4: GetPage
//.........这里部分代码省略.........
<fieldset onload="legal()">
<legend>მომართვის ავტორი</legend>
<table style="height: 172px;">
<tr style="height:20px;">
<td style="padding: 0px 0px 10px 45px;"><input type="radio" style="float:left;" class="legal" onclick="legal()" value="fhisical" name="legal" ' . ($res['abonent_status'] == "fhisical" ? "checked" : "checked") . '><span style="display: inline-block; margin: 8px;" >ფიზიკური </span></td>
<td style="width: 180px; height:20px;"><input type="radio" style="float:left;" class="legal" onclick="legal()" value="Jural" name="legal" ' . ($res['abonent_status'] == "Jural" ? "checked" : "") . '><span style="display: inline-block; margin: 8px;">იურიდიული </td>
</tr>
<tr style="height:20px;">
<td style="width: 180px; height:20px;">ტელეფონი</td>
<td style="width: 180px; height:20px;"><div class="fhisical">პირადი ნომერი</div><div class="Jural">საიდენთიპიკაციო კოდი</div></td>
</tr>
<tr style="height:40px;">
<td style="width: 180px; height:20px;"><input type="text" id="abonent_phone" class="idle" onblur="this.className=\'idle\'" onfocus="this.className=\'activeField\'" value="' . $res['abonent_phone'] . '" /></td>
<td style="width: 180px; height:20px;"><input type="text" id="abonent_pin" class="idle" onblur="this.className=\'idle\'" onfocus="this.className=\'activeField\'" value="' . $res['abonent_pin'] . '" /></td>
</tr>
<tr style="height:20px;">
<td colspan="2" style="height:20px;"><div class="fhisical">აბონენტის სახელი გვარი</div><div class="Jural">ორგანიზაცია</div></td>
</tr>
<tr style="height:40px;">
<td colspan="2" style="height:20px;">
<input type="text" id="abonent_name" style="width: 328px;" class="idle" onblur="this.className=\'idle\'" onfocus="this.className=\'activeField\'" value="' . $res['abonent_name'] . '" />
</td>
</tr>
<tr style="height:20px;" class="Jural">
<td colspan="2" style="height:20px;">პასუხისმგებელი პირი</td>
</tr>
<tr style="height:40px;" class="Jural">
<td colspan="2" style="height:20px;">
<input type="text" id="abonent_responsibl_person" style="width: 328px;" class="idle" onblur="this.className=\'idle\'" onfocus="this.className=\'activeField\'" value="' . $res['abonent_responsibl_person'] . '" />
</td>
</tr>
<tr style="height:20px;">
<td colspan="2" style="height:20px;">მისამართი</td>
</tr>
<tr style="height:20px;">
<td colspan="2" style="height:40px;">
<textarea type="text" id="abonent_address" style="width: 328px; resize: vertical;" class="idle" onblur="this.className=\'idle\'" onfocus="this.className=\'activeField\'" >' . $res['abonent_address'] . '</textarea>
</td>
</tr>
<tr style="height:20px;">
<td style="width: 180px;"></td>
<td style="width: 180px;">აბონენტის ნომერი</td>
</tr>
<tr style="height:40px;">
<td style="width: 180px;">შენიშვნა</td>
<td style="width: 180px;"><input type="text" id="abonent_number" class="idle" onblur="this.className=\'idle\'" onfocus="this.className=\'activeField\'" value="' . $res['abonent_number'] . '" /></td>
</tr>
<tr style="height:40px;">
<td colspan="2">
<textarea type="text" id="abonent_coment" style="width: 328px; resize: vertical;" class="idle" onblur="this.className=\'idle\'" onfocus="this.className=\'activeField\'" >' . $res['abonent_coment'] . '</textarea>
</td>
</tr>
</table>
</fieldset>
<div id="additional_info">';
if (!empty($res['personal_pin'])) {
$data .= get_addition_all_info($res['personal_pin']);
}
$data .= '</div>';
$data .= GetRecordingsSection($res);
$data .= ' <fieldset>
<legend>დამატებითი ინფორმაცია</legend>
<table id="additiona1" class="hidden dialog-form-table" style="float: left; border: 1px solid #85b1de; width: 180px; text-align: center;">
<table style="float: right; border: 1px solid #85b1de; width: 150px; text-align: center;">
<tr>
<td>
<div class="file-uploader">
<input id="choose_file" type="file" name="choose_file" class="input" style="display: none;">
<button id="choose_button" class="download">აირჩიეთ ფაილი</button>
<input id="hidden_inc" type="text" value="' . increment('task') . '" style="display: none;">
</div>
</td>
</tr>
</table>
<table style="float: right; border: 1px solid #85b1de; width: 150px; text-align: center;">
<tr style="border-bottom: 1px solid #85b1de;">
<td colspan="3">მიმაგრებული ფაილი</td>
</tr>
</table>
<table id="file_div" style="float: right; border: 1px solid #85b1de; width: 150px; text-align: center;">';
while ($increm_row = mysql_fetch_assoc($increm)) {
$data .= '
<tr style="border-bottom: 1px solid #85b1de;">
<td style="width:110px; display:block;word-wrap:break-word;">' . $increm_row[name] . '</td>
<td ><button type="button" value="media/uploads/file/' . $increm_row[rand_name] . '" style="cursor:pointer; border:none; margin-top:25%; display:block; height:16px; width:16px; background:none;background-image:url(\'media/images/get.png\');" id="download" ></button><input type="text" style="display:none;" id="download_name" value="' . $increm_row[rand_name] . '"> </td>
<td ><button type="button" value="' . $increm_row[id] . '" style="cursor:pointer; border:none; margin-top:25%; display:block; height:16px; width:16px; background:none; background-image:url(\'media/images/x.png\');" id="delete"></button></td>
</tr>';
}
$data .= '
</table>
</fieldset>
</div>
<!-- ID -->
<input type="hidden" id="req_id" value="' . $res['id'] . '" />
</div>';
return $data;
}
示例5: GetPage
//.........这里部分代码省略.........
</table>
</fieldset>
</div>
<div>
</fieldset>
</div>
<div style="float: right; width: 355px;">
<fieldset>
<legend>მომართვის ავტორი</legend>
<table style="height: 133px;">
<tr>
<td style="width: 180px;">PIN კოდი</td>
<td style="width: 180px;"></td>
</tr>
<tr>
<td style="width: 180px;"><input type="text" id="personal_pin" class="idle" onblur="this.className=\'idle\'" onfocus="this.className=\'activeField\'" value="' . $res['personal_pin'] . '" /></td>
<td style="width: 180px;"></td>
</tr>
<tr>
<td style="width: 180px;">პირადი ნომერი</td>
<td style="width: 180px;"></td>
</tr>
<tr>
<td style="width: 180px;">
<input type="text" id="personal_id" class="idle" onblur="this.className=\'idle\'" onfocus="this.className=\'activeField\'" value="' . $res['personal_id'] . '" />
</td>
<td style="width: 180px;"></td>
</tr>
</table>
</fieldset>
<div id="additional_info">';
if (!empty($res['personal_pin'])) {
$data .= get_addition_all_info($res['personal_pin']);
}
$data .= GetRecordingsSection($res);
$data .= '</div>
<fieldset>
<legend>დამატებითი ინფორმაცია</legend>
<table style="float: right; border: 1px solid #85b1de; width: 150px; text-align: center;">
<tr>
<td>
<div class="file-uploader">
<input id="choose_file" type="file" name="choose_file" class="input" style="display: none;">
<button id="choose_button" class="center">აირჩიეთ ფაილი</button>
<input id="hidden_inc" type="text" value="' . increment('task') . '" style="display: none;">
</div>
</td>
</tr>
</table>
<table style="float: right; border: 1px solid #85b1de; width: 150px; text-align: center;">
<tr style="border-bottom: 1px solid #85b1de;">
<td colspan="3">მიმაგრებული ფაილი</td>
</tr>
</table>
<table id="file_div" style="float: right; border: 1px solid #85b1de; width: 150px; text-align: center;">';
while ($increm_row = mysql_fetch_assoc($increm)) {
$data .= '
<tr style="border-bottom: 1px solid #85b1de;">
<td style="width:110px; display:block;word-wrap:break-word;">' . $increm_row[name] . '</td>
<td ><button type="button" value="media/uploads/file/' . $increm_row[rand_name] . '" style="cursor:pointer; border:none; margin-top:25%; display:block; height:16px; width:16px; background:none;background-image:url(\'media/images/get.png\');" id="download" ></button><input type="text" style="display:none;" id="download_name" value="' . $increm_row[rand_name] . '"> </td>
<td ><button type="button" value="' . $increm_row[id] . '" style="cursor:pointer; border:none; margin-top:25%; display:block; height:16px; width:16px; background:none; background-image:url(\'media/images/x.png\');" id="delete"></button></td>
</tr>';
}
$data .= '
示例6: GetPage
//.........这里部分代码省略.........
<td style="width: 180px;"><label for="d_number">დავალების ტიპი</label></td>
<td style="width: 180px;"><label for="d_number">სცენარი</label></td>
<td style="width: 180px;"><label for="d_number">პრიორიტეტი</label></td>
</tr>
<tr>
<td style="width: 180px;" id="task_type_change"><select id="task_type_id" class="idls object">' . Gettask_type($res['task_type_id']) . '</select></td>
<td style="width: 180px;"><select id="task_department_id" class="idls object">' . Getdepartment($res['task_department_id']) . '</select></td>
<td style="width: 180px;"><select id="persons_id" class="idls object">' . Getpersons($res['persons_id']) . '</select></td>
</tr>
<tr>
<td style="width: 150px;"><label for="content">კომენტარი</label></td>
<td style="width: 150px;"><label for="content"></label></td>
<td style="width: 150px;"><label for="content"></label></td>
</tr>
<tr>
<td colspan="6">
<textarea style="width: 747px; resize: none;" id="comment" class="idle" name="content" cols="300" rows="2">' . $res['comment'] . '</textarea>
</td>
</tr>
</table>
</fieldset>
</div>
<div>
</fieldset>
</div>
<div style="float: right; width: 355px;">
<fieldset>
<legend>მომართვის ავტორი</legend>
<table style="height: 243px;">
<tr>
<td style="width: 180px; color: #3C7FB1;">ტელეფონი</td>
<td style="width: 180px; color: #3C7FB1;">პირადი ნომერი</td>
</tr>
<tr>
<td>568919432</td>
<td style="width: 180px;">
<input type="text" id="personal_id" class="idle" onblur="this.className=\'idle\'" onfocus="this.className=\'activeField\'" value="' . $res['personal_id'] . '" />
</td>
</tr>
<tr>
<td style="width: 180px; color: #3C7FB1;">კონტრაგენტი</td>
<td style="width: 180px; color: #3C7FB1;">ელ-ფოსტა</td>
</tr>
<tr >
<td style="width: 180px;">ზაზა მესხი</td>
<td style="width: 180px;">z.mesxi@yahoo.com</td>
</tr>
<tr>
<td td style="width: 180px; color: #3C7FB1;">მისამართი</td>
<td td style="width: 180px; color: #3C7FB1;">სტატუსი</td>
</tr>
<tr>
<td style="width: 180px;">ყვარლის 149</td>
<td td style="width: 180px;">VIP კლიენტი</td>
</tr>
</table>
</fieldset>
<div id="additional_info">';
if (!empty($res['personal_pin'])) {
$data .= get_addition_all_info($res['personal_pin']);
}
$data .= '</div>
<fieldset>
<legend>შენაძენი</legend>
<table style="float: left; border: 1px solid #85b1de; width: 153px; text-align: center;">
<tr style="border-bottom: 1px solid #85b1de;">
<td style="border-right: 1px solid #85b1de; padding: 3px 9px;"></td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; color: #3C7FB1;">ფილიალი</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; color: #3C7FB1;">თარიღი</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; color: #3C7FB1;">პროდუქტი</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; color: #3C7FB1;">თანხა</td>
</tr>
<tr style="border-bottom: 1px solid #85b1de; ">
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all">1</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all">gelaaaaaaaaaaaaaaaa</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all">2014-07-01</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all">fssdgsd</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all">145$</td>
</tr>
<table/>
</fieldset>
<fieldset>
<legend>საუბრის ჩანაწერი</legend>
<table style="float: left; border: 1px solid #85b1de; width: 250px; text-align: center; margin-left:40px;">
<tr style="border-bottom: 1px solid #85b1de;">
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; width:200px; color: #3C7FB1;">დრო</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; width:200px; color: #3C7FB1;">ჩანაწერი</td>
</tr>
<tr style="border-bottom: 1px solid #85b1de; ">
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all">10:05:12 AM</td>
<td style="border-right: 1px solid #85b1de; padding: 3px 9px; word-break:break-all">მოსმენა</td>
</tr>
<table/>
</fieldset>
</div>
</div>';
return $data;
}