Skip to content

Instantly share code, notes, and snippets.

View stephrosenblatt's full-sized avatar

Stephanie Serafine stephrosenblatt

View GitHub Profile
<div class="result-line">
<div class="pull-right">
<a href="<?= $line->value ?>" title="<?= h($line->text) ?>" class="link">
<span class="eqicon-<?= strtoupper(class_for($line->column, $line->value)); ?>"></span>
<?= strtoupper(class_for($line->column, $line->value)); ?></a>
</div>
<a href="<?= $line->value ?>"><?= h($line->text) ?></a>
</div>
<!-- Requisition Export Request -->
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<itk:findPartialEntities xmlns:itk="http://www.taleo.com/ws/integration/toolkit/2005/07">
<itk:mappingVersion>http://www.taleo.com/ws/art750/2006/12</itk:mappingVersion>
<itk:query>
<itk:query alias="Find Open and Posted Requisitions" projectedClass="Requisition">
<itk:projections>
<itk:projection>
# This is a skeleton for testing models including examples of validations, callbacks,
# scopes, instance & class methods, associations, and more.
# Pick and choose what you want, as all models don't NEED to be tested at this depth.
#
# I'm always eager to hear new tips & suggestions as I'm still new to testing,
# so if you have any, please share!
#
# @kyletcarlson
#
# This skeleton also assumes you're using the following gems:
<script type="text/javascript">
Bolt.renderPlayer('myPlayer', function() {
console.log('The player is loaded!');
});
</script>
<script type="text/javascript" charset="utf-8"
src="//cdn.playwire.com/bolt/js/embed.min.js"
data-autoload="false"
data-container="myPlayer"
data-width="640"
data-height="360"></script>
<?xml version="1.0" ?>
<cross-domain-policy>
<allow-access-from domain="cdn.playwire.com" />
</cross-domain-policy>
<script type="text/javascript" charset="utf-8"
src="//cdn.playwire.com/bolt/js/embed.min.js"
data-width="640"
data-height="360"
data-publisher-id="[publisherId]"
data-video-id="[videoId]"></script>
<script type="text/javascript"
src="//cdn.playwire.com/bolt/js/bolt.js"></script>
<script type="text/javascript">
Bolt.renderVideo([containerId], {
"config": "[video config path]",
"width": [width],
"height": [height],
"settings": {
"autoplay": true,
"ageGate": true