Пример #1
0
                        <input type="checkbox" name="archive[]" value="<?php 
        echo $archive->id;
        ?>
">
                        <div class="locked-indicator"></div>
                      </th>
                      <td class="name column-name"><strong><?php 
        echo $archive->id;
        ?>
</strong></td>
                      <td class="name column-name"><span><?php 
        echo $archive->message;
        ?>
</span></td>
                      <td class="name column-name"><span><?php 
        echo empty($archive->report) ? '' : smpush_sendpush::printReport(unserialize($archive->report));
        ?>
</span></td>
                      <td class="name column-name smpush-center"><?php 
        echo date(self::$wpdateformat, strtotime($archive->starttime));
        ?>
</td>
                      <td class="name column-name smpush-center"><?php 
        echo empty($archive->endtime) ? 'Not finished yet' : date(self::$wpdateformat, strtotime($archive->endtime));
        ?>
</td>
                      <td class="description column-categories">
                      <input type="button" class="button action smpush-open-btn" value="Delete" onclick="smpush_delete_service(<?php 
        echo $archive->id;
        ?>
)" />