本文整理汇总了PHP中HURL函数的典型用法代码示例。如果您正苦于以下问题:PHP HURL函数的具体用法?PHP HURL怎么用?PHP HURL使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了HURL函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: echolink
function echolink($page, $text, $newSort = NULL)
{
global $tab, $nav, $format;
echo '<a href="../reports/run_report.php?type=previous';
echo '&rpt___format=' . HURL($format);
echo '&tab=' . HURL($tab) . '&nav=' . HURL($nav);
echo '&page=' . HURL($page);
if ($newSort) {
echo '&rpt_order_by=' . HURL($newSort);
}
echo '">' . $text . '</a>';
}
示例2: HURL
?>
</td></tr>
<?php
}
} else {
#***************************************
#* draw unselected blocks
#***************************************
?>
<tr><td class="noborder">
<a href="../catalog/usmarc_select.php?retpage=<?php
echo HURL($retPage);
?>
&block=<?php
echo HURL($blockKey);
?>
" class="nav">
+</a>
</td><td class="noborder" colspan="3" width="100%">
<?php
echo H($blockKey . " - " . $block->getDescription());
?>
</td></tr>
<?php
}
}
?>
</table>
示例3: H
$material_type = $dm->getDescription();
$dmQ->close();
?>
<td align="Left" class="primary">
<?php
echo H($material_type);
?>
</td></tr>
<tr>
<td align="right" class="primary">Tag</td>
<td align="Left" class="primary">
<?php
printInputText("tag", 3, 3, $postVars, $pageErrors);
?>
<input type="button" onClick="javascript:popSecondary('../catalog/usmarc_select.php?retpage=<?php
echo HURL($returnPg);
?>
')" value="Select" class="button">
</td></tr>
<tr>
<td align="right" class="primary">Subfield Code</td>
<td align="Left" class="primary">
<?php
printInputText("subfieldCd", 1, 1, $postVars, $pageErrors);
?>
</td></tr>
<tr>
<td align="right" class="primary">Description</td>
<td align="Left" class="primary">
<?php
printInputText("descr", 32, 64, $postVars, $pageErrors);
示例4: HURL
echo $navloc->getText("editInfo");
?>
</a><br>
<a href="../circ/mbr_del_confirm.php?mbrid=<?php
echo HURL($mbrid);
?>
" class="alt1"><?php
echo $navloc->getText("catalogDelete");
?>
</a><br>
» <?php
echo $navloc->getText("account");
?>
<br>
<a href="../circ/mbr_history.php?mbrid=<?php
echo HURL($mbrid);
?>
" class="alt1"><?php
echo $navloc->getText("checkoutHistory");
?>
</a><br>
<?php
}
?>
<?php
if ($nav == "new") {
?>
» <?php
echo $navloc->getText("newMember");
?>
示例5: H
</a>
</td>
<td valign="top" class="<?php
echo H($row_class);
?>
">
<?php
echo H($dm->getDescription());
?>
</td>
<td valign="top" class="<?php
echo H($row_class);
?>
">
<img src="../images/<?php
echo HURL($dm->getImageFile());
?>
" width="20" height="20" align="middle" alt="<?php
echo H($dm->getDescription());
?>
">
<?php
echo H($dm->getImageFile());
?>
</td>
<td valign="top" align="center" class="<?php
echo H($row_class);
?>
">
<?php
echo H($dm->getCount());
示例6: HURL
<?php
}
?>
<?php
if ($nav == "locdelete") {
?>
<a href="../circ/loc_view.php?locationid=<?php
echo HURL($locationid);
?>
" class="alt1"><?php
echo $navloc->getText("locationInfo");
?>
</a><br>
<a href="../circ/loc_edit_form.php?locationid=<?php
echo HURL($locationid);
?>
" class="alt1"><?php
echo $navloc->getText("locationeditInfo");
?>
</a><br>
» <?php
echo $navloc->getText("locDelete");
?>
<br>
<?php
}
?>
<?php
示例7: HURL
#****************************************************************************
$bibid = $_GET["bibid"];
$fieldid = $_GET["fieldid"];
$tag = $_GET["tag"];
$subfieldCd = $_GET["subfieldCd"];
#**************************************************************************
#* Show confirm page
#**************************************************************************
require_once "../shared/header.php";
?>
<center>
<form name="delfieldform" method="POST" action="../catalog/biblio_marc_del.php?bibid=<?php
echo HURL($bibid);
?>
&fieldid=<?php
echo HURL($fieldid);
?>
">
<?php
echo $loc->getText("biblioMarcDelConfirmMsg", array("tag" => $tag, "subfieldCd" => $subfieldCd));
?>
<br><br>
<input type="submit" value="Delete" class="button">
<input type="button" onClick="self.location='../catalog/biblio_marc_list.php?bibid=<?php
echo HURL($bibid);
?>
'" value="Cancel" class="button">
</form>
</center>
<?php
include "../shared/footer.php";
示例8: while
?>
</td>
</tr>
<?php
} else {
while ($biblio = $biblioQ->fetchRow()) {
?>
<tr>
<td class="primary" valign="top" nowrap>
<?php
echo H($biblio->getStatusBeginDt());
?>
</td>
<td class="primary" valign="top" nowrap>
<img src="../images/<?php
echo HURL($materialImageFiles[$biblio->getMaterialCd()]);
?>
" width="20" height="20" border="0" align="middle" alt="<?php
echo H($materialTypeDm[$biblio->getMaterialCd()]);
?>
">
<?php
echo H($materialTypeDm[$biblio->getMaterialCd()]);
?>
</td>
<td class="primary" valign="top" >
<?php
echo H($biblio->getTitle());
?>
</td>
<td class="primary" valign="top" >
示例9: HURL
?>
&materialCd=<?php
echo HURL($materialCd);
?>
&reset=Y">
<?php
echo $loc->getText("admin_materials_listEdit");
?>
</a>
</td>
<td valign="top" class="primary">
<a href="custom_marc_delete.php?xref_id=<?php
echo HURL($row["xref_id"]);
?>
&materialCd=<?php
echo HURL($materialCd);
?>
">
<?php
echo $loc->getText("admin_materials_listDel");
?>
</a>
</td>
<td class="primary"><?php
echo H($row["tag"]);
?>
</td>
<td class="primary" align="center"><?php
echo H($row["subfieldCd"]);
?>
示例10: while
?>
</th>
</tr>
<?php
while ($mbr = $mbrQ->fetchMember()) {
?>
<tr>
<td nowrap="true" class="primary" valign="top">
<?php
echo H($mbrQ->getCurrentRowNmbr());
?>
.
</td>
<td nowrap="true" class="primary">
<a href="../circ/mbr_view.php?mbrid=<?php
echo HURL($mbr->getMbrid());
?>
&reset=Y"><?php
echo H($mbr->getLastName());
?>
, <?php
echo H($mbr->getFirstName());
?>
</a><br>
<?php
if ($mbr->getAddress() != "") {
echo str_replace("\n", "<br />", H($mbr->getAddress())) . '<br />';
}
?>
<b><?php
echo $loc->getText("mbrsearchCardNumber");
示例11: H
?>
</a>
</td>
<td class="primary" valign="top" >
<?php
echo H($hold->getBarcodeNmbr());
?>
</td>
<td class="primary" valign="top" nowrap="yes">
<?php
echo H($hold->getHoldBeginDt());
?>
</td>
<td class="primary" valign="top" >
<a href="../circ/mbr_view.php?mbrid=<?php
echo HURL($hold->getMbrid());
?>
&reset=Y"><?php
echo H($hold->getFirstName());
?>
<?php
echo H($hold->getLastName());
?>
</a>
</td>
<td class="primary" valign="top" >
<?php
echo H($biblioStatusDm[$hold->getStatusCd()]);
?>
</td>
<td class="primary" valign="top" >
示例12: HURL
$last_name = $_GET["LAST"];
$first_name = $_GET["FIRST"];
#**************************************************************************
#* Show confirm page
#**************************************************************************
require_once "../shared/header.php";
?>
<center>
<form name="delstaffform" method="POST" action="../admin/staff_del.php?UID=<?php
echo HURL($uid);
?>
&LAST=<?php
echo HURL($last_name);
?>
&FIRST=<?php
echo HURL($first_name);
?>
">
<?php
echo $loc->getText("adminStaff_del_confirmConfirmText");
echo H($first_name);
?>
<?php
echo H($last_name);
?>
?<br><br>
<input type="submit" value=" <?php
echo $loc->getText("Delete");
?>
" class="button">
<input type="button" onClick="self.location='../admin/staff_list.php'" value=" <?php
示例13: header
header("Location: ../admin/materials_list.php");
exit;
}
$code = $_GET["code"];
$description = $_GET["desc"];
#**************************************************************************
#* Show confirm page
#**************************************************************************
require_once "../shared/header.php";
?>
<center>
<form name="delstaffform" method="POST" action="../admin/materials_del.php?code=<?php
echo HURL($code);
?>
&desc=<?php
echo HURL($description);
?>
">
<?php
echo $loc->getText("admin_materials_delAreyousure");
echo H($description);
?>
?<br><br>
<input type="submit" value=" <?php
echo $loc->getText("adminDelete");
?>
" class="button">
<input type="button" onClick="self.location='../admin/materials_list.php'" value=" <?php
echo $loc->getText("adminCancel");
?>
" class="button">
示例14: H
</td>
<td valign="top" class="<?php
echo H($row_class);
?>
">
<a href="../catalog/biblio_marc_del_confirm.php?bibid=<?php
echo HURL($bibid);
?>
&fieldid=<?php
echo H($fld->getFieldid());
?>
&tag=<?php
echo HURL($tag);
?>
&subfieldCd=<?php
echo HURL($fld->getSubfieldCd());
?>
"><?php
echo $loc->getText("biblioMarcListDel");
?>
</a>
</td>
<td valign="top" class="<?php
echo H($row_class);
?>
">
<?php
echo H($tag);
?>
</td>
<td valign="top" class="<?php
示例15: HURL
<?php
} else {
?>
<center>
<form name="delbiblioform" method="POST" action="../shared/biblio_view.php?bibid=<?php
echo HURL($bibid);
?>
">
<?php
echo $loc->getText("biblioDelConfirmMsg", array("title" => $title));
?>
<br><br>
<input type="button" onClick="self.location='../catalog/biblio_del.php?bibid=<?php
echo HURL($bibid);
?>
&title=<?php
echo HURL($title);
?>
'" value="<?php
echo $loc->getText("catalogDelete");
?>
" class="button">
<input type="submit" value="<?php
echo $loc->getText("catalogCancel");
?>
" class="button">
</form>
</center>
<?php
}
include "../shared/footer.php";