Пример #1
0
	<tr id="r_scat_picture">
		<td><span id="elh_sub_category_scat_picture"><?php 
    echo $sub_category->scat_picture->FldCaption();
    ?>
</span></td>
		<td data-name="scat_picture"<?php 
    echo $sub_category->scat_picture->CellAttributes();
    ?>
>
<span id="el_sub_category_scat_picture">
<span<?php 
    echo $sub_category->scat_picture->ViewAttributes();
    ?>
>
<?php 
    echo ew_GetFileViewTag($sub_category->scat_picture, $sub_category->scat_picture->ViewValue);
    ?>
</span>
</span>
</td>
	</tr>
<?php 
}
?>
</table>
<?php 
if (in_array("products", explode(",", $sub_category->getCurrentDetailTable())) && $products->DetailView) {
    if ($sub_category->getCurrentDetailTable() != "") {
        ?>
<h4 class="ewDetailCaption"><?php 
        echo $Language->TablePhrase("products", "TblCaption");
Пример #2
0
</span>
<?php 
                        }
                        if ($images->RowType == EW_ROWTYPE_VIEW) {
                            // View record
                            ?>
<span id="el<?php 
                            echo $images_list->RowCnt;
                            ?>
_images_image_name" class="images_image_name">
<span<?php 
                            echo $images->image_name->ViewAttributes();
                            ?>
>
<?php 
                            echo ew_GetFileViewTag($images->image_name, $images->image_name->ListViewValue());
                            ?>
</span>
</span>
<?php 
                        }
                        ?>
<a id="<?php 
                        echo $images_list->PageObjName . "_row_" . $images_list->RowCnt;
                        ?>
"></a></td>
	<?php 
                    }
                    if ($images->RowType == EW_ROWTYPE_ADD) {
                        // Add record
                        ?>
Пример #3
0
        // product_secimage
        ?>
		<td<?php 
        echo $products->product_secimage->CellAttributes();
        ?>
>
<span id="el<?php 
        echo $products_delete->RowCnt;
        ?>
_products_product_secimage" class="products_product_secimage">
<span<?php 
        echo $products->product_secimage->ViewAttributes();
        ?>
>
<?php 
        echo ew_GetFileViewTag($products->product_secimage, $products->product_secimage->ListViewValue());
        ?>
</span>
</span>
</td>
<?php 
    }
    ?>
	</tr>
<?php 
    $products_delete->Recordset->MoveNext();
}
$products_delete->Recordset->Close();
?>
</tbody>
</table>
Пример #4
0
<?php 
    }
    if ($vl_media_list->vl_media_file_custom->Visible) {
        // vl_media_file_custom
        ?>
		<td<?php 
        echo $vl_media_list->vl_media_file_custom->CellAttributes();
        ?>
>
<span id="el<?php 
        echo $vl_media_list_delete->RowCnt;
        ?>
_vl_media_list_vl_media_file_custom" class="vl_media_list_vl_media_file_custom">
<span>
<?php 
        echo ew_GetFileViewTag($vl_media_list->vl_media_file_custom, $vl_media_list->vl_media_file_custom->ListViewValue());
        ?>
</span>
</span>
</td>
<?php 
    }
    ?>
	</tr>
<?php 
    $vl_media_list_delete->Recordset->MoveNext();
}
$vl_media_list_delete->Recordset->Close();
?>
</tbody>
</table>
Пример #5
0
	<tr id="r_images">
		<td><span id="elh_projects_images"><?php 
    echo $projects->images->FldCaption();
    ?>
</span></td>
		<td data-name="images"<?php 
    echo $projects->images->CellAttributes();
    ?>
>
<span id="el_projects_images">
<span<?php 
    echo $projects->images->ViewAttributes();
    ?>
>
<?php 
    echo ew_GetFileViewTag($projects->images, $projects->images->ViewValue);
    ?>
</span>
</span>
</td>
	</tr>
<?php 
}
if ($projects->intro->Visible) {
    // intro
    ?>
	<tr id="r_intro">
		<td><span id="elh_projects_intro"><?php 
    echo $projects->intro->FldCaption();
    ?>
</span></td>
Пример #6
0
	<tr id="r_image_name">
		<td><span id="elh_images_image_name"><?php 
    echo $images->image_name->FldCaption();
    ?>
</span></td>
		<td data-name="image_name"<?php 
    echo $images->image_name->CellAttributes();
    ?>
>
<span id="el_images_image_name">
<span<?php 
    echo $images->image_name->ViewAttributes();
    ?>
>
<?php 
    echo ew_GetFileViewTag($images->image_name, $images->image_name->ViewValue);
    ?>
</span>
</span>
</td>
	</tr>
<?php 
}
if ($images->image_detail->Visible) {
    // image_detail
    ?>
	<tr id="r_image_detail">
		<td><span id="elh_images_image_detail"><?php 
    echo $images->image_detail->FldCaption();
    ?>
</span></td>
Пример #7
0
	<tr id="r_product_secimage">
		<td><span id="elh_products_product_secimage"><?php 
    echo $products->product_secimage->FldCaption();
    ?>
</span></td>
		<td data-name="product_secimage"<?php 
    echo $products->product_secimage->CellAttributes();
    ?>
>
<span id="el_products_product_secimage">
<span<?php 
    echo $products->product_secimage->ViewAttributes();
    ?>
>
<?php 
    echo ew_GetFileViewTag($products->product_secimage, $products->product_secimage->ViewValue);
    ?>
</span>
</span>
</td>
	</tr>
<?php 
}
if ($products->product_description->Visible) {
    // product_description
    ?>
	<tr id="r_product_description">
		<td><span id="elh_products_product_description"><?php 
    echo $products->product_description->FldCaption();
    ?>
</span></td>
Пример #8
0
        // rider_pic
        ?>
		<td<?php 
        echo $rider->rider_pic->CellAttributes();
        ?>
>
<span id="el<?php 
        echo $rider_delete->RowCnt;
        ?>
_rider_rider_pic" class="rider_rider_pic">
<span<?php 
        echo $rider->rider_pic->ViewAttributes();
        ?>
>
<?php 
        echo ew_GetFileViewTag($rider->rider_pic, $rider->rider_pic->ListViewValue());
        ?>
</span>
</span>
</td>
<?php 
    }
    if ($rider->rider_cnic->Visible) {
        // rider_cnic
        ?>
		<td<?php 
        echo $rider->rider_cnic->CellAttributes();
        ?>
>
<span id="el<?php 
        echo $rider_delete->RowCnt;
Пример #9
0
	<tr id="r_rider_pic">
		<td><span id="elh_rider_rider_pic"><?php 
    echo $rider->rider_pic->FldCaption();
    ?>
</span></td>
		<td data-name="rider_pic"<?php 
    echo $rider->rider_pic->CellAttributes();
    ?>
>
<span id="el_rider_rider_pic">
<span<?php 
    echo $rider->rider_pic->ViewAttributes();
    ?>
>
<?php 
    echo ew_GetFileViewTag($rider->rider_pic, $rider->rider_pic->ViewValue);
    ?>
</span>
</span>
</td>
	</tr>
<?php 
}
if ($rider->rider_cnic->Visible) {
    // rider_cnic
    ?>
	<tr id="r_rider_cnic">
		<td><span id="elh_rider_rider_cnic"><?php 
    echo $rider->rider_cnic->FldCaption();
    ?>
</span></td>
Пример #10
0
	<tr id="r_PATH">
		<td><span id="elh_upload_file_PATH"><?php 
    echo $upload_file->PATH->FldCaption();
    ?>
</span></td>
		<td data-name="PATH"<?php 
    echo $upload_file->PATH->CellAttributes();
    ?>
>
<span id="el_upload_file_PATH">
<span<?php 
    echo $upload_file->PATH->ViewAttributes();
    ?>
>
<?php 
    echo ew_GetFileViewTag($upload_file->PATH, $upload_file->PATH->ViewValue);
    ?>
</span>
</span>
</td>
	</tr>
<?php 
}
if ($upload_file->PROCESS->Visible) {
    // PROCESS
    ?>
	<tr id="r_PROCESS">
		<td><span id="elh_upload_file_PROCESS"><?php 
    echo $upload_file->PROCESS->FldCaption();
    ?>
</span></td>
Пример #11
0
	<tr id="r_s_images">
		<td><span id="elh_services_s_images"><?php 
    echo $services->s_images->FldCaption();
    ?>
</span></td>
		<td data-name="s_images"<?php 
    echo $services->s_images->CellAttributes();
    ?>
>
<span id="el_services_s_images">
<span<?php 
    echo $services->s_images->ViewAttributes();
    ?>
>
<?php 
    echo ew_GetFileViewTag($services->s_images, $services->s_images->ViewValue);
    ?>
</span>
</span>
</td>
	</tr>
<?php 
}
if ($services->s_caption->Visible) {
    // s_caption
    ?>
	<tr id="r_s_caption">
		<td><span id="elh_services_s_caption"><?php 
    echo $services->s_caption->FldCaption();
    ?>
</span></td>
Пример #12
0
                    // s_image
                    ?>
		<td data-name="s_image"<?php 
                    echo $services->s_image->CellAttributes();
                    ?>
>
<span id="el<?php 
                    echo $services_list->RowCnt;
                    ?>
_services_s_image" class="services_s_image">
<span<?php 
                    echo $services->s_image->ViewAttributes();
                    ?>
>
<?php 
                    echo ew_GetFileViewTag($services->s_image, $services->s_image->ListViewValue());
                    ?>
</span>
</span>
</td>
	<?php 
                }
                ?>
	<?php 
                if ($services->s_caption->Visible) {
                    // s_caption
                    ?>
		<td data-name="s_caption"<?php 
                    echo $services->s_caption->CellAttributes();
                    ?>
>
Пример #13
0
	<tr id="r_r_mimage">
		<td><span id="elh_restaurants_r_mimage"><?php 
    echo $restaurants->r_mimage->FldCaption();
    ?>
</span></td>
		<td data-name="r_mimage"<?php 
    echo $restaurants->r_mimage->CellAttributes();
    ?>
>
<span id="el_restaurants_r_mimage">
<span<?php 
    echo $restaurants->r_mimage->ViewAttributes();
    ?>
>
<?php 
    echo ew_GetFileViewTag($restaurants->r_mimage, $restaurants->r_mimage->ViewValue);
    ?>
</span>
</span>
</td>
	</tr>
<?php 
}
if ($restaurants->r_desc->Visible) {
    // r_desc
    ?>
	<tr id="r_r_desc">
		<td><span id="elh_restaurants_r_desc"><?php 
    echo $restaurants->r_desc->FldCaption();
    ?>
</span></td>
Пример #14
0
                    // PATH
                    ?>
		<td data-name="PATH"<?php 
                    echo $upload_file->PATH->CellAttributes();
                    ?>
>
<span id="el<?php 
                    echo $upload_file_list->RowCnt;
                    ?>
_upload_file_PATH" class="upload_file_PATH">
<span<?php 
                    echo $upload_file->PATH->ViewAttributes();
                    ?>
>
<?php 
                    echo ew_GetFileViewTag($upload_file->PATH, $upload_file->PATH->ListViewValue());
                    ?>
</span>
</span>
</td>
	<?php 
                }
                ?>
	<?php 
                if ($upload_file->PROCESS->Visible) {
                    // PROCESS
                    ?>
		<td data-name="PROCESS"<?php 
                    echo $upload_file->PROCESS->CellAttributes();
                    ?>
>