Skip to content

Instantly share code, notes, and snippets.

@adamteale
Created February 25, 2015 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamteale/611b7e599b2036eb97a8 to your computer and use it in GitHub Desktop.
Save adamteale/611b7e599b2036eb97a8 to your computer and use it in GitHub Desktop.
django-admin-bootstrapped formatting issue
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" >
<head>
<title>Select asset to change | MBrain admin</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="/static/admin/css/changelists.css" />
<script type="text/javascript" src="/admin/jsi18n/"></script>
<!-- Le styles, placed after extrastyle to correctly override default styling -->
<link href="/static/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link href="/static/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet"/>
<link rel="stylesheet" type="text/css" href="/static/admin/css/overrides.css" />
<!-- <link rel="stylesheet" type="text/css" href="/static/admin/css/base.css" /> -->
<script type="text/javascript">
//<![CDATA[
window.__admin_media_prefix__ = "/static/admin/";
window.__admin_utc_offset__ = "\u002D10800";
//]]>
</script>
<script src="/static/admin/js/jquery-1.9.1.min.js"></script>
<script src="/static/admin/js/jquery-migrate-1.2.1.min.js"></script>
<script src="/static/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/static/admin/js/core.js"></script>
<script type="text/javascript" src="/static/admin/js/admin/RelatedObjectLookups.js"></script>
<script type="text/javascript" src="/static/admin/js/jquery.js"></script>
<script type="text/javascript" src="/static/admin/js/jquery.init.js"></script>
<script type="text/javascript" src="/static/admin/js/actions.js"></script>
<script type="text/javascript">
(function($) {
$(document).ready(function($) {
$("tr input.action-select").actions();
});
})(django.jQuery);
</script>
<meta name="robots" content="NONE,NOARCHIVE" />
<script type="text/javascript">
//<![CDATA[
(function($) {
$(document).ready(function() {
$('input[type="submit"]').addClass('btn');
$('[title]').tooltip();
});
}(jQuery));
//]]>
</script>
</head>
<body class="_change-list">
<!-- Container -->
<div class="container">
<!-- Header -->
<div class="navbar navbar-default navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#header-navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbarAdmin-logo"><a href="/"><img src="/static/img/mstudio_logo_header_01.png" alt="M/studio"></a></div>
</div>
<div id="header-navbar-collapse" class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Welcome, <strong>Adam</strong> <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/admin/password_change/">Change password</a></li>
<li><a href="/admin/logout/">Log out</a></li>
</ul>
</li>
<li class="divider-vertical"></li>
<li class="dropdown" id="recent-actions-module">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Recent Actions <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="changelink">
<a href="/admin/auth/user/10/">
<i class="icon-edit"></i>
ateale
<span class="mini quiet">(User)</span>
</a>
</li>
<li class="changelink">
<a href="/admin/auth/user/63/">
<i class="icon-edit"></i>
allambias
<span class="mini quiet">(User)</span>
</a>
</li>
<li class="changelink">
<a href="/admin/mbrain/proyecto/77/">
<i class="icon-edit"></i>
0001
<span class="mini quiet">(Proyecto)</span>
</a>
</li>
<li class="deletelink">
<a href="#">
<i class="icon-remove"></i>
2104_cristal_edit_PELICULA
<span class="mini quiet">(Asset)</span>
</a>
</li>
<li class="deletelink">
<a href="#">
<i class="icon-remove"></i>
2104_cristal_edit_pasitos
<span class="mini quiet">(Asset)</span>
</a>
</li>
<li class="deletelink">
<a href="#">
<i class="icon-remove"></i>
2104_cristal_edit_pasitos
<span class="mini quiet">(Asset)</span>
</a>
</li>
<li class="deletelink">
<a href="#">
<i class="icon-remove"></i>
2104_cristal_edit_pasitos
<span class="mini quiet">(Asset)</span>
</a>
</li>
<li class="deletelink">
<a href="#">
<i class="icon-remove"></i>
2093_vichy_edit_prerollSerumOjos
<span class="mini quiet">(Asset)</span>
</a>
</li>
<li class="changelink">
<a href="/admin/auth/user/10/">
<i class="icon-edit"></i>
ateale
<span class="mini quiet">(User)</span>
</a>
</li>
<li class="changelink">
<a href="/admin/mbrain/asset/1685/">
<i class="icon-edit"></i>
0001_apple_vfxdesign_test
<span class="mini quiet">(Asset)</span>
</a>
</li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<!-- END Header -->
<div class="row">
<div class="col-sm-12">
<ul class="breadcrumb">
<li><a href="/admin/">Home</a></li>
<!--<li><a href="/admin/mbrain/"></a></li>-->
<li><a href="/admin/mbrain/">Mbrain</a></li>
<li>Assets</li>
</ul>
</div>
</div>
<!-- Content -->
<div id="content" class="flex">
<div class="navbar navbar-default">
<div class="navbar-inner">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#content-navbar-collapse" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand">Select asset to change</a>
</div>
<div id="content-navbar-collapse" class="navbar-collapse collapse">
<ul class="object-tools nav navbar-nav">
<li>
<a role="button" href="/admin/mbrain/asset/add/" class="btn btn-primary">
<span class="glyphicon glyphicon-plus"></span> Add asset
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Filter <span class="caret"></span></a>
<ul class="dropdown-menu pull-right scrollable-dropdown-menu">
<li class="dropdown-header"> By proyecto </li>
<li class="active"><a href="?">All</a></li>
<li class=""><a href="?proyecto__id__exact=41"></a></li>
<li class=""><a href="?proyecto__id__exact=30">0000</a></li>
<li class=""><a href="?proyecto__id__exact=77">0001</a></li>
<li class=""><a href="?proyecto__id__exact=57">2038</a></li>
<li class=""><a href="?proyecto__id__exact=15">2079</a></li>
<li class=""><a href="?proyecto__id__exact=38">2087</a></li>
<li class=""><a href="?proyecto__id__exact=6">2093</a></li>
<li class=""><a href="?proyecto__id__exact=28">2098</a></li>
<li class=""><a href="?proyecto__id__exact=11">2099</a></li>
<li class=""><a href="?proyecto__id__exact=13">2101</a></li>
<li class=""><a href="?proyecto__id__exact=10">2104</a></li>
<li class=""><a href="?proyecto__id__exact=12">2105</a></li>
<li class=""><a href="?proyecto__id__exact=17">2106</a></li>
<li class=""><a href="?proyecto__id__exact=21">2108</a></li>
<li class=""><a href="?proyecto__id__exact=22">2109</a></li>
<li class=""><a href="?proyecto__id__exact=23">2110</a></li>
<li class=""><a href="?proyecto__id__exact=24">2111</a></li>
<li class=""><a href="?proyecto__id__exact=25">2112</a></li>
<li class=""><a href="?proyecto__id__exact=27">2113</a></li>
<li class=""><a href="?proyecto__id__exact=31">2114</a></li>
<li class=""><a href="?proyecto__id__exact=32">2115</a></li>
<li class=""><a href="?proyecto__id__exact=33">2116</a></li>
<li class=""><a href="?proyecto__id__exact=36">2117</a></li>
<li class=""><a href="?proyecto__id__exact=37">2118</a></li>
<li class=""><a href="?proyecto__id__exact=39">2119</a></li>
<li class=""><a href="?proyecto__id__exact=40">2120</a></li>
<li class=""><a href="?proyecto__id__exact=42">2121</a></li>
<li class=""><a href="?proyecto__id__exact=45">2122</a></li>
<li class=""><a href="?proyecto__id__exact=46">2123</a></li>
<li class=""><a href="?proyecto__id__exact=47">2124</a></li>
<li class=""><a href="?proyecto__id__exact=48">2125</a></li>
<li class=""><a href="?proyecto__id__exact=49">2126</a></li>
<li class=""><a href="?proyecto__id__exact=50">2127</a></li>
<li class=""><a href="?proyecto__id__exact=51">2128</a></li>
<li class=""><a href="?proyecto__id__exact=52">2129</a></li>
<li class=""><a href="?proyecto__id__exact=53">2130</a></li>
<li class=""><a href="?proyecto__id__exact=54">2131</a></li>
<li class=""><a href="?proyecto__id__exact=55">2132</a></li>
<li class=""><a href="?proyecto__id__exact=56">2133</a></li>
<li class=""><a href="?proyecto__id__exact=58">2134</a></li>
<li class=""><a href="?proyecto__id__exact=59">2135</a></li>
<li class=""><a href="?proyecto__id__exact=60">2136</a></li>
<li class=""><a href="?proyecto__id__exact=61">2137</a></li>
<li class=""><a href="?proyecto__id__exact=62">2138</a></li>
<li class=""><a href="?proyecto__id__exact=63">2139</a></li>
<li class=""><a href="?proyecto__id__exact=64">2140</a></li>
<li class=""><a href="?proyecto__id__exact=65">2141</a></li>
<li class=""><a href="?proyecto__id__exact=66">2142</a></li>
<li class=""><a href="?proyecto__id__exact=67">2143</a></li>
<li class=""><a href="?proyecto__id__exact=68">2144</a></li>
<li class=""><a href="?proyecto__id__exact=69">2145</a></li>
<li class=""><a href="?proyecto__id__exact=70">2146</a></li>
<li class=""><a href="?proyecto__id__exact=71">2147</a></li>
<li class=""><a href="?proyecto__id__exact=73">2148</a></li>
<li class=""><a href="?proyecto__id__exact=74">2149</a></li>
<li class=""><a href="?proyecto__id__exact=75">2150</a></li>
<li class=""><a href="?proyecto__id__exact=76">2151</a></li>
<li class=""><a href="?proyecto__id__exact=78">2152</a></li>
<li class=""><a href="?proyecto__id__exact=79">2153</a></li>
<li class=""><a href="?proyecto__id__exact=80">2154</a></li>
<li class=""><a href="?proyecto__id__exact=81">2155</a></li>
<li class=""><a href="?proyecto__id__exact=82">2156</a></li>
<li class=""><a href="?proyecto__id__exact=83">2157</a></li>
<li class=""><a href="?proyecto__id__exact=84">2158</a></li>
<li class=""><a href="?proyecto__id__exact=85">2159</a></li>
<li class=""><a href="?proyecto__id__exact=86">2160</a></li>
<li class=""><a href="?proyecto__id__exact=87">2161</a></li>
<li class=""><a href="?proyecto__id__exact=88">2162</a></li>
<li class=""><a href="?proyecto__id__exact=89">2163</a></li>
<li class=""><a href="?proyecto__id__exact=90">2164</a></li>
<li class=""><a href="?proyecto__id__exact=91">2165</a></li>
<li class=""><a href="?proyecto__id__exact=92">2166</a></li>
<li class=""><a href="?proyecto__id__exact=93">2167</a></li>
<li class=""><a href="?proyecto__id__exact=94">2168</a></li>
<li class=""><a href="?proyecto__id__exact=95">2169</a></li>
<li class=""><a href="?proyecto__id__exact=96">2170</a></li>
<li class=""><a href="?proyecto__id__exact=97">2171</a></li>
<li class=""><a href="?proyecto__id__exact=98">2172</a></li>
<li class=""><a href="?proyecto__id__exact=99">2173</a></li>
<li class=""><a href="?proyecto__id__exact=100">2174</a></li>
<li class=""><a href="?proyecto__id__exact=101">2175</a></li>
<li class=""><a href="?proyecto__id__exact=102">2176</a></li>
<li class=""><a href="?proyecto__id__exact=103">2177</a></li>
<li class=""><a href="?proyecto__id__exact=104">2178</a></li>
<li class=""><a href="?proyecto__id__exact=105">2179</a></li>
<li class=""><a href="?proyecto__id__exact=106">2180</a></li>
<li class=""><a href="?proyecto__id__exact=107">2181</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<form class="" id="changelist-form" action="" method="post"><input type='hidden' name='csrfmiddlewaretoken' value='oFVHxhHDvctIBPJlVtDesfJzrpx4HIoN' />
<div class='pull-right'>
<div class="actions" style="display:inline-block;">
<span style="vertical-align:sub">Action:</span> <select name="action">
<option value="" selected="selected">---------</option>
<option value="delete_selected">Delete selected assets</option>
<option value="borrarAssetEnExport">Borrar selected assets y sus archivos en export</option>
</select><input class="select-across" name="select_across" type="hidden" value="0" />
<button type="submit" class="btn btn-default" title="Run the selected action" name="index" value="0">Go</button>
<script type="text/javascript">var _actions_icnt="100";</script>
<span class="action-counter" style="vertical-align:sub">0 of 100 selected</span>
<span class="all" style="vertical-align:sub">All 1403 selected</span>
<span class="question" style="vertical-align:sub">
<a class="btn" href="javascript:;" title="Click here to select the objects across all pages">Select all 1403 assets</a>
</span>
<span class="clear" style="vertical-align:sub"><a class="btn" href="javascript:;">Clear selection</a></span>
</div>
</div>
<div id="content-main">
<div class="module filtered" id="_changelist">
<div class="results">
<table id="result_list" class="table table-striped table-bordered">
<thead>
<tr>
<th scope="col" class="action-checkbox-column">
<span><input type="checkbox" id="action-toggle" /></span>
</th>
<th scope="col" class="sortable column-proyecto">
<a href="?o=1">Proyecto</a>
</th>
<th scope="col" class="sortable column-creationDate">
<a href="?o=2">CreationDate</a>
</th>
<th scope="col" class="sortable column-departamento">
<a href="?o=3">Departamento</a>
</th>
<th scope="col" class="column-&lt;function asset_full_name_with_code at 0x102c32578&gt;">
<span>Asset full name with code</span>
</th>
</tr>
</thead>
<tbody>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="247" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/247/">2104</a></th>
<td class="field-creationDate nowrap">June 4, 2014, 12:38 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2104_cristal_PELICULA_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="248" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/248/">2104</a></th>
<td class="field-creationDate nowrap">June 4, 2014, 12:57 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2104_cristal_Greatmix_v001.aif</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="249" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/249/">2104</a></th>
<td class="field-creationDate nowrap">June 4, 2014, 1:15 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2104_cristal_pasitos_v002.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="250" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/250/">2104</a></th>
<td class="field-creationDate nowrap">June 4, 2014, 1:30 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2104_cristal_PELICULA_v002.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="251" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/251/">2104</a></th>
<td class="field-creationDate nowrap">June 4, 2014, 1:52 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2104_cristal_PELICULA_v003.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="252" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/252/">2104</a></th>
<td class="field-creationDate nowrap">June 4, 2014, 1:55 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2104_cristal_PELICULA_v004.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="253" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/253/">2104</a></th>
<td class="field-creationDate nowrap">June 4, 2014, 2:10 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2104_cristal_PELICULA_v005.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="246" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/246/">2104</a></th>
<td class="field-creationDate nowrap">June 4, 2014, 12:17 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2104_cristal_pasitosCristalFlacoRomanFl_v002.omf</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="245" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/245/">2104</a></th>
<td class="field-creationDate nowrap">June 4, 2014, 12:12 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2104_cristal_pasitosCristalFlacoRomanFl_v001.omf</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="254" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/254/">2105</a></th>
<td class="field-creationDate nowrap">June 5, 2014, 5:41 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2105_entelempresas_PackNegocioVORef_v001.aif</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="255" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/255/">2105</a></th>
<td class="field-creationDate nowrap">June 5, 2014, 5:43 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2105_entelempresas_RoamingVORef_v001.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="263" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/263/">2099</a></th>
<td class="field-creationDate nowrap">June 5, 2014, 7:12 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_50_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="264" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/264/">2099</a></th>
<td class="field-creationDate nowrap">June 6, 2014, 10:48 a.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_50_v002.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="265" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/265/">2099</a></th>
<td class="field-creationDate nowrap">June 6, 2014, 1:16 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_tomasNieve_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="266" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/266/">2101</a></th>
<td class="field-creationDate nowrap">June 6, 2014, 5:03 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_Libro_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="267" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/267/">2101</a></th>
<td class="field-creationDate nowrap">June 6, 2014, 5:35 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_AbuelafantasticaSd_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="268" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/268/">2105</a></th>
<td class="field-creationDate nowrap">June 6, 2014, 5:36 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2105_entelempresas_locrefngnpack_v001.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="269" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/269/">2105</a></th>
<td class="field-creationDate nowrap">June 6, 2014, 5:36 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2105_entelempresas_locrefroaming_v001.aif</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="270" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/270/">2101</a></th>
<td class="field-creationDate nowrap">June 6, 2014, 6:19 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_EdicionA_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="271" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/271/">2101</a></th>
<td class="field-creationDate nowrap">June 6, 2014, 6:21 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_Versionsinbandeja_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="273" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/273/">2101</a></th>
<td class="field-creationDate nowrap">June 6, 2014, 7:15 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_abuelafantasticaSd_v003.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="274" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/274/">2099</a></th>
<td class="field-creationDate nowrap">June 6, 2014, 7:39 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_tomasNieve_v002.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="275" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/275/">2099</a></th>
<td class="field-creationDate nowrap">June 9, 2014, 12:11 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_45_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="276" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/276/">2099</a></th>
<td class="field-creationDate nowrap">June 9, 2014, 1:33 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_testmusica_v001.aif</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="277" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/277/">2101</a></th>
<td class="field-creationDate nowrap">June 9, 2014, 4:17 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_EdicionVersin1_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="278" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/278/">2101</a></th>
<td class="field-creationDate nowrap">June 9, 2014, 4:18 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_EdicionVersin2_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="279" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/279/">2101</a></th>
<td class="field-creationDate nowrap">June 9, 2014, 4:19 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_edicionVersin3_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="280" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/280/">2099</a></th>
<td class="field-creationDate nowrap">June 9, 2014, 6:35 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_CarabinerosMix01_v001.aif</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="281" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/281/">2099</a></th>
<td class="field-creationDate nowrap">June 9, 2014, 6:47 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_carabinerosmix02_v001.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="283" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/283/">2099</a></th>
<td class="field-creationDate nowrap">June 9, 2014, 6:56 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_45_v002.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="284" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/284/">2099</a></th>
<td class="field-creationDate nowrap">June 9, 2014, 7:15 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_CARABMIX03_v001.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="285" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/285/">2099</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 12:14 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_45_v003.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="286" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/286/">2101</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 12:52 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_SoproleFlan20v1_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="288" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/288/">2101</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 1 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_SoproleFlan20v3_v002.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="289" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/289/">2099</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 1:59 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_MEZCLA4VOZAPROBADA_v001.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="290" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/290/">2099</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 2 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_Mezclaalternativa_v001.aif</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="291" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/291/">2099</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 2:10 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_45_v004.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="292" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/292/">2099</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 2:18 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_mix05_v001.aif</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="293" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/293/">2093</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 2:31 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2093_vichy_prerollSerumOjos_v003.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="294" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/294/">2099</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 2:41 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_45_v005.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="295" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/295/">2099</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 2:47 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_45_v006.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="296" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/296/">2079</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 3:18 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2079_vichy_20_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="298" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/298/">2079</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 3:40 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2079_vichy_20_v002.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="297" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/297/">2093</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 3:38 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2093_vichy_prerollSerumOjos_v004.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="299" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/299/">2099</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 4:21 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_LocTrailerBuena_v001.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="300" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/300/">2099</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 4:26 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_45altLoc_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="301" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/301/">2099</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 4:35 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_MIX06LOCAGENCIA_v001.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="306" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/306/">2101</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 5 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_Fumetaabuelaflantastica_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="307" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/307/">2099</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 5:03 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_45mix6LocTrailer_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="309" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/309/">2101</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 5:04 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_Abuelaflantasticachat_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="310" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/310/">2099</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 5:06 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_45MIX06LOCAGENCIA_v002.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="311" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/311/">2101</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 5:07 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_Abuelaflantasticaburbuja_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="312" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/312/">2101</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 5:23 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_SoproleFlan21v1_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="313" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/313/">2101</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 5:25 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_soproleFlan21v2_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="314" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/314/">2101</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 5:28 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_SoproleFlan21v2_v002.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="315" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/315/">2105</a></th>
<td class="field-creationDate nowrap">June 10, 2014, 7:14 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2105_entelempresas_NGNTRUNK_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="316" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/316/">2099</a></th>
<td class="field-creationDate nowrap">June 11, 2014, 12:47 a.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_Mixcorrecciones_v001.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="317" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/317/">2099</a></th>
<td class="field-creationDate nowrap">June 11, 2014, 10:55 a.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_45_v007.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="318" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/318/">2099</a></th>
<td class="field-creationDate nowrap">June 11, 2014, 11:21 a.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_INFORMEAJUSTESCARABINEROSDE_v001.docx</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="319" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/319/">2099</a></th>
<td class="field-creationDate nowrap">June 11, 2014, 1:48 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_45_v008.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="320" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/320/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 11:07 a.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_30_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="321" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/321/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 12:14 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_30SMIXTV_v001.aif</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="322" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/322/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 12:16 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_tvmiX02_v001.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="324" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/324/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 12:27 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_30LocucinTrailer_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="323" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/323/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 12:23 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_30_LocucionNormal_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="325" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/325/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 2:26 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_30LocucionNormal_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="327" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/327/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 4:37 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_mix03_v001.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="328" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/328/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 4:38 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_mix03VO2_v001.aif</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="330" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/330/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 4:48 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_30trailer_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="329" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/329/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 4:48 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_30normal_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="331" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/331/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 5:16 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_45_v009.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="332" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/332/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 5:23 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_Mix04TrailerVO_v001.aif</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="333" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/333/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 5:42 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_30_v002.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="334" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/334/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 5:43 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_30_v003.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="335" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/335/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 6:01 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_Mix05_v002.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="336" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/336/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 6:09 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_30_v004.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="337" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/337/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 6:28 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_Mix47s_v001.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="338" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/338/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 6:51 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_45_v010.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="339" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/339/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 6:53 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_mix06_v001.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="340" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/340/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 6:56 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_30trailer_v002.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="341" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/341/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 7:09 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_MIX07_v001.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="343" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/343/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 7:18 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_47_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="342" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/342/">2099</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 7:12 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_30trailer_v003.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="344" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/344/">2105</a></th>
<td class="field-creationDate nowrap">June 12, 2014, 7:39 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2105_entelempresas_NGNTRUNK_v002.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="345" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/345/">2101</a></th>
<td class="field-creationDate nowrap">June 13, 2014, 11:58 a.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_Master_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="346" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/346/">2101</a></th>
<td class="field-creationDate nowrap">June 13, 2014, noon</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_Master_v002.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="347" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/347/">2101</a></th>
<td class="field-creationDate nowrap">June 13, 2014, 12:10 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_Master_v003.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="348" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/348/">2101</a></th>
<td class="field-creationDate nowrap">June 13, 2014, 1:16 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2101_soprole_Master_v004.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="349" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/349/">2108</a></th>
<td class="field-creationDate nowrap">June 13, 2014, 1:51 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2108_loreal_Sensorialidad_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="351" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/351/">2108</a></th>
<td class="field-creationDate nowrap">June 16, 2014, 10:18 a.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2108_loreal_AceitesBotanicos_v001.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="352" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/352/">2108</a></th>
<td class="field-creationDate nowrap">June 16, 2014, 10:55 a.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2108_loreal_SinSulfatos_v001.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="353" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/353/">2099</a></th>
<td class="field-creationDate nowrap">June 16, 2014, 11:07 a.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_47_v002.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="355" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/355/">2105</a></th>
<td class="field-creationDate nowrap">June 16, 2014, 12:06 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2105_entelempresas_EntelRoamingMix01_v001.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="356" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/356/">2108</a></th>
<td class="field-creationDate nowrap">June 16, 2014, 12:11 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2108_loreal_sinSulfatos_v002.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="359" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/359/">2105</a></th>
<td class="field-creationDate nowrap">June 16, 2014, 12:47 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2105_entelempresas_Roaming_v003.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="360" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/360/">2105</a></th>
<td class="field-creationDate nowrap">June 16, 2014, 2:42 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2105_entelempresas_Roaming_v004.mov</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="361" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/361/">2099</a></th>
<td class="field-creationDate nowrap">June 16, 2014, 5:09 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_mix03_v002.aif</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="362" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/362/">2099</a></th>
<td class="field-creationDate nowrap">June 16, 2014, 5:40 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_74mix04_v001.aif</td>
</tr>
<tr class="row1">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="363" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/363/">2099</a></th>
<td class="field-creationDate nowrap">June 16, 2014, 5:46 p.m.</td>
<td class="field-departamento nowrap">edit</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2099_carabineros_47_v003.mov</td>
</tr>
<tr class="row2">
<td class="action-checkbox"><input class="action-select" name="_selected_action" type="checkbox" value="364" /></td>
<th class="field-proyecto nowrap"><a href="/admin/mbrain/asset/364/">2105</a></th>
<td class="field-creationDate nowrap">June 16, 2014, 7:44 p.m.</td>
<td class="field-departamento nowrap">audio</td>
<td class="field-<function asset_full_name_with_code at 0x102c32578>">2105_entelempresas_PackNegocio02_v001.aif</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="navbar navbar-default">
<div class="navbar-inner">
<div class="navbar-form pull-left">
</div>
</div>
</div>
<div>
<ul class="pagination">
<li><span class="this-page">1</span> </li>
<li><a href="?p=1">2</a> </li>
<li><a href="?p=2">3</a> </li>
<li><a href="?p=3">4</a> </li>
<li><span>... </span></li>
<li><a href="?p=13">14</a> </li>
<li><a href="?p=14" class="end">15</a> </li>
</ul>
<p>
1403 assets
</p>
</div>
</form>
</div>
<!-- END Content -->
<footer id="footer"></footer>
</div>
<!-- END Container -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment