Last active
December 15, 2015 02:29
-
-
Save akirill0v/5187668 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="search_video_row_bl search_video_row_bl1"> | |
<div class="ttl">Show videos</div> | |
<div class="row"> | |
<div class="control-group check_boxes optional"> | |
<div class="controls"> | |
<div class="control-group boolean optional video_search_form_screenshots"><label class="boolean optional control-label" for="video_search_form_screenshots">With screenshots</label><div class="controls"><input name="video_search_form[screenshots]" type="hidden" value="0"><label class="checkbox" style="background-position: 0px 9px;"><input class="boolean optional cb_test" id="video_search_form_screenshots" name="video_search_form[screenshots]" type="checkbox" value="1"></label></div></div> | |
<div class="control-group boolean optional video_search_form_trailers"><label class="boolean optional control-label" for="video_search_form_trailers">With trailers</label><div class="controls"><input name="video_search_form[trailers]" type="hidden" value="0"><label class="checkbox" style="background-position: 0px 9px;"><input class="boolean optional cb_test" id="video_search_form_trailers" name="video_search_form[trailers]" type="checkbox" value="1"></label></div></div> | |
<div class="control-group boolean optional video_search_form_works_count"><label class="boolean optional control-label" for="video_search_form_works_count">Requesting co-production</label><div class="controls"><input name="video_search_form[works_count]" type="hidden" value="0"><label class="checkbox" style="background-position: 0px 9px;"><input class="boolean optional cb_test" id="video_search_form_works_count" name="video_search_form[works_count]" type="checkbox" value="1"></label></div></div> | |
<hr> | |
<div class="control-group boolean optional video_search_form_format"><label class="boolean optional control-label" for="video_search_form_format">Format</label><div class="controls"><input name="video_search_form[format]" type="hidden" value="0"><label class="checkbox" style="background-position: 0px 9px;"><input class="boolean optional cb_test" id="video_search_form_format" name="video_search_form[format]" type="checkbox" value="1"></label></div></div> | |
</div> | |
</div> | |
</div> | |
<div class="ttl pt17">Type of rights</div> | |
<div class="row"> | |
<div class="control-group select optional video_search_form_format"><label class="select optional control-label" for="video_search_form_format">Format</label><div class="controls"><div class="select2-container select optional" id="s2id_video_search_form_format" style="width: 240px;"><a href="javascript:void(0)" onclick="return false;" class="select2-choice" tabindex="-1"> <span></span><abbr class="select2-search-choice-close" style="display:none;"></abbr> <div><b></b></div></a><input class="select2-focusser select2-offscreen" type="text"><div class="select2-drop select2-with-searchbox" style="display:none"> <div class="select2-search"> <input type="text" autocomplete="off" class="select2-input" tabindex="0"> </div> <ul class="select2-results"> </ul></div></div><select class="select optional select2-offscreen" id="video_search_form_format" name="video_search_form[format]" tabindex="-1"><option value=""></option> | |
<option value="2">DVD/Blu-ray</option> | |
<option value="3">Internet</option> | |
<option value="4">VoD/PPV</option> | |
<option value="5">Cellular</option> | |
<option value="6">Pay TV</option> | |
<option value="7">Free TV</option> | |
<option value="8">Inflight</option></select></div></div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment