|
@@ -1,5 +1,10 @@
|
|
|
<div>
|
|
<div>
|
|
|
-<table class="table table-striped">
|
|
|
|
|
|
|
+"Copiar" copia el "id" del video.. es lo que se pega en la plataforma en donde dice 'video'
|
|
|
|
|
+<br/>
|
|
|
|
|
+"Plataforma" Crea un video con ese nombre, sin profesor y sin diapositivas en la plataforma (con el id del video cargado)
|
|
|
|
|
+<br/>
|
|
|
|
|
+"reintentar" vuevle a subir el mismo video, por si hubo un error y se reproceso (solo con tratamientos, no usar)
|
|
|
|
|
+<table id="uploadedTable" class="table table-striped">
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>Inicio</th>
|
|
<th>Inicio</th>
|
|
|
<th>Fin</th>
|
|
<th>Fin</th>
|
|
@@ -22,9 +27,9 @@
|
|
|
</td>
|
|
</td>
|
|
|
<td>
|
|
<td>
|
|
|
<a ng-href="http://youtube.com/watch?v={{v.yt}}" target="_blank">Ver</a>
|
|
<a ng-href="http://youtube.com/watch?v={{v.yt}}" target="_blank">Ver</a>
|
|
|
- <button class="btn" ng-click="post(v._id)">Cargar</button>
|
|
|
|
|
<button class="btn" ngclipboard data-clipboard-text="{{v.yt}}">Copiar</button>
|
|
<button class="btn" ngclipboard data-clipboard-text="{{v.yt}}">Copiar</button>
|
|
|
- <button class="btn" ng-click="retry(v._id)">retry</button>
|
|
|
|
|
|
|
+ <button class="btn" ng-click="post(v._id)">Plataforma</button>
|
|
|
|
|
+ <button class="btn" ng-click="retry(v._id)">reintentar</button>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|