. */ if ( !class_exists( 'GiglogAdmin_AdminPage' ) ) { require_once __DIR__ . '/../../venue.php'; class GiglogAdmin_AdminPage { static function render_html() { ?>
The available slots are marked with the green checkbox. If you click on it, it will be assigned to you and if you no longer wish to cover that concert, click on the red icon and you will be unassigned. A mail should be sent to the admin when this happens, but in order for the accreditation request to be sent, you have to mail live@eternal-terror.com with the template containing concert information. There might be some exceptions, but those are discussed case by case. So whenever you want a concert, assign yourself and send the template no later than 3 weeks before the concert.
Admin will try to keep the concert status updated so that you know what the accreditation status is. You will get personal message if this is really close to the concert date.
CITY | ID | BAND | VENUE | DATE | '; $content .= '|||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CITY | BAND | VENUE | DATE | PHOTO1 | PHOTO2 | TEXT1 | TEXT2 | STATUS | '; if (current_user_can('administrator')) //($hf_username == 'etadmin') $content .= 'AdminOptions | '; $content .= '||
'.$row->wpgvenue_city.' | |||||||||||
'.$row->wpgvenue_city.' | |||||||||||
' . $row->id. ' | '; $content .= ''; $content .= ' | ' . $row->band. ' | '; $content .= '' . $row->venue. ' | '; $fdate = strtotime($row->wpgconcert_date); $newformat = date('d.M.Y',$fdate); //$content .= DATE_FORMAT($fdate,'%d.%b.%Y'); $content .= '' .$newformat. ' | '; $content .= ''.GiglogAdmin_AdminPage::getpublishstatus($row->id ).' | '; $content .= ''.GiglogAdmin_AdminPage::returnuser('photo1', $row->id ).' | '; $content .= ''.GiglogAdmin_AdminPage::returnuser('photo2', $row->id ).' | '; $content .= ''.GiglogAdmin_AdminPage::returnuser('rev1', $row->id ).' | '; $content .= ''.GiglogAdmin_AdminPage::returnuser('rev2', $row->id ).' | '; $content .= ''.$row -> wpgs_name.' | '; if (current_user_can('administrator')) { $content .= '' . GiglogAdmin_AdminPage::adminactions($row->id) . ' | '; } $content .= '