Lines Matching full:echo
35 echo '<dl title="' . $this->mediaFile->getDisplayName() . '"' . $jump . '>';
36 echo '<dt>';
37 …echo '<a id="l_:' . $this->mediaFile->getId() . '" class="image thumb" href="' . $this->mmUrl . '"…
38 echo $this->getPreviewHtml(90, 90);
39 echo '</a>';
40 echo '</dt>';
42 echo '<dd class="name">';
43 echo '<a href="' . $this->mmUrl . '" id="h_:' . $this->mediaFile->getId() . '">' .
46 echo '</dd>';
48 echo '<dd class="size">' . $this->formatDimensions() . '</dd>';
49 echo '<dd class="date">' . $this->formatDate() . '</dd>';
50 echo '<dd class="filesize">' . $this->formatFileSize() . '</dd>';
52 echo '</dl>';