source: contrib/ProjectManager/templates/default/images/index.html @ 3594

Revision 3594, 1.5 KB checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado o módulo ProjectManager? para a comunidade

  • Property svn:executable set to *
  • Property svn:mime-type set to text/plain
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3<html>
4<head>
5        <title>eGroupWare Info Log Icons</title>
6</head>
7
8<body bgcolor=Silver>
9        Types:<br>
10        <img src="phone.gif" width="20" height="20" alt="Telefon" border="0"> &nbsp;
11        <img src="task.gif" width="20" height="20" alt="Aufgabe" border="0"> &nbsp;
12        <img src="note.gif" width="20" height="20" alt="Notiz" border="0"> &nbsp;
13        <img src="confirm.gif" width="20" height="20" alt="Bestätigung" border="0"> &nbsp;
14        <img src="reject.gif" width="20" height="20" alt="Absage" border="0">
15        <p>
16        Status:<br>
17        <img src="offer.gif" width="20" height="20" alt="Angebot" border="0"> &nbsp;
18        <img src="ongoing.gif" width="20" height="20" alt="läuft" border="0"> &nbsp;
19        <img src="call.gif" width="20" height="20" alt="anrufen" border="0"> &nbsp;
20        <img src="will-call.gif" width="20" height="20" alt="ruft zurück" border="0">
21&nbsp;
22        <img src="done.gif" width="20" height="20" alt="erledigt" border="0"> &nbsp;
23        <img src="billed.gif" width="20" height="20" alt="abgerechnet" border="0">
24        <p>
25        Actions:<br>
26        <img src="new.gif" width="20" height="20" alt="neue Teilaufgabe" border="0">
27&nbsp;
28        <img src="view.gif" width="20" height="20" alt="Teilaufgagen anzeigen"
29border="0"> &nbsp;
30        <img src="edit.gif" width="20" height="20" alt="bearbeiten" border="0"> &nbsp;
31        <img src="delete.gif" width="20" height="20" alt="löschen" border="0">
32</body>
33</html>
34
Note: See TracBrowser for help on using the repository browser.