source: trunk/prototype/modules/calendar/templates/attachment_add_itemlist.ejs @ 5514

Revision 5514, 712 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Implementacao anexos, acls e delegacao de participantes

  • Property svn:executable set to *
Line 
1
2        <p class="input-group arquive-info">
3                <label class="lbl-archive-nome">Nome:</label>
4                <span class="archive-nome"><%=data.file.fileName%></span>
5               
6                <label class="lbl-archive-size">Tamanho:</label>
7                <span class="archive-size"><%=data.file.fileSize%> kb</span>
8                <button type="button" class="button close tiny upload delete-upload" title="Deletar">Deletar</button>
9                <span class="status-upload"></span>
10                <%if(data.file.error){%>
11                        <span class="archive-error"><%=data.file.error%></span>
12                <%}if(!data.file.error){%>
13                        <span style="width: 110px; height: 14px; overflow:hidden">
14                                <span class="progress in-progress hidden"></span>
15                        </span>
16                <%}%>
17                <label class="fileinput-button new"></label>
18               
19        </p>
Note: See TracBrowser for help on using the repository browser.