<% include ../leftBar.html %>
My Shows
<% include topBar.html %>
  • Show title
  • Show type
  • Show description
  • Start time
  • Duration
  • Show cover
<%if(approvedList.length>0){%> <%for(var data of approvedList){%>
    class='height70' <%}%> >
  • <%=data.show_title%>
  • <%=showType[data.classify]%>
  • <%=data.show_introduce%>
  • <%=data.duration%> minutes
  • <%if(data.cover){%>
    <%}else{%> \ <%}%>
<%}%> <%}else{%>
No shows under review.
<%}%>