本文整理汇总了PHP中osc_icon_raw函数的典型用法代码示例。如果您正苦于以下问题:PHP osc_icon_raw函数的具体用法?PHP osc_icon_raw怎么用?PHP osc_icon_raw使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了osc_icon_raw函数的9个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: osc_draw_checkbox_field
?>
</th>
<th width="150"><?php
echo OSCOM::getDef('table_heading_action');
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</thead>
<tfoot>
<tr>
<th align="right" colspan="3"><?php
echo '<input type="image" src="' . osc_icon_raw('trash.png') . '" title="' . OSCOM::getDef('icon_trash') . '" onclick="document.batch.action=\'' . osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '=' . $_GET[$osC_Template->getModule()] . '&action=batch_delete_entries') . '\';" />';
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</tfoot>
<tbody>
</tbody>
</table>
</form>
<div style="padding: 2px;">
示例2: osc_draw_checkbox_field
?>
</th>
<th width="150"><?php
echo $osC_Language->get('table_heading_action');
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</thead>
<tfoot>
<tr>
<th align="right" colspan="3"><?php
echo '<input type="image" src="' . osc_icon_raw('trash.png') . '" title="' . $osC_Language->get('icon_trash') . '" onclick="document.batch.action=\'' . osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '&action=batch_delete') . '\';" />';
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</tfoot>
<tbody>
</tbody>
</table>
</form>
<div style="padding: 2px;">
示例3: osc_draw_checkbox_field
?>
</th>
<th width="150"><?php
echo OSCOM::getDef('table_heading_action');
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</thead>
<tfoot>
<tr>
<th align="right" colspan="3"><?php
echo '<input type="image" src="' . osc_icon_raw('edit.png') . '" title="' . OSCOM::getDef('icon_edit') . '" onclick="document.batch.action=\'' . OSCOM::getLink(null, null, 'BatchSaveEntries&id=' . $_GET['id']) . '\';" />';
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</tfoot>
<tbody>
</tbody>
</table>
</form>
<div style="padding: 2px; min-height: 16px;">
示例4: osc_draw_checkbox_field
?>
</th>
<th width="150"><?php
echo OSCOM::getDef('table_heading_action');
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</thead>
<tfoot>
<tr>
<th align="right" colspan="4"><?php
echo '<input type="image" src="' . osc_icon_raw('trash.png') . '" title="' . OSCOM::getDef('icon_trash') . '" onclick="document.batch.action=\'' . OSCOM::getLink(null, null, 'BatchDelete') . '\';" />';
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</tfoot>
<tbody>
</tbody>
</table>
</form>
<div style="padding: 2px;">
示例5: osc_draw_checkbox_field
?>
</th>
<th width="150"><?php
echo $osC_Language->get('table_heading_action');
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</thead>
<tfoot>
<tr>
<th align="right" colspan="5"><?php
echo '<input type="image" src="' . osc_icon_raw('trash.png') . '" title="' . $osC_Language->get('icon_trash') . '" onclick="document.batch.action=\'' . osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '&' . (isset($_GET['search']) ? 'search=' . $_GET['search'] . '&' : '') . (isset($_GET['status']) ? 'status=' . $_GET['status'] . '&' : '') . (isset($_GET['cID']) ? 'cID=' . $_GET['cID'] . '&' : '') . 'page=' . $_GET['page'] . '&action=batchDelete') . '\';" />';
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</tfoot>
<tbody>
<?php
while ($Qorders->next()) {
?>
<tr onmouseover="rowOverEffect(this);" onmouseout="rowOutEffect(this);">
示例6: osc_draw_checkbox_field
?>
</th>
<th width="150"><?php
echo $osC_Language->get('table_heading_action');
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</thead>
<tfoot>
<tr>
<th align="right" colspan="3"><?php
echo '<input type="image" src="' . osc_icon_raw('edit.png') . '" title="' . $osC_Language->get('icon_edit') . '" onclick="document.batch.action=\'' . osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '=' . (int) $_GET[$osC_Template->getModule()] . '&group=' . $_GET['group'] . '&action=batch_save_definitions') . '\';" /> <input type="image" src="' . osc_icon_raw('trash.png') . '" title="' . $osC_Language->get('icon_trash') . '" onclick="document.batch.action=\'' . osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '=' . (int) $_GET[$osC_Template->getModule()] . '&group=' . $_GET['group'] . '&action=batchDeleteDefinitions') . '\';" />';
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</tfoot>
<tbody>
</tbody>
</table>
</form>
<div style="padding: 2px;">
示例7: setDefaultVariant
variant_selected = to_activate;
}
}
function setDefaultVariant(id) {
if ( id != variants_default_combo ) {
document.getElementById('variants_default_combo').value = id;
document.getElementById('vdc' + id).src = "<?php
echo osc_icon_raw('default.png');
?>
";
if (variants_default_combo != null) {
document.getElementById('vdc' + variants_default_combo).src = "<?php
echo osc_icon_raw('default_grey.png');
?>
";
}
variants_default_combo = id;
}
}
<?php
if (isset($osC_ObjectInfo)) {
?>
function removeImage(id) {
$('#deleteImageDialog').dialog('option', 'buttons', {
"Cancel": function() {
示例8: osc_draw_checkbox_field
?>
</th>
<th width="150"><?php
echo $osC_Language->get('table_heading_action');
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</thead>
<tfoot>
<tr>
<th align="right" colspan="3"><?php
echo '<input type="image" src="' . osc_icon_raw('edit.png') . '" title="' . $osC_Language->get('icon_edit') . '" onclick="document.batch.action=\'' . osc_href_link_admin(FILENAME_DEFAULT, $osC_Template->getModule() . '&gID=' . $_GET['gID'] . '&action=batch_save') . '\';" />';
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</tfoot>
<tbody>
</tbody>
</table>
</form>
<div style="padding: 2px; min-height: 16px;">
示例9: osc_draw_checkbox_field
?>
</th>
<th width="150"><?php
echo OSCOM::getDef('table_heading_action');
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</thead>
<tfoot>
<tr>
<th align="right" colspan="3"><?php
echo '<input type="image" src="' . osc_icon_raw('edit.png') . '" title="' . OSCOM::getDef('icon_edit') . '" onclick="document.batch.action=\'' . OSCOM::getLink(null, null, 'BatchSaveDefinitions&id=' . $_GET['id'] . '&group=' . $_GET['group']) . '\';" /> <input type="image" src="' . osc_icon_raw('trash.png') . '" title="' . OSCOM::getDef('icon_trash') . '" onclick="document.batch.action=\'' . OSCOM::getLink(null, null, 'BatchDeleteDefinitions&id=' . $_GET['id'] . '&group=' . $_GET['group']) . '\';" />';
?>
</th>
<th align="center" width="20"><?php
echo osc_draw_checkbox_field('batchFlag', null, null, 'onclick="flagCheckboxes(this);"');
?>
</th>
</tr>
</tfoot>
<tbody>
</tbody>
</table>
</form>
<div style="padding: 2px;">