Subversion Repositories LCARS

Rev

Rev 198 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 198 Rev 202
Line 101... Line 101...
101
101
102
        var f = function (e) {
102
        var f = function (e) {
103
          if (e && e.shiftKey && e.ctrlKey)
103
          if (e && e.shiftKey && e.ctrlKey)
104
          {
104
          {
105
            var key = this.textContent.toLowerCase()
105
            var key = this.textContent.toLowerCase()
106
              .replace(/[&:.,()–]/g, "").replace(/\s+/g, "-")
106
              .replace(/[&:.,()–]/g, "").replace(/[\s·]+/g, "-")
107
              .replace("-de", "");
107
              .replace("-de", "");
108
108
109
            if (typeof _getProperty == "undefined")
109
            if (typeof _getProperty == "undefined")
110
            {
110
            {
111
              _getProperty = jsx.object.getProperty;
111
              _getProperty = jsx.object.getProperty;
Line 212... Line 212...
212
            }
212
            }
213
            ?></span></th>
213
            ?></span></th>
214
        <td<?php if ($recommended) { ?> class="recommended"<?php } ?>>
214
        <td<?php if ($recommended) { ?> class="recommended"<?php } ?>>
215
          <div><?php echo $this->_('Watched:'); ?> <?php
215
          <div><?php echo $this->_('Watched:'); ?> <?php
216
            echo $this->getCoverage($serie->seen) . ' ('. $serie->count;
216
            echo $this->getCoverage($serie->seen) . ' ('. $serie->count;
217
            ?> von <?php $total = $serie->total; echo $total; ?> Episoden)<?php
217
            ?> von <?php $total = $serie->total; echo $total; ?> <?php echo $this->_('episodes'); ?>)<?php
218
              if ($serie->last_seen)
218
              if ($serie->last_seen)
219
              {
219
              {
220
                ?>; zuletzt am <?php
220
                ?>; zuletzt am <?php
221
                echo utf8_encode(strftime_portable('%A, %e. %B %Y %H:%M %z', $serie->last_seen));
221
                echo utf8_encode(strftime_portable('%A, %e. %B %Y %H:%M %z', $serie->last_seen));
222
              }
222
              }